Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the npm-dependencies group with 1 update in the /tests/npm directory: nx.
Bumps the npm-dependencies group with 1 update in the /tests/pnpm directory: nx.
Bumps the npm-dependencies group with 1 update in the /tests/pnpm-package-manager directory: nx.
Bumps the npm-dependencies group with 1 update in the /tests/yarn directory: nx.

Updates nx from 22.0.3 to 22.1.0

Release notes

Sourced from nx's releases.

22.1.0 (2025-11-19)

🚀 Features

  • core: update rust (#33220)
  • core: enable tui by default on windows (#33314)
  • core: batch hash tasks without custom hashers (#33327)
  • core: add OSC 9;4 progress indicator support to TUI (#33325)
  • core: collect resource usage (#32946)
  • core: disable interactivity by default for run-one task outputs in tui (#33358)
  • core: track system metrics and link plugins to workers when possible (#33411)
  • core: pull nx init from latest before executing (#33446)
  • core: export TypeScript schema definitions via wildcard patterns (#33454, #33336)
  • core: make console daemon check backgroundable and pulling from latest (#33491)
  • core: apply parent env to atomized target (#33013)
  • docker: support inferring additional args for targets with interpolation support (#32892)
  • docker: add skipDefaultTag option to build target (#33477, #33506)
  • gradle: add custom installation path to options (#33187)
  • gradle: use gitignore to determine dependant task output files (#33402)
  • gradle: allow specifying project and task configuration from gradle build files (#33264)
  • 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)
  • maven: add option to prefix all maven targets (#33420)
  • misc: remove CI investigation recommendations from agent rules (#33309)
  • nextjs: add support for next 16 (#33296, #33207)
  • nx-dev: add downloadable resources page and React book blog post (160b4cce34)
  • release: support {versionActionsVersion} in docker version scheme (#33178)
  • release: add resolveVersionPlans option to changelog CLI and API (#33435)
  • storybook: add support for storybook 10 (#33277, #33141)
  • storybook: generate ai instructions for converting from CJS to ESM after migration (#33395)
  • testing: support cypress v15 (#33393, #33304)
  • vite: add atomizer support for vitest (#33265)
  • vite: add vitest 4 to peerDep range to prevent conflicts (#33394)
  • vitest: split vitest into @​nx/vitest plugin (#33311)
  • vitest: split entrypoint into plugin, generators, executors (#33426)
  • vitest: support vitest 4 (#33424)

🩹 Fixes

  • core: adding output error reason (#33159)
  • core: continue execution when cloud client is unavailable (#33214)
  • core: prevent error message containing [object Object] for invalid {workspaceRoot} placement (#33203)
  • core: fix swapped arguments when resolving catalog references from the filesystem (#33237)
  • core: should find dockerfiles to suggest installing docker plugin (#33234)
  • core: stream without prefixes showing tui (#33194, #32535)
  • core: ensure daemon writes project graph cache to disk consistently (#33217)
  • core: add accept header to http remote cache get (#33093, #33092)
  • core: prevent undefined importer crash in pnpm lockfile parsing (#33223)
  • core: split lockfile cache and other performance improvements (#33256)

... (truncated)

Commits
  • 7b9970f fix(release): ensure file change calculation matches nx affected #33413 (#33539)
  • 219e82d fix(core): default input should indeed be default (#33533)
  • f5c876b fix(core): avoid leaking memory due by creating an unref'd interval for each ...
  • 41dec8e fix(core): resolve all lock ordering deadlocks in metrics collector (#33513)
  • 4bfc1e8 feat(core): apply parent env to atomized target (#33013)
  • d86fb5d fix(core): prevent hanging between command end and process exit (#33500)
  • c1b942f fix(core): include require paths when resolving specified plugins (#33495)
  • b3e6b03 chore(core): restructure metrics collector for performance and maintainabilit...
  • 9471207 feat(core): make console daemon check backgroundable and pulling from latest ...
  • 001e2ba fix(misc): handle ERR_USE_AFTER_CLOSE gracefully in nx init and create-nx-wor...
  • Additional commits viewable in compare view

Updates nx from 22.0.3 to 22.1.0

Release notes

Sourced from nx's releases.

22.1.0 (2025-11-19)

🚀 Features

  • core: update rust (#33220)
  • core: enable tui by default on windows (#33314)
  • core: batch hash tasks without custom hashers (#33327)
  • core: add OSC 9;4 progress indicator support to TUI (#33325)
  • core: collect resource usage (#32946)
  • core: disable interactivity by default for run-one task outputs in tui (#33358)
  • core: track system metrics and link plugins to workers when possible (#33411)
  • core: pull nx init from latest before executing (#33446)
  • core: export TypeScript schema definitions via wildcard patterns (#33454, #33336)
  • core: make console daemon check backgroundable and pulling from latest (#33491)
  • core: apply parent env to atomized target (#33013)
  • docker: support inferring additional args for targets with interpolation support (#32892)
  • docker: add skipDefaultTag option to build target (#33477, #33506)
  • gradle: add custom installation path to options (#33187)
  • gradle: use gitignore to determine dependant task output files (#33402)
  • gradle: allow specifying project and task configuration from gradle build files (#33264)
  • 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)
  • maven: add option to prefix all maven targets (#33420)
  • misc: remove CI investigation recommendations from agent rules (#33309)
  • nextjs: add support for next 16 (#33296, #33207)
  • nx-dev: add downloadable resources page and React book blog post (160b4cce34)
  • release: support {versionActionsVersion} in docker version scheme (#33178)
  • release: add resolveVersionPlans option to changelog CLI and API (#33435)
  • storybook: add support for storybook 10 (#33277, #33141)
  • storybook: generate ai instructions for converting from CJS to ESM after migration (#33395)
  • testing: support cypress v15 (#33393, #33304)
  • vite: add atomizer support for vitest (#33265)
  • vite: add vitest 4 to peerDep range to prevent conflicts (#33394)
  • vitest: split vitest into @​nx/vitest plugin (#33311)
  • vitest: split entrypoint into plugin, generators, executors (#33426)
  • vitest: support vitest 4 (#33424)

🩹 Fixes

  • core: adding output error reason (#33159)
  • core: continue execution when cloud client is unavailable (#33214)
  • core: prevent error message containing [object Object] for invalid {workspaceRoot} placement (#33203)
  • core: fix swapped arguments when resolving catalog references from the filesystem (#33237)
  • core: should find dockerfiles to suggest installing docker plugin (#33234)
  • core: stream without prefixes showing tui (#33194, #32535)
  • core: ensure daemon writes project graph cache to disk consistently (#33217)
  • core: add accept header to http remote cache get (#33093, #33092)
  • core: prevent undefined importer crash in pnpm lockfile parsing (#33223)
  • core: split lockfile cache and other performance improvements (#33256)

... (truncated)

Commits
  • 7b9970f fix(release): ensure file change calculation matches nx affected #33413 (#33539)
  • 219e82d fix(core): default input should indeed be default (#33533)
  • f5c876b fix(core): avoid leaking memory due by creating an unref'd interval for each ...
  • 41dec8e fix(core): resolve all lock ordering deadlocks in metrics collector (#33513)
  • 4bfc1e8 feat(core): apply parent env to atomized target (#33013)
  • d86fb5d fix(core): prevent hanging between command end and process exit (#33500)
  • c1b942f fix(core): include require paths when resolving specified plugins (#33495)
  • b3e6b03 chore(core): restructure metrics collector for performance and maintainabilit...
  • 9471207 feat(core): make console daemon check backgroundable and pulling from latest ...
  • 001e2ba fix(misc): handle ERR_USE_AFTER_CLOSE gracefully in nx init and create-nx-wor...
  • Additional commits viewable in compare view

Updates nx from 22.0.3 to 22.1.0

Release notes

Sourced from nx's releases.

22.1.0 (2025-11-19)

🚀 Features

  • core: update rust (#33220)
  • core: enable tui by default on windows (#33314)
  • core: batch hash tasks without custom hashers (#33327)
  • core: add OSC 9;4 progress indicator support to TUI (#33325)
  • core: collect resource usage (#32946)
  • core: disable interactivity by default for run-one task outputs in tui (#33358)
  • core: track system metrics and link plugins to workers when possible (#33411)
  • core: pull nx init from latest before executing (#33446)
  • core: export TypeScript schema definitions via wildcard patterns (#33454, #33336)
  • core: make console daemon check backgroundable and pulling from latest (#33491)
  • core: apply parent env to atomized target (#33013)
  • docker: support inferring additional args for targets with interpolation support (#32892)
  • docker: add skipDefaultTag option to build target (#33477, #33506)
  • gradle: add custom installation path to options (#33187)
  • gradle: use gitignore to determine dependant task output files (#33402)
  • gradle: allow specifying project and task configuration from gradle build files (#33264)
  • 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)
  • maven: add option to prefix all maven targets (#33420)
  • misc: remove CI investigation recommendations from agent rules (#33309)
  • nextjs: add support for next 16 (#33296, #33207)
  • nx-dev: add downloadable resources page and React book blog post (160b4cce34)
  • release: support {versionActionsVersion} in docker version scheme (#33178)
  • release: add resolveVersionPlans option to changelog CLI and API (#33435)
  • storybook: add support for storybook 10 (#33277, #33141)
  • storybook: generate ai instructions for converting from CJS to ESM after migration (#33395)
  • testing: support cypress v15 (#33393, #33304)
  • vite: add atomizer support for vitest (#33265)
  • vite: add vitest 4 to peerDep range to prevent conflicts (#33394)
  • vitest: split vitest into @​nx/vitest plugin (#33311)
  • vitest: split entrypoint into plugin, generators, executors (#33426)
  • vitest: support vitest 4 (#33424)

🩹 Fixes

  • core: adding output error reason (#33159)
  • core: continue execution when cloud client is unavailable (#33214)
  • core: prevent error message containing [object Object] for invalid {workspaceRoot} placement (#33203)
  • core: fix swapped arguments when resolving catalog references from the filesystem (#33237)
  • core: should find dockerfiles to suggest installing docker plugin (#33234)
  • core: stream without prefixes showing tui (#33194, #32535)
  • core: ensure daemon writes project graph cache to disk consistently (#33217)
  • core: add accept header to http remote cache get (#33093, #33092)
  • core: prevent undefined importer crash in pnpm lockfile parsing (#33223)
  • core: split lockfile cache and other performance improvements (#33256)

... (truncated)

Commits
  • 7b9970f fix(release): ensure file change calculation matches nx affected #33413 (#33539)
  • 219e82d fix(core): default input should indeed be default (#33533)
  • f5c876b fix(core): avoid leaking memory due by creating an unref'd interval for each ...
  • 41dec8e fix(core): resolve all lock ordering deadlocks in metrics collector (#33513)
  • 4bfc1e8 feat(core): apply parent env to atomized target (#33013)
  • d86fb5d fix(core): prevent hanging between command end and process exit (#33500)
  • c1b942f fix(core): include require paths when resolving specified plugins (#33495)
  • b3e6b03 chore(core): restructure metrics collector for performance and maintainabilit...
  • 9471207 feat(core): make console daemon check backgroundable and pulling from latest ...
  • 001e2ba fix(misc): handle ERR_USE_AFTER_CLOSE gracefully in nx init and create-nx-wor...
  • Additional commits viewable in compare view

Updates nx from 22.0.3 to 22.1.0

Release notes

Sourced from nx's releases.

22.1.0 (2025-11-19)

🚀 Features

  • core: update rust (#33220)
  • core: enable tui by default on windows (#33314)
  • core: batch hash tasks without custom hashers (#33327)
  • core: add OSC 9;4 progress indicator support to TUI (#33325)
  • core: collect resource usage (#32946)
  • core: disable interactivity by default for run-one task outputs in tui (#33358)
  • core: track system metrics and link plugins to workers when possible (#33411)
  • core: pull nx init from latest before executing (#33446)
  • core: export TypeScript schema definitions via wildcard patterns (#33454, #33336)
  • core: make console daemon check backgroundable and pulling from latest (#33491)
  • core: apply parent env to atomized target (#33013)
  • docker: support inferring additional args for targets with interpolation support (#32892)
  • docker: add skipDefaultTag option to build target (#33477, #33506)
  • gradle: add custom installation path to options (#33187)
  • gradle: use gitignore to determine dependant task output files (#33402)
  • gradle: allow specifying project and task configuration from gradle build files (#33264)
  • 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)
  • maven: add option to prefix all maven targets (#33420)
  • misc: remove CI investigation recommendations from agent rules (#33309)
  • nextjs: add support for next 16 (#33296, #33207)
  • nx-dev: add downloadable resources page and React book blog post (160b4cce34)
  • release: support {versionActionsVersion} in docker version scheme (#33178)
  • release: add resolveVersionPlans option to changelog CLI and API (#33435)
  • storybook: add support for storybook 10 (#33277, #33141)
  • storybook: generate ai instructions for converting from CJS to ESM after migration (#33395)
  • testing: support cypress v15 (#33393, #33304)
  • vite: add atomizer support for vitest (#33265)
  • vite: add vitest 4 to peerDep range to prevent conflicts (#33394)
  • vitest: split vitest into @​nx/vitest plugin (#33311)
  • vitest: split entrypoint into plugin, generators, executors (#33426)
  • vitest: support vitest 4 (#33424)

🩹 Fixes

  • core: adding output error reason (#33159)
  • core: continue execution when cloud client is unavailable (#33214)
  • core: prevent error message containing [object Object] for invalid {workspaceRoot} placement (#33203)
  • core: fix swapped arguments when resolving catalog references from the filesystem (#33237)
  • core: should find dockerfiles to suggest installing docker plugin (#33234)
  • core: stream without prefixes showing tui (#33194, #32535)
  • core: ensure daemon writes project graph cache to disk consistently (#33217)
  • core: add accept header to http remote cache get (#33093, #33092)
  • core: prevent undefined importer crash in pnpm lockfile parsing (#33223)
  • core: split lockfile cache and other performance improvements (#33256)

... (truncated)

Commits
  • 7b9970f fix(release): ensure file change calculation matches nx affected #33413 (#33539)
  • 219e82d fix(core): default input should indeed be default (#33533)
  • f5c876b fix(core): avoid leaking memory due by creating an unref'd interval for each ...
  • 41dec8e fix(core): resolve all lock ordering deadlocks in metrics collector (#33513)
  • 4bfc1e8 feat(core): apply parent env to atomized target (#33013)
  • d86fb5d fix(core): prevent hanging between command end and process exit (#33500)
  • c1b942f fix(core): include require paths when resolving specified plugins (#33495)
  • b3e6b03 chore(core): restructure metrics collector for performance and maintainabilit...
  • 9471207 feat(core): make console daemon check backgroundable and pulling from latest ...
  • 001e2ba fix(misc): handle ERR_USE_AFTER_CLOSE gracefully in nx init and create-nx-wor...
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…h 1 update

Bumps the npm-dependencies group with 1 update in the /tests/npm directory: [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx).
Bumps the npm-dependencies group with 1 update in the /tests/pnpm directory: [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx).
Bumps the npm-dependencies group with 1 update in the /tests/pnpm-package-manager directory: [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx).
Bumps the npm-dependencies group with 1 update in the /tests/yarn directory: [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx).


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

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

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

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

---
updated-dependencies:
- dependency-name: nx
  dependency-version: 22.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: nx
  dependency-version: 22.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: nx
  dependency-version: 22.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
- dependency-name: nx
  dependency-version: 22.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 20, 2025
@github-actions
Copy link
Contributor

Hi, thank you for creating your PR, we will check it out very soon

@github-actions
Copy link
Contributor

github-actions bot commented Nov 20, 2025

Code Coverage Report

Summary

Summary
Generated on: 11/20/2025 - 16:47:33
Parser: LCov
Assemblies: 1
Classes: 1
Files: 1
Line coverage: 100% (2 of 2)
Covered lines: 2
Uncovered lines: 0
Coverable lines: 2
Total lines: 5
Method coverage: Feature is only available for sponsors
Tag: 529_19544366309

Coverage

Default - 100%
Name Line
Default 100%
src/index.js 100%

@neilime neilime merged commit ce2bb82 into main Nov 20, 2025
65 checks passed
@neilime neilime deleted the dependabot/npm_and_yarn/tests/npm/npm-dependencies-58c6fe16c9 branch November 20, 2025 16:53
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.

2 participants