Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 5, 2025

This PR contains the following updates:

Package Change Age Confidence
@nx/eslint (source) ^20.2.2 -> ^22.0.0 age confidence
@nx/eslint-plugin (source) 20.8.2 -> 22.1.0 age confidence
@nx/js (source) 20.8.2 -> 22.1.0 age confidence
@nx/storybook (source) ^20.2.2 -> ^22.0.0 age confidence
@nx/vite (source) ^20.2.2 -> ^22.0.0 age confidence
@nx/web (source) 20.8.2 -> 22.1.0 age confidence
nx (source) ^20.2.2 -> ^22.0.0 age confidence

Release Notes

nrwl/nx (@​nx/eslint)

v22.1.0

Compare Source

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)
  • core: turn v8 serializer off by default but fallback to it if json serialization fails (#​33274, #​4, #​2, #​3)
  • core: make sure that gemini contextFileName is string before trying to resolve (#​33280)
  • 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)
  • core: clean up dead processes from metrics (#​33437)
  • core: resolve lockfile cache regression with keyMap state (#​33448, #​33256)
  • core: remove system metrics collection and reporting (#​33456)
  • core: optimize batch task scheduling to prevent redundant traversals (#​33455, #​33366)
  • core: capture stderr in nx add command for better error messages (#​33462)
  • core: include require paths when resolving specified plugins (#​33495)
  • core: prevent hanging between command end and process exit (#​33500)
  • core: resolve all lock ordering deadlocks in metrics collector (#​33513)
  • core: avoid leaking memory due by creating an unref'd interval for each daemon connection (#​33532, #​29836)
  • core: default input should indeed be default (#​33533)
  • docker: handle undefined options when creating graph (#​33235)
  • docker: handle dockerfile at project root tag (#​33236)
  • docker: guard commitSha null in plugin interpolation (#​33275)
  • gradle: bump gradle migration version (#​33479)
  • graph: add nx:build-native dependency to typecheck target (#​33428)
  • js: update vitest generator import in library generator (#​33430)
  • js: improve typescript plugin performance (#​33425, #​33076)
  • js: remove redundant typescript project references (#​33438)
  • js: skip TS project references migration for non-TS-solution workspaces (#​33467)
  • js: sync external references to project's tsconfig.json file if it includes any files (#​33524)
  • maven: add support for unbound goals in plugin targets (#​33191)
  • maven: use File.isAbsolute for cross-platform path detection (#​33195)
  • 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)
  • maven: skip maven plugin computation on vercel/netlify (#​33486)
  • misc: add explanatory footer to ai agents prompts (#​33182)
  • misc: handle null exit codes from crashed child processes (#​33163, #​29204)
  • misc: handle ERR_USE_AFTER_CLOSE gracefully in nx init and create-nx-workspace (#​33469)
  • 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)
  • node: migrate to koa 3.0.3 (#​33208)
  • nx-dev: update docs code blocks usage (#​32998)
  • nx-dev: add copy-docs back as a dep of serve (#​33215)
  • nx-dev: fix GitHub star button styling in mobile view (#​33385)
  • nx-dev: error out when failing to parse plugin manifests (#​33498)
  • release: changelog renderer should render commit title with breaking changes (#​33439)
  • release: ensure file change calculation matches nx affected #​33413 (#​33539, #​33413)
  • storybook: remove optional nature of migration (#​33427)
  • storybook: normalize version range before comparison (#​33515, #​33514)
  • testing: use .cts config files for Jest 30+ to fix __dirname issues (#​33349, #​32236)
  • vite: nxViteTsPaths supports local path aliases (#​33241, #​33231)
  • vite: prevent race-condition when importing @​vitejs/plugin-vue (#​33307)
  • vite: ensure atomizer does not consider projects outside the project root (#​33344)
  • vite: ensure createVitest looks only from projectRoot (#​33361)
  • vite: support vitest v4 (#​33478)
  • vitest: do not fail when cleanedAngularVersion is of incorrect type (#​33436, #​33347)
  • webpack: prevent errors when importing @​nx/webpack before typescript is installed (#​33251)
❤️ Thank You

v22.0.4

Compare Source

22.0.4 (2025-11-17)

🚀 Features
  • core: pull nx init from latest before executing (#​33446)
  • docker: add skipDefaultTag option to build target (#​33477, #​33506)
  • maven: add option to prefix all maven targets (#​33420)
🩹 Fixes
  • core: resolve lockfile cache regression with keyMap state (#​33448, #​33256)
  • core: optimize batch task scheduling to prevent redundant traversals (#​33455, #​33366)
  • core: capture stderr in nx add command for better error messages (#​33462)
  • core: include require paths when resolving specified plugins (#​33495)
  • core: prevent hanging between command end and process exit (#​33500)
  • gradle: bump gradle migration version (#​33479)
  • graph: add nx:build-native dependency to typecheck target (#​33428)
  • js: improve typescript plugin performance (#​33425, #​33076)
  • maven: skip maven plugin computation on vercel/netlify (#​33486)
  • misc: handle ERR_USE_AFTER_CLOSE gracefully in nx init and create-nx-workspace (#​33469)
  • release: changelog renderer should render commit title with breaking changes (#​33439)
❤️ Thank You

v22.0.3

Compare Source

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

v22.0.2

Compare Source

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)
🩹 Fixes
  • 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: 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)
  • core: ensure daemon writes project graph cache to disk consistently (#​33217)
  • core: turn v8 serializer off by default but fallback to it if json serialization fails (#​33274, #​4, #​2, #​3)
  • core: make sure that gemini contextFileName is string before trying to resolve (#​33280)
  • docker: handle undefined options when creating graph (#​33235)
  • docker: handle dockerfile at project root tag (#​33236)
  • docker: guard commitSha null in plugin interpolation (#​33275)
  • maven: use File.isAbsolute for cross-platform path detection (#​33195)
  • misc: add explanatory footer to ai agents prompts (#​33182)
  • misc: handle null exit codes from crashed child processes (#​33163, #​29204)
  • node: migrate to koa 3.0.3 (#​33208)
  • nx-dev: update docs code blocks usage (#​32998)
  • nx-dev: add copy-docs back as a dep of serve (#​33215)
  • vite: nxViteTsPaths supports local path aliases (#​33241, #​33231)
  • webpack: prevent errors when importing @​nx/webpack before typescript is installed (#​33251)
❤️ Thank You

v22.0.1

Compare Source

22.0.1 (2025-10-22)
🩹 Fixes
  • core: adding output error reason (#​33159)
  • maven: add support for unbound goals in plugin targets (#​33191)
❤️ Thank You

v22.0.0

Compare Source

22.0.0 (2025-10-22)
🚀 Features
  • ⚠️ bundling: change default useLegacyTypescriptPlugin to false for v22 (#​32754)
  • bundling: add excludeFromExternal option to esbuild executor (#​32980)
  • core: prompt for ai agent files on nx init (#​32889)
  • ⚠️ core: remove NX_DISABLE_DB environment variable (#​32887)
  • ⚠️ core: remove CreateNodes v1 types for Nx 22 (#​32951)
  • core: add --check=all flag to configure-ai-agents (#​32968)
  • core: expose registerProjectGraphRecomputationListener from daemon client (#​33005)
  • core: add support for pnpm catalogs (#​32978, #​30035, #​29772)
  • core: enhance spinner handling and add spinner to inferred conversion (#​33031)
  • devkit: bump compatibility to Nx 21 - 23 (6b86c33c30)
  • dotnet: add initial draft of .NET plugin (#​32869)
  • ⚠️ js: remove the experimental and deprecated inlining feature from the tsc and swc executors (#​32783)
  • maven: introduce maven plugin (#​32947)
  • ⚠️ misc: remove deprecated decorate-cli script and stop sorting tsconfig paths by default (#​32781)
  • misc: remove migrations prior to v20 (#​32904)
  • module-federation: support TS Soln and Package Manager workspaces paradigms (#​33056)
  • nest: ensure dependencies are added to project's package.json #​32548 (#​32986, #​32548)
  • nx-cloud: update description on nx login and logout (#​31344)
  • nx-dev: add v22 to version picker (#​33110)
  • react: remove support for non-isolated webpack config in ponentTestingPreset (#​32787)
  • react: keep deprecated @​nx/react/bundle-rollup module since there is not a replacement when using @​nx/rollup:rollup executor (#​32821)
  • ⚠️ release: match nx affected behavior to determine relevant conventional commits (#​32915)
  • ⚠️ release: remove deprecated legacy versioning (#​32888)
  • ⚠️ release: switch defaults for fixed release group tag pattern, preserve matching dependency ranges and strictPreid (#​32878)
  • ⚠️ release: set preserveMatchingDependencyRanges to true by default (#​32983)
  • release: add releaseTagPatternPreferDockerVersion to specify version to use for git tag #​32900 (#​32972, #​32900)
  • ⚠️ release: release graph aware filtering, updateDependents can now be "always" (#​32971)
  • ⚠️ release: set updateDependents to always by default (#​33029)
  • ⚠️ release: refactor releaseTag* properties to a releaseTag object (#​33020)
  • release: allow changelog.renderer to be set to an implementation directly (#​33095)
  • release: new replaceExistingContents CLI and API option for changelog (#​33096)
  • release: allow ignoring nx.json release config with ReleaseClient (#​33099)
  • release: allow conventional commit style aliases in version plan release types (#​33167)
  • ⚠️ rspack: remove application generator in favour of framework-specific options (#​32755)
  • ⚠️ rspack: remove deprecated deleteOutputPath and sassImplementation options (#​32756)
  • storybook: add watch-deps and build-deps targets (deb10f2818)
  • vite: add buildable libs support for vitest (#​32973)
  • vue: migrate @​vitejs/plugin-vue to 6.0.1 (#​33097)
  • ⚠️ webpack: remove deprecated deleteOutputPath and sassImplementation options (#​32828)
🩹 Fixes
  • angular: improve message for unsupported typescript project references (#​33148)
  • angular: ensure ngpackagr tsconfig options set correctly based on version #​33081 (#​33150, #​33081)
  • angular-rspack: do not parse json with babel #​32690 (#​32966, #​32690)
  • angular-rspack: ensure root node_modules included when resolving packages (#​33144, #​33026)
  • angular-rspack: bubble errors correctly (#​33183)
  • bundling: ensure tsconfig options are respected with rollup-typescript-plugin (#​32816)
  • bundling: postcss-cli-resources should handle relative deploy url #​32714 (#​32762, #​32714)
  • ⚠️ core: remove deprecated simpleName option from library generators (#​32716)
  • core: improve provenance error with custom registry information (#​32903)
  • core: optimize task hashing with BFS and performance logging (#​32911)
  • core: tweak configure-ai-agents prompt (#​32914)
  • core: ensure nx is published with the correct dependency version for the native packages (#​32928, #​32898)
  • core: upgrade axios to 1.12.0 to address CVE-2025-58754 (#​32712)
  • core: repair repo root on setupAiAgents in nx init (#​32984)
  • core: remove requirement to be in a package manager workspace (#​32992)
  • core: remove duplicated "Running" string from tui title (#​32991)
  • core: display bottom corner indicator of tui in progress section correctly (#​32985)
  • core: temporarily disable tui for run-one (#​33048)
  • core: ensure --help works properly with infix notation (#​32662)
  • core: improve db connection initialization and error messages (#​33054, #​28640, #​30856, #​32894)
  • core: prioritize in-progress tasks section visibility in tui (#​33053)
  • core: enhance tui summary output to fix misc issues (#​33057)
  • core: format catalog definition files when appropriate in nx migrate (#​33105)
  • core: allow prerelease versions of nx to be used with devkit (#​33123)
  • core: restore migrations used by nx repair (#​33124)
  • core: avoid changing existing project name if a project.json file is added to a project (#​33114)
  • core: do not remove wal files manually for existing databases (#​33143)
  • core: do not print flaky tasks guidance when nx cloud is already enabled (#​33149)
  • core: add wrappers for start and stop agent nx-cloud commands (#​33140)
  • core: revert changes to the db connection initialization (#​33156)
  • core: store reason when marking daemon as disabled (#​33172)
  • dotnet: fixup various issues + missing functionality (#​33132)
  • graph: prevent content from overflowing in the PDV component (#​33120)
  • js: temporarily hash all external dependencies for tasks inferred by the @nx/js/typescript plugin (#​32912)
  • js: ensure node execute completes before exit (#​32629, #​32385, #​32356)
  • linter: install correct deps in eslint convert to flat config generator (#​33078)
  • ⚠️ misc: don't set legacy-peer-deps by default (#​33014, #​22066, #​29537)
  • module-federation: ensure angular rspack module federation supports live reload (#​33137)
  • nextjs: remove whitespace for newly generated server component (1d687c4994)
  • nextjs: update entrypoints for buildable library with vite to include server entry #​31457 (#​32977, #​31457)
  • nx-cloud: update broken documentation links to AI features (0149fac877)
  • nx-dev: improve default zoom level of graph nodes in docs (#​32910)
  • nx-dev: provide message to check previous docs w/ empty migrations (#​32919)
  • nx-dev: watch for theme changes for project/task graph components (#​32885)
  • nx-dev: update credit pricing link to new docs page (#​32899)
  • nx-dev: update nextjs internal-link-checker to include astro urls (#​33045)
  • nx-dev: respect NX_DEV_URL in sitemap checker (#​33058)
  • nx-dev: handle null github data (#​33061)
  • nx-dev: add docker to build-tools tech section (#​33164)
  • react: dynamic module federation should not initialize remoteUrlDefinitions to empty object (#​33059, #​27927, #​33055, #​27793, #​27842)
  • release: ensure schema for release.groups is correct (#​33007)
  • release: skip filtered out groups when processing (#​33044)
  • ⚠️ release: ensure multilines in breaking changes are rendered by changelog renderer (#​33070, #​33014)
  • release: replace local dependency protocols of unchanged dependencies #​30995 (#​33151, #​30995)
  • ⚠️ release: better respect version plan file contents for changelog entries (#​33166)
  • release: breaking change contents extraction (#​33184)
  • remix: @​nx/remix/package.json export typo fixed #​32810 (#​32940, #​32810)
  • remix: ensure supported version of vite is used (#​33089)
  • repo: fix pr releases to not depend on a broken range (#​32993)
  • testing: show warning instead of error when no blob outputs found during merge (#​33022)
  • vite: ensure tsconfig file is resolved from workspaceRoot #​31987 (#​32990, #​31987)
  • vite: enable build watch mode by default for preview (#​31604, #​31623)
  • vite: add logic to prevent overwriting generated package.json (#​30705, #​30312)
⚠️ Breaking Changes
  • release: config.conventionalCommitsConfig for DefaultChangelogRenderer is no longer nullable. (#​33166)

  • misc: The --legacy-peer-deps behavior is no longer forced. (#​33014, #​22066, #​29537)

    If you need it, configure your package manager to enforce it.

  • release: This is a breaking change in the preferred configuration structure. Existing configurations will continue to work through the migration period, but users should update to the new nested format. (#​33020)

  • release: Users who relied on the previous 'auto' behavior can (#​33029)

    explicitly set updateDependents: 'auto' in their nx.json:

      {
        "release": {
          "version": {
            "updateDependents": "auto
  • release: The signature of init() on VersionActions has (#​32971)

    changed, it no longer accepts a second argument. Validation of the
    manifest files, if any, now takes place via a separate method
    (validate()) call after construction of the new ReleaseGraph. For
    the most part, users do not need custom VersionActions so only a small
    percentage of consumers should be impacted.
    Fixes #​31273

  • ⚠️ core: remove CreateNodes v1 types for Nx 22 (#​32951)

  • ⚠️ release: set preserveMatchingDependencyRanges to true by default (#​32983)

  • ⚠️ release: switch defaults for fixed release group tag pattern, preserve matching dependency ranges and strictPreid (#​32878)

  • ⚠️ release: remove deprecated legacy versioning (#​32888)

  • release: More files are now being used to determine relevant (#​32915)

    commits, meaning there is higher chance for projects to receive version
    bumps

  • misc: The long-deprecated decorate-cli script has been (#​32781)

    removed.
    BREAKING CHANGE: The nx format command and generators no longer
    default to sorting TypeScript path mappings. To keep the previous
    behavior, pass the --sort-root-tsconfig-paths flag to the command or
    set NX_FORMAT_SORT_TSCONFIG_PATHS=true.

  • ⚠️ core: remove NX_DISABLE_DB environment variable (#​32887)

  • js: The experimental inlining feature in the @nx/js:tsc (#​32783)

    and @nx/js:swc executors was removed. A migration will remove the
    related options (external and externalBuildTargets). Still, if you
    use or rely on the feature, you need to make your dependencies buildable
    or use a different build tool with bundling capabilities.

  • ⚠️ webpack: remove deprecated deleteOutputPath and sassImplementation options (#​32828)

  • ⚠️ rspack: remove deprecated deleteOutputPath and sassImplementation options (#​32756)

  • ⚠️ rspack: remove application generator in favour of framework-specific options (#​32755)

  • ⚠️ bundling: change default useLegacyTypescriptPlugin to false for v22 (#​32754)

  • core: simpleName option is no longer supported in library generators (#​32716)

❤️ Thank You

v21.6.9

Compare Source

21.6.9 (2025-11-18)
🩹 Fixes
❤️ Thank You

v21.6.8

Compare Source

21.6.8 (2025-10-30)
🚀 Features
  • bundling: add excludeFromExternal option to esbuild executor (#​32980)
❤️ Thank You

v21.6.7

Compare Source

21.6.7 (2025-10-28)
🚀 Features
  • gradle: add custom installation path to options (#​33187)
🩹 Fixes
  • core: improve db connection initialization and error messages (#​33054, #​28640, #​30856, #​32894)
  • core: do not remove wal files manually for existing databases (#​33143)
  • core: revert changes to the db connection initialization (#​33156)
  • core: continue execution when cloud client is unavailable (#​33214)
  • core: prevent error message containing [object Object] for invalid {workspaceRoot} placement (#​33203)
  • 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)
  • misc: handle null exit codes from crashed child processes (#​33163, #​29204)
❤️ Thank You

v21.6.6

Compare Source

21.6.6 (2025-10-21)


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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/major-nx-monorepo branch 8 times, most recently from 68c167a to e2f6482 Compare May 12, 2025 23:20
@renovate renovate bot force-pushed the renovate/major-nx-monorepo branch 7 times, most recently from 8c621cb to b847754 Compare May 21, 2025 01:56
@renovate renovate bot force-pushed the renovate/major-nx-monorepo branch 5 times, most recently from 11ee392 to c337ba2 Compare May 28, 2025 03:12
@renovate renovate bot force-pushed the renovate/major-nx-monorepo branch 5 times, most recently from 72a6e6f to 421533e Compare June 3, 2025 09:47
@renovate renovate bot force-pushed the renovate/major-nx-monorepo branch 5 times, most recently from 54cf502 to e053685 Compare June 9, 2025 21:44
@renovate renovate bot force-pushed the renovate/major-nx-monorepo branch from 84c52cd to 8c24d6b Compare July 20, 2025 16:32
@renovate renovate bot force-pushed the renovate/major-nx-monorepo branch 2 times, most recently from 6fab64d to 74437e5 Compare August 10, 2025 13:49
@renovate renovate bot force-pushed the renovate/major-nx-monorepo branch 2 times, most recently from fbd73dd to 0b13a6b Compare August 19, 2025 13:36
@renovate renovate bot force-pushed the renovate/major-nx-monorepo branch 4 times, most recently from 202fa6b to ab97d6d Compare August 27, 2025 05:22
@renovate renovate bot force-pushed the renovate/major-nx-monorepo branch from ab97d6d to 501c257 Compare August 31, 2025 10:51
@renovate renovate bot force-pushed the renovate/major-nx-monorepo branch 4 times, most recently from 08688d4 to 61428eb Compare September 14, 2025 01:59
@renovate renovate bot force-pushed the renovate/major-nx-monorepo branch 2 times, most recently from 44d77c6 to d2f7845 Compare September 25, 2025 15:16
@renovate renovate bot force-pushed the renovate/major-nx-monorepo branch 3 times, most recently from d1e94c9 to 5f3acef Compare October 2, 2025 15:31
@renovate renovate bot force-pushed the renovate/major-nx-monorepo branch 3 times, most recently from 7cccf8a to 1ac5f5f Compare October 14, 2025 08:54
@renovate renovate bot force-pushed the renovate/major-nx-monorepo branch 4 times, most recently from adea50c to 2572511 Compare October 22, 2025 18:58
@renovate renovate bot changed the title chore(deps): update nx monorepo to v21 (major) chore(deps): update nx monorepo to v22 (major) Oct 22, 2025
@renovate renovate bot force-pushed the renovate/major-nx-monorepo branch from 2572511 to 4f09168 Compare October 23, 2025 03:45
@renovate renovate bot force-pushed the renovate/major-nx-monorepo branch from 4f09168 to 96b5cb9 Compare November 19, 2025 23:51
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.

1 participant