Skip to content

chore(deps): bump js-yaml, @nrwl/js, @nx/angular, @nx/eslint-plugin, @nx/jest, @nx/node, @nx/workspace and nx#95

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-0cf8604af2
Open

chore(deps): bump js-yaml, @nrwl/js, @nx/angular, @nx/eslint-plugin, @nx/jest, @nx/node, @nx/workspace and nx#95
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/multi-0cf8604af2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 17, 2025

Bumps js-yaml to 3.14.2 and updates ancestor dependencies js-yaml, @nrwl/js, @nx/angular, @nx/eslint-plugin, @nx/jest, @nx/node, @nx/workspace and nx. These dependencies need to be updated together.

Updates js-yaml from 3.14.1 to 3.14.2

Changelog

Sourced from js-yaml's changelog.

[3.14.2] - 2025-11-15

Security

  • Backported v4.1.1 fix to v3

[4.1.1] - 2025-11-12

Security

  • Fix prototype pollution issue in yaml merge (<<) operator.

[4.1.0] - 2021-04-15

Added

  • Types are now exported as yaml.types.XXX.
  • Every type now has options property with original arguments kept as they were (see yaml.types.int.options as an example).

Changed

  • Schema.extend() now keeps old type order in case of conflicts (e.g. Schema.extend([ a, b, c ]).extend([ b, a, d ]) is now ordered as abcd instead of cbad).

[4.0.0] - 2021-01-03

Changed

  • Check migration guide to see details for all breaking changes.
  • Breaking: "unsafe" tags !!js/function, !!js/regexp, !!js/undefined are moved to js-yaml-js-types package.
  • Breaking: removed safe* functions. Use load, loadAll, dump instead which are all now safe by default.
  • yaml.DEFAULT_SAFE_SCHEMA and yaml.DEFAULT_FULL_SCHEMA are removed, use yaml.DEFAULT_SCHEMA instead.
  • yaml.Schema.create(schema, tags) is removed, use schema.extend(tags) instead.
  • !!binary now always mapped to Uint8Array on load.
  • Reduced nesting of /lib folder.
  • Parse numbers according to YAML 1.2 instead of YAML 1.1 (01234 is now decimal, 0o1234 is octal, 1:23 is parsed as string instead of base60).
  • dump() no longer quotes :, [, ], (, ) except when necessary, #470, #557.
  • Line and column in exceptions are now formatted as (X:Y) instead of at line X, column Y (also present in compact format), #332.
  • Code snippet created in exceptions now contains multiple lines with line numbers.
  • dump() now serializes undefined as null in collections and removes keys with undefined in mappings, #571.
  • dump() with skipInvalid=true now serializes invalid items in collections as null.
  • Custom tags starting with ! are now dumped as !tag instead of !<!tag>, #576.
  • Custom tags starting with tag:yaml.org,2002: are now shorthanded using !!, #258.

Added

  • Added .mjs (es modules) support.
  • Added quotingType and forceQuotes options for dumper to configure string literal style, #290, #529.
  • Added styles: { '!!null': 'empty' } option for dumper (serializes { foo: null } as "foo: "), #570.

... (truncated)

Commits

Updates js-yaml from 4.1.0 to 4.1.1

Changelog

Sourced from js-yaml's changelog.

[3.14.2] - 2025-11-15

Security

  • Backported v4.1.1 fix to v3

[4.1.1] - 2025-11-12

Security

  • Fix prototype pollution issue in yaml merge (<<) operator.

[4.1.0] - 2021-04-15

Added

  • Types are now exported as yaml.types.XXX.
  • Every type now has options property with original arguments kept as they were (see yaml.types.int.options as an example).

Changed

  • Schema.extend() now keeps old type order in case of conflicts (e.g. Schema.extend([ a, b, c ]).extend([ b, a, d ]) is now ordered as abcd instead of cbad).

[4.0.0] - 2021-01-03

Changed

  • Check migration guide to see details for all breaking changes.
  • Breaking: "unsafe" tags !!js/function, !!js/regexp, !!js/undefined are moved to js-yaml-js-types package.
  • Breaking: removed safe* functions. Use load, loadAll, dump instead which are all now safe by default.
  • yaml.DEFAULT_SAFE_SCHEMA and yaml.DEFAULT_FULL_SCHEMA are removed, use yaml.DEFAULT_SCHEMA instead.
  • yaml.Schema.create(schema, tags) is removed, use schema.extend(tags) instead.
  • !!binary now always mapped to Uint8Array on load.
  • Reduced nesting of /lib folder.
  • Parse numbers according to YAML 1.2 instead of YAML 1.1 (01234 is now decimal, 0o1234 is octal, 1:23 is parsed as string instead of base60).
  • dump() no longer quotes :, [, ], (, ) except when necessary, #470, #557.
  • Line and column in exceptions are now formatted as (X:Y) instead of at line X, column Y (also present in compact format), #332.
  • Code snippet created in exceptions now contains multiple lines with line numbers.
  • dump() now serializes undefined as null in collections and removes keys with undefined in mappings, #571.
  • dump() with skipInvalid=true now serializes invalid items in collections as null.
  • Custom tags starting with ! are now dumped as !tag instead of !<!tag>, #576.
  • Custom tags starting with tag:yaml.org,2002: are now shorthanded using !!, #258.

Added

  • Added .mjs (es modules) support.
  • Added quotingType and forceQuotes options for dumper to configure string literal style, #290, #529.
  • Added styles: { '!!null': 'empty' } option for dumper (serializes { foo: null } as "foo: "), #570.

... (truncated)

Commits

Updates @nrwl/js from 16.3.2 to 19.8.4

Commits

Updates @nx/angular from 16.3.2 to 22.0.3

Release notes

Sourced from @​nx/angular's releases.

22.0.3 (2025-11-10)

🚀 Features

  • core: batch hash tasks without custom hashers (#33327)
  • core: add OSC 9;4 progress indicator support to TUI (#33325)
  • core: disable interactivity by default for run-one task outputs in tui (#33358)
  • gradle: use gitignore to determine dependant task output files (#33402)
  • maven: upgrade to version 0.0.8 with automated migration (#33315)
  • maven: add ci-workflow generator (#33346)
  • maven: bump version from 0.0.8 to 0.0.9 (#33405)
  • misc: remove CI investigation recommendations from agent rules (#33309)
  • vite: add vitest 4 to peerDep range to prevent conflicts (#33394)

🩹 Fixes

  • core: also look in .nx installation when reading nx.json extends (#33306)
  • core: handle various directories when importing prettier (#33383)
  • core: prevent args from being split by spaces when executing through nx wrapper (#33362)
  • core: correctly identify local workspace dependencies on windows (#33408)
  • maven: resolve maven dependencies from project roots (#33313)
  • maven: set migration version to 22.1.0-beta.4 (#33345)
  • maven: forward parameters through target dependencies (#33365)
  • module-federation: update @​module-federation packages to fix Koa vulnerability (#33285, #33380)
  • nextjs: ensure eslint-config-next matches Next.js 14 and 15 versions (#30259, #30258, #30257)
  • nx-dev: fix GitHub star button styling in mobile view (#33385)
  • testing: use .cts config files for Jest 30+ to fix __dirname issues (#33349, #32236)
  • vite: prevent race-condition when importing @​vitejs/plugin-vue (#33307)

❤️ Thank You

22.0.2 (2025-10-28)

🚀 Features

  • docker: support inferring additional args for targets with interpolation support (#32892)
  • gradle: add custom installation path to options (#33187)
  • nx-dev: add downloadable resources page and React book blog post (4b6009764a)
  • release: support {versionActionsVersion} in docker version scheme (#33178)

... (truncated)

Commits
  • 8801be3 chore(repo): rename jest.config.ts to jest.config.cts to be compat with Node ...
  • f958ebc fix(testing): use .cts config files for Jest 30+ to fix __dirname issues (#33...
  • 7c4a69d fix(module-federation): update @​module-federation packages to fix Koa vulnera...
  • 6e98692 chore(repo): dogfood pnpm catalogs (#33232)
  • 319f343 fix(nx-dev): update docs code blocks usage (#32998)
  • 64fefe2 fix(angular): ensure ngpackagr tsconfig options set correctly based on versio...
  • 84813dc fix(angular): improve message for unsupported typescript project references (...
  • 23aabf7 fix(module-federation): ensure angular rspack module federation supports live...
  • 6549d2a fix(core): avoid changing existing project name if a project.json file is add...
  • e8bd83e feat(core): add support for pnpm catalogs (#32978)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​nx/angular since your current version.


Updates @nx/eslint-plugin from 16.3.2 to 22.0.3

Release notes

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

22.0.3 (2025-11-10)

🚀 Features

  • core: batch hash tasks without custom hashers (#33327)
  • core: add OSC 9;4 progress indicator support to TUI (#33325)
  • core: disable interactivity by default for run-one task outputs in tui (#33358)
  • gradle: use gitignore to determine dependant task output files (#33402)
  • maven: upgrade to version 0.0.8 with automated migration (#33315)
  • maven: add ci-workflow generator (#33346)
  • maven: bump version from 0.0.8 to 0.0.9 (#33405)
  • misc: remove CI investigation recommendations from agent rules (#33309)
  • vite: add vitest 4 to peerDep range to prevent conflicts (#33394)

🩹 Fixes

  • core: also look in .nx installation when reading nx.json extends (#33306)
  • core: handle various directories when importing prettier (#33383)
  • core: prevent args from being split by spaces when executing through nx wrapper (#33362)
  • core: correctly identify local workspace dependencies on windows (#33408)
  • maven: resolve maven dependencies from project roots (#33313)
  • maven: set migration version to 22.1.0-beta.4 (#33345)
  • maven: forward parameters through target dependencies (#33365)
  • module-federation: update @​module-federation packages to fix Koa vulnerability (#33285, #33380)
  • nextjs: ensure eslint-config-next matches Next.js 14 and 15 versions (#30259, #30258, #30257)
  • nx-dev: fix GitHub star button styling in mobile view (#33385)
  • testing: use .cts config files for Jest 30+ to fix __dirname issues (#33349, #32236)
  • vite: prevent race-condition when importing @​vitejs/plugin-vue (#33307)

❤️ Thank You

22.0.2 (2025-10-28)

🚀 Features

  • docker: support inferring additional args for targets with interpolation support (#32892)
  • gradle: add custom installation path to options (#33187)
  • nx-dev: add downloadable resources page and React book blog post (4b6009764a)
  • release: support {versionActionsVersion} in docker version scheme (#33178)

... (truncated)

Commits
  • 8801be3 chore(repo): rename jest.config.ts to jest.config.cts to be compat with Node ...
  • 6e98692 chore(repo): dogfood pnpm catalogs (#33232)
  • e8bd83e feat(core): add support for pnpm catalogs (#32978)
  • 8360341 chore(repo): disable duplicated typecheck targets if the project already uses...
  • 54dc259 feat(misc): remove migrations prior to v20 (#32904)
  • c7d5406 docs(misc): update new subtagline
  • a0c78e0 feat(angular): support angular v20.2 (#32351)
  • 0452910 fix(vite): add tslib as a dep for @​nx/vite and remove @​swc/helpers (#32341)
  • adbfaf8 feat(core): add tsBuildInfoFile option all packages tsconfig.lib.json (#32030)
  • 0ca4aac feat(repo): use ts solution in the nx repo (#31654)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​nx/eslint-plugin since your current version.


Updates @nx/jest from 16.3.2 to 22.0.3

Release notes

Sourced from @​nx/jest's releases.

22.0.3 (2025-11-10)

🚀 Features

  • core: batch hash tasks without custom hashers (#33327)
  • core: add OSC 9;4 progress indicator support to TUI (#33325)
  • core: disable interactivity by default for run-one task outputs in tui (#33358)
  • gradle: use gitignore to determine dependant task output files (#33402)
  • maven: upgrade to version 0.0.8 with automated migration (#33315)
  • maven: add ci-workflow generator (#33346)
  • maven: bump version from 0.0.8 to 0.0.9 (#33405)
  • misc: remove CI investigation recommendations from agent rules (#33309)
  • vite: add vitest 4 to peerDep range to prevent conflicts (#33394)

🩹 Fixes

  • core: also look in .nx installation when reading nx.json extends (#33306)
  • core: handle various directories when importing prettier (#33383)
  • core: prevent args from being split by spaces when executing through nx wrapper (#33362)
  • core: correctly identify local workspace dependencies on windows (#33408)
  • maven: resolve maven dependencies from project roots (#33313)
  • maven: set migration version to 22.1.0-beta.4 (#33345)
  • maven: forward parameters through target dependencies (#33365)
  • module-federation: update @​module-federation packages to fix Koa vulnerability (#33285, #33380)
  • nextjs: ensure eslint-config-next matches Next.js 14 and 15 versions (#30259, #30258, #30257)
  • nx-dev: fix GitHub star button styling in mobile view (#33385)
  • testing: use .cts config files for Jest 30+ to fix __dirname issues (#33349, #32236)
  • vite: prevent race-condition when importing @​vitejs/plugin-vue (#33307)

❤️ Thank You

22.0.2 (2025-10-28)

🚀 Features

  • docker: support inferring additional args for targets with interpolation support (#32892)
  • gradle: add custom installation path to options (#33187)
  • nx-dev: add downloadable resources page and React book blog post (4b6009764a)
  • release: support {versionActionsVersion} in docker version scheme (#33178)

... (truncated)

Commits
  • 8801be3 chore(repo): rename jest.config.ts to jest.config.cts to be compat with Node ...
  • f958ebc fix(testing): use .cts config files for Jest 30+ to fix __dirname issues (#33...
  • 6e98692 chore(repo): dogfood pnpm catalogs (#33232)
  • e8bd83e feat(core): add support for pnpm catalogs (#32978)
  • b96cfd3 feat(core)!: remove CreateNodes v1 types for Nx 22 (#32951)
  • 8360341 chore(repo): disable duplicated typecheck targets if the project already uses...
  • 54dc259 feat(misc): remove migrations prior to v20 (#32904)
  • 040d7d7 fix(angular): install a compatible version of jest for angular (#32744)
  • c7d5406 docs(misc): update new subtagline
  • 74e0de0 fix(angular): set the tsConfig option when possible to aid with angular mig...
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​nx/jest since your current version.


Updates @nx/node from 16.3.2 to 22.0.3

Release notes

Sourced from @​nx/node's releases.

22.0.3 (2025-11-10)

🚀 Features

  • core: batch hash tasks without custom hashers (#33327)
  • core: add OSC 9;4 progress indicator support to TUI (#33325)
  • core: disable interactivity by default for run-one task outputs in tui (#33358)
  • gradle: use gitignore to determine dependant task output files (#33402)
  • maven: upgrade to version 0.0.8 with automated migration (#33315)
  • maven: add ci-workflow generator (#33346)
  • maven: bump version from 0.0.8 to 0.0.9 (#33405)
  • misc: remove CI investigation recommendations from agent rules (#33309)
  • vite: add vitest 4 to peerDep range to prevent conflicts (#33394)

🩹 Fixes

  • core: also look in .nx installation when reading nx.json extends (#33306)
  • core: handle various directories when importing prettier (#33383)
  • core: prevent args from being split by spaces when executing through nx wrapper (#33362)
  • core: correctly identify local workspace dependencies on windows (#33408)
  • maven: resolve maven dependencies from project roots (#33313)
  • maven: set migration version to 22.1.0-beta.4 (#33345)
  • maven: forward parameters through target dependencies (#33365)
  • module-federation: update @​module-federation packages to fix Koa vulnerability (#33285, #33380)
  • nextjs: ensure eslint-config-next matches Next.js 14 and 15 versions (#30259, #30258, #30257)
  • nx-dev: fix GitHub star button styling in mobile view (#33385)
  • testing: use .cts config files for Jest 30+ to fix __dirname issues (#33349, #32236)
  • vite: prevent race-condition when importing @​vitejs/plugin-vue (#33307)

❤️ Thank You

22.0.2 (2025-10-28)

🚀 Features

  • docker: support inferring additional args for targets with interpolation support (#32892)
  • gradle: add custom installation path to options (#33187)
  • nx-dev: add downloadable resources page and React book blog post (4b6009764a)
  • release: support {versionActionsVersion} in docker version scheme (#33178)

... (truncated)

Commits
  • 8801be3 chore(repo): rename jest.config.ts to jest.config.cts to be compat with Node ...
  • f958ebc fix(testing): use .cts config files for Jest 30+ to fix __dirname issues (#33...
  • 6e98692 chore(repo): dogfood pnpm catalogs (#33232)
  • 52d4a8e fix(core): should find dockerfiles to suggest installing docker plugin (#33234)
  • 1f1d45c fix(node): migrate to koa 3.0.3 (#33208)
  • 8360341 chore(repo): disable duplicated typecheck targets if the project already uses...
  • 4f9eeb4 feat(webpack)!: remove deprecated deleteOutputPath and sassImplementation opt...
  • c7d5406 docs(misc): update new subtagline
  • ec6b707 fix(js): use a unique typescript custom condition name for the workspace (#32...
  • 6ce1061 fix(misc): update @​types/node to v20.19.9 to support fetch API (#32092)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​nx/node since your current version.


Updates @nx/workspace from 16.3.2 to 22.0.3

Release notes

Sourced from @​nx/workspace's releases.

22.0.3 (2025-11-10)

🚀 Features

  • core: batch hash tasks without custom hashers (#33327)
  • core: add OSC 9;4 progress indicator support to TUI (#33325)
  • core: disable interactivity by default for run-one task outputs in tui (#33358)
  • gradle: use gitignore to determine dependant task output files (#33402)
  • maven: upgrade to version 0.0.8 with automated migration (#33315)
  • maven: add ci-workflow generator (#33346)
  • maven: bump version from 0.0.8 to 0.0.9 (#33405)
  • misc: remove CI investigation recommendations from agent rules (#33309)
  • vite: add vitest 4 to peerDep range to prevent conflicts (#33394)

🩹 Fixes

  • core: also look in .nx installation when reading nx.json extends (#33306)
  • core: handle various directories when importing prettier (#33383)
  • core: prevent args from being split by spaces when executing through nx wrapper (#33362)
  • core: correctly identify local workspace dependencies on windows (#33408)
  • maven: resolve maven dependencies from project roots (#33313)
  • maven: set migration version to 22.1.0-beta.4 (#33345)
  • maven: forward parameters through target dependencies (#33365)
  • module-federation: update @​module-federation packages to fix Koa vulnerability (#33285, #33380)
  • nextjs: ensure eslint-config-next matches Next.js 14 and 15 versions (#30259, #30258, #30257)
  • nx-dev: fix GitHub star button styling in mobile view (#33385)
  • testing: use .cts config files for Jest 30+ to fix __dirname issues (#33349, #32236)
  • vite: prevent race-condition when importing @​vitejs/plugin-vue (#33307)

❤️ Thank You

22.0.2 (2025-10-28)

🚀 Features

  • docker: support inferring additional args for targets with interpolation support (#32892)
  • gradle: add custom installation path to options (#33187)
  • nx-dev: add downloadable resources page and React book blog post (4b6009764a)
  • release: support {versionActionsVersion} in docker version scheme (#33178)

... (truncated)

Commits
  • 8801be3 chore(repo): rename jest.config.ts to jest.config.cts to be compat with Node ...
  • f958ebc fix(testing): use .cts config files for Jest 30+ to fix __dirname issues (#33...
  • 6e98692 chore(repo): dogfood pnpm catalogs (#33232)
  • 6a104c5 fix(misc)!: don't set legacy-peer-deps by default (#33014)
  • 8360341 chore(repo): disable duplicated typecheck targets if the project already uses...
  • 54dc259 feat(misc): remove migrations prior to v20 (#32904)
  • a24f416 chore(core): update workspace snapshot tests to be correct (#32890)
  • c54727d feat(core): add configure-ai-agents command (#32825)
  • 7ba9a24 feat(core): generate AI files in create-nx-workspace (#32442)
  • e574baf feat(angular): support angular v20.3.0 (#32730)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​nx/workspace since your current version.


Updates nx from 16.3.2 to 22.0.3

Release notes

Sourced from nx's releases.

22.0.3 (2025-11-10)

🚀 Features

  • core: batch hash tasks without custom hashers (#33327)
  • core: add OSC 9;4 progress indicator support to TUI (#33325)
  • core: disable interactivity by default for run-one task outputs in tui (#33358)
  • gradle: use gitignore to determine dependant task output files (#33402)
  • maven: upgrade to version 0.0.8 with automated migration (#33315)
  • maven: add ci-workflow generator (#33346)
  • maven: bump version from 0.0.8 to 0.0.9 (#33405)
  • misc: remove CI investigation recommendations from agent rules (#33309)
  • vite: add vitest 4 to peerDep range to prevent conflicts (#33394)

🩹 Fixes

  • core: also look in .nx installation when reading nx.json extends (#33306)
  • core: handle various directories when importing prettier (#33383)
  • core: prevent args from being split by spaces when executing through nx wrapper (#33362)
  • core: correctly identify local workspace dependencies on windows (#33408)
  • maven: resolve maven dependencies from project roots (#33313)
  • maven: set migration version to 22.1.0-beta.4 (#33345)
  • maven: forward parameters through target dependencies (#33365)
  • module-federation: update @​module-federation packages to fix Koa vulnerability (#33285, #33380)
  • nextjs: ensure eslint-config-next matches Next.js 14 and 15 versions (#30259, #30258, #30257)
  • nx-dev: fix GitHub star button styling in mobile view (#33385)
  • testing: use .cts config files for Jest 30+ to fix __dirname issues (#33349, #32236)
  • vite: prevent race-condition when importing @​vitejs/plugin-vue (#33307)

❤️ Thank You

22.0.2 (2025-10-28)

🚀 Features

  • docker: support inferring additional args for targets with interpolation support (#32892)
  • gradle: add custom installation path to options (#33187)
  • nx-dev: add downloadable resources page and React book blog post (4b6009764a)
  • release: support {versionActionsVersion} in docker version scheme (#33178)

... (truncated)

Commits
  • 2d53ffd fix(core): correctly identify local workspace dependencies on windows (#33408)
  • 2a082f8 fix(core): prevent args from being split by spaces when executing through nx ...
  • 8801be3 chore(repo): rename jest.config.ts to jest.config.cts to be compat with Node ...
  • c03434c feat(core): disable interactivity by default for run-one task outputs in tui ...
  • e46a7e1 fix(core): handle various directories when importing prettier (#33383)
  • 657c398 cleanup(core): remove unused mouse event listeners from tui (#33368)
  • 6d2389d feat(core): add OSC 9;4 progress indicator support to TUI (#33325)
  • f07d064 feat(core): batch hash tasks without custom hashers (#33327)
  • dceed64 fix(maven): resolve maven dependencies from project roots (#33313)
  • 15c567c feat(misc): remove CI investigation recommendations from agent rules (#33309)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for nx since your current version.


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

…@nx/jest, @nx/node, @nx/workspace and nx

Bumps [js-yaml](https://github.com/nodeca/js-yaml) to 3.14.2 and updates ancestor dependencies [js-yaml](https://github.com/nodeca/js-yaml), [@nrwl/js](https://github.com/nrwl/nx/tree/HEAD/packages-legacy/js), [@nx/angular](https://github.com/nrwl/nx/tree/HEAD/packages/angular), [@nx/eslint-plugin](https://github.com/nrwl/nx/tree/HEAD/packages/eslint-plugin), [@nx/jest](https://github.com/nrwl/nx/tree/HEAD/packages/jest), [@nx/node](https://github.com/nrwl/nx/tree/HEAD/packages/node), [@nx/workspace](https://github.com/nrwl/nx/tree/HEAD/packages/workspace) and [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx). These dependencies need to be updated together.


Updates `js-yaml` from 3.14.1 to 3.14.2
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](nodeca/js-yaml@3.14.1...3.14.2)

Updates `js-yaml` from 4.1.0 to 4.1.1
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](nodeca/js-yaml@3.14.1...3.14.2)

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

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

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

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

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

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

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

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 3.14.2
  dependency-type: indirect
- dependency-name: js-yaml
  dependency-version: 4.1.1
  dependency-type: indirect
- dependency-name: "@nrwl/js"
  dependency-version: 19.8.4
  dependency-type: direct:development
- dependency-name: "@nx/angular"
  dependency-version: 22.0.3
  dependency-type: direct:development
- dependency-name: "@nx/eslint-plugin"
  dependency-version: 22.0.3
  dependency-type: direct:development
- dependency-name: "@nx/jest"
  dependency-version: 22.0.3
  dependency-type: direct:development
- dependency-name: "@nx/node"
  dependency-version: 22.0.3
  dependency-type: direct:development
- dependency-name: "@nx/workspace"
  dependency-version: 22.0.3
  dependency-type: direct:development
- dependency-name: nx
  dependency-version: 22.0.3
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 17, 2025
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants