hard-rox / kathanika

A Library Management System for cataloging personal book collection
MIT License
1 stars 1 forks source link

build(deps-dev): bump the nx-deps group with 10 updates #1385

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps the nx-deps group with 10 updates:

Package From To
@nx/angular 19.6.5 19.7.0
@nx/cypress 19.6.5 19.7.0
@nx/eslint 19.6.5 19.7.0
@nx/eslint-plugin 19.6.5 19.7.0
@nx/jest 19.6.5 19.7.0
@nx/js 19.6.5 19.7.0
@nx/storybook 19.6.5 19.7.0
@nx/web 19.6.5 19.7.0
@nx/workspace 19.6.5 19.7.0
nx 19.6.5 19.7.0

Updates @nx/angular from 19.6.5 to 19.7.0

Release notes

Sourced from @​nx/angular's releases.

19.7.0 (2024-09-09)

🚀 Features

  • bundling: add option to generate sourcemaps for Rollup build (#27539)
  • bundling: add nxCopyAssetsPlugin for Vite to use in JS libs (#27593)
  • core: add shutdown lifecycle hook to node executor (#27354)
  • core: add sqlite db for nx (#26891)
  • core: expose graph json type (#27496)
  • core: return task results from imperative task runner (#27640)
  • core: refactor graph implementation details (#27267)
  • core: allow disabling registered task sync generators (#27638)
  • core: allow skipping sync when running tasks (#27697)
  • core: add shutdown lifecycle hook to node executor" (#27794)
  • core: update PNPM GH action setup to use v4 and pnpm version 9 (#27664)
  • devkit: prefer strings over Linter enum (#27209)
  • docs: update OpenAI model to use gpt-4o-mini (#27434)
  • graph: add expandedTargets to project details on nx dev (#26911)
  • graph: update tags to render on a single line by default with expand option (#27829)
  • js: add skipPackageManager option to build executors in order to skip generating "packageManager" entry in package.json (#27518)
  • js: generate package.json with overrides and resolutions (#27601)
  • js: add metadata to the typescript inferred tasks (#27806)
  • linter: add option to exclude projects from circular deps check (#27504)
  • nx-cloud: alias for login and logout (#27358)
  • nx-cloud: remove feature flag for nx login (#27657)
  • nx-cloud: add 'generate-token' option to connect (#27678)
  • nx-cloud: remove env variable for login (#27791)
  • nx-dev: add Explain with AI to Enterprise and Pro Plans (#27455)
  • nx-dev: add Monorepo World banner to hero (#27482)
  • nx-dev: honor prefers-reduced-motion (#27541)
  • nx-dev: add deepdive callout component (daf5837a21)
  • nx-dev: add Mike Hartington in the team section (#27755)
  • nx-dev: make animations more performant (#27757)
  • nx-dev: add create-nx-workspace from nx-cloud on ci section (#27756)
  • react: add rspack module federation support (#27696)
  • react: add module federation static server (#27802)
  • remix: infer targets for remix vite in @​nx/remix/plugin (#27713)

🩹 Fixes

  • missing export for setRemoteDefinition (#27491)
  • angular: generate @​nx/angular in devDependencies and move to dependencies when using runtime helpers (#27405)
  • angular: module-federation-ssr-dev-server should call correct builder (#27477)
  • angular: bump ngrx version to 18.0.2 (#27506)
  • angular: ensure target default for '@​nx/angular:webpack-browser' is set #26483 (#27616, #26483)
  • bundling: update snapshots for copy assets plugin (#27610)
  • core: fix importing files with special characters (#27484)
  • core: use withVerbose util (#27553)
  • core: support import detection of packages installed from git remote URL (#27569)

... (truncated)

Commits
  • f17e5ef fix(module-federation): ssr uses async-node with runtime plugin (#27492)
  • 320d9f2 fix(testing): application generators should accurately configure e2e projects...
  • d9fed4b fix(angular): ensure target default for '@​nx/angular:webpack-browser' is set ...
  • a08e2ad fix: missing export for setRemoteDefinition (#27491)
  • 0853690 docs(core): update Nx tag line (#27481)
  • 839dc15 feat(devkit): prefer strings over Linter enum (#27209)
  • 8137708 fix(module-federation): ensure shared packages can be shared from host #27162...
  • 54f70c7 fix(angular): bump ngrx version to 18.0.2 (#27506)
  • 396a5de fix(module-federation): ensure target defaults are set correctly #27448 (#27472)
  • 829f5fa fix(angular): module-federation-ssr-dev-server should call correct builder (#...
  • Additional commits viewable in compare view


Updates @nx/cypress from 19.6.5 to 19.7.0

Release notes

Sourced from @​nx/cypress's releases.

19.7.0 (2024-09-09)

🚀 Features

  • bundling: add option to generate sourcemaps for Rollup build (#27539)
  • bundling: add nxCopyAssetsPlugin for Vite to use in JS libs (#27593)
  • core: add shutdown lifecycle hook to node executor (#27354)
  • core: add sqlite db for nx (#26891)
  • core: expose graph json type (#27496)
  • core: return task results from imperative task runner (#27640)
  • core: refactor graph implementation details (#27267)
  • core: allow disabling registered task sync generators (#27638)
  • core: allow skipping sync when running tasks (#27697)
  • core: add shutdown lifecycle hook to node executor" (#27794)
  • core: update PNPM GH action setup to use v4 and pnpm version 9 (#27664)
  • devkit: prefer strings over Linter enum (#27209)
  • docs: update OpenAI model to use gpt-4o-mini (#27434)
  • graph: add expandedTargets to project details on nx dev (#26911)
  • graph: update tags to render on a single line by default with expand option (#27829)
  • js: add skipPackageManager option to build executors in order to skip generating "packageManager" entry in package.json (#27518)
  • js: generate package.json with overrides and resolutions (#27601)
  • js: add metadata to the typescript inferred tasks (#27806)
  • linter: add option to exclude projects from circular deps check (#27504)
  • nx-cloud: alias for login and logout (#27358)
  • nx-cloud: remove feature flag for nx login (#27657)
  • nx-cloud: add 'generate-token' option to connect (#27678)
  • nx-cloud: remove env variable for login (#27791)
  • nx-dev: add Explain with AI to Enterprise and Pro Plans (#27455)
  • nx-dev: add Monorepo World banner to hero (#27482)
  • nx-dev: honor prefers-reduced-motion (#27541)
  • nx-dev: add deepdive callout component (daf5837a21)
  • nx-dev: add Mike Hartington in the team section (#27755)
  • nx-dev: make animations more performant (#27757)
  • nx-dev: add create-nx-workspace from nx-cloud on ci section (#27756)
  • react: add rspack module federation support (#27696)
  • react: add module federation static server (#27802)
  • remix: infer targets for remix vite in @​nx/remix/plugin (#27713)

🩹 Fixes

  • missing export for setRemoteDefinition (#27491)
  • angular: generate @​nx/angular in devDependencies and move to dependencies when using runtime helpers (#27405)
  • angular: module-federation-ssr-dev-server should call correct builder (#27477)
  • angular: bump ngrx version to 18.0.2 (#27506)
  • angular: ensure target default for '@​nx/angular:webpack-browser' is set #26483 (#27616, #26483)
  • bundling: update snapshots for copy assets plugin (#27610)
  • core: fix importing files with special characters (#27484)
  • core: use withVerbose util (#27553)
  • core: support import detection of packages installed from git remote URL (#27569)

... (truncated)

Commits


Updates @nx/eslint from 19.6.5 to 19.7.0

Release notes

Sourced from @​nx/eslint's releases.

19.7.0 (2024-09-09)

🚀 Features

  • bundling: add option to generate sourcemaps for Rollup build (#27539)
  • bundling: add nxCopyAssetsPlugin for Vite to use in JS libs (#27593)
  • core: add shutdown lifecycle hook to node executor (#27354)
  • core: add sqlite db for nx (#26891)
  • core: expose graph json type (#27496)
  • core: return task results from imperative task runner (#27640)
  • core: refactor graph implementation details (#27267)
  • core: allow disabling registered task sync generators (#27638)
  • core: allow skipping sync when running tasks (#27697)
  • core: add shutdown lifecycle hook to node executor" (#27794)
  • core: update PNPM GH action setup to use v4 and pnpm version 9 (#27664)
  • devkit: prefer strings over Linter enum (#27209)
  • docs: update OpenAI model to use gpt-4o-mini (#27434)
  • graph: add expandedTargets to project details on nx dev (#26911)
  • graph: update tags to render on a single line by default with expand option (#27829)
  • js: add skipPackageManager option to build executors in order to skip generating "packageManager" entry in package.json (#27518)
  • js: generate package.json with overrides and resolutions (#27601)
  • js: add metadata to the typescript inferred tasks (#27806)
  • linter: add option to exclude projects from circular deps check (#27504)
  • nx-cloud: alias for login and logout (#27358)
  • nx-cloud: remove feature flag for nx login (#27657)
  • nx-cloud: add 'generate-token' option to connect (#27678)
  • nx-cloud: remove env variable for login (#27791)
  • nx-dev: add Explain with AI to Enterprise and Pro Plans (#27455)
  • nx-dev: add Monorepo World banner to hero (#27482)
  • nx-dev: honor prefers-reduced-motion (#27541)
  • nx-dev: add deepdive callout component (daf5837a21)
  • nx-dev: add Mike Hartington in the team section (#27755)
  • nx-dev: make animations more performant (#27757)
  • nx-dev: add create-nx-workspace from nx-cloud on ci section (#27756)
  • react: add rspack module federation support (#27696)
  • react: add module federation static server (#27802)
  • remix: infer targets for remix vite in @​nx/remix/plugin (#27713)

🩹 Fixes

  • missing export for setRemoteDefinition (#27491)
  • angular: generate @​nx/angular in devDependencies and move to dependencies when using runtime helpers (#27405)
  • angular: module-federation-ssr-dev-server should call correct builder (#27477)
  • angular: bump ngrx version to 18.0.2 (#27506)
  • angular: ensure target default for '@​nx/angular:webpack-browser' is set #26483 (#27616, #26483)
  • bundling: update snapshots for copy assets plugin (#27610)
  • core: fix importing files with special characters (#27484)
  • core: use withVerbose util (#27553)
  • core: support import detection of packages installed from git remote URL (#27569)

... (truncated)

Commits


Updates @nx/eslint-plugin from 19.6.5 to 19.7.0

Release notes

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

19.7.0 (2024-09-09)

🚀 Features

  • bundling: add option to generate sourcemaps for Rollup build (#27539)
  • bundling: add nxCopyAssetsPlugin for Vite to use in JS libs (#27593)
  • core: add shutdown lifecycle hook to node executor (#27354)
  • core: add sqlite db for nx (#26891)
  • core: expose graph json type (#27496)
  • core: return task results from imperative task runner (#27640)
  • core: refactor graph implementation details (#27267)
  • core: allow disabling registered task sync generators (#27638)
  • core: allow skipping sync when running tasks (#27697)
  • core: add shutdown lifecycle hook to node executor" (#27794)
  • core: update PNPM GH action setup to use v4 and pnpm version 9 (#27664)
  • devkit: prefer strings over Linter enum (#27209)
  • docs: update OpenAI model to use gpt-4o-mini (#27434)
  • graph: add expandedTargets to project details on nx dev (#26911)
  • graph: update tags to render on a single line by default with expand option (#27829)
  • js: add skipPackageManager option to build executors in order to skip generating "packageManager" entry in package.json (#27518)
  • js: generate package.json with overrides and resolutions (#27601)
  • js: add metadata to the typescript inferred tasks (#27806)
  • linter: add option to exclude projects from circular deps check (#27504)
  • nx-cloud: alias for login and logout (#27358)
  • nx-cloud: remove feature flag for nx login (#27657)
  • nx-cloud: add 'generate-token' option to connect (#27678)
  • nx-cloud: remove env variable for login (#27791)
  • nx-dev: add Explain with AI to Enterprise and Pro Plans (#27455)
  • nx-dev: add Monorepo World banner to hero (#27482)
  • nx-dev: honor prefers-reduced-motion (#27541)
  • nx-dev: add deepdive callout component (daf5837a21)
  • nx-dev: add Mike Hartington in the team section (#27755)
  • nx-dev: make animations more performant (#27757)
  • nx-dev: add create-nx-workspace from nx-cloud on ci section (#27756)
  • react: add rspack module federation support (#27696)
  • react: add module federation static server (#27802)
  • remix: infer targets for remix vite in @​nx/remix/plugin (#27713)

🩹 Fixes

  • missing export for setRemoteDefinition (#27491)
  • angular: generate @​nx/angular in devDependencies and move to dependencies when using runtime helpers (#27405)
  • angular: module-federation-ssr-dev-server should call correct builder (#27477)
  • angular: bump ngrx version to 18.0.2 (#27506)
  • angular: ensure target default for '@​nx/angular:webpack-browser' is set #26483 (#27616, #26483)
  • bundling: update snapshots for copy assets plugin (#27610)
  • core: fix importing files with special characters (#27484)
  • core: use withVerbose util (#27553)
  • core: support import detection of packages installed from git remote URL (#27569)

... (truncated)

Commits
  • c4c8b01 feat(linter): add option to exclude projects from circular deps check (#27504)
  • 0853690 docs(core): update Nx tag line (#27481)
  • b699207 fix(linter): update the @​nx/dependency-checks rule to read the package.json c...
  • See full diff in compare view


Updates @nx/jest from 19.6.5 to 19.7.0

Release notes

Sourced from @​nx/jest's releases.

19.7.0 (2024-09-09)

🚀 Features

  • bundling: add option to generate sourcemaps for Rollup build (#27539)
  • bundling: add nxCopyAssetsPlugin for Vite to use in JS libs (#27593)
  • core: add shutdown lifecycle hook to node executor (#27354)
  • core: add sqlite db for nx (#26891)
  • core: expose graph json type (#27496)
  • core: return task results from imperative task runner (#27640)
  • core: refactor graph implementation details (#27267)
  • core: allow disabling registered task sync generators (#27638)
  • core: allow skipping sync when running tasks (#27697)
  • core: add shutdown lifecycle hook to node executor" (#27794)
  • core: update PNPM GH action setup to use v4 and pnpm version 9 (#27664)
  • devkit: prefer strings over Linter enum (#27209)
  • docs: update OpenAI model to use gpt-4o-mini (#27434)
  • graph: add expandedTargets to project details on nx dev (#26911)
  • graph: update tags to render on a single line by default with expand option (#27829)
  • js: add skipPackageManager option to build executors in order to skip generating "packageManager" entry in package.json (#27518)
  • js: generate package.json with overrides and resolutions (#27601)
  • js: add metadata to the typescript inferred tasks (#27806)
  • linter: add option to exclude projects from circular deps check (#27504)
  • nx-cloud: alias for login and logout (#27358)
  • nx-cloud: remove feature flag for nx login (#27657)
  • nx-cloud: add 'generate-token' option to connect (#27678)
  • nx-cloud: remove env variable for login (#27791)
  • nx-dev: add Explain with AI to Enterprise and Pro Plans (#27455)
  • nx-dev: add Monorepo World banner to hero (#27482)
  • nx-dev: honor prefers-reduced-motion (#27541)
  • nx-dev: add deepdive callout component (daf5837a21)
  • nx-dev: add Mike Hartington in the team section (#27755)
  • nx-dev: make animations more performant (#27757)
  • nx-dev: add create-nx-workspace from nx-cloud on ci section (#27756)
  • react: add rspack module federation support (#27696)
  • react: add module federation static server (#27802)
  • remix: infer targets for remix vite in @​nx/remix/plugin (#27713)

🩹 Fixes

  • missing export for setRemoteDefinition (#27491)
  • angular: generate @​nx/angular in devDependencies and move to dependencies when using runtime helpers (#27405)
  • angular: module-federation-ssr-dev-server should call correct builder (#27477)
  • angular: bump ngrx version to 18.0.2 (#27506)
  • angular: ensure target default for '@​nx/angular:webpack-browser' is set #26483 (#27616, #26483)
  • bundling: update snapshots for copy assets plugin (#27610)
  • core: fix importing files with special characters (#27484)
  • core: use withVerbose util (#27553)
  • core: support import detection of packages installed from git remote URL (#27569)

... (truncated)

Commits


Updates @nx/js from 19.6.5 to 19.7.0

Release notes

Sourced from @​nx/js's releases.

19.7.0 (2024-09-09)

🚀 Features

  • bundling: add option to generate sourcemaps for Rollup build (#27539)
  • bundling: add nxCopyAssetsPlugin for Vite to use in JS libs (#27593)
  • core: add shutdown lifecycle hook to node executor (#27354)
  • core: add sqlite db for nx (#26891)
  • core: expose graph json type (#27496)
  • core: return task results from imperative task runner (#27640)
  • core: refactor graph implementation details (#27267)
  • core: allow disabling registered task sync generators (#27638)
  • core: allow skipping sync when running tasks (#27697)
  • core: add shutdown lifecycle hook to node executor" (#27794)
  • core: update PNPM GH action setup to use v4 and pnpm version 9 (#27664)
  • devkit: prefer strings over Linter enum (#27209)
  • docs: update OpenAI model to use gpt-4o-mini (#27434)
  • graph: add expandedTargets to project details on nx dev (#26911)
  • graph: update tags to render on a single line by default with expand option (#27829)
  • js: add skipPackageManager option to build executors in order to skip generating "packageManager" entry in package.json (#27518)
  • js: generate package.json with overrides and resolutions (#27601)
  • js: add metadata to the typescript inferred tasks (#27806)
  • linter: add option to exclude projects from circular deps check (#27504)
  • nx-cloud: alias for login and logout (#27358)
  • nx-cloud: remove feature flag for nx login (#27657)
  • nx-cloud: add 'generate-token' option to connect (#27678)
  • nx-cloud: remove env variable for login (#27791)
  • nx-dev: add Explain with AI to Enterprise and Pro Plans (#27455)
  • nx-dev: add Monorepo World banner to hero (#27482)
  • nx-dev: honor prefers-reduced-motion (#27541)
  • nx-dev: add deepdive callout component (daf5837a21)
  • nx-dev: add Mike Hartington in the team section (#27755)
  • nx-dev: make animations more performant (#27757)
  • nx-dev: add create-nx-workspace from nx-cloud on ci section (#27756)
  • react: add rspack module federation support (#27696)
  • react: add module federation static server (#27802)
  • remix: infer targets for remix vite in @​nx/remix/plugin (#27713)

🩹 Fixes

  • missing export for setRemoteDefinition (#27491)
  • angular: generate @​nx/angular in devDependencies and move to dependencies when using runtime helpers (#27405)
  • angular: module-federation-ssr-dev-server should call correct builder (#27477)
  • angular: bump ngrx version to 18.0.2 (#27506)
  • angular: ensure target default for '@​nx/angular:webpack-browser' is set #26483 (#27616, #26483)
  • bundling: update snapshots for copy assets plugin (#27610)
  • core: fix importing files with special characters (#27484)
  • core: use withVerbose util (#27553)
  • core: support import detection of packages installed from git remote URL (#27569)

... (truncated)

Commits
  • 4766031 feat(js): add metadata to the typescript inferred tasks (#27806)
  • e71e2f3 Revert "feat(core): add shutdown lifecycle hook to node executor" (#27794)
  • 1108ebf fix(release): support forwarding the --access flag to npm publish (#27765)
  • 7171536 fix(release): version plan changelogs should contain authors and refs (#27737)
  • d1c901d fix(js): respect "watch" option when "runBuildTargetDependencies" is true (#2...
  • 088a95b chore(repo): update to pnpm 9 (#27624)
  • 00710b9 fix(js): fix verdaccio windows for registry (#27350)
  • 0f31207 fix(js): ensure assets option in tsc executor defaults to empty array for pro...
  • c427717 fix(esbuild): declaration:true should find the correct package root regardles...
  • c22c077 fix(js): only sync references when composite is true, preserve comments in ot...
  • Additional commits viewable in compare view


Updates @nx/storybook from 19.6.5 to 19.7.0

Release notes

Sourced from @​nx/storybook's releases.

19.7.0 (2024-09-09)

🚀 Features

  • bundling: add option to generate sourcemaps for Rollup build (#27539)
  • bundling: add nxCopyAssetsPlugin for Vite to use in JS libs (#27593)
  • core: add shutdown lifecycle hook to node executor (#27354)
  • core: add sqlite db for nx (#26891)
  • core: expose graph json type (#27496)
  • core: return task results from imperative task runner (#27640)
  • core: refactor graph implementation details (#27267)
  • core: allow disabling registered task sync generators (#27638)
  • core: allow skipping sync when running tasks (#27697)
  • core: add shutdown lifecycle hook to node executor" (#27794)
  • core: update PNPM GH action setup to use v4 and pnpm version 9 (#27664)
  • devkit: prefer strings over Linter enum (#27209)
  • docs: update OpenAI model to use gpt-4o-mini (#27434)
  • graph: add expandedTargets to project details on nx dev (#26911)
  • graph: update tags to render on a single line by default with expand option (#27829)
  • js: add skipPackageManager option to build executors in order to skip generating "packageManager" entry in package.json (#27518)
  • js: generate package.json with overrides and resolutions (#27601)
  • js: add metadata to the typescript inferred tasks (#27806)
  • linter: add option to exclude projects from circular deps check (#27504)
  • nx-cloud: alias for login and logout (#27358)
  • nx-cloud: remove feature flag for nx login (#27657)
  • nx-cloud: add 'generate-token' option to connect (#27678)
  • nx-cloud: remove env variable for login (#27791)
  • nx-dev: add Explain with AI to Enterprise and Pro Plans (#27455)
  • nx-dev: add Monorepo World banner to hero (#27482)
  • nx-dev: honor prefers-reduced-motion (#27541)
  • nx-dev: add deepdive callout component (daf5837a21)
  • nx-dev: add Mike Hartington in the team section (#27755)
  • nx-dev: make animations more performant (#27757)
  • nx-dev: add create-nx-workspace from nx-cloud on ci section (#27756)
  • react: add rspack module federation support (#27696)
  • react: add module federation static server (#27802)
  • remix: infer targets for remix vite in @​nx/remix/plugin (#27713)

🩹 Fixes

  • missing export for setRemoteDefinition (#27491)
  • angular: generate @​nx/angular in devDependencies and move to dependencies when using runtime helpers (#27405)
  • angular: module-federation-ssr-dev-server should call correct builder (#27477)
  • angular: bump ngrx version to 18.0.2 (#27506)
  • angular: ensure target default for '@​nx/angular:webpack-browser' is set #26483 (#27616, #26483)
  • bundling: update snapshots for copy assets plugin (#27610)
  • core: fix importing files with special characters (#27484)
  • core: use withVerbose util (#27553)
  • core: support import detection of packages installed from git remote URL (#27569)

... (truncated)

Commits


Updates @nx/web from 19.6.5 to 19.7.0

Release notes

Sourced from @​nx/web's releases.

19.7.0 (2024-09-09)

🚀 Features

  • bundling: add option to generate sourcemaps for Rollup build (#27539)
  • bundling: add nxCopyAssetsPlugin for Vite to use in JS libs (#27593)
  • core: add shutdown lifecycle hook to node executor (#27354)
  • core: add sqlite db for nx (#26891)
  • core: expose graph json type (#27496)
  • core: return task results from imperative task runner (#27640)
  • core: refactor graph implementation details (#27267)
  • core: allow disabling registered task sync generators (#27638)
  • core: allow skipping sync when running tasks (#27697)
  • core: add shutdown lifecycle hook to node executor" (#27794)
  • core: update PNPM GH action setup to use v4 and pnpm version 9 (#27664)
  • devkit: prefer strings over Linter enum (#27209)
  • docs: update OpenAI model to use gpt-4o-mini (#27434)
  • graph: add expandedTargets to project details on nx dev (#26911)
  • graph: update tags to render on a single line by default with expand option (#27829)
  • js: add skipPackageManager option to build executors in order to skip generating "packageManager" entry in package.json (#27518)
  • js: generate package.json with overrides and resolutions (#27601)
  • js: add metadata to the typescript inferred tasks (#27806)
  • linter: add option to exclude projects from circular deps check (#27504)
  • nx-cloud: alias for login and logout (#27358)
  • nx-cloud: remove feature flag for nx login (#27657)
  • nx-cloud: add 'generate-token' option to connect (#27678)
  • nx-cloud: remove env variable for login (#27791)
  • nx-dev: add Explain with AI to Enterprise and Pro Plans (#27455)
  • nx-dev: add Monorepo World banner to hero (#27482)
  • nx-dev: honor prefers-reduced-motion (#27541)
  • nx-dev: add deepdive callout component (daf5837a21)
  • nx-dev: add Mike Hartington in the team section (#27755)
  • nx-dev: make animations more performant (#27757)
  • nx-dev: add create-nx-workspace from nx-cloud on ci section (#27756)
  • react: add rspack module federation support (#27696)
  • react: add module federation static server (#27802)
  • remix: infer targets for remix vite in @​nx/remix/plugin (#27713)

🩹 Fixes

  • missing export for setRemoteDefinition (#27491)
  • angular: generate @​nx/angular in devDependencies and move to dependencies when using runtime helpers (#27405)
  • angular: module-federation-ssr-dev-server should call correct builder (#27477)
  • angular: bump ngrx version to 18.0.2 (#27506)
  • angular: ensure target default for '@​nx/angular:webpack-browser' is set #26483 (#27616, #26483)
  • bundling: update snapshots for copy assets plugin (#27610)
  • core: fix importing files with special characters (#27484)
  • core: use withVerbose util (#27553)
  • core: support import detection of packages installed from git remote URL (