Skip to content

chore(deps): bump the nx group with 5 updates#3711

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/main/nx-cdd26dfe37
Closed

chore(deps): bump the nx group with 5 updates#3711
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/main/nx-cdd26dfe37

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2026

Bumps the nx group with 5 updates:

Package From To
@nx/devkit 22.6.1 22.6.2
@nx/eslint 22.6.1 22.6.2
@nx/jest 22.6.1 22.6.2
@nx/js 22.6.1 22.6.2
nx 22.6.1 22.6.2

Updates @nx/devkit from 22.6.1 to 22.6.2

Release notes

Sourced from @​nx/devkit's releases.

22.6.2 (2026-03-26)

🚀 Features

  • core: auto-open browser for Cloud setup URL during create-nx-workspace (#35014)
  • repo: add nx-labs repo target and use glob pattern for update-all-repos (#34999)

🩹 Fixes

  • angular: update duplicate migration keys (#34961)
  • angular-rspack: ensure rebuild chunks emitted summary accurate (#34979, #34936)
  • bundling: disable swc input source map resolution (#35010, #32671)
  • core: split-target should handle projects with colons in name better (#34725)
  • core: prevent TUI crash when task output arrives after completion (#34785, #34677)
  • core: respect --parallel limit for discrete task concurrency (#34721, #34117, #31494)
  • core: use scroll-offset-based scrollbar positioning in TUI (#34689)
  • core: skip import-equals namespace aliases in native scanner (#34947, #34644)
  • core: include command name on all telemetry events (#34949)
  • core: skip workspace context setup when global bin hands off to local (#34953, #34914)
  • core: use upsert to prevent FK constraint violations in task DB (#34977)
  • core: runtime inputs shouldn't be cached at task_hasher layer and filesets should be in the hash_plans layer (#34971, #30170)
  • core: show better log message when isolated plugin shuts down after hook completion (#34922)
  • core: handle owners and conformance project refs on move/remove (#34815)
  • core: resolve published nx migrate package resolution (#35013, #34111)
  • core: prevent batch executor error on prematurely completed tasks (#35015)
  • core: add timeouts to GitHub push flow to prevent CLI hangs (#35011, #34482)
  • devkit: prevent double install in generators for TS solution workspaces (#34891)
  • devkit: add startTime and endTime to TaskResult interface (#34996)
  • gradle: ignore test enums when atomizing (#34974)
  • js: pass configName to typecheck command in TS plugin (#34989, #34274)
  • js: add input on .d.ts files within dependency projects (#34968)
  • linter: prepend framework configs before baseConfig in flat config generation (#34898, #28381, #32923)
  • misc: make webinar banner theme-aware with light mode support (#35029)
  • module-federation: enable ESM output for Angular rspack MF plugin (#34839, #34584, #33992)
  • nx-cloud: remove invalid images (#34997, #34970)
  • nx-dev: build nx-dev in-place to fix ai package resolution (#34730, #34669)
  • nx-dev: improve docs search ranking and metrics (#34992)
  • release: fall back to gh user search for author usernames (#34904)
  • repo: skip flaky Cypress HMR e2e tests (#34969)
  • repo: resolve FreeBSD build disk space issue (#35030)
  • vite: add support for Vite 8 (#34850, #34849)
  • vitest: resolve addPlugin default in init generator (#34990)

❤️ Thank You

... (truncated)

Commits
  • e8cd76e fix(core): split-target should handle projects with colons in name better (#3...
  • 3557bc7 fix(devkit): prevent double install in generators for TS solution workspaces ...
  • See full diff in compare view

Updates @nx/eslint from 22.6.1 to 22.6.2

Release notes

Sourced from @​nx/eslint's releases.

22.6.2 (2026-03-26)

🚀 Features

  • core: auto-open browser for Cloud setup URL during create-nx-workspace (#35014)
  • repo: add nx-labs repo target and use glob pattern for update-all-repos (#34999)

🩹 Fixes

  • angular: update duplicate migration keys (#34961)
  • angular-rspack: ensure rebuild chunks emitted summary accurate (#34979, #34936)
  • bundling: disable swc input source map resolution (#35010, #32671)
  • core: split-target should handle projects with colons in name better (#34725)
  • core: prevent TUI crash when task output arrives after completion (#34785, #34677)
  • core: respect --parallel limit for discrete task concurrency (#34721, #34117, #31494)
  • core: use scroll-offset-based scrollbar positioning in TUI (#34689)
  • core: skip import-equals namespace aliases in native scanner (#34947, #34644)
  • core: include command name on all telemetry events (#34949)
  • core: skip workspace context setup when global bin hands off to local (#34953, #34914)
  • core: use upsert to prevent FK constraint violations in task DB (#34977)
  • core: runtime inputs shouldn't be cached at task_hasher layer and filesets should be in the hash_plans layer (#34971, #30170)
  • core: show better log message when isolated plugin shuts down after hook completion (#34922)
  • core: handle owners and conformance project refs on move/remove (#34815)
  • core: resolve published nx migrate package resolution (#35013, #34111)
  • core: prevent batch executor error on prematurely completed tasks (#35015)
  • core: add timeouts to GitHub push flow to prevent CLI hangs (#35011, #34482)
  • devkit: prevent double install in generators for TS solution workspaces (#34891)
  • devkit: add startTime and endTime to TaskResult interface (#34996)
  • gradle: ignore test enums when atomizing (#34974)
  • js: pass configName to typecheck command in TS plugin (#34989, #34274)
  • js: add input on .d.ts files within dependency projects (#34968)
  • linter: prepend framework configs before baseConfig in flat config generation (#34898, #28381, #32923)
  • misc: make webinar banner theme-aware with light mode support (#35029)
  • module-federation: enable ESM output for Angular rspack MF plugin (#34839, #34584, #33992)
  • nx-cloud: remove invalid images (#34997, #34970)
  • nx-dev: build nx-dev in-place to fix ai package resolution (#34730, #34669)
  • nx-dev: improve docs search ranking and metrics (#34992)
  • release: fall back to gh user search for author usernames (#34904)
  • repo: skip flaky Cypress HMR e2e tests (#34969)
  • repo: resolve FreeBSD build disk space issue (#35030)
  • vite: add support for Vite 8 (#34850, #34849)
  • vitest: resolve addPlugin default in init generator (#34990)

❤️ Thank You

... (truncated)

Commits
  • dbd2ace fix(linter): prepend framework configs before baseConfig in flat config gener...
  • See full diff in compare view

Updates @nx/jest from 22.6.1 to 22.6.2

Release notes

Sourced from @​nx/jest's releases.

22.6.2 (2026-03-26)

🚀 Features

  • core: auto-open browser for Cloud setup URL during create-nx-workspace (#35014)
  • repo: add nx-labs repo target and use glob pattern for update-all-repos (#34999)

🩹 Fixes

  • angular: update duplicate migration keys (#34961)
  • angular-rspack: ensure rebuild chunks emitted summary accurate (#34979, #34936)
  • bundling: disable swc input source map resolution (#35010, #32671)
  • core: split-target should handle projects with colons in name better (#34725)
  • core: prevent TUI crash when task output arrives after completion (#34785, #34677)
  • core: respect --parallel limit for discrete task concurrency (#34721, #34117, #31494)
  • core: use scroll-offset-based scrollbar positioning in TUI (#34689)
  • core: skip import-equals namespace aliases in native scanner (#34947, #34644)
  • core: include command name on all telemetry events (#34949)
  • core: skip workspace context setup when global bin hands off to local (#34953, #34914)
  • core: use upsert to prevent FK constraint violations in task DB (#34977)
  • core: runtime inputs shouldn't be cached at task_hasher layer and filesets should be in the hash_plans layer (#34971, #30170)
  • core: show better log message when isolated plugin shuts down after hook completion (#34922)
  • core: handle owners and conformance project refs on move/remove (#34815)
  • core: resolve published nx migrate package resolution (#35013, #34111)
  • core: prevent batch executor error on prematurely completed tasks (#35015)
  • core: add timeouts to GitHub push flow to prevent CLI hangs (#35011, #34482)
  • devkit: prevent double install in generators for TS solution workspaces (#34891)
  • devkit: add startTime and endTime to TaskResult interface (#34996)
  • gradle: ignore test enums when atomizing (#34974)
  • js: pass configName to typecheck command in TS plugin (#34989, #34274)
  • js: add input on .d.ts files within dependency projects (#34968)
  • linter: prepend framework configs before baseConfig in flat config generation (#34898, #28381, #32923)
  • misc: make webinar banner theme-aware with light mode support (#35029)
  • module-federation: enable ESM output for Angular rspack MF plugin (#34839, #34584, #33992)
  • nx-cloud: remove invalid images (#34997, #34970)
  • nx-dev: build nx-dev in-place to fix ai package resolution (#34730, #34669)
  • nx-dev: improve docs search ranking and metrics (#34992)
  • release: fall back to gh user search for author usernames (#34904)
  • repo: skip flaky Cypress HMR e2e tests (#34969)
  • repo: resolve FreeBSD build disk space issue (#35030)
  • vite: add support for Vite 8 (#34850, #34849)
  • vitest: resolve addPlugin default in init generator (#34990)

❤️ Thank You

... (truncated)

Commits

Updates @nx/js from 22.6.1 to 22.6.2

Release notes

Sourced from @​nx/js's releases.

22.6.2 (2026-03-26)

🚀 Features

  • core: auto-open browser for Cloud setup URL during create-nx-workspace (#35014)
  • repo: add nx-labs repo target and use glob pattern for update-all-repos (#34999)

🩹 Fixes

  • angular: update duplicate migration keys (#34961)
  • angular-rspack: ensure rebuild chunks emitted summary accurate (#34979, #34936)
  • bundling: disable swc input source map resolution (#35010, #32671)
  • core: split-target should handle projects with colons in name better (#34725)
  • core: prevent TUI crash when task output arrives after completion (#34785, #34677)
  • core: respect --parallel limit for discrete task concurrency (#34721, #34117, #31494)
  • core: use scroll-offset-based scrollbar positioning in TUI (#34689)
  • core: skip import-equals namespace aliases in native scanner (#34947, #34644)
  • core: include command name on all telemetry events (#34949)
  • core: skip workspace context setup when global bin hands off to local (#34953, #34914)
  • core: use upsert to prevent FK constraint violations in task DB (#34977)
  • core: runtime inputs shouldn't be cached at task_hasher layer and filesets should be in the hash_plans layer (#34971, #30170)
  • core: show better log message when isolated plugin shuts down after hook completion (#34922)
  • core: handle owners and conformance project refs on move/remove (#34815)
  • core: resolve published nx migrate package resolution (#35013, #34111)
  • core: prevent batch executor error on prematurely completed tasks (#35015)
  • core: add timeouts to GitHub push flow to prevent CLI hangs (#35011, #34482)
  • devkit: prevent double install in generators for TS solution workspaces (#34891)
  • devkit: add startTime and endTime to TaskResult interface (#34996)
  • gradle: ignore test enums when atomizing (#34974)
  • js: pass configName to typecheck command in TS plugin (#34989, #34274)
  • js: add input on .d.ts files within dependency projects (#34968)
  • linter: prepend framework configs before baseConfig in flat config generation (#34898, #28381, #32923)
  • misc: make webinar banner theme-aware with light mode support (#35029)
  • module-federation: enable ESM output for Angular rspack MF plugin (#34839, #34584, #33992)
  • nx-cloud: remove invalid images (#34997, #34970)
  • nx-dev: build nx-dev in-place to fix ai package resolution (#34730, #34669)
  • nx-dev: improve docs search ranking and metrics (#34992)
  • release: fall back to gh user search for author usernames (#34904)
  • repo: skip flaky Cypress HMR e2e tests (#34969)
  • repo: resolve FreeBSD build disk space issue (#35030)
  • vite: add support for Vite 8 (#34850, #34849)
  • vitest: resolve addPlugin default in init generator (#34990)

❤️ Thank You

... (truncated)

Commits

Updates nx from 22.6.1 to 22.6.2

Release notes

Sourced from nx's releases.

22.6.2 (2026-03-26)

🚀 Features

  • core: auto-open browser for Cloud setup URL during create-nx-workspace (#35014)
  • repo: add nx-labs repo target and use glob pattern for update-all-repos (#34999)

🩹 Fixes

  • angular: update duplicate migration keys (#34961)
  • angular-rspack: ensure rebuild chunks emitted summary accurate (#34979, #34936)
  • bundling: disable swc input source map resolution (#35010, #32671)
  • core: split-target should handle projects with colons in name better (#34725)
  • core: prevent TUI crash when task output arrives after completion (#34785, #34677)
  • core: respect --parallel limit for discrete task concurrency (#34721, #34117, #31494)
  • core: use scroll-offset-based scrollbar positioning in TUI (#34689)
  • core: skip import-equals namespace aliases in native scanner (#34947, #34644)
  • core: include command name on all telemetry events (#34949)
  • core: skip workspace context setup when global bin hands off to local (#34953, #34914)
  • core: use upsert to prevent FK constraint violations in task DB (#34977)
  • core: runtime inputs shouldn't be cached at task_hasher layer and filesets should be in the hash_plans layer (#34971, #30170)
  • core: show better log message when isolated plugin shuts down after hook completion (#34922)
  • core: handle owners and conformance project refs on move/remove (#34815)
  • core: resolve published nx migrate package resolution (#35013, #34111)
  • core: prevent batch executor error on prematurely completed tasks (#35015)
  • core: add timeouts to GitHub push flow to prevent CLI hangs (#35011, #34482)
  • devkit: prevent double install in generators for TS solution workspaces (#34891)
  • devkit: add startTime and endTime to TaskResult interface (#34996)
  • gradle: ignore test enums when atomizing (#34974)
  • js: pass configName to typecheck command in TS plugin (#34989, #34274)
  • js: add input on .d.ts files within dependency projects (#34968)
  • linter: prepend framework configs before baseConfig in flat config generation (#34898, #28381, #32923)
  • misc: make webinar banner theme-aware with light mode support (#35029)
  • module-federation: enable ESM output for Angular rspack MF plugin (#34839, #34584, #33992)
  • nx-cloud: remove invalid images (#34997, #34970)
  • nx-dev: build nx-dev in-place to fix ai package resolution (#34730, #34669)
  • nx-dev: improve docs search ranking and metrics (#34992)
  • release: fall back to gh user search for author usernames (#34904)
  • repo: skip flaky Cypress HMR e2e tests (#34969)
  • repo: resolve FreeBSD build disk space issue (#35030)
  • vite: add support for Vite 8 (#34850, #34849)
  • vitest: resolve addPlugin default in init generator (#34990)

❤️ Thank You

... (truncated)

Commits
  • c911c6a fix(repo): resolve FreeBSD build disk space issue (#35030)
  • 5d8615a chore(core): bump Rust toolchain to 1.94.0 and fix all warnings (#35021)
  • b1d9b73 fix(core): prevent batch executor error on prematurely completed tasks (#35015)
  • 5fbb74c fix(core): resolve published nx migrate package resolution (#35013)
  • dd241fc fix(core): handle owners and conformance project refs on move/remove (#34815)
  • 7241f8b fix(devkit): add startTime and endTime to TaskResult interface (#34996)
  • 792d09b fix(core): show better log message when isolated plugin shuts down after hook...
  • 0aabe22 fix(core): runtime inputs shouldn't be cached at task_hasher layer and filese...
  • 742fa3f fix(core): use upsert to prevent FK constraint violations in task DB (#34977)
  • f54a698 fix(core): skip workspace context setup when global bin hands off to local (#...
  • 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

@dependabot dependabot bot requested a review from a team as a code owner March 27, 2026 10:04
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 27, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/nx-cdd26dfe37 branch from 05a1dd6 to 55f8b9f Compare April 13, 2026 14:28
@ala-n
Copy link
Copy Markdown
Collaborator

ala-n commented Apr 13, 2026

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/nx-cdd26dfe37 branch from 55f8b9f to f53b39f Compare April 13, 2026 14:31
Bumps the nx group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [@nx/devkit](https://github.com/nrwl/nx/tree/HEAD/packages/devkit) | `22.6.1` | `22.6.2` |
| [@nx/eslint](https://github.com/nrwl/nx/tree/HEAD/packages/eslint) | `22.6.1` | `22.6.2` |
| [@nx/jest](https://github.com/nrwl/nx/tree/HEAD/packages/jest) | `22.6.1` | `22.6.2` |
| [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) | `22.6.1` | `22.6.2` |
| [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `22.6.1` | `22.6.2` |


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

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

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

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

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

---
updated-dependencies:
- dependency-name: "@nx/devkit"
  dependency-version: 22.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nx
- dependency-name: "@nx/eslint"
  dependency-version: 22.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nx
- dependency-name: "@nx/jest"
  dependency-version: 22.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nx
- dependency-name: "@nx/js"
  dependency-version: 22.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nx
- dependency-name: nx
  dependency-version: 22.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nx
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/main/nx-cdd26dfe37 branch from f53b39f to 886c1c9 Compare April 13, 2026 14:33
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 13, 2026

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Apr 13, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/main/nx-cdd26dfe37 branch April 13, 2026 15:22
@ci-github-action-bot ci-github-action-bot bot locked and limited conversation to collaborators Apr 13, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

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.

3 participants