ideafast / ideafast-portal

Data platform and portal for the IDEAFast study
MIT License
1 stars 3 forks source link

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

Open dependabot[bot] opened 6 days ago

dependabot[bot] commented 6 days ago

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 (
    nx-cloud[bot] commented 6 days ago

    ☁️ Nx Cloud Report

    CI is running/has finished running commands for commit 28a37cbd2e0b57a27ea8a1188fb984904678d747. 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 - [`nx affected --target=test --base=39263d5a85e770dad7e082b786ad512da5d4cc0a --head=28a37cbd2e0b57a27ea8a1188fb984904678d747 --parallel=1`](https://cloud.nx.app/runs/w3yBIw2olS?utm_source=pull-request&utm_medium=comment)

    Sent with 💌 from NxCloud.