Skip to content

build(deps-dev): bump the nx-dependencies group with 3 updates#1975

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/nx-dependencies-fc27518bf7
Open

build(deps-dev): bump the nx-dependencies group with 3 updates#1975
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/nx-dependencies-fc27518bf7

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 16, 2026

Bumps the nx-dependencies group with 3 updates: @nx/vite, @nx/web and nx.

Updates @nx/vite from 22.4.5 to 22.5.0

Release notes

Sourced from @​nx/vite's releases.

22.5.0 (2026-02-09)

🚀 Features

  • core: display batch tasks in the tui (#33695)
  • core: add variant 2 to CNW cloud prompts with promo message (#34223)
  • core: improve configure-ai-agents to copy nx skills/subagents/plugins (#34176)
  • core: add Nx Cloud connect URL to template README (#34249)
  • core: add decorative banners for Nx Cloud CNW completion message (#34270)
  • core: add initial impl of task io service (#34205)
  • core: improve AI agent rules for CLAUDE.md generation (#34304)
  • core: add command to download cloud client (#34333)
  • core: add AI agent detection and NDJSON output for CNW (#34320)
  • core: update cnw messaging (#34364)
  • core: eagerly shutdown plugins that don't provide later hooks (#34253)
  • gradle: add debug env var to gradle batch executor (#34259)
  • js: add NX_PREFER_NODE_STRIP_TYPES to use Node's strip types feature instead of transpilation for TypeScript files (#34202)
  • js: bump swc to latest versions (#34215)
  • js: update swc/cli to 0.8.0 (#34365)
  • maven: load Maven classes at runtime for version-agnostic batch execution (#34180)
  • maven: bump maven plugin version to 0.0.13 (#34318)
  • nx-dev: add llms-full.txt and HTTP Link headers for LLM discovery (#34232)
  • nx-dev: add server-side page view tracking for docs (#34283)
  • nx-dev: reformat sidebar into topics (#34265)

🩹 Fixes

  • core: clean up daemon workspace data directory on nx reset --onl… (#34174)
  • core: move tui to parking lot rwlock to avoid hang (#34187)
  • core: handle resizing a bit better for inline_tui (#34006)
  • core: consolidate GitHub URL messaging when gh push fails (#34196)
  • core: cloud commands are noop when not connected rather than errors (#34193)
  • core: fall back to node_modules when tmp has noexec (#34207, #33991)
  • core: hide already-installed nx packages from suggestion list during nx import (#34227)
  • core: improve plugin worker error messages and lifecycle timeouts (#34251)
  • core: do not throw error if worker.stdout is not instanceof socket (#34224)
  • core: handle multibyte UTF-8 characters in socket message consumption (#34151)
  • core: resolve daemon client reconnect queue deadlock (#34284)
  • core: nx should show help for run-one when using project short names (#34303)
  • core: prevent command injection in getNpmPackageVersion (#34309)
  • core: fix CNW git amend and README marker handling (#34306)
  • core: tweak configure-ai-agents messaging (#34307)
  • core: handle EPIPE errors gracefully in daemon socket writes (#34311)
  • core: allow overriding daemon logging settings (#34324)
  • core: preserve task selection when unrelated tasks finish (#34328)
  • core: disable ignore filters for outputs expansion (#34316, #32620)
  • core: track all task outputs regardless of path depth (#34321)
  • core: avoid crash when pane area is out of bounds during resize (#34343)
  • core: use picocolors instead of chalk in the nx package (#34305)
  • core: only detect flaky tasks for cacheable tasks (#33994)

... (truncated)

Commits

Updates @nx/web from 22.4.5 to 22.5.0

Release notes

Sourced from @​nx/web's releases.

22.5.0 (2026-02-09)

🚀 Features

  • core: display batch tasks in the tui (#33695)
  • core: add variant 2 to CNW cloud prompts with promo message (#34223)
  • core: improve configure-ai-agents to copy nx skills/subagents/plugins (#34176)
  • core: add Nx Cloud connect URL to template README (#34249)
  • core: add decorative banners for Nx Cloud CNW completion message (#34270)
  • core: add initial impl of task io service (#34205)
  • core: improve AI agent rules for CLAUDE.md generation (#34304)
  • core: add command to download cloud client (#34333)
  • core: add AI agent detection and NDJSON output for CNW (#34320)
  • core: update cnw messaging (#34364)
  • core: eagerly shutdown plugins that don't provide later hooks (#34253)
  • gradle: add debug env var to gradle batch executor (#34259)
  • js: add NX_PREFER_NODE_STRIP_TYPES to use Node's strip types feature instead of transpilation for TypeScript files (#34202)
  • js: bump swc to latest versions (#34215)
  • js: update swc/cli to 0.8.0 (#34365)
  • maven: load Maven classes at runtime for version-agnostic batch execution (#34180)
  • maven: bump maven plugin version to 0.0.13 (#34318)
  • nx-dev: add llms-full.txt and HTTP Link headers for LLM discovery (#34232)
  • nx-dev: add server-side page view tracking for docs (#34283)
  • nx-dev: reformat sidebar into topics (#34265)

🩹 Fixes

  • core: clean up daemon workspace data directory on nx reset --onl… (#34174)
  • core: move tui to parking lot rwlock to avoid hang (#34187)
  • core: handle resizing a bit better for inline_tui (#34006)
  • core: consolidate GitHub URL messaging when gh push fails (#34196)
  • core: cloud commands are noop when not connected rather than errors (#34193)
  • core: fall back to node_modules when tmp has noexec (#34207, #33991)
  • core: hide already-installed nx packages from suggestion list during nx import (#34227)
  • core: improve plugin worker error messages and lifecycle timeouts (#34251)
  • core: do not throw error if worker.stdout is not instanceof socket (#34224)
  • core: handle multibyte UTF-8 characters in socket message consumption (#34151)
  • core: resolve daemon client reconnect queue deadlock (#34284)
  • core: nx should show help for run-one when using project short names (#34303)
  • core: prevent command injection in getNpmPackageVersion (#34309)
  • core: fix CNW git amend and README marker handling (#34306)
  • core: tweak configure-ai-agents messaging (#34307)
  • core: handle EPIPE errors gracefully in daemon socket writes (#34311)
  • core: allow overriding daemon logging settings (#34324)
  • core: preserve task selection when unrelated tasks finish (#34328)
  • core: disable ignore filters for outputs expansion (#34316, #32620)
  • core: track all task outputs regardless of path depth (#34321)
  • core: avoid crash when pane area is out of bounds during resize (#34343)
  • core: use picocolors instead of chalk in the nx package (#34305)
  • core: only detect flaky tasks for cacheable tasks (#33994)

... (truncated)

Commits

Updates nx from 22.4.5 to 22.5.0

Release notes

Sourced from nx's releases.

22.5.0 (2026-02-09)

🚀 Features

  • core: display batch tasks in the tui (#33695)
  • core: add variant 2 to CNW cloud prompts with promo message (#34223)
  • core: improve configure-ai-agents to copy nx skills/subagents/plugins (#34176)
  • core: add Nx Cloud connect URL to template README (#34249)
  • core: add decorative banners for Nx Cloud CNW completion message (#34270)
  • core: add initial impl of task io service (#34205)
  • core: improve AI agent rules for CLAUDE.md generation (#34304)
  • core: add command to download cloud client (#34333)
  • core: add AI agent detection and NDJSON output for CNW (#34320)
  • core: update cnw messaging (#34364)
  • core: eagerly shutdown plugins that don't provide later hooks (#34253)
  • gradle: add debug env var to gradle batch executor (#34259)
  • js: add NX_PREFER_NODE_STRIP_TYPES to use Node's strip types feature instead of transpilation for TypeScript files (#34202)
  • js: bump swc to latest versions (#34215)
  • js: update swc/cli to 0.8.0 (#34365)
  • maven: load Maven classes at runtime for version-agnostic batch execution (#34180)
  • maven: bump maven plugin version to 0.0.13 (#34318)
  • nx-dev: add llms-full.txt and HTTP Link headers for LLM discovery (#34232)
  • nx-dev: add server-side page view tracking for docs (#34283)
  • nx-dev: reformat sidebar into topics (#34265)

🩹 Fixes

  • core: clean up daemon workspace data directory on nx reset --onl… (#34174)
  • core: move tui to parking lot rwlock to avoid hang (#34187)
  • core: handle resizing a bit better for inline_tui (#34006)
  • core: consolidate GitHub URL messaging when gh push fails (#34196)
  • core: cloud commands are noop when not connected rather than errors (#34193)
  • core: fall back to node_modules when tmp has noexec (#34207, #33991)
  • core: hide already-installed nx packages from suggestion list during nx import (#34227)
  • core: improve plugin worker error messages and lifecycle timeouts (#34251)
  • core: do not throw error if worker.stdout is not instanceof socket (#34224)
  • core: handle multibyte UTF-8 characters in socket message consumption (#34151)
  • core: resolve daemon client reconnect queue deadlock (#34284)
  • core: nx should show help for run-one when using project short names (#34303)
  • core: prevent command injection in getNpmPackageVersion (#34309)
  • core: fix CNW git amend and README marker handling (#34306)
  • core: tweak configure-ai-agents messaging (#34307)
  • core: handle EPIPE errors gracefully in daemon socket writes (#34311)
  • core: allow overriding daemon logging settings (#34324)
  • core: preserve task selection when unrelated tasks finish (#34328)
  • core: disable ignore filters for outputs expansion (#34316, #32620)
  • core: track all task outputs regardless of path depth (#34321)
  • core: avoid crash when pane area is out of bounds during resize (#34343)
  • core: use picocolors instead of chalk in the nx package (#34305)
  • core: only detect flaky tasks for cacheable tasks (#33994)

... (truncated)

Commits
  • f1873b2 fix(core): use --lockfile-only for Bun updateLockFile (#34375)
  • 1f5520e fix(core): add missing FileType import for Windows watcher build (#34369)
  • 0aef1ef fix(core): reduce daemon inotify watch count by upgrading watchexec (#34329)
  • 5e4dd04 fix(core): only detect flaky tasks for cacheable tasks (#33994)
  • 37a69f0 feat(core): eagerly shutdown plugins that don't provide later hooks (#34253)
  • 0d2882e fix(core): use picocolors instead of chalk in the nx package (#34305)
  • 0cac182 fix(core): avoid crash when pane area is out of bounds during resize (#34343)
  • a0be6ad fix(core): track all task outputs regardless of path depth (#34321)
  • dffdfa6 fix(core): disable ignore filters for outputs expansion (#34316)
  • 7df9d96 feat(core): add command to download cloud client (#34333)
  • 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 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

Bumps the nx-dependencies group with 3 updates: [@nx/vite](https://github.com/nrwl/nx/tree/HEAD/packages/vite), [@nx/web](https://github.com/nrwl/nx/tree/HEAD/packages/web) and [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx).


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

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

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

---
updated-dependencies:
- dependency-name: "@nx/vite"
  dependency-version: 22.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx-dependencies
- dependency-name: "@nx/web"
  dependency-version: 22.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx-dependencies
- dependency-name: nx
  dependency-version: 22.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: nx-dependencies
...

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 Feb 16, 2026
@vercel
Copy link

vercel bot commented Feb 16, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
zudoku-cosmo-cargo Ready Ready Preview, Comment Feb 16, 2026 0:14am
zudoku-dev Ready Ready Preview, Comment Feb 16, 2026 0:14am

Request Review

@github-actions
Copy link

github-actions bot commented Feb 16, 2026

Preview build of published Zudoku package for commit c2f3300.

See the deployment at: https://5166eaf6.cosmocargo-public-package.pages.dev

Note

This is a preview of the Cosmo Cargo example using the Zudoku package published to a local registry to ensure it'll be working when published to the public NPM registry.

Last updated: 2026-02-16T00:23:08.942Z

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