Skip to content

chore(deps): update nx monorepo to v22.6.5#1178

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/nx-monorepo
Open

chore(deps): update nx monorepo to v22.6.5#1178
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/nx-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 20, 2026

This PR contains the following updates:

Package Change Age Confidence
@nx/eslint (source) 22.6.022.6.5 age confidence
@nx/eslint-plugin (source) 22.6.022.6.5 age confidence
@nx/jest (source) 22.6.022.6.5 age confidence
@nx/js (source) 22.6.022.6.5 age confidence
@nx/nest (source) 22.6.022.6.5 age confidence
@nx/node (source) 22.6.022.6.5 age confidence
@nx/webpack (source) 22.6.022.6.5 age confidence
@nx/workspace (source) 22.6.022.6.5 age confidence
nx (source) 22.6.022.6.5 age confidence

Release Notes

nrwl/nx (@​nx/eslint)

v22.6.5

Compare Source

22.6.5 (2026-04-10)

🚀 Features
  • core: allow generate command to skip project graph creation (#​35170)
  • core: use CNW variant 1 cloud prompt in nx init (#​35155)
  • core: prompt for setup mode when running nx init in empty git directory (#​35226)
  • misc: lock in CNW cloud prompt A/B winner and add new variants (#​35154)
🩹 Fixes
  • angular: add storybook and playwright as implicit dependencies (#​35224)
  • bundling: bump esbuild for new projects to a version compatible with vite 8 (#​35132)
  • core: clean up legacy .gemini/skills during configure-ai-agents (#​35117)
  • core: copy pnpm install configuration to generated package.json (#​35016, #​30240)
  • core: display actual error message when plugin loading fails (#​35138, #​35137)
  • core: bump axios to 1.13.5 to resolve CVE-2026-25639 (#​35148, #​35145)
  • core: update and pin ejs to 5.0.1 (#​35157)
  • core: misc tui perf fixes (#​35187)
  • core: replace LGPL-licensed @​ltd/j-toml with BSD-3-Clause smol-toml (#​35188)
  • core: kill discrete tasks and use tree-kill for batch cleanup on SIGINT (#​35175)
  • core: support cross-file variable references in .env files (#​34956, #​34955)
  • core: disable Yarn scripts for temp nx@​latest installs (#​35210)
  • core: use fresh package manager cache for e2e tests (#​35211)
  • core: prevent phantom connections and dead polling in plugin workers (#​34823, #​34388)
  • core: add prettier config inputs to astro-docs format target (#​35222)
  • core: add vale-changed.mjs script to vale target inputs (41a71dd97d)
  • core: add missing build inputs for angular-rspack example projects (d71dcc6a9a)
  • core: add run-native-target script input to dotnet build-analyzer (#​35221)
  • core: overwrite inferred script target when nx prop defines executor or command (#​35227)
  • core: update cleanup mock to match async signature in package-json spec (c9d51d31f9)
  • gradle: prevent Gradle and Maven daemon accumulation during project graph recalculation (#​35143)
  • gradle: use namespace import for tree-kill to match codebase convention (7c4f4af802)
  • js: resolve ENOWORKSPACES test error in setupVerdaccio for @​nx/js:library generator (#​34755)
  • js: include npm overrides in generated lockfile (#​35192, #​34529)
  • linter: infer extended tsconfig files as task inputs (#​35190)
  • maven: prevent batch executor hang from premature worker exit (#​35001, #​34757)
  • maven: use require for tree-kill to avoid esModuleInterop mismatch between lib and spec configs (8bd4c182ca)
  • misc: use workspace root for package manager detection and normalize paths in plugins (#​35116)
  • misc: stream Framer proxy responses and add edge function timing (#​35215)
  • misc: bump axios to 1.15.0 for all packages (#​35237)
  • repo: clean Angular CLI restore target before cache copy (#​35121)
  • repo: update issue-notifier.yml (#​35178)
❤️ Thank You

v22.6.4

Compare Source

22.6.4 (2026-04-01)
🚀 Features
  • misc: update nx init telemetry meta from CSV to JSON format (#​35076)
  • nx-dev: add conditional blog/changelog proxy in edge function (#​35043)
🩹 Fixes
  • core: validate bundler option for Angular presets in create-nx-workspace (#​35074)
  • core: handle "." and absolute paths as workspace name in CNW (#​35083, #​1)
  • core: pin version of axios (#​35093)
  • core: preserve sibling dependency inputs in native hashing (#​35071)
  • core: sandbox exclusions, multi-line typeof import detection, global ensurePackage mock (#​35056)
  • core: no-interactive should disable prompts during migrate (#​35106)
  • gradle: increase project graph timeout defaults (#​35058)
  • js: recognize tsgo in dependency-checks lint rule (#​35048)
  • js: narrow tsc build-base outputs to only tsc-produced file types (#​35041)
  • js: include tsbuildinfo in narrowed tsc build-base outputs (#​35086, #​35041)
  • js: use explicit nx/bin/nx path in start-local-registry (#​35127)
  • misc: handle non-interactive mode and add template shorthand names for CNW (#​35045)
  • react: force Vite 7 when using React Router in framework mode (#​35101)
  • react-native: use vite's transformWithEsbuild instead of direct esbuild import (5771eb3346)
  • repo: pass env vars into docker builds in publish workflow (#​35060)
  • repo: bump picomatch from 4.0.2 to 4.0.4 (#​35081, #​35068)
  • repo: fixup lock-threads failing with resource inaccessible message (#​35005)
  • repo: fix lockfile (b070e23445)
  • repo: re-enable Cypress HMR e2e tests after upstream tapable fix (#​35105, #​34969, #​20693)
  • repo: disable ts-jest diagnostics for workspace-plugin tests (b013f93dca)
  • vite: update vitest and plugin-react-swc versions for vite 8 compat (#​35062)
  • vite: bump sass version for vue/nuxt presets for Vite 8 compat (#​35073)
  • webpack: bump postcss-loader to ^8.2.1 to eliminate transitive yaml@1.x CVE (#​35028, #​35025)
❤️ Thank You

v22.6.3

Compare Source

22.6.3 (2026-03-27)
🚀 Features
  • misc: a/b test cloud prompt copy in create-nx-workspace (#​35039)
🩹 Fixes
  • js: add {projectRoot} prefix to d.ts fileset in typescript plugin (#​35037)
  • misc: use namespace import for chalk v4 compatibility (7c9f873bd1)
  • misc: handle non-interactive mode and add template shorthand names for CNW (#​35045)
❤️ Thank You

v22.6.2

Compare Source

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

v22.6.1

Compare Source

22.6.1 (2026-03-20)

🩹 Fixes
  • core: skip analytics and DB connection when global bin hands off to local (#​34914)
  • core: properly quote shell metacharacters in CLI args passed to tasks (#​34491, #​32305, #​26682)
  • core: avoid redundant project graph requests in ngcli adapter (#​34907)
  • core: ensure postTasksExecution fires on SIGINT for continuous tasks (#​34876, #​34623, #​34869)
  • core: improve error handling in nx migrate registry fetching (#​34926, #​33014, #​33135)
  • core: remove CRA migration logic from nx init (#​34912)
  • core: pass collectInputs flag through daemon IPC for task hashing (#​34915)
  • core: prevent DB corruption from concurrent initialization (#​34861)
  • core: set windowsHide: true on all child process spawns (#​34894, #​34455)
  • gradle: remove annotations from atomizer (#​34871)
  • js: normalize cwd path separator in typescript plugin targets (#​34911)
  • js: preserve tsconfig fields in typescript plugin cache (#​34908)
  • linter: detect require() calls in enforce-module-boundaries rule (#​34896, #​34096)
  • linter: use native nx.configs in convert-to-flat-config for Nx plugins (#​34897, #​31736)
  • linter: convert project-level eslint configs and log when skipped (#​34899, #​29458)
  • linter: use root config to determine ESLint class in plugin (#​34900, #​32110)
  • nx-dev: resolve changelog page 500 error (#​34920, #​34909)
  • testing: handle undefined options in playwright preset (#​34750)
  • testing: gracefully handle broken jest configs in alias migration (#​34901)
❤️ Thank You

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/nx-monorepo branch 2 times, most recently from 5ea3219 to 509beb2 Compare March 27, 2026 00:29
@renovate renovate bot changed the title chore(deps): update nx monorepo to v22.6.1 chore(deps): update nx monorepo to v22.6.2 Mar 27, 2026
@renovate renovate bot force-pushed the renovate/nx-monorepo branch from 509beb2 to f6dbcd4 Compare March 27, 2026 21:25
@renovate renovate bot changed the title chore(deps): update nx monorepo to v22.6.2 chore(deps): update nx monorepo to v22.6.3 Mar 27, 2026
@renovate renovate bot force-pushed the renovate/nx-monorepo branch 2 times, most recently from 6b939e2 to ebd1a77 Compare April 1, 2026 17:43
@renovate renovate bot changed the title chore(deps): update nx monorepo to v22.6.3 chore(deps): update nx monorepo to v22.6.4 Apr 1, 2026
@renovate renovate bot force-pushed the renovate/nx-monorepo branch 4 times, most recently from 71dd7e8 to 0726570 Compare April 7, 2026 17:22
@renovate renovate bot force-pushed the renovate/nx-monorepo branch from 0726570 to 480d40b Compare April 10, 2026 17:33
@renovate renovate bot changed the title chore(deps): update nx monorepo to v22.6.4 chore(deps): update nx monorepo to v22.6.5 Apr 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants