Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the nx-dependencies group with 14 updates #478

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 12, 2024

Bumps the nx-dependencies group with 14 updates:

Package From To
@nx/devkit 20.0.8 20.1.0
@nx/esbuild 20.0.8 20.1.0
@nx/eslint 20.0.8 20.1.0
@nx/eslint-plugin 20.0.8 20.1.0
@nx/express 20.0.8 20.1.0
@nx/jest 20.0.8 20.1.0
@nx/js 20.0.8 20.1.0
@nx/node 20.0.8 20.1.0
@nx/plugin 20.0.8 20.1.0
@nx/react 20.0.8 20.1.0
@nx/rollup 20.0.8 20.1.0
@nx/web 20.0.8 20.1.0
@nx/webpack 20.0.8 20.1.0
@nx/workspace 20.0.8 20.1.0

Updates @nx/devkit from 20.0.8 to 20.1.0

Release notes

Sourced from @​nx/devkit's releases.

20.1.0 (2024-11-11)

🚀 Features

  • angular: add vitest option to angular (#27311)
  • bundling: add createNodesV2 for rollup plugin (#28090)
  • core: allow disabling of tsconfig path sorting in format:write and formatFiles() (#28517)
  • core: Update plugin generators so that they are formatted by default (#28593)
  • core: upgrade semver to 7.6.3 (#28716)
  • expo: build w/package.json overrides/resolutions (#28254)
  • expo: use createNodesV2 (#28005)
  • js: support esbuild and swc bundlers with the new ts solution config setup (#28409)
  • js: update the setup-build generator to support the new ts setup (#28446)
  • linter: add support eslint 9 --quiet param (#28743)
  • misc: remove handling of @​nrwl scope (#28589)
  • module-federation: use latest module-federation/enhanced (#28296)
  • module-federation: use module-federation runtime for dynamic federation (#28704)
  • nextjs: update createNodes to createNodesV2 and add deprecation message (#28527)
  • nextjs: add support for typescript Next.js config file (#28709)
  • nx-cloud: configure import paths for light client when running … (#28735)
  • nx-dev: add live stream notifier (#28260)
  • nx-dev: update home hero & livestream notifier (#28403)
  • nx-dev: add contact link on powerpack page (#28458)
  • nx-dev: add videos to CI docs (84aba19bec)
  • nx-dev: linkable resources page (46769b3c18)
  • nx-dev: add customer case studies (75a73ed0e7)
  • nx-dev: add video course page (#28736)
  • react: update eslint plugins to be compat with eslint v9 (#28559)
  • remix: generate remix vite application (#28555)
  • remix: ensure migrations point to latest remix verison (#28876)
  • rspack: add convert-webpack generator (#28167)
  • rspack: make target property optional (#28785)
  • rspack: move logic for withWeb to applyWebConfig and bring in line with webpack (#28803)
  • testing: add support for the ts solution config setup to the playwright plugin (#28636)
  • testing: split atomized outputs for Playwright and Cypress CI targets (#28682)
  • testing: add disableJestRuntime option to @​nx/jest/plugin to speed up target inference (#28522)
  • testing: add support for the ts solution config setup to the cypress plugin (#28637)

🩹 Fixes

  • add required minimizer setting to the generated Nest rspack conf… (#28629)
  • angular: ensure provideStore is provided before storeDevTools #28107 (#28428, #28107)
  • angular: add missing package version bump for zone.js (#28430)
  • angular: use vitest generator instead of vite config generator (#28696)
  • core: support NX_NO_CLOUD (#28366)
  • core: add busy handler for sqlite (#28390)
  • core: handle neverConnectToCloud property (#28452)
  • core: add migration to set useLegacyCache by default (#28454)
  • core: repair SIGINT signals on windows (#28496)
  • core: neverConnectToCloud should disable connecting to nxCloud (#28501)

... (truncated)

Commits
  • f56e0a3 fix(devkit): do not write back to package.json when adding plugin and there a...
  • 51bed0e feat(nextjs): add support for typescript Next.js config file (#28709)
  • 4b70d1b feat(testing): add support for the ts solution config setup to the playwright...
  • 59bb1c6 feat(core): allow disabling of tsconfig path sorting in format:write and form...
  • 499300f fix(core): repair SIGINT signals on windows (#28496)
  • See full diff in compare view

Updates @nx/esbuild from 20.0.8 to 20.1.0

Release notes

Sourced from @​nx/esbuild's releases.

20.1.0 (2024-11-11)

🚀 Features

  • angular: add vitest option to angular (#27311)
  • bundling: add createNodesV2 for rollup plugin (#28090)
  • core: allow disabling of tsconfig path sorting in format:write and formatFiles() (#28517)
  • core: Update plugin generators so that they are formatted by default (#28593)
  • core: upgrade semver to 7.6.3 (#28716)
  • expo: build w/package.json overrides/resolutions (#28254)
  • expo: use createNodesV2 (#28005)
  • js: support esbuild and swc bundlers with the new ts solution config setup (#28409)
  • js: update the setup-build generator to support the new ts setup (#28446)
  • linter: add support eslint 9 --quiet param (#28743)
  • misc: remove handling of @​nrwl scope (#28589)
  • module-federation: use latest module-federation/enhanced (#28296)
  • module-federation: use module-federation runtime for dynamic federation (#28704)
  • nextjs: update createNodes to createNodesV2 and add deprecation message (#28527)
  • nextjs: add support for typescript Next.js config file (#28709)
  • nx-cloud: configure import paths for light client when running … (#28735)
  • nx-dev: add live stream notifier (#28260)
  • nx-dev: update home hero & livestream notifier (#28403)
  • nx-dev: add contact link on powerpack page (#28458)
  • nx-dev: add videos to CI docs (84aba19bec)
  • nx-dev: linkable resources page (46769b3c18)
  • nx-dev: add customer case studies (75a73ed0e7)
  • nx-dev: add video course page (#28736)
  • react: update eslint plugins to be compat with eslint v9 (#28559)
  • remix: generate remix vite application (#28555)
  • remix: ensure migrations point to latest remix verison (#28876)
  • rspack: add convert-webpack generator (#28167)
  • rspack: make target property optional (#28785)
  • rspack: move logic for withWeb to applyWebConfig and bring in line with webpack (#28803)
  • testing: add support for the ts solution config setup to the playwright plugin (#28636)
  • testing: split atomized outputs for Playwright and Cypress CI targets (#28682)
  • testing: add disableJestRuntime option to @​nx/jest/plugin to speed up target inference (#28522)
  • testing: add support for the ts solution config setup to the cypress plugin (#28637)

🩹 Fixes

  • add required minimizer setting to the generated Nest rspack conf… (#28629)
  • angular: ensure provideStore is provided before storeDevTools #28107 (#28428, #28107)
  • angular: add missing package version bump for zone.js (#28430)
  • angular: use vitest generator instead of vite config generator (#28696)
  • core: support NX_NO_CLOUD (#28366)
  • core: add busy handler for sqlite (#28390)
  • core: handle neverConnectToCloud property (#28452)
  • core: add migration to set useLegacyCache by default (#28454)
  • core: repair SIGINT signals on windows (#28496)
  • core: neverConnectToCloud should disable connecting to nxCloud (#28501)

... (truncated)

Commits
  • f357b4e feat(js): update the setup-build generator to support the new ts setup (#28446)
  • db47dc3 feat(js): support esbuild and swc bundlers with the new ts solution config se...
  • See full diff in compare view

Updates @nx/eslint from 20.0.8 to 20.1.0

Release notes

Sourced from @​nx/eslint's releases.

20.1.0 (2024-11-11)

🚀 Features

  • angular: add vitest option to angular (#27311)
  • bundling: add createNodesV2 for rollup plugin (#28090)
  • core: allow disabling of tsconfig path sorting in format:write and formatFiles() (#28517)
  • core: Update plugin generators so that they are formatted by default (#28593)
  • core: upgrade semver to 7.6.3 (#28716)
  • expo: build w/package.json overrides/resolutions (#28254)
  • expo: use createNodesV2 (#28005)
  • js: support esbuild and swc bundlers with the new ts solution config setup (#28409)
  • js: update the setup-build generator to support the new ts setup (#28446)
  • linter: add support eslint 9 --quiet param (#28743)
  • misc: remove handling of @​nrwl scope (#28589)
  • module-federation: use latest module-federation/enhanced (#28296)
  • module-federation: use module-federation runtime for dynamic federation (#28704)
  • nextjs: update createNodes to createNodesV2 and add deprecation message (#28527)
  • nextjs: add support for typescript Next.js config file (#28709)
  • nx-cloud: configure import paths for light client when running … (#28735)
  • nx-dev: add live stream notifier (#28260)
  • nx-dev: update home hero & livestream notifier (#28403)
  • nx-dev: add contact link on powerpack page (#28458)
  • nx-dev: add videos to CI docs (84aba19bec)
  • nx-dev: linkable resources page (46769b3c18)
  • nx-dev: add customer case studies (75a73ed0e7)
  • nx-dev: add video course page (#28736)
  • react: update eslint plugins to be compat with eslint v9 (#28559)
  • remix: generate remix vite application (#28555)
  • remix: ensure migrations point to latest remix verison (#28876)
  • rspack: add convert-webpack generator (#28167)
  • rspack: make target property optional (#28785)
  • rspack: move logic for withWeb to applyWebConfig and bring in line with webpack (#28803)
  • testing: add support for the ts solution config setup to the playwright plugin (#28636)
  • testing: split atomized outputs for Playwright and Cypress CI targets (#28682)
  • testing: add disableJestRuntime option to @​nx/jest/plugin to speed up target inference (#28522)
  • testing: add support for the ts solution config setup to the cypress plugin (#28637)

🩹 Fixes

  • add required minimizer setting to the generated Nest rspack conf… (#28629)
  • angular: ensure provideStore is provided before storeDevTools #28107 (#28428, #28107)
  • angular: add missing package version bump for zone.js (#28430)
  • angular: use vitest generator instead of vite config generator (#28696)
  • core: support NX_NO_CLOUD (#28366)
  • core: add busy handler for sqlite (#28390)
  • core: handle neverConnectToCloud property (#28452)
  • core: add migration to set useLegacyCache by default (#28454)
  • core: repair SIGINT signals on windows (#28496)
  • core: neverConnectToCloud should disable connecting to nxCloud (#28501)

... (truncated)

Commits
  • bb878aa feat(linter): add support eslint 9 --quiet param (#28743)
  • c2e3112 feat(core): Update plugin generators so that they are formatted by default (#...
  • d8d6d13 fix(linter): ensure .cjs config file is handled correctly for generators #282...
  • aec53a0 feat(misc): remove handling of @​nrwl scope (#28589)
  • 4e81fa2 fix(core): skip eslint custom hasher when hashing tasks during running comman...
  • See full diff in compare view

Updates @nx/eslint-plugin from 20.0.8 to 20.1.0

Release notes

Sourced from @​nx/eslint-plugin's releases.

20.1.0 (2024-11-11)

🚀 Features

  • angular: add vitest option to angular (#27311)
  • bundling: add createNodesV2 for rollup plugin (#28090)
  • core: allow disabling of tsconfig path sorting in format:write and formatFiles() (#28517)
  • core: Update plugin generators so that they are formatted by default (#28593)
  • core: upgrade semver to 7.6.3 (#28716)
  • expo: build w/package.json overrides/resolutions (#28254)
  • expo: use createNodesV2 (#28005)
  • js: support esbuild and swc bundlers with the new ts solution config setup (#28409)
  • js: update the setup-build generator to support the new ts setup (#28446)
  • linter: add support eslint 9 --quiet param (#28743)
  • misc: remove handling of @​nrwl scope (#28589)
  • module-federation: use latest module-federation/enhanced (#28296)
  • module-federation: use module-federation runtime for dynamic federation (#28704)
  • nextjs: update createNodes to createNodesV2 and add deprecation message (#28527)
  • nextjs: add support for typescript Next.js config file (#28709)
  • nx-cloud: configure import paths for light client when running … (#28735)
  • nx-dev: add live stream notifier (#28260)
  • nx-dev: update home hero & livestream notifier (#28403)
  • nx-dev: add contact link on powerpack page (#28458)
  • nx-dev: add videos to CI docs (84aba19bec)
  • nx-dev: linkable resources page (46769b3c18)
  • nx-dev: add customer case studies (75a73ed0e7)
  • nx-dev: add video course page (#28736)
  • react: update eslint plugins to be compat with eslint v9 (#28559)
  • remix: generate remix vite application (#28555)
  • remix: ensure migrations point to latest remix verison (#28876)
  • rspack: add convert-webpack generator (#28167)
  • rspack: make target property optional (#28785)
  • rspack: move logic for withWeb to applyWebConfig and bring in line with webpack (#28803)
  • testing: add support for the ts solution config setup to the playwright plugin (#28636)
  • testing: split atomized outputs for Playwright and Cypress CI targets (#28682)
  • testing: add disableJestRuntime option to @​nx/jest/plugin to speed up target inference (#28522)
  • testing: add support for the ts solution config setup to the cypress plugin (#28637)

🩹 Fixes

  • add required minimizer setting to the generated Nest rspack conf… (#28629)
  • angular: ensure provideStore is provided before storeDevTools #28107 (#28428, #28107)
  • angular: add missing package version bump for zone.js (#28430)
  • angular: use vitest generator instead of vite config generator (#28696)
  • core: support NX_NO_CLOUD (#28366)
  • core: add busy handler for sqlite (#28390)
  • core: handle neverConnectToCloud property (#28452)
  • core: add migration to set useLegacyCache by default (#28454)
  • core: repair SIGINT signals on windows (#28496)
  • core: neverConnectToCloud should disable connecting to nxCloud (#28501)

... (truncated)

Commits
  • a354857 feat(react): update eslint plugins to be compat with eslint v9 (#28559)
  • c3b77e7 fix(linter): scope js and ts shared configs to js and ts files (#28381)
  • See full diff in compare view

Updates @nx/express from 20.0.8 to 20.1.0

Release notes

Sourced from @​nx/express's releases.

20.1.0 (2024-11-11)

🚀 Features

  • angular: add vitest option to angular (#27311)
  • bundling: add createNodesV2 for rollup plugin (#28090)
  • core: allow disabling of tsconfig path sorting in format:write and formatFiles() (#28517)
  • core: Update plugin generators so that they are formatted by default (#28593)
  • core: upgrade semver to 7.6.3 (#28716)
  • expo: build w/package.json overrides/resolutions (#28254)
  • expo: use createNodesV2 (#28005)
  • js: support esbuild and swc bundlers with the new ts solution config setup (#28409)
  • js: update the setup-build generator to support the new ts setup (#28446)
  • linter: add support eslint 9 --quiet param (#28743)
  • misc: remove handling of @​nrwl scope (#28589)
  • module-federation: use latest module-federation/enhanced (#28296)
  • module-federation: use module-federation runtime for dynamic federation (#28704)
  • nextjs: update createNodes to createNodesV2 and add deprecation message (#28527)
  • nextjs: add support for typescript Next.js config file (#28709)
  • nx-cloud: configure import paths for light client when running … (#28735)
  • nx-dev: add live stream notifier (#28260)
  • nx-dev: update home hero & livestream notifier (#28403)
  • nx-dev: add contact link on powerpack page (#28458)
  • nx-dev: add videos to CI docs (84aba19bec)
  • nx-dev: linkable resources page (46769b3c18)
  • nx-dev: add customer case studies (75a73ed0e7)
  • nx-dev: add video course page (#28736)
  • react: update eslint plugins to be compat with eslint v9 (#28559)
  • remix: generate remix vite application (#28555)
  • remix: ensure migrations point to latest remix verison (#28876)
  • rspack: add convert-webpack generator (#28167)
  • rspack: make target property optional (#28785)
  • rspack: move logic for withWeb to applyWebConfig and bring in line with webpack (#28803)
  • testing: add support for the ts solution config setup to the playwright plugin (#28636)
  • testing: split atomized outputs for Playwright and Cypress CI targets (#28682)
  • testing: add disableJestRuntime option to @​nx/jest/plugin to speed up target inference (#28522)
  • testing: add support for the ts solution config setup to the cypress plugin (#28637)

🩹 Fixes

  • add required minimizer setting to the generated Nest rspack conf… (#28629)
  • angular: ensure provideStore is provided before storeDevTools #28107 (#28428, #28107)
  • angular: add missing package version bump for zone.js (#28430)
  • angular: use vitest generator instead of vite config generator (#28696)
  • core: support NX_NO_CLOUD (#28366)
  • core: add busy handler for sqlite (#28390)
  • core: handle neverConnectToCloud property (#28452)
  • core: add migration to set useLegacyCache by default (#28454)
  • core: repair SIGINT signals on windows (#28496)
  • core: neverConnectToCloud should disable connecting to nxCloud (#28501)

... (truncated)

Commits

Updates @nx/jest from 20.0.8 to 20.1.0

Release notes

Sourced from @​nx/jest's releases.

20.1.0 (2024-11-11)

🚀 Features

  • angular: add vitest option to angular (#27311)
  • bundling: add createNodesV2 for rollup plugin (#28090)
  • core: allow disabling of tsconfig path sorting in format:write and formatFiles() (#28517)
  • core: Update plugin generators so that they are formatted by default (#28593)
  • core: upgrade semver to 7.6.3 (#28716)
  • expo: build w/package.json overrides/resolutions (#28254)
  • expo: use createNodesV2 (#28005)
  • js: support esbuild and swc bundlers with the new ts solution config setup (#28409)
  • js: update the setup-build generator to support the new ts setup (#28446)
  • linter: add support eslint 9 --quiet param (#28743)
  • misc: remove handling of @​nrwl scope (#28589)
  • module-federation: use latest module-federation/enhanced (#28296)
  • module-federation: use module-federation runtime for dynamic federation (#28704)
  • nextjs: update createNodes to createNodesV2 and add deprecation message (#28527)
  • nextjs: add support for typescript Next.js config file (#28709)
  • nx-cloud: configure import paths for light client when running … (#28735)
  • nx-dev: add live stream notifier (#28260)
  • nx-dev: update home hero & livestream notifier (#28403)
  • nx-dev: add contact link on powerpack page (#28458)
  • nx-dev: add videos to CI docs (84aba19bec)
  • nx-dev: linkable resources page (46769b3c18)
  • nx-dev: add customer case studies (75a73ed0e7)
  • nx-dev: add video course page (#28736)
  • react: update eslint plugins to be compat with eslint v9 (#28559)
  • remix: generate remix vite application (#28555)
  • remix: ensure migrations point to latest remix verison (#28876)
  • rspack: add convert-webpack generator (#28167)
  • rspack: make target property optional (#28785)
  • rspack: move logic for withWeb to applyWebConfig and bring in line with webpack (#28803)
  • testing: add support for the ts solution config setup to the playwright plugin (#28636)
  • testing: split atomized outputs for Playwright and Cypress CI targets (#28682)
  • testing: add disableJestRuntime option to @​nx/jest/plugin to speed up target inference (#28522)
  • testing: add support for the ts solution config setup to the cypress plugin (#28637)

🩹 Fixes

  • add required minimizer setting to the generated Nest rspack conf… (#28629)
  • angular: ensure provideStore is provided before storeDevTools #28107 (#28428, #28107)
  • angular: add missing package version bump for zone.js (#28430)
  • angular: use vitest generator instead of vite config generator (#28696)
  • core: support NX_NO_CLOUD (#28366)
  • core: add busy handler for sqlite (#28390)
  • core: handle neverConnectToCloud property (#28452)
  • core: add migration to set useLegacyCache by default (#28454)
  • core: repair SIGINT signals on windows (#28496)
  • core: neverConnectToCloud should disable connecting to nxCloud (#28501)

... (truncated)

Commits
  • 6afc286 fix(core): jest plugin should work with nodenext set in tsconfig (#28820)
  • 178d93d feat(testing): add disableJestRuntime option to @​nx/jest/plugin to speed up t...
  • See full diff in compare view

Updates @nx/js from 20.0.8 to 20.1.0

Release notes

Sourced from @​nx/js's releases.

20.1.0 (2024-11-11)

🚀 Features

  • angular: add vitest option to angular (#27311)
  • bundling: add createNodesV2 for rollup plugin (#28090)
  • core: allow disabling of tsconfig path sorting in format:write and formatFiles() (#28517)
  • core: Update plugin generators so that they are formatted by default (#28593)
  • core: upgrade semver to 7.6.3 (#28716)
  • expo: build w/package.json overrides/resolutions (#28254)
  • expo: use createNodesV2 (#28005)
  • js: support esbuild and swc bundlers with the new ts solution config setup (#28409)
  • js: update the setup-build generator to support the new ts setup (#28446)
  • linter: add support eslint 9 --quiet param (#28743)
  • misc: remove handling of @​nrwl scope (#28589)
  • module-federation: use latest module-federation/enhanced (#28296)
  • module-federation: use module-federation runtime for dynamic federation (#28704)
  • nextjs: update createNodes to createNodesV2 and add deprecation message (#28527)
  • nextjs: add support for typescript Next.js config file (#28709)
  • nx-cloud: configure import paths for light client when running … (#28735)
  • nx-dev: add live stream notifier (#28260)
  • nx-dev: update home hero & livestream notifier (#28403)
  • nx-dev: add contact link on powerpack page (#28458)
  • nx-dev: add videos to CI docs (84aba19bec)
  • nx-dev: linkable resources page (46769b3c18)
  • nx-dev: add customer case studies (75a73ed0e7)
  • nx-dev: add video course page (#28736)
  • react: update eslint plugins to be compat with eslint v9 (#28559)
  • remix: generate remix vite application (#28555)
  • remix: ensure migrations point to latest remix verison (#28876)
  • rspack: add convert-webpack generator (#28167)
  • rspack: make target property optional (#28785)
  • rspack: move logic for withWeb to applyWebConfig and bring in line with webpack (#28803)
  • testing: add support for the ts solution config setup to the playwright plugin (#28636)
  • testing: split atomized outputs for Playwright and Cypress CI targets (#28682)
  • testing: add disableJestRuntime option to @​nx/jest/plugin to speed up target inference (#28522)
  • testing: add support for the ts solution config setup to the cypress plugin (#28637)

🩹 Fixes

  • add required minimizer setting to the generated Nest rspack conf… (#28629)
  • angular: ensure provideStore is provided before storeDevTools #28107 (#28428, #28107)
  • angular: add missing package version bump for zone.js (#28430)
  • angular: use vitest generator instead of vite config generator (#28696)
  • core: support NX_NO_CLOUD (#28366)
  • core: add busy handler for sqlite (#28390)
  • core: handle neverConnectToCloud property (#28452)
  • core: add migration to set useLegacyCache by default (#28454)
  • core: repair SIGINT signals on windows (#28496)
  • core: neverConnectToCloud should disable connecting to nxCloud (#28501)

... (truncated)

Commits
  • 5be5579 fix(release): ensure dependents that are both direct and transitive are not b...
  • 158d343 fix(misc): update generators to use autocomplete instead of select when possi...
  • 1e0423b fix(js): provide absolute paths to hashFile function in @​nx/js/typescript plu...
  • aec53a0 feat(misc): remove handling of @​nrwl scope (#28589)
  • 4b70d1b feat(testing): add support for the ts solution config setup to the playwright...
  • f357b4e feat(js): update the setup-build generator to support the new ts setup (#28446)
  • fe7d7ac fix(js): include referenced internal config files in plugin cache hash (#28536)
  • 890ef83 fix(js): set the tsBuildInfoFile as output when it's not contained in the `...
  • fae8474 fix(js): fix resolution of extended tsconfig files in plugin (#28535)
  • 1218502 fix(js): allow custom listenAddress for verdaccio (#28498)
  • Additional commits viewable in compare view

Updates @nx/node from 20.0.8 to 20.1.0

Release notes

Sourced from @​nx/node's releases.

20.1.0 (2024-11-11)

🚀 Features

  • angular: add vitest option to angular (#27311)
  • bundling: add createNodesV2 for rollup plugin (#28090)
  • core: allow disabling of tsconfig path sorting in format:write and formatFiles() (#28517)
  • core: Update plugin generators so that they are formatted by default (#28593)
  • core: upgrade semver to 7.6.3 (#28716)
  • expo: build w/package.json overrides/resolutions (#28254)
  • expo: use createNodesV2 (#28005)
  • js: support esbuild and swc bundlers with the new ts solution config setup (#28409)
  • js: update the setup-build generator to support the new ts setup (#28446)
  • linter: add support eslint 9 --quiet param (#28743)
  • misc: remove handling of @​nrwl scope (#28589)
  • module-federation: use latest module-federation/enhanced (#28296)
  • module-federation: use module-federation runtime for dynamic federation (#28704)
  • nextjs: update createNodes to createNodesV2 and add deprecation message (#28527)
  • nextjs: add support for typescript Next.js config file (#28709)
  • nx-cloud: configure import paths for light client when running … (#28735)
  • nx-dev: add live stream notifier (#28260)
  • nx-dev: update home hero & livestream notifier (#28403)
  • nx-dev: add contact link on powerpack page (#28458)
  • nx-dev: add videos to CI docs (84aba19bec)
  • nx-dev: linkable resources page (46769b3c18)
  • nx-dev: add customer case studies (75a73ed0e7)
  • nx-dev: add video course page (#28736)
  • react: update eslint plugins to be compat with eslint v9 (#28559)
  • remix: generate remix vite application (#28555)
  • remix: ensure migrations point to latest remix verison (#28876)
  • rspack: add convert-webpack generator (#28167)
  • rspack: make target property optional (#28785)
  • rspack: move logic for withWeb to applyWebConfig and bring in line with webpack (#28803)
  • testing: add support for the ts solution config setup to the playwright plugin (#28636)
  • testing: split atomized outputs for Playwright and Cypress CI targets (#28682)
  • testing: add disableJestRuntime option to @​nx/jest/plugin to speed up target inference (#28522)
  • testing: add support for the ts solution config setup to the cypress plugin (#28637)

🩹 Fixes

  • add required minimizer setting to the generated Nest rspack conf… (#28629)
  • angular: ensure provideStore is provided before storeDevTools #28107 (#28428, #28107)
  • angular: add missing package version bump for zone.js (#28430)
  • angular: use vitest generator instead of vite config generator (#28696)
  • core: support NX_NO_CLOUD (#28366)
  • core: add busy handler for sqlite (#28390)
  • core: handle neverConnectToCloud property (#28452)
  • core: add migration to set useLegacyCache by default (#28454)
  • core: repair SIGINT signals on windows (#28496)
  • core: neverConnectToCloud should disable connecting to nxCloud (#28501)

... (truncated)

Commits
  • c2e3112 feat(core): Update plugin generators so that they are formatted by default (#...
  • See full diff in compare view

Updates @nx/plugin from 20.0.8 to 20.1.0

Release notes

Sourced from Description has been truncated

Bumps the nx-dependencies group with 14 updates:

| Package | From | To |
| --- | --- | --- |
| [@nx/devkit](https://github.com/nrwl/nx/tree/HEAD/packages/devkit) | `20.0.8` | `20.1.0` |
| [@nx/esbuild](https://github.com/nrwl/nx/tree/HEAD/packages/esbuild) | `20.0.8` | `20.1.0` |
| [@nx/eslint](https://github.com/nrwl/nx/tree/HEAD/packages/eslint) | `20.0.8` | `20.1.0` |
| [@nx/eslint-plugin](https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin) | `20.0.8` | `20.1.0` |
| [@nx/express](https://github.com/nrwl/nx/tree/HEAD/packages/express) | `20.0.8` | `20.1.0` |
| [@nx/jest](https://github.com/nrwl/nx/tree/HEAD/packages/jest) | `20.0.8` | `20.1.0` |
| [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) | `20.0.8` | `20.1.0` |
| [@nx/node](https://github.com/nrwl/nx/tree/HEAD/packages/node) | `20.0.8` | `20.1.0` |
| [@nx/plugin](https://github.com/nrwl/nx/tree/HEAD/packages/plugin) | `20.0.8` | `20.1.0` |
| [@nx/react](https://github.com/nrwl/nx/tree/HEAD/packages/react) | `20.0.8` | `20.1.0` |
| [@nx/rollup](https://github.com/nrwl/nx/tree/HEAD/packages/rollup) | `20.0.8` | `20.1.0` |
| [@nx/web](https://github.com/nrwl/nx/tree/HEAD/packages/web) | `20.0.8` | `20.1.0` |
| [@nx/webpack](https://github.com/nrwl/nx/tree/HEAD/packages/webpack) | `20.0.8` | `20.1.0` |
| [@nx/workspace](https://github.com/nrwl/nx/tree/HEAD/packages/workspace) | `20.0.8` | `20.1.0` |


Updates `@nx/devkit` from 20.0.8 to 20.1.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.1.0/packages/devkit)

Updates `@nx/esbuild` from 20.0.8 to 20.1.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.1.0/packages/esbuild)

Updates `@nx/eslint` from 20.0.8 to 20.1.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.1.0/packages/eslint)

Updates `@nx/eslint-plugin` from 20.0.8 to 20.1.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.1.0/packages/eslint-plugin)

Updates `@nx/express` from 20.0.8 to 20.1.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.1.0/packages/express)

Updates `@nx/jest` from 20.0.8 to 20.1.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.1.0/packages/jest)

Updates `@nx/js` from 20.0.8 to 20.1.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.1.0/packages/js)

Updates `@nx/node` from 20.0.8 to 20.1.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.1.0/packages/node)

Updates `@nx/plugin` from 20.0.8 to 20.1.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.1.0/packages/plugin)

Updates `@nx/react` from 20.0.8 to 20.1.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.1.0/packages/react)

Updates `@nx/rollup` from 20.0.8 to 20.1.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.1.0/packages/rollup)

Updates `@nx/web` from 20.0.8 to 20.1.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.1.0/packages/web)

Updates `@nx/webpack` from 20.0.8 to 20.1.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.1.0/packages/webpack)

Updates `@nx/workspace` from 20.0.8 to 20.1.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.1.0/packages/workspace)

---
updated-dependencies:
- dependency-name: "@nx/devkit"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nx-dependencies
- dependency-name: "@nx/esbuild"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx-dependencies
- dependency-name: "@nx/eslint"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx-dependencies
- dependency-name: "@nx/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx-dependencies
- dependency-name: "@nx/express"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx-dependencies
- dependency-name: "@nx/jest"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx-dependencies
- dependency-name: "@nx/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx-dependencies
- dependency-name: "@nx/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx-dependencies
- dependency-name: "@nx/plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx-dependencies
- dependency-name: "@nx/react"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx-dependencies
- dependency-name: "@nx/rollup"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx-dependencies
- dependency-name: "@nx/web"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx-dependencies
- dependency-name: "@nx/webpack"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx-dependencies
- dependency-name: "@nx/workspace"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the type : Dependencies Pull requests that update a dependency file label Nov 12, 2024
Copy link

nx-cloud bot commented Nov 12, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 8cd3e70. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this CI Pipeline Execution


✅ Successfully ran 2 targets

Sent with 💌 from NxCloud.

Copy link

codecov bot commented Nov 12, 2024

Welcome to Codecov 🎉

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

Thanks for integrating Codecov - We've got you covered ☂️

@dharmesh-hemaram dharmesh-hemaram merged commit 83d672e into main Nov 12, 2024
9 checks passed
@dharmesh-hemaram dharmesh-hemaram deleted the dependabot/npm_and_yarn/nx-dependencies-5566a3e5ff branch November 12, 2024 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type : Dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant