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 #1328

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.5.7 19.6.0
@nx/cypress 19.5.7 19.6.0
@nx/eslint 19.5.7 19.6.0
@nx/eslint-plugin 19.5.7 19.6.0
@nx/jest 19.5.7 19.6.0
@nx/js 19.5.7 19.6.0
@nx/storybook 19.5.7 19.6.0
@nx/web 19.5.7 19.6.0
@nx/workspace 19.5.7 19.6.0
nx 19.5.7 19.6.0

Updates @nx/angular from 19.5.7 to 19.6.0

Release notes

Sourced from @โ€‹nx/angular's releases.

19.6.0 (2024-08-15)

๐Ÿš€ Features

  • angular: deprecate data persistence operators (#27401)
  • angular: support angular v18.2.0 (#27379)
  • core: error when running atomized tasks outside of DTE (#26898)
  • core: update pnpm/action-setup to v4 in ci-workflow generator (#26838)
  • core: update axios to ^1.7.2 (#27076)
  • core: include target architecture in nx report (#27094)
  • core: add --exclude-task-dependencies flag (#27137)
  • core: add nx-console installation source to nx connect (#27307)
  • core: change e2e-ci,e2e to be same line affected command (#26951)
  • core: Refresh welcome screens based on Nx Cloud (#27313)
  • core: introduce nx import (#26847)
  • core: remove env var to enable sync generators (#27409)
  • devkit: allow updating package json based projects (#27138)
  • graph: add parallelism in target details (#27014)
  • js: add scopes option for verdaccio (#26918)
  • js: added a verdaccio listen address to configuration (#26976)
  • js: @โ€‹nx/js:init generator does not generate prettier and tsconfig.base.json files by default (#27406)
  • misc: prioritize github onboarding flow (#27085)
  • misc: only create one commit with cloud onboard URL on cnw (#27093)
  • misc: add onboarding a/b testing (#27217)
  • misc: add more logging while running migrations (#27063)
  • misc: add nx syncing mechanism and update the typescript-sync generator (#26793)
  • module-federation: add nx-runtime-library-control-plugin (#26816)
  • module-federation: use proxy servers to proxy to single file server for static remotes (#26782)
  • module-federation: improve console output for remote build errors (#26711)
  • module-federation: support setremotedefinition api (#27051)
  • module-federation: Update SSR enabling static serving for remotes (#27345)
  • nx-cloud: add nxCloudId field for auth (#27197)
  • nx-dev: add announcement pill on top of hero section (#26961)
  • nx-dev: improve hero section on homepage (1f34788c75)
  • nx-dev: update descriptions and layout styles for better clarity (#26991)
  • nx-dev: update typography and hero component styles (#27011)
  • nx-dev: add Nx Cloud Page (#26865)
  • nx-dev: Migrate careers from nx.app (#27020)
  • nx-dev: reprioritize customer logos on landing page (#27061)
  • nx-dev: Update nx-cloud page ai section (#27103)
  • nx-dev: Migrate pricing page from nx.app (#27012)
  • nx-dev: Migrate brands from nx.app (#27044)
  • nx-dev: Update footer links (#27075)
  • nx-dev: add ai for ci (#27096)
  • nx-dev: improve link visibility on docs pages (9712fb2a83)
  • nx-dev: add contact us button (#27248)
  • nx-dev: improve tab UX (ff51fcd2cd)
  • nx-dev: add support section on contact page (#27437)
  • react: add skipPackageJson flag to remote and host generators (#27116)

... (truncated)

Commits
  • c0f5c15 feat(angular): support angular v18.2.0 (#27379)
  • 11f30db feat(storybook): add storybook 8 support (#27214)
  • ab162eb feat(module-federation): Update SSR enabling static serving for remotes (#27345)
  • 225a8e0 fix(module-federation): turn dts off by default #27198 (#27403)
  • e011892 feat(angular): deprecate data persistence operators (#27401)
  • 1ade19b fix(angular): update .gitignore and .prettierignore files in angular integrat...
  • 010c6ec fix(module-federation): remote proxies should use https when host is configur...
  • 826e6ab feat(core): Refresh welcome screens based on Nx Cloud (#27313)
  • dfd7241 fix(testing): adding e2e projects should register e2e-ci targetDefaults (#27185)
  • 09b0b38 cleanup(angular): replace old util with devkit util and remove "ignore" depen...
  • Additional commits viewable in compare view


Updates @nx/cypress from 19.5.7 to 19.6.0

Release notes

Sourced from @โ€‹nx/cypress's releases.

19.6.0 (2024-08-15)

๐Ÿš€ Features

  • angular: deprecate data persistence operators (#27401)
  • angular: support angular v18.2.0 (#27379)
  • core: error when running atomized tasks outside of DTE (#26898)
  • core: update pnpm/action-setup to v4 in ci-workflow generator (#26838)
  • core: update axios to ^1.7.2 (#27076)
  • core: include target architecture in nx report (#27094)
  • core: add --exclude-task-dependencies flag (#27137)
  • core: add nx-console installation source to nx connect (#27307)
  • core: change e2e-ci,e2e to be same line affected command (#26951)
  • core: Refresh welcome screens based on Nx Cloud (#27313)
  • core: introduce nx import (#26847)
  • core: remove env var to enable sync generators (#27409)
  • devkit: allow updating package json based projects (#27138)
  • graph: add parallelism in target details (#27014)
  • js: add scopes option for verdaccio (#26918)
  • js: added a verdaccio listen address to configuration (#26976)
  • js: @โ€‹nx/js:init generator does not generate prettier and tsconfig.base.json files by default (#27406)
  • misc: prioritize github onboarding flow (#27085)
  • misc: only create one commit with cloud onboard URL on cnw (#27093)
  • misc: add onboarding a/b testing (#27217)
  • misc: add more logging while running migrations (#27063)
  • misc: add nx syncing mechanism and update the typescript-sync generator (#26793)
  • module-federation: add nx-runtime-library-control-plugin (#26816)
  • module-federation: use proxy servers to proxy to single file server for static remotes (#26782)
  • module-federation: improve console output for remote build errors (#26711)
  • module-federation: support setremotedefinition api (#27051)
  • module-federation: Update SSR enabling static serving for remotes (#27345)
  • nx-cloud: add nxCloudId field for auth (#27197)
  • nx-dev: add announcement pill on top of hero section (#26961)
  • nx-dev: improve hero section on homepage (1f34788c75)
  • nx-dev: update descriptions and layout styles for better clarity (#26991)
  • nx-dev: update typography and hero component styles (#27011)
  • nx-dev: add Nx Cloud Page (#26865)
  • nx-dev: Migrate careers from nx.app (#27020)
  • nx-dev: reprioritize customer logos on landing page (#27061)
  • nx-dev: Update nx-cloud page ai section (#27103)
  • nx-dev: Migrate pricing page from nx.app (#27012)
  • nx-dev: Migrate brands from nx.app (#27044)
  • nx-dev: Update footer links (#27075)
  • nx-dev: add ai for ci (#27096)
  • nx-dev: improve link visibility on docs pages (9712fb2a83)
  • nx-dev: add contact us button (#27248)
  • nx-dev: improve tab UX (ff51fcd2cd)
  • nx-dev: add support section on contact page (#27437)
  • react: add skipPackageJson flag to remote and host generators (#27116)

... (truncated)

Commits
  • 3d7f60a fix(testing): migrations should look for existing target before attempting mi...
  • 28a0bb3 fix(testing): cypress update ci webserver to serve-static based on plugins (#...
  • ef036b4 fix(testing): e2e-ci targetDefaults migration should handle self deps (#27380)
  • dfd7241 fix(testing): adding e2e projects should register e2e-ci targetDefaults (#27185)
  • 1dcfbee feat(testing): e2e-ci should use serve-static or vite preview for playwright ...
  • c7e1a16 fix(testing): use taskkill to kill web server process when running cypress on...
  • 764ecee feat(testing): support vite configOverrides for cypress (#26554)
  • See full diff in compare view


Updates @nx/eslint from 19.5.7 to 19.6.0

Release notes

Sourced from @โ€‹nx/eslint's releases.

19.6.0 (2024-08-15)

๐Ÿš€ Features

  • angular: deprecate data persistence operators (#27401)
  • angular: support angular v18.2.0 (#27379)
  • core: error when running atomized tasks outside of DTE (#26898)
  • core: update pnpm/action-setup to v4 in ci-workflow generator (#26838)
  • core: update axios to ^1.7.2 (#27076)
  • core: include target architecture in nx report (#27094)
  • core: add --exclude-task-dependencies flag (#27137)
  • core: add nx-console installation source to nx connect (#27307)
  • core: change e2e-ci,e2e to be same line affected command (#26951)
  • core: Refresh welcome screens based on Nx Cloud (#27313)
  • core: introduce nx import (#26847)
  • core: remove env var to enable sync generators (#27409)
  • devkit: allow updating package json based projects (#27138)
  • graph: add parallelism in target details (#27014)
  • js: add scopes option for verdaccio (#26918)
  • js: added a verdaccio listen address to configuration (#26976)
  • js: @โ€‹nx/js:init generator does not generate prettier and tsconfig.base.json files by default (#27406)
  • misc: prioritize github onboarding flow (#27085)
  • misc: only create one commit with cloud onboard URL on cnw (#27093)
  • misc: add onboarding a/b testing (#27217)
  • misc: add more logging while running migrations (#27063)
  • misc: add nx syncing mechanism and update the typescript-sync generator (#26793)
  • module-federation: add nx-runtime-library-control-plugin (#26816)
  • module-federation: use proxy servers to proxy to single file server for static remotes (#26782)
  • module-federation: improve console output for remote build errors (#26711)
  • module-federation: support setremotedefinition api (#27051)
  • module-federation: Update SSR enabling static serving for remotes (#27345)
  • nx-cloud: add nxCloudId field for auth (#27197)
  • nx-dev: add announcement pill on top of hero section (#26961)
  • nx-dev: improve hero section on homepage (1f34788c75)
  • nx-dev: update descriptions and layout styles for better clarity (#26991)
  • nx-dev: update typography and hero component styles (#27011)
  • nx-dev: add Nx Cloud Page (#26865)
  • nx-dev: Migrate careers from nx.app (#27020)
  • nx-dev: reprioritize customer logos on landing page (#27061)
  • nx-dev: Update nx-cloud page ai section (#27103)
  • nx-dev: Migrate pricing page from nx.app (#27012)
  • nx-dev: Migrate brands from nx.app (#27044)
  • nx-dev: Update footer links (#27075)
  • nx-dev: add ai for ci (#27096)
  • nx-dev: improve link visibility on docs pages (9712fb2a83)
  • nx-dev: add contact us button (#27248)
  • nx-dev: improve tab UX (ff51fcd2cd)
  • nx-dev: add support section on contact page (#27437)
  • react: add skipPackageJson flag to remote and host generators (#27116)

... (truncated)

Commits
  • 0d2f76c fix(linter): allow undefined options in eslint plugin (#27232)
  • a9c2f16 fix(linter): checking command is specified (#26908)
  • 5d5b13e fix(linter): ensure too many warnings is only logged if enabled (#27083)
  • 5217c33 fix(linter): convert root projects correctly to inferred and remove default o...
  • c724d10 cleanup(linter): remove leftover console.log from lint executor (#27002)
  • ae48a15 fix(linter): log a message when the number of warnings exceeds the specified ...
  • See full diff in compare view


Updates @nx/eslint-plugin from 19.5.7 to 19.6.0

Release notes

Sourced from @โ€‹nx/eslint-plugin's releases.

19.6.0 (2024-08-15)

๐Ÿš€ Features

  • angular: deprecate data persistence operators (#27401)
  • angular: support angular v18.2.0 (#27379)
  • core: error when running atomized tasks outside of DTE (#26898)
  • core: update pnpm/action-setup to v4 in ci-workflow generator (#26838)
  • core: update axios to ^1.7.2 (#27076)
  • core: include target architecture in nx report (#27094)
  • core: add --exclude-task-dependencies flag (#27137)
  • core: add nx-console installation source to nx connect (#27307)
  • core: change e2e-ci,e2e to be same line affected command (#26951)
  • core: Refresh welcome screens based on Nx Cloud (#27313)
  • core: introduce nx import (#26847)
  • core: remove env var to enable sync generators (#27409)
  • devkit: allow updating package json based projects (#27138)
  • graph: add parallelism in target details (#27014)
  • js: add scopes option for verdaccio (#26918)
  • js: added a verdaccio listen address to configuration (#26976)
  • js: @โ€‹nx/js:init generator does not generate prettier and tsconfig.base.json files by default (#27406)
  • misc: prioritize github onboarding flow (#27085)
  • misc: only create one commit with cloud onboard URL on cnw (#27093)
  • misc: add onboarding a/b testing (#27217)
  • misc: add more logging while running migrations (#27063)
  • misc: add nx syncing mechanism and update the typescript-sync generator (#26793)
  • module-federation: add nx-runtime-library-control-plugin (#26816)
  • module-federation: use proxy servers to proxy to single file server for static remotes (#26782)
  • module-federation: improve console output for remote build errors (#26711)
  • module-federation: support setremotedefinition api (#27051)
  • module-federation: Update SSR enabling static serving for remotes (#27345)
  • nx-cloud: add nxCloudId field for auth (#27197)
  • nx-dev: add announcement pill on top of hero section (#26961)
  • nx-dev: improve hero section on homepage (1f34788c75)
  • nx-dev: update descriptions and layout styles for better clarity (#26991)
  • nx-dev: update typography and hero component styles (#27011)
  • nx-dev: add Nx Cloud Page (#26865)
  • nx-dev: Migrate careers from nx.app (#27020)
  • nx-dev: reprioritize customer logos on landing page (#27061)
  • nx-dev: Update nx-cloud page ai section (#27103)
  • nx-dev: Migrate pricing page from nx.app (#27012)
  • nx-dev: Migrate brands from nx.app (#27044)
  • nx-dev: Update footer links (#27075)
  • nx-dev: add ai for ci (#27096)
  • nx-dev: improve link visibility on docs pages (9712fb2a83)
  • nx-dev: add contact us button (#27248)
  • nx-dev: improve tab UX (ff51fcd2cd)
  • nx-dev: add support section on contact page (#27437)
  • react: add skipPackageJson flag to remote and host generators (#27116)

... (truncated)

Commits


Updates @nx/jest from 19.5.7 to 19.6.0

Release notes

Sourced from @โ€‹nx/jest's releases.

19.6.0 (2024-08-15)

๐Ÿš€ Features

  • angular: deprecate data persistence operators (#27401)
  • angular: support angular v18.2.0 (#27379)
  • core: error when running atomized tasks outside of DTE (#26898)
  • core: update pnpm/action-setup to v4 in ci-workflow generator (#26838)
  • core: update axios to ^1.7.2 (#27076)
  • core: include target architecture in nx report (#27094)
  • core: add --exclude-task-dependencies flag (#27137)
  • core: add nx-console installation source to nx connect (#27307)
  • core: change e2e-ci,e2e to be same line affected command (#26951)
  • core: Refresh welcome screens based on Nx Cloud (#27313)
  • core: introduce nx import (#26847)
  • core: remove env var to enable sync generators (#27409)
  • devkit: allow updating package json based projects (#27138)
  • graph: add parallelism in target details (#27014)
  • js: add scopes option for verdaccio (#26918)
  • js: added a verdaccio listen address to configuration (#26976)
  • js: @โ€‹nx/js:init generator does not generate prettier and tsconfig.base.json files by default (#27406)
  • misc: prioritize github onboarding flow (#27085)
  • misc: only create one commit with cloud onboard URL on cnw (#27093)
  • misc: add onboarding a/b testing (#27217)
  • misc: add more logging while running migrations (#27063)
  • misc: add nx syncing mechanism and update the typescript-sync generator (#26793)
  • module-federation: add nx-runtime-library-control-plugin (#26816)
  • module-federation: use proxy servers to proxy to single file server for static remotes (#26782)
  • module-federation: improve console output for remote build errors (#26711)
  • module-federation: support setremotedefinition api (#27051)
  • module-federation: Update SSR enabling static serving for remotes (#27345)
  • nx-cloud: add nxCloudId field for auth (#27197)
  • nx-dev: add announcement pill on top of hero section (#26961)
  • nx-dev: improve hero section on homepage (1f34788c75)
  • nx-dev: update descriptions and layout styles for better clarity (#26991)
  • nx-dev: update typography and hero component styles (#27011)
  • nx-dev: add Nx Cloud Page (#26865)
  • nx-dev: Migrate careers from nx.app (#27020)
  • nx-dev: reprioritize customer logos on landing page (#27061)
  • nx-dev: Update nx-cloud page ai section (#27103)
  • nx-dev: Migrate pricing page from nx.app (#27012)
  • nx-dev: Migrate brands from nx.app (#27044)
  • nx-dev: Update footer links (#27075)
  • nx-dev: add ai for ci (#27096)
  • nx-dev: improve link visibility on docs pages (9712fb2a83)
  • nx-dev: add contact us button (#27248)
  • nx-dev: improve tab UX (ff51fcd2cd)
  • nx-dev: add support section on contact page (#27437)
  • react: add skipPackageJson flag to remote and host generators (#27116)

... (truncated)

Commits
  • f4659d7 fix(testing): revert bump for ts-jest (#27432)
  • 17f09bc fix(testing): resolve jest utils in plugin from the @โ€‹jest/core package locati...
  • a9ac3d9 fix(testing): cache resolved jest path in plugin correctly (#27407)
  • b224e7c feat(testing): support positional arg for jest executor (#27328)
  • 6c0e70e feat(testing): allow usage of jest 30 pre-release versions (#27334)
  • 46dcee6 fix(testing): resolve jest package from the project root in plugin (#27342)
  • 6e8a3e5 feat(testing): update jest to v29.7.0 (#27301)
  • See full diff in compare view


Updates @nx/js from 19.5.7 to 19.6.0

Release notes

Sourced from @โ€‹nx/js's releases.

19.6.0 (2024-08-15)

๐Ÿš€ Features

  • angular: deprecate data persistence operators (#27401)
  • angular: support angular v18.2.0 (#27379)
  • core: error when running atomized tasks outside of DTE (#26898)
  • core: update pnpm/action-setup to v4 in ci-workflow generator (#26838)
  • core: update axios to ^1.7.2 (#27076)
  • core: include target architecture in nx report (#27094)
  • core: add --exclude-task-dependencies flag (#27137)
  • core: add nx-console installation source to nx connect (#27307)
  • core: change e2e-ci,e2e to be same line affected command (#26951)
  • core: Refresh welcome screens based on Nx Cloud (#27313)
  • core: introduce nx import (#26847)
  • core: remove env var to enable sync generators (#27409)
  • devkit: allow updating package json based projects (#27138)
  • graph: add parallelism in target details (#27014)
  • js: add scopes option for verdaccio (#26918)
  • js: added a verdaccio listen address to configuration (#26976)
  • js: @โ€‹nx/js:init generator does not generate prettier and tsconfig.base.json files by default (#27406)
  • misc: prioritize github onboarding flow (#27085)
  • misc: only create one commit with cloud onboard URL on cnw (#27093)
  • misc: add onboarding a/b testing (#27217)
  • misc: add more logging while running migrations (#27063)
  • misc: add nx syncing mechanism and update the typescript-sync generator (#26793)
  • module-federation: add nx-runtime-library-control-plugin (#26816)
  • module-federation: use proxy servers to proxy to single file server for static remotes (#26782)
  • module-federation: improve console output for remote build errors (#26711)
  • module-federation: support setremotedefinition api (#27051)
  • module-federation: Update SSR enabling static serving for remotes (#27345)
  • nx-cloud: add nxCloudId field for auth (#27197)
  • nx-dev: add announcement pill on top of hero section (#26961)
  • nx-dev: improve hero section on homepage (1f34788c75)
  • nx-dev: update descriptions and layout styles for better clarity (#26991)
  • nx-dev: update typography and hero component styles (#27011)
  • nx-dev: add Nx Cloud Page (#26865)
  • nx-dev: Migrate careers from nx.app (#27020)
  • nx-dev: reprioritize customer logos on landing page (#27061)
  • nx-dev: Update nx-cloud page ai section (#27103)
  • nx-dev: Migrate pricing page from nx.app (#27012)
  • nx-dev: Migrate brands from nx.app (#27044)
  • nx-dev: Update footer links (#27075)
  • nx-dev: add ai for ci (#27096)
  • nx-dev: improve link visibility on docs pages (9712fb2a83)
  • nx-dev: add contact us button (#27248)
  • nx-dev: improve tab UX (ff51fcd2cd)
  • nx-dev: add support section on contact page (#27437)
  • react: add skipPackageJson flag to remote and host generators (#27116)

... (truncated)

Commits
  • d39624c feat(js): @โ€‹nx/js:init generator does not generate prettier and tsconfig.base....
  • 4108bfc feat(release): add nx release plan:check command to ensure relevant version...
  • add5a67 feat(misc): add nx syncing mechanism and update the typescript-sync generator...
  • 5551823 feat(release): add logUnchangedProjects flag to version generator, true by de...
  • dfd7241 fix(testing): adding e2e projects should register e2e-ci targetDefaults (#27185)
  • e8b77b7 fix(js): handle project references better in typescript plugin (#27178)
  • efa59fa docs(core): add outputFileName to tsc executor schema (#27161)
  • 5e4f05c fix(misc): generate the "types" field in package.json if no set (#27147)
  • 50e08aa feat(js): added a verdaccio listen address to configuration (#26976)
  • 484e9b1 fix(js): generate additional entry point exports without the filename for bar...
  • Additional commits viewable in compare view


Updates @nx/storybook from 19.5.7 to 19.6.0

Release notes

Sourced from @โ€‹nx/storybook's releases.

19.6.0 (2024-08-15)

๐Ÿš€ Features

  • angular: deprecate data persistence operators (#27401)
  • angular: support angular v18.2.0 (#27379)
  • core: error when running atomized tasks outside of DTE (#26898)
  • core: update pnpm/action-setup to v4 in ci-workflow generator (#26838)
  • core: update axios to ^1.7.2 (#27076)
  • core: include target architecture in nx report (#27094)
  • core: add --exclude-task-dependencies flag (#27137)
  • core: add nx-console installation source to nx connect (#27307)
  • core: change e2e-ci,e2e to be same line affected command (#26951)
  • core: Refresh welcome screens based on Nx Cloud (#27313)
  • core: introduce nx import (#26847)
  • core: remove env var to enable sync generators (#27409)
  • devkit: allow updating package json based projects (#27138)
  • graph: add parallelism in target details (#27014)
  • js: add scopes option for verdaccio (#26918)
  • js: added a verdaccio listen address to configuration (#26976)
  • js: @โ€‹nx/js:init generator does not generate prettier and tsconfig.base.json files by default (#27406)
  • misc: prioritize github onboarding flow (#27085)
  • misc: only create one commit with cloud onboard URL on cnw (#27093)
  • misc: add onboarding a/b testing (#27217)
  • misc: add more logging while running migrations (#27063)
  • misc: add nx syncing mechanism and update the typescript-sync generator (#26793)
  • module-federation: add nx-runtime-library-control-plugin (#26816)
  • module-federation: use proxy servers to proxy to single file server for static remotes (#26782)
  • module-federation: improve console output for remote build errors (#26711)
  • module-federation: support setremotedefinition api (#27051)
  • module-federation: Update SSR enabling static serving for remotes (#27345)
  • nx-cloud: add nxCloudId field for auth (#27197)
  • nx-dev: add announcement pill on top of hero section (#26961)
  • nx-dev: improve hero section on homepage (1f34788c75)
  • nx-dev: update descriptions and layout styles for better clarity (#26991)
  • nx-dev: update typography and hero component styles (#27011)
  • nx-dev: add Nx Cloud Page (#26865)
  • nx-dev: Migrate careers from nx.app (#27020)
  • nx-dev: reprioritize customer logos on landing page (#27061)
  • nx-dev: Update nx-cloud page ai section (#27103)
  • nx-dev: Migrate pricing page from nx.app (#27012)
  • nx-dev: Migrate brands from nx.app (#27044)
  • nx-dev: Update footer links (#27075)
  • nx-dev: add ai for ci (#27096)
  • nx-dev: improve link visibility on docs pages (9712fb2a83)
  • nx-dev: add contact us button (#27248)
  • nx-dev: improve tab UX (ff51fcd2cd)
  • nx-dev: add support section on contact page (#27437)
  • react: add skipPackageJson flag to remote and host generators (#27116)

... (truncated)

Commits


Updates @nx/web from 19.5.7 to 19.6.0

Release notes

Sourced from @โ€‹nx/web's releases.

19.6.0 (2024-08-15)

๐Ÿš€ Features

  • angular: deprecate data persistence operators (#27401)
  • angular: support angular v18.2.0 (#27379)
  • core: error when running atomized tasks outside of DTE (#26898)
  • core: update pnpm/action-setup to v4 in ci-workflow generator (#26838)
  • core: update axios to ^1.7.2 (#27076)
  • core: include target architecture in nx report (#27094)
  • core: add --exclude-task-dependencies flag (#27137)
  • core: add nx-console installation source to nx connect (#27307)
  • core: change e2e-ci,e2e to be same line affected command (#26951)
  • core: Refresh welcome screens based on Nx Cloud (#27313)
  • core: introduce nx import (#26847)
  • core: remove env var to enable sync generators (#27409)
  • devkit: allow updating package json based projects (#27138)
  • graph: add parallelism in target details (#27014)
  • js: add scopes option for verdaccio (#26918)
  • js: added a verdaccio listen address to configuration (#26976)
  • js: @โ€‹nx/js:init generator does not generate prettier and tsconfig.base.json files by default (#27406)
  • misc: prioritize github onboarding flow (#27085)
  • misc: only create one commit with cloud onboard URL on cnw (#27093)
  • misc: add onboarding a/b testing (#27217)
  • misc: add more logging while running migrations (#27063)
  • misc: add nx syncing mechanism and update the typescript-sync generator (#26793)
  • module-federation: add nx-runtime-library-control-plugin (#26816)
  • module-federation: use proxy servers to proxy to single file server for static remotes (#26782)
  • module-federation: improve console output for remote build errors (#26711)
  • module-federation: support setremotedefinition api (#27051)
  • module-federation: Update SSR enabling static serving for remotes (#27345)
  • nx-cloud: add nxCloudId field for auth (#27197)
  • nx-dev: add announcement pill on top of hero section (#26961)
  • nx-dev: improve hero section on homepage (1f34788c75)
  • nx-dev: update descriptions and layout styles for better clarity (#26991)
  • nx-dev: update typography and hero component styles (#27011)
  • nx-dev: add Nx Cloud Page (#26865)
  • nx-dev: