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 12 updates #2589

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

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

Package From To
@nx/esbuild 19.8.0 20.0.0
@nx/eslint 19.8.0 20.0.0
@nx/eslint-plugin 19.8.0 20.0.0
@nx/express 19.8.0 20.0.0
@nx/jest 19.8.0 20.0.0
@nx/js 19.8.0 20.0.0
@nx/node 19.8.0 20.0.0
@nx/react 19.8.0 20.0.0
@nx/web 19.8.0 20.0.0
@nx/webpack 19.8.0 20.0.0
@nx/workspace 19.8.0 20.0.0
nx 19.8.0 20.0.0

Updates @nx/esbuild from 19.8.0 to 20.0.0

Release notes

Sourced from @​nx/esbuild's releases.

20.0.0 (2024-10-07)

🚀 Features

  • add rspack plugin (#143)
  • add rspack plugin (#143)
  • upgrade rspack to 0.4.4 (#352)
  • core: allow prompts from init generators during nx init (#28003)
  • core: update github action pnpm version (#27815)
  • core: remove node task hasher (#28147)
  • core: allow circular project dependencies to execute tasks (#28227)
  • core: deprecate custom task runners (#28253)
  • core: open sqlite databases with SQLITE_OPEN_FULL_MUTEX (#28276)
  • core: enable db cache by default (#28048)
  • devkit: bump compatibility to Nx 19 - 21.x (#28243)
  • graph: enable composite graph functionality (#27789)
  • graph: show owners in pdv (#28211)
  • js: add the setup-prettier generator (#27996)
  • js: generate experimental simplified library with ts solution setup (#27910)
  • js: new workspace uses scoped named in root package.json (#28271)
  • linter: update eslint-import-plugin to a version that supports eslint v9 (#28273)
  • misc: update to Nx 16 and rescoped packages (#235)
  • misc: update to Nx 16 and rescoped packages (#235)
  • misc: remove derived generator paths (#27714)
  • misc: remove @nrwl/ scoped packages (#27858)
  • misc: make directory a required option for generators (#28093)
  • misc: enable new ts minimal setup by default and guard execution of generators with no support for it (#28199)
  • ⚠️ misc: handle v20 deprecations in plugins (#28222)
  • nx-dev: powerpack landing page (#27963)
  • nx-dev: add Powerpack video to the landing page (#28126)
  • nx-dev: add nx powerpack to pricing page (#28232)
  • nx-dev: add nx powerpack gcp & azure mentions (#28256)
  • react: make vitest the default test runner since it supports ESM and different moduleResolution better (#28153)
  • ⚠️ release: releasePublish always returns status code per project (#28224)
  • ⚠️ release: version.generatorOptions.updateDependents is "auto" by default (#28231)
  • ⚠️ release: rewrite ChangelogRenderer to a class API and remove deprecated config (#28229)
  • repo: merge main from https://github.com/nrwl/nx-labs (e9b03641ac)
  • repo: merge main from https://github.com/nrwl/nx-labs (b0ffe29e55)
  • repo: merge main from https://github.com/nrwl/nx-labs (23c365f426)
  • rspack: update to latest rspack version (#159)
  • rspack: add missing features (less/sass/stylus, assets, etc.) (#160)
  • rspack: add missing features (less/sass/stylus, assets, etc.) (#160)
  • rspack: clean-up project setup (#161)
  • rspack: clean-up project setup (#161)
  • rspack: update and pin rspack to 0.1.0 (#173)
  • rspack: set mode in configuration and expose option (#177)
  • rspack: install latest patch when configuring (#195)
  • rspack: configuration generator better ux (#201)
  • rspack: builder returns outfile (#207)
  • rspack: simplify app generator (#212)

... (truncated)

Commits
  • 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)
  • See full diff in compare view

Updates @nx/eslint from 19.8.0 to 20.0.0

Release notes

Sourced from @​nx/eslint's releases.

20.0.0 (2024-10-07)

🚀 Features

  • add rspack plugin (#143)
  • add rspack plugin (#143)
  • upgrade rspack to 0.4.4 (#352)
  • core: allow prompts from init generators during nx init (#28003)
  • core: update github action pnpm version (#27815)
  • core: remove node task hasher (#28147)
  • core: allow circular project dependencies to execute tasks (#28227)
  • core: deprecate custom task runners (#28253)
  • core: open sqlite databases with SQLITE_OPEN_FULL_MUTEX (#28276)
  • core: enable db cache by default (#28048)
  • devkit: bump compatibility to Nx 19 - 21.x (#28243)
  • graph: enable composite graph functionality (#27789)
  • graph: show owners in pdv (#28211)
  • js: add the setup-prettier generator (#27996)
  • js: generate experimental simplified library with ts solution setup (#27910)
  • js: new workspace uses scoped named in root package.json (#28271)
  • linter: update eslint-import-plugin to a version that supports eslint v9 (#28273)
  • misc: update to Nx 16 and rescoped packages (#235)
  • misc: update to Nx 16 and rescoped packages (#235)
  • misc: remove derived generator paths (#27714)
  • misc: remove @nrwl/ scoped packages (#27858)
  • misc: make directory a required option for generators (#28093)
  • misc: enable new ts minimal setup by default and guard execution of generators with no support for it (#28199)
  • ⚠️ misc: handle v20 deprecations in plugins (#28222)
  • nx-dev: powerpack landing page (#27963)
  • nx-dev: add Powerpack video to the landing page (#28126)
  • nx-dev: add nx powerpack to pricing page (#28232)
  • nx-dev: add nx powerpack gcp & azure mentions (#28256)
  • react: make vitest the default test runner since it supports ESM and different moduleResolution better (#28153)
  • ⚠️ release: releasePublish always returns status code per project (#28224)
  • ⚠️ release: version.generatorOptions.updateDependents is "auto" by default (#28231)
  • ⚠️ release: rewrite ChangelogRenderer to a class API and remove deprecated config (#28229)
  • repo: merge main from https://github.com/nrwl/nx-labs (e9b03641ac)
  • repo: merge main from https://github.com/nrwl/nx-labs (b0ffe29e55)
  • repo: merge main from https://github.com/nrwl/nx-labs (23c365f426)
  • rspack: update to latest rspack version (#159)
  • rspack: add missing features (less/sass/stylus, assets, etc.) (#160)
  • rspack: add missing features (less/sass/stylus, assets, etc.) (#160)
  • rspack: clean-up project setup (#161)
  • rspack: clean-up project setup (#161)
  • rspack: update and pin rspack to 0.1.0 (#173)
  • rspack: set mode in configuration and expose option (#177)
  • rspack: install latest patch when configuring (#195)
  • rspack: configuration generator better ux (#201)
  • rspack: builder returns outfile (#207)
  • rspack: simplify app generator (#212)

... (truncated)

Commits
  • 23bebd9 feat(devkit): bump compatibility to Nx 19 - 21.x (#28243)
  • 0d70866 feat(linter): update eslint-import-plugin to a version that supports eslint v...
  • 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...
  • 3c1cac7 fix(linter): ignore dist and use compat helper for eslint-plugin-react-hooks ...
  • 00b3dd2 fix(linter): do not generate docs.recommended property (#28009)
  • See full diff in compare view

Updates @nx/eslint-plugin from 19.8.0 to 20.0.0

Release notes

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

20.0.0 (2024-10-07)

🚀 Features

  • add rspack plugin (#143)
  • add rspack plugin (#143)
  • upgrade rspack to 0.4.4 (#352)
  • core: allow prompts from init generators during nx init (#28003)
  • core: update github action pnpm version (#27815)
  • core: remove node task hasher (#28147)
  • core: allow circular project dependencies to execute tasks (#28227)
  • core: deprecate custom task runners (#28253)
  • core: open sqlite databases with SQLITE_OPEN_FULL_MUTEX (#28276)
  • core: enable db cache by default (#28048)
  • devkit: bump compatibility to Nx 19 - 21.x (#28243)
  • graph: enable composite graph functionality (#27789)
  • graph: show owners in pdv (#28211)
  • js: add the setup-prettier generator (#27996)
  • js: generate experimental simplified library with ts solution setup (#27910)
  • js: new workspace uses scoped named in root package.json (#28271)
  • linter: update eslint-import-plugin to a version that supports eslint v9 (#28273)
  • misc: update to Nx 16 and rescoped packages (#235)
  • misc: update to Nx 16 and rescoped packages (#235)
  • misc: remove derived generator paths (#27714)
  • misc: remove @nrwl/ scoped packages (#27858)
  • misc: make directory a required option for generators (#28093)
  • misc: enable new ts minimal setup by default and guard execution of generators with no support for it (#28199)
  • ⚠️ misc: handle v20 deprecations in plugins (#28222)
  • nx-dev: powerpack landing page (#27963)
  • nx-dev: add Powerpack video to the landing page (#28126)
  • nx-dev: add nx powerpack to pricing page (#28232)
  • nx-dev: add nx powerpack gcp & azure mentions (#28256)
  • react: make vitest the default test runner since it supports ESM and different moduleResolution better (#28153)
  • ⚠️ release: releasePublish always returns status code per project (#28224)
  • ⚠️ release: version.generatorOptions.updateDependents is "auto" by default (#28231)
  • ⚠️ release: rewrite ChangelogRenderer to a class API and remove deprecated config (#28229)
  • repo: merge main from https://github.com/nrwl/nx-labs (e9b03641ac)
  • repo: merge main from https://github.com/nrwl/nx-labs (b0ffe29e55)
  • repo: merge main from https://github.com/nrwl/nx-labs (23c365f426)
  • rspack: update to latest rspack version (#159)
  • rspack: add missing features (less/sass/stylus, assets, etc.) (#160)
  • rspack: add missing features (less/sass/stylus, assets, etc.) (#160)
  • rspack: clean-up project setup (#161)
  • rspack: clean-up project setup (#161)
  • rspack: update and pin rspack to 0.1.0 (#173)
  • rspack: set mode in configuration and expose option (#177)
  • rspack: install latest patch when configuring (#195)
  • rspack: configuration generator better ux (#201)
  • rspack: builder returns outfile (#207)
  • rspack: simplify app generator (#212)

... (truncated)

Commits
  • 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 ...
  • See full diff in compare view

Updates @nx/express from 19.8.0 to 20.0.0

Release notes

Sourced from @​nx/express's releases.

20.0.0 (2024-10-07)

🚀 Features

  • add rspack plugin (#143)
  • add rspack plugin (#143)
  • upgrade rspack to 0.4.4 (#352)
  • core: allow prompts from init generators during nx init (#28003)
  • core: update github action pnpm version (#27815)
  • core: remove node task hasher (#28147)
  • core: allow circular project dependencies to execute tasks (#28227)
  • core: deprecate custom task runners (#28253)
  • core: open sqlite databases with SQLITE_OPEN_FULL_MUTEX (#28276)
  • core: enable db cache by default (#28048)
  • devkit: bump compatibility to Nx 19 - 21.x (#28243)
  • graph: enable composite graph functionality (#27789)
  • graph: show owners in pdv (#28211)
  • js: add the setup-prettier generator (#27996)
  • js: generate experimental simplified library with ts solution setup (#27910)
  • js: new workspace uses scoped named in root package.json (#28271)
  • linter: update eslint-import-plugin to a version that supports eslint v9 (#28273)
  • misc: update to Nx 16 and rescoped packages (#235)
  • misc: update to Nx 16 and rescoped packages (#235)
  • misc: remove derived generator paths (#27714)
  • misc: remove @nrwl/ scoped packages (#27858)
  • misc: make directory a required option for generators (#28093)
  • misc: enable new ts minimal setup by default and guard execution of generators with no support for it (#28199)
  • ⚠️ misc: handle v20 deprecations in plugins (#28222)
  • nx-dev: powerpack landing page (#27963)
  • nx-dev: add Powerpack video to the landing page (#28126)
  • nx-dev: add nx powerpack to pricing page (#28232)
  • nx-dev: add nx powerpack gcp & azure mentions (#28256)
  • react: make vitest the default test runner since it supports ESM and different moduleResolution better (#28153)
  • ⚠️ release: releasePublish always returns status code per project (#28224)
  • ⚠️ release: version.generatorOptions.updateDependents is "auto" by default (#28231)
  • ⚠️ release: rewrite ChangelogRenderer to a class API and remove deprecated config (#28229)
  • repo: merge main from https://github.com/nrwl/nx-labs (e9b03641ac)
  • repo: merge main from https://github.com/nrwl/nx-labs (b0ffe29e55)
  • repo: merge main from https://github.com/nrwl/nx-labs (23c365f426)
  • rspack: update to latest rspack version (#159)
  • rspack: add missing features (less/sass/stylus, assets, etc.) (#160)
  • rspack: add missing features (less/sass/stylus, assets, etc.) (#160)
  • rspack: clean-up project setup (#161)
  • rspack: clean-up project setup (#161)
  • rspack: update and pin rspack to 0.1.0 (#173)
  • rspack: set mode in configuration and expose option (#177)
  • rspack: install latest patch when configuring (#195)
  • rspack: configuration generator better ux (#201)
  • rspack: builder returns outfile (#207)
  • rspack: simplify app generator (#212)

... (truncated)

Commits
  • 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)
  • d454f25 feat(testing): update test generators to exclude test files from the runtime ...
  • c92528f feat(misc): remove derived generator paths (#27714)
  • See full diff in compare view

Updates @nx/jest from 19.8.0 to 20.0.0

Release notes

Sourced from @​nx/jest's releases.

20.0.0 (2024-10-07)

🚀 Features

  • add rspack plugin (#143)
  • add rspack plugin (#143)
  • upgrade rspack to 0.4.4 (#352)
  • core: allow prompts from init generators during nx init (#28003)
  • core: update github action pnpm version (#27815)
  • core: remove node task hasher (#28147)
  • core: allow circular project dependencies to execute tasks (#28227)
  • core: deprecate custom task runners (#28253)
  • core: open sqlite databases with SQLITE_OPEN_FULL_MUTEX (#28276)
  • core: enable db cache by default (#28048)
  • devkit: bump compatibility to Nx 19 - 21.x (#28243)
  • graph: enable composite graph functionality (#27789)
  • graph: show owners in pdv (#28211)
  • js: add the setup-prettier generator (#27996)
  • js: generate experimental simplified library with ts solution setup (#27910)
  • js: new workspace uses scoped named in root package.json (#28271)
  • linter: update eslint-import-plugin to a version that supports eslint v9 (#28273)
  • misc: update to Nx 16 and rescoped packages (#235)
  • misc: update to Nx 16 and rescoped packages (#235)
  • misc: remove derived generator paths (#27714)
  • misc: remove @nrwl/ scoped packages (#27858)
  • misc: make directory a required option for generators (#28093)
  • misc: enable new ts minimal setup by default and guard execution of generators with no support for it (#28199)
  • ⚠️ misc: handle v20 deprecations in plugins (#28222)
  • nx-dev: powerpack landing page (#27963)
  • nx-dev: add Powerpack video to the landing page (#28126)
  • nx-dev: add nx powerpack to pricing page (#28232)
  • nx-dev: add nx powerpack gcp & azure mentions (#28256)
  • react: make vitest the default test runner since it supports ESM and different moduleResolution better (#28153)
  • ⚠️ release: releasePublish always returns status code per project (#28224)
  • ⚠️ release: version.generatorOptions.updateDependents is "auto" by default (#28231)
  • ⚠️ release: rewrite ChangelogRenderer to a class API and remove deprecated config (#28229)
  • repo: merge main from https://github.com/nrwl/nx-labs (e9b03641ac)
  • repo: merge main from https://github.com/nrwl/nx-labs (b0ffe29e55)
  • repo: merge main from https://github.com/nrwl/nx-labs (23c365f426)
  • rspack: update to latest rspack version (#159)
  • rspack: add missing features (less/sass/stylus, assets, etc.) (#160)
  • rspack: add missing features (less/sass/stylus, assets, etc.) (#160)
  • rspack: clean-up project setup (#161)
  • rspack: clean-up project setup (#161)
  • rspack: update and pin rspack to 0.1.0 (#173)
  • rspack: set mode in configuration and expose option (#177)
  • rspack: install latest patch when configuring (#195)
  • rspack: configuration generator better ux (#201)
  • rspack: builder returns outfile (#207)
  • rspack: simplify app generator (#212)

... (truncated)

Commits
  • 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...
  • d454f25 feat(testing): update test generators to exclude test files from the runtime ...
  • See full diff in compare view

Updates @nx/js from 19.8.0 to 20.0.0

Release notes

Sourced from @​nx/js's releases.

20.0.0 (2024-10-07)

🚀 Features

  • add rspack plugin (#143)
  • add rspack plugin (#143)
  • upgrade rspack to 0.4.4 (#352)
  • core: allow prompts from init generators during nx init (#28003)
  • core: update github action pnpm version (#27815)
  • core: remove node task hasher (#28147)
  • core: allow circular project dependencies to execute tasks (#28227)
  • core: deprecate custom task runners (#28253)
  • core: open sqlite databases with SQLITE_OPEN_FULL_MUTEX (#28276)
  • core: enable db cache by default (#28048)
  • devkit: bump compatibility to Nx 19 - 21.x (#28243)
  • graph: enable composite graph functionality (#27789)
  • graph: show owners in pdv (#28211)
  • js: add the setup-prettier generator (#27996)
  • js: generate experimental simplified library with ts solution setup (#27910)
  • js: new workspace uses scoped named in root package.json (#28271)
  • linter: update eslint-import-plugin to a version that supports eslint v9 (#28273)
  • misc: update to Nx 16 and rescoped packages (#235)
  • misc: update to Nx 16 and rescoped packages (#235)
  • misc: remove derived generator paths (#27714)
  • misc: remove @nrwl/ scoped packages (#27858)
  • misc: make directory a required option for generators (#28093)
  • misc: enable new ts minimal setup by default and guard execution of generators with no support for it (#28199)
  • ⚠️ misc: handle v20 deprecations in plugins (#28222)
  • nx-dev: powerpack landing page (#27963)
  • nx-dev: add Powerpack video to the landing page (#28126)
  • nx-dev: add nx powerpack to pricing page (#28232)
  • nx-dev: add nx powerpack gcp & azure mentions (#28256)
  • react: make vitest the default test runner since it supports ESM and different moduleResolution better (#28153)
  • ⚠️ release: releasePublish always returns status code per project (#28224)
  • ⚠️ release: version.generatorOptions.updateDependents is "auto" by default (#28231)
  • ⚠️ release: rewrite ChangelogRenderer to a class API and remove deprecated config (#28229)
  • repo: merge main from https://github.com/nrwl/nx-labs (e9b03641ac)
  • repo: merge main from https://github.com/nrwl/nx-labs (b0ffe29e55)
  • repo: merge main from https://github.com/nrwl/nx-labs (23c365f426)
  • rspack: update to latest rspack version (#159)
  • rspack: add missing features (less/sass/stylus, assets, etc.) (#160)
  • rspack: add missing features (less/sass/stylus, assets, etc.) (#160)
  • rspack: clean-up project setup (#161)
  • rspack: clean-up project setup (#161)
  • rspack: update and pin rspack to 0.1.0 (#173)
  • rspack: set mode in configuration and expose option (#177)
  • rspack: install latest patch when configuring (#195)
  • rspack: configuration generator better ux (#201)
  • rspack: builder returns outfile (#207)
  • rspack: simplify app generator (#212)

... (truncated)

Commits
  • 7c0e344 fix(release): ensure updateDependents only works for independent projects (#2...
  • 23bebd9 feat(devkit): bump compatibility to Nx 19 - 21.x (#28243)
  • 81892b5 feat(misc)!: handle v20 deprecations in plugins (#28222)
  • 69109e4 fix(js): resolve VerdaccioWarning on the "logs" configuration property (#28234)
  • a637f9e chore(repo): remove v16 migrations (#28220)
  • 6b715ff feat(release)!: version.generatorOptions.updateDependents is "auto" by defaul...
  • 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...
  • b82ca22 fix(js): generate nx release config correctly for js libraries in new ts setu...
  • 27edf71 feat(misc): make directory a required option for generators (#28093)
  • Additional commits viewable in compare view

Updates @nx/node from 19.8.0 to 20.0.0

Release notes

Sourced from @​nx/node's releases.

20.0.0 (2024-10-07)

🚀 Features

  • add rspack plugin (#143)
  • add rspack plugin (#143)
  • upgrade rspack to 0.4.4 (#352)
  • core: allow prompts from init generators during nx init (#28003)
  • core: update github action pnpm version (#27815)
  • core: remove node task hasher (#28147)
  • core: allow circular project dependencies to execute tasks (#28227)
  • core: deprecate custom task runners (#28253)
  • core: open sqlite databases with SQLITE_OPEN_FULL_MUTEX (#28276)
  • core: enable db cache by default (#28048)
  • devkit: bump compatibility to Nx 19 - 21.x (#28243)
  • graph: enable composite graph functionality (#27789)
  • graph: show owners in pdv (#28211)
  • js: add the setup-prettier generator (#27996)
  • js: generate experimental simplified library with ts solution setup (#27910)
  • js: new workspace uses scoped named in root package.json (#28271)
  • linter: update eslint-import-plugin to a version that supports eslint v9 (#28273)
  • misc: update to Nx 16 and rescoped packages (#235)
  • misc: update to Nx 16 and rescoped packages (#235)
  • misc: remove derived generator paths (#27714)
  • misc: remove @nrwl/ scoped packages (#27858)
  • misc: make directory a required option for generators (#28093)
  • misc: enable new ts minimal setup by default and guard execution of generators with no support for it (#28199)
  • ⚠️ misc: handle v20 deprecations in plugins (#28222)
  • nx-dev: powerpack landing page (#27963)
  • nx-dev: add Powerpack video to the landing page (#28126)
  • nx-dev: add nx powerpack to pricing page (#28232)
  • nx-dev: add nx powerpack gcp & azure mentions (#28256)
  • react: make vitest the default test runner since it supports ESM and different moduleResolution better (#28153)
  • ⚠️ release: releasePublish always returns status code per project (#28224)
  • ⚠️ release: version.generatorOptions.updateDependents is "auto" by default (#28231)
  • ⚠️ release: rewrite ChangelogRenderer to a class API and remove deprecated config (#28229)
  • repo: merge main from https://github.com/nrwl/nx-labs (e9b03641ac)
  • repo: merge main from https://github.com/nrwl/nx-labs (b0ffe29e55)
  • repo: merge main from https://github.com/nrwl/nx-labs (23c365f426)
  • rspack: update to latest rspack version (#159)
  • rspack: add missing features (less/sass/stylus, assets, etc.) (#160)
  • rspack: add missing features (less/sass/stylus, assets, etc.) (#160)
  • rspack: clean-up project setup (#161)
  • rspack: clean-up project setup (#161)
  • rspack: update and pin rspack to 0.1.0 (#173)
  • rspack: set mode in configuration and expose option (#177)
  • rspack: install latest patch when configuring (#195)
  • rspack: configuration generator better ux (#201)
  • rspack: builder returns outfile (#207)
  • rspack: simplify app generator (#212)

... (truncated)

Commits
  • 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)
  • See full diff in compare view

Updates @nx/react from 19.8.0 to 20.0.0

Release notes

Sourced from @​nx/react's releases.

20.0.0 (2024-10-07)

🚀 Features

  • add rspack plugin (#143)
  • add rspack plugin (#143)
  • upgrade rspack to 0.4.4 (#352)
  • core: allow prompts from init generators during nx init (#28003)
  • core: update github action pnpm version (#27815)
  • core: remove node task hasher (#28147)
  • core: allow circular project dependencies to execute tasks (#28227)
  • core: deprecate custom task runners (#28253)
  • core: open sqlite databases with SQLITE_OPEN_FULL_MUTEX (#28276)
  • core: enable db cache by default (#28048)
  • devkit: bump compatibility to Nx 19 - 21.x (

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

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



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

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

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

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

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

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

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

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

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

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

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

Updates `nx` from 19.8.0 to 20.0.0
- [Release notes](https://github.com/nrwl/nx/releases)
- [Commits](https://github.com/nrwl/nx/commits/20.0.0/packages/nx)

---
updated-dependencies:
- dependency-name: "@nx/esbuild"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: nx
- dependency-name: "@nx/eslint"
  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/express"
  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/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/web"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: nx
- dependency-name: "@nx/webpack"
  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
- dependency-name: nx
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: nx
...

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

nx-cloud bot commented Oct 7, 2024

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 28a37cb. 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 1 target

Sent with 💌 from NxCloud.

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants