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

chore(deps-dev): bump the nx group across 1 directory with 9 updates #18077

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the nx group with 9 updates in the / directory:

Package From To
@nx/esbuild 19.5.3 20.1.4
@nx/eslint-plugin 19.5.3 20.1.4
@nx/jest 19.5.3 20.1.4
@nx/js 19.5.3 20.1.4
@nx/next 19.5.3 20.1.4
@nx/node 19.5.3 20.1.4
@nx/react 19.5.3 20.1.4
@nx/storybook 19.5.3 20.1.4
@nx/workspace 19.5.3 20.1.4

Updates @nx/esbuild from 19.5.3 to 20.1.4

Release notes

Sourced from @​nx/esbuild's releases.

20.1.4 (2024-11-28)

🚀 Features

  • misc: replace tutorials with social links in create-nx-workspace (#29085)
  • nx-dev: update top-level navbar (0f330590b7)

🩹 Fixes

  • angular: ngrx-root-store generator check ngModule path (#29068)
  • core: don't generate nxCloudId if running nx connect through nx console (#29060)
  • core: update to the async version of getting powerpack information (#29088)
  • misc: update artifact generator option descriptions and cleanup leftovers (#29077)
  • module-federation: use 'hoisted' runtime for node to prevent issues with eager sharing (#29104)
  • nest: Fix generators (guard, interceptor etc...) path to not duplicate when provided (#29084)
  • nest: update project config to enable artifacts to be built as dev (#29110)
  • nextjs: ensure next apps config is correctly checked when using jest (#29066)
  • nextjs: Add support for next.config.ts for executors (#29071)

❤️ Thank You

20.1.3 (2024-11-23)

🩹 Fixes

  • angular: make scam-to-standalone replace correct module (#29014)
  • core: ensure process is kept alive when plugin communication in progress (#28948)
  • core: add missing supported CI providers to NxCloud type (#29008)
  • core: gracefully handle non-existent files in find_imports (#29027)
  • core: handle self shutdown for plugin workers is orphaned before connections and loading (3003b66879)
  • linter: remove legacy dependencies during convert to flat config (#28981)
  • linter: move eslint-config-prettier to the end for proper override (#28503)
  • nextjs: fix next e2e test to ensure playwright installed (#29000)
  • nx-dev: disable notifier for now (95cdd7ce7a)
  • nx-dev: breadcrumb casing (#29032)
  • release: remove duplicate space character in changelog thank you header (#28664)
  • remix: remove tooling packages from generated package.json since they are installed in the root (#29009)

❤️ Thank You

... (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...
  • 23bebd9 feat(devkit): bump compatibility to Nx 19 - 21.x (#28243)
  • a637f9e chore(repo): remove v16 migrations (#28220)
  • ec801b4 feat(misc): enable new ts minimal setup by default and guard execution of gen...
  • e802d2c cleanup(misc): remove redundant return in esbuild.impl.ts (#27632)
  • f221a41 feat(misc): remove @nrwl/ scoped packages (#27858)
  • 28c12b5 cleanup(bundling): replace fs-extra with node:fs (#28113)
  • 951baee cleanup(core): migrate esbuild to use picocolors (#28033)
  • c427717 fix(esbuild): declaration:true should find the correct package root regardles...
  • Additional commits viewable in compare view

Updates @nx/eslint-plugin from 19.5.3 to 20.1.4

Release notes

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

20.1.4 (2024-11-28)

🚀 Features

  • misc: replace tutorials with social links in create-nx-workspace (#29085)
  • nx-dev: update top-level navbar (0f330590b7)

🩹 Fixes

  • angular: ngrx-root-store generator check ngModule path (#29068)
  • core: don't generate nxCloudId if running nx connect through nx console (#29060)
  • core: update to the async version of getting powerpack information (#29088)
  • misc: update artifact generator option descriptions and cleanup leftovers (#29077)
  • module-federation: use 'hoisted' runtime for node to prevent issues with eager sharing (#29104)
  • nest: Fix generators (guard, interceptor etc...) path to not duplicate when provided (#29084)
  • nest: update project config to enable artifacts to be built as dev (#29110)
  • nextjs: ensure next apps config is correctly checked when using jest (#29066)
  • nextjs: Add support for next.config.ts for executors (#29071)

❤️ Thank You

20.1.3 (2024-11-23)

🩹 Fixes

  • angular: make scam-to-standalone replace correct module (#29014)
  • core: ensure process is kept alive when plugin communication in progress (#28948)
  • core: add missing supported CI providers to NxCloud type (#29008)
  • core: gracefully handle non-existent files in find_imports (#29027)
  • core: handle self shutdown for plugin workers is orphaned before connections and loading (3003b66879)
  • linter: remove legacy dependencies during convert to flat config (#28981)
  • linter: move eslint-config-prettier to the end for proper override (#28503)
  • nextjs: fix next e2e test to ensure playwright installed (#29000)
  • nx-dev: disable notifier for now (95cdd7ce7a)
  • nx-dev: breadcrumb casing (#29032)
  • release: remove duplicate space character in changelog thank you header (#28664)
  • remix: remove tooling packages from generated package.json since they are installed in the root (#29009)

❤️ Thank You

... (truncated)

Commits
  • 2bc9ab5 fix(linter): move eslint-config-prettier to the end for proper override (#28503)
  • b25a03e cleanup(linter): remove unused basePath parameter (#28549)
  • 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)
  • 0d70866 feat(linter): update eslint-import-plugin to a version that supports eslint v...
  • 81892b5 feat(misc)!: handle v20 deprecations in plugins (#28222)
  • a637f9e chore(repo): remove v16 migrations (#28220)
  • f221a41 feat(misc): remove @nrwl/ scoped packages (#27858)
  • 7e1cf53 fix(linter): add files entry to angular flat config to avoid applying TS rule...
  • 3c1cac7 fix(linter): ignore dist and use compat helper for eslint-plugin-react-hooks ...
  • Additional commits viewable in compare view

Updates @nx/jest from 19.5.3 to 20.1.4

Release notes

Sourced from @​nx/jest's releases.

20.1.4 (2024-11-28)

🚀 Features

  • misc: replace tutorials with social links in create-nx-workspace (#29085)
  • nx-dev: update top-level navbar (0f330590b7)

🩹 Fixes

  • angular: ngrx-root-store generator check ngModule path (#29068)
  • core: don't generate nxCloudId if running nx connect through nx console (#29060)
  • core: update to the async version of getting powerpack information (#29088)
  • misc: update artifact generator option descriptions and cleanup leftovers (#29077)
  • module-federation: use 'hoisted' runtime for node to prevent issues with eager sharing (#29104)
  • nest: Fix generators (guard, interceptor etc...) path to not duplicate when provided (#29084)
  • nest: update project config to enable artifacts to be built as dev (#29110)
  • nextjs: ensure next apps config is correctly checked when using jest (#29066)
  • nextjs: Add support for next.config.ts for executors (#29071)

❤️ Thank You

20.1.3 (2024-11-23)

🩹 Fixes

  • angular: make scam-to-standalone replace correct module (#29014)
  • core: ensure process is kept alive when plugin communication in progress (#28948)
  • core: add missing supported CI providers to NxCloud type (#29008)
  • core: gracefully handle non-existent files in find_imports (#29027)
  • core: handle self shutdown for plugin workers is orphaned before connections and loading (3003b66879)
  • linter: remove legacy dependencies during convert to flat config (#28981)
  • linter: move eslint-config-prettier to the end for proper override (#28503)
  • nextjs: fix next e2e test to ensure playwright installed (#29000)
  • nx-dev: disable notifier for now (95cdd7ce7a)
  • nx-dev: breadcrumb casing (#29032)
  • release: remove duplicate space character in changelog thank you header (#28664)
  • remix: remove tooling packages from generated package.json since they are installed in the root (#29009)

❤️ Thank You

... (truncated)

Commits
  • 8fe3d22 fix(nextjs): ensure next apps config is correctly checked when using jest (#2...
  • 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...
  • cbda8cf fix(testing): getJestProjectsAsync no longer duplicates project paths (#28311)
  • f743808 fix(testing): migration for getJestProjects -> getJestProjectsAsync handles b...
  • 23bebd9 feat(devkit): bump compatibility to Nx 19 - 21.x (#28243)
  • 10fb324 chore(testing): add deprecated comment for getJestProjects (#28178)
  • a637f9e chore(repo): remove v16 migrations (#28220)
  • f221a41 feat(misc): remove @nrwl/ scoped packages (#27858)
  • 49c5a73 feat(js): generate experimental simplified library with ts solution setup (#2...
  • Additional commits viewable in compare view

Updates @nx/js from 19.5.3 to 20.1.4

Release notes

Sourced from @​nx/js's releases.

20.1.4 (2024-11-28)

🚀 Features

  • misc: replace tutorials with social links in create-nx-workspace (#29085)
  • nx-dev: update top-level navbar (0f330590b7)

🩹 Fixes

  • angular: ngrx-root-store generator check ngModule path (#29068)
  • core: don't generate nxCloudId if running nx connect through nx console (#29060)
  • core: update to the async version of getting powerpack information (#29088)
  • misc: update artifact generator option descriptions and cleanup leftovers (#29077)
  • module-federation: use 'hoisted' runtime for node to prevent issues with eager sharing (#29104)
  • nest: Fix generators (guard, interceptor etc...) path to not duplicate when provided (#29084)
  • nest: update project config to enable artifacts to be built as dev (#29110)
  • nextjs: ensure next apps config is correctly checked when using jest (#29066)
  • nextjs: Add support for next.config.ts for executors (#29071)

❤️ Thank You

20.1.3 (2024-11-23)

🩹 Fixes

  • angular: make scam-to-standalone replace correct module (#29014)
  • core: ensure process is kept alive when plugin communication in progress (#28948)
  • core: add missing supported CI providers to NxCloud type (#29008)
  • core: gracefully handle non-existent files in find_imports (#29027)
  • core: handle self shutdown for plugin workers is orphaned before connections and loading (3003b66879)
  • linter: remove legacy dependencies during convert to flat config (#28981)
  • linter: move eslint-config-prettier to the end for proper override (#28503)
  • nextjs: fix next e2e test to ensure playwright installed (#29000)
  • nx-dev: disable notifier for now (95cdd7ce7a)
  • nx-dev: breadcrumb casing (#29032)
  • release: remove duplicate space character in changelog thank you header (#28664)
  • remix: remove tooling packages from generated package.json since they are installed in the root (#29009)

❤️ Thank You

... (truncated)

Commits
  • 58f0b17 fix(misc): update artifact generator option descriptions and cleanup leftover...
  • 47c9ac5 fix(js): skip tsc batch builds for implicit dependencies (#28840)
  • 2ee80a1 fix(js): handle outputFileName correctly when generating package json (#28915)
  • 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)
  • Additional commits viewable in compare view

Updates @nx/next from 19.5.3 to 20.1.4

Release notes

Sourced from @​nx/next's releases.

20.1.4 (2024-11-28)

🚀 Features

  • misc: replace tutorials with social links in create-nx-workspace (#29085)
  • nx-dev: update top-level navbar (0f330590b7)

🩹 Fixes

  • angular: ngrx-root-store generator check ngModule path (#29068)
  • core: don't generate nxCloudId if running nx connect through nx console (#29060)
  • core: update to the async version of getting powerpack information (#29088)
  • misc: update artifact generator option descriptions and cleanup leftovers (#29077)
  • module-federation: use 'hoisted' runtime for node to prevent issues with eager sharing (#29104)
  • nest: Fix generators (guard, interceptor etc...) path to not duplicate when provided (#29084)
  • nest: update project config to enable artifacts to be built as dev (#29110)
  • nextjs: ensure next apps config is correctly checked when using jest (#29066)
  • nextjs: Add support for next.config.ts for executors (#29071)

❤️ Thank You

20.1.3 (2024-11-23)

🩹 Fixes

  • angular: make scam-to-standalone replace correct module (#29014)
  • core: ensure process is kept alive when plugin communication in progress (#28948)
  • core: add missing supported CI providers to NxCloud type (#29008)
  • core: gracefully handle non-existent files in find_imports (#29027)
  • core: handle self shutdown for plugin workers is orphaned before connections and loading (3003b66879)
  • linter: remove legacy dependencies during convert to flat config (#28981)
  • linter: move eslint-config-prettier to the end for proper override (#28503)
  • nextjs: fix next e2e test to ensure playwright installed (#29000)
  • nx-dev: disable notifier for now (95cdd7ce7a)
  • nx-dev: breadcrumb casing (#29032)
  • release: remove duplicate space character in changelog thank you header (#28664)
  • remix: remove tooling packages from generated package.json since they are installed in the root (#29009)

❤️ Thank You

... (truncated)

Commits
  • 58f0b17 fix(misc): update artifact generator option descriptions and cleanup leftover...
  • bf24839 fix(nextjs): Add support for next.config.ts for executors (#29071)
  • 316e8d2 server-next-executor-examples: minor typo documentation (#28830)
  • d4b9e0d fix(nextjs): update default next-env (#28861)
  • 39b0a6c chore(nextjs): bump Next.js version to 14.2.16 (#28782)
  • 0706c7f fix(nextjs): Formatting for pages (#28734)
  • 0ad7c6b fix(nextjs): do not generate spec files if unitTestRunner is not set programm...
  • b89a62e fix(nextjs): Fix json spread typo (#28728)
  • c2e3112 feat(core): Update plugin generators so that they are formatted by default (#...
  • ce05a98 fix(nextjs): Add deprecation message for svgr (#28705)
  • Additional commits viewable in compare view

Updates @nx/node from 19.5.3 to 20.1.4

Release notes

Sourced from @​nx/node's releases.

20.1.4 (2024-11-28)

🚀 Features

  • misc: replace tutorials with social links in create-nx-workspace (#29085)
  • nx-dev: update top-level navbar (0f330590b7)

🩹 Fixes

  • angular: ngrx-root-store generator check ngModule path (#29068)
  • core: don't generate nxCloudId if running nx connect through nx console (#29060)
  • core: update to the async version of getting powerpack information (#29088)
  • misc: update artifact generator option descriptions and cleanup leftovers (#29077)
  • module-federation: use 'hoisted' runtime for node to prevent issues with eager sharing (#29104)
  • nest: Fix generators (guard, interceptor etc...) path to not duplicate when provided (#29084)
  • nest: update project config to enable artifacts to be built as dev (#29110)
  • nextjs: ensure next apps config is correctly checked when using jest (#29066)
  • nextjs: Add support for next.config.ts for executors (#29071)

❤️ Thank You

20.1.3 (2024-11-23)

🩹 Fixes

  • angular: make scam-to-standalone replace correct module (#29014)
  • core: ensure process is kept alive when plugin communication in progress (#28948)
  • core: add missing supported CI providers to NxCloud type (#29008)
  • core: gracefully handle non-existent files in find_imports (#29027)
  • core: handle self shutdown for plugin workers is orphaned before connections and loading (3003b66879)
  • linter: remove legacy dependencies during convert to flat config (#28981)
  • linter: move eslint-config-prettier to the end for proper override (#28503)
  • nextjs: fix next e2e test to ensure playwright installed (#29000)
  • nx-dev: disable notifier for now (95cdd7ce7a)
  • nx-dev: breadcrumb casing (#29032)
  • release: remove duplicate space character in changelog thank you header (#28664)
  • remix: remove tooling packages from generated package.json since they are installed in the root (#29009)

❤️ Thank You

... (truncated)

Commits
  • 301ca87 fix(nest): update project config to enable artifacts to be built as dev (#29110)
  • c2e3112 feat(core): Update plugin generators so that they are formatted by default (#...
  • a637f9e chore(repo): remove v16 migrations (#28220)
  • ec801b4 feat(misc): enable new ts minimal setup by default and guard execution of gen...
  • 942f6fc fix(js): throw an error when generating a publishable lib with `--bundler=non...
  • 27edf71 feat(misc): make directory a required option for generators (#28093)
  • f221a41 feat(misc): remove @nrwl/ scoped packages (#27858)
  • d454f25 feat(testing): update test generators to exclude test files from the runtime ...
  • c92528f feat(misc): remove derived generator paths (#27714)
  • 68eeb2e feat(linter): create new workspaces with ESLint v9 and typescript-eslint v8 (...
  • Additional commits viewable in compare view

Updates @nx/react from 19.5.3 to 20.1.4

Release notes

Sourced from @​nx/react's releases.

20.1.4 (2024-11-28)

🚀 Features

  • misc: replace tutorials with social links in create-nx-workspace (#29085)
  • nx-dev: update top-level navbar (0f330590b7)

🩹 Fixes

  • angular: ngrx-root-store generator check ngModule path (#29068)
  • core: don't generate nxCloudId if running nx connect through nx console (#29060)
  • core: update to the async version of getting powerpack information (#29088)
  • misc: update artifact generator option descriptions and cleanup leftovers (#29077)
  • module-federation: use 'hoisted' runtime for node to prevent issues with eager sharing (#29104)
  • nest: Fix generators (guard, interceptor etc...) path to not duplicate when provided (#29084)
  • nest: update project config to enable artifacts to be built as dev (#29110)
  • nextjs: ensure next apps config is correctly checked when using jest (#29066)
  • nextjs: Add support for next.config.ts for executors (#29071)

❤️ Thank You

20.1.3 (2024-11-23)

🩹 Fixes

  • angular: make scam-to-standalone replace correct module (#29014)
  • core: ensure process is kept alive when plugin communication in progress (#28948)
  • core: add missing supported CI providers to NxCloud type (#29008)
  • core: gracefully handle non-existent files in find_imports (#29027)
  • core: handle self shutdown for plugin workers is orphaned before connections and loading (3003b66879)
  • linter: remove legacy dependencies during convert to flat config (#28981)
  • linter: move eslint-config-prettier to the end for proper override (#28503)
  • nextjs: fix next e2e test to ensure playwright installed (#29000)
  • nx-dev: disable notifier for now (95cdd7ce7a)
  • nx-dev: breadcrumb casing (#29032)
  • release: remove duplicate space character in changelog thank you header (#28664)
  • remix: remove tooling packages from generated package.json since they are installed in the root (#29009)

❤️ Thank You

... (truncated)

Commits
  • 02e175c chore(misc): fix deps
  • 4ea8aa1 chore(react): fix import from merge conflict
  • 58f0b17 fix(misc): update artifact generator option descriptions and cleanup leftover...
  • 1e60d18 fix(module-federation): use 'hoisted' runtime for node to prevent issues with...
  • 26f67c1 chore(repo): update nx to 20.2.0-beta.3 and other dependencies (#29049)
  • 37e31be docs(core): fix search indexing errors (#28858)
  • 0706c7f fix(nextjs): Formatting for pages (#28734)
  • 4f4b546 fix(react): ensure module federation template files are indented correctly (#...
  • 0f25b3c feat(module-federation): use module-federation runtime for dynamic federation...
  • c2e3112 feat(core): Update plugin generators so that they are formatted by default (#...
  • Additional commits viewable in compare view

Updates @nx/storybook from 19.5.3 to 20.1.4

Release notes

Sourced from @​nx/storybook's releases.

20.1.4 (2024-11-28)

🚀 Features

  • misc: replace tutorials with social links in create-nx-workspace (#29085)
  • nx-dev: update top-level navbar (0f330590b7)

🩹 Fixes

  • angular: ngrx-root-store generator check ngModule path (#29068)
  • core: don't generate nxCloudId if running nx connect through nx console (#29060)
  • core: update to the async version of getting powerpack information (#29088)
  • misc: update artifact generator option descriptions and cleanup leftovers (#29077)
  • module-federation: use 'hoisted' runtime for node to prevent issues with eager sharing (#29104)
  • nest: Fix generators (guard, interceptor etc...) path to not duplicate when provided (#29084)
  • nest: update project config to enable artifacts to be built as dev (#29110)
  • nextjs: ensure next apps config is correctly checked when using jest (#29066)
  • nextjs: Add support for next.config.ts for executors (#29071)

❤️ Thank You

20.1.3 (2024-11-23)

🩹 Fixes

  • angular: make scam-to-standalone replace correct module (#29014)
  • core: ensure process is kept alive when plugin communication in progress (#28948)
  • core: add missing supported CI providers to NxCloud type (#29008)
  • core: gracefully handle non-existent files in find_imports (#29027)
  • core: handle self shutdown for plugin workers is orphaned before connections and loading (3003b66879)
  • linter: remove legacy dependencies during convert to flat config (#28981)
  • linter: move eslint-config-prettier to the end for proper override (#28503)
  • nextjs: fix next e2e test to ensure playwright installed (#29000)
  • nx-dev: disable notifier for now (95cdd7ce7a)
  • nx-dev: breadcrumb casing (#29032)
  • release: remove duplicate space character in changelog thank you header (#28664)
  • remix: remove tooling packages from generated package.json since they are installed in the root (#29009)

❤️ Thank You

... (truncated)

Commits
  • faf4483 fix(nextjs): Remove deprecated export executor (#28702)
  • 013aaee fix(storybook): fix externalDependencies undefined (#28641)
  • 7839c80 fix(storybook): fix yarn storybook upgrade 8 (#28605)
  • 018543c cleanup(misc): remove unused migrations (#28591)
  • 499300f fix(core): repair SIGINT signals on windows (#28496)
  • a637f9e chore(repo): remove v16 migrations (#28220)
  • ec801b4 feat(misc): enable new ts minimal setup by default and guard execution of gen...
  • 27edf71 feat(misc): make directory a required option for generators (#28093)
  • f221a41 feat(misc): remove @nrwl/ scoped packages (#27858)
  • 5724deb fix(storybook): only add @​storybook/test-runner to externalDependencies if in...
  • Additional commits viewable in compare view

Updates @nx/workspace from 19.5.3 to 20.1.4

Release notes

Sourced from @​nx/workspace's releases.

20.1.4 (2024-11-28)

🚀 Features

  • misc: replace tutorials with social links in create-nx-workspace (#29085)
  • nx-dev: update top-level navbar (0f330590b7)

🩹 Fixes

  • angular: ngrx-root-store generator check ngModule path (#29068)
  • core: don't generate nxCloudId if running nx connect through nx console (#29060)
  • core: update to the async version of getting powerpack information (#29088)
  • misc: update artifact generator option descriptions and cleanup leftovers (#29077)
  • module-federation: use 'hoisted' runtime for node to prevent issues with eager sharing (#29104)
  • nest: Fix generators (guard, interceptor etc...) path to not duplicate when provided (#29084)
  • nest: update project config to enable artifacts to be built as dev (#29110)
  • nextjs: ensure next apps config is correctly checked when using jest (#29066)
  • nextjs: Add support for next.config.ts for executors (#29071)

❤️ Thank You

20.1.3 (2024-11-23)

🩹 Fixes

  • angular: make scam-to-standalone replace correct module (#29014)
  • core: ensure process is kept alive when plugin communication in progress (#28948)
  • core: add missing supported CI providers to NxCloud type (#29008)
  • core: gracefully handle non-existent files in find_imports (#29027)
  • core: handle self shutdown for plugin workers is orphaned before connections and loading (3003b66879)
  • linter: remove legacy dependencies during convert to flat config (#28981)
  • <...

    Description has been truncated

Bumps the nx group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@nx/esbuild](https://github.com/nrwl/nx/tree/HEAD/packages/esbuild) | `19.5.3` | `20.1.4` |
| [@nx/eslint-plugin](https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin) | `19.5.3` | `20.1.4` |
| [@nx/jest](https://github.com/nrwl/nx/tree/HEAD/packages/jest) | `19.5.3` | `20.1.4` |
| [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) | `19.5.3` | `20.1.4` |
| [@nx/next](https://github.com/nrwl/nx/tree/HEAD/packages/next) | `19.5.3` | `20.1.4` |
| [@nx/node](https://github.com/nrwl/nx/tree/HEAD/packages/node) | `19.5.3` | `20.1.4` |
| [@nx/react](https://github.com/nrwl/nx/tree/HEAD/packages/react) | `19.5.3` | `20.1.4` |
| [@nx/storybook](https://github.com/nrwl/nx/tree/HEAD/packages/storybook) | `19.5.3` | `20.1.4` |
| [@nx/workspace](https://github.com/nrwl/nx/tree/HEAD/packages/workspace) | `19.5.3` | `20.1.4` |



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

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

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

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

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

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

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

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

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

---
updated-dependencies:
- dependency-name: "@nx/esbuild"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: nx
- dependency-name: "@nx/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: nx
- dependency-name: "@nx/jest"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: nx
- dependency-name: "@nx/js"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: nx
- dependency-name: "@nx/next"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: nx
- dependency-name: "@nx/node"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: nx
- dependency-name: "@nx/react"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: nx
- dependency-name: "@nx/storybook"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: nx
- dependency-name: "@nx/workspace"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: nx
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner November 29, 2024 06:33
@dependabot dependabot bot added dependencies Pull requests that update a dependency file maintenance labels Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants