Skip to content

chore(deps): update nx monorepo to v20.8.4#14

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

chore(deps): update nx monorepo to v20.8.4#14
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/nx-monorepo

Conversation

@renovate

@renovate renovate Bot commented Apr 13, 2025

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
@nx/cypress (source) 20.7.120.8.4 age confidence
@nx/esbuild (source) 20.7.120.8.4 age confidence
@nx/eslint (source) 20.7.120.8.4 age confidence
@nx/eslint-plugin (source) 20.7.120.8.4 age confidence
@nx/express (source) 20.7.120.8.4 age confidence
@nx/jest (source) 20.7.120.8.4 age confidence
@nx/js (source) 20.7.120.8.4 age confidence
@nx/next (source) 20.7.120.8.4 age confidence
@nx/node (source) 20.7.120.8.4 age confidence
@nx/nx-win32-x64-msvc (source) 20.7.120.8.4 age confidence
@nx/react (source) 20.7.120.8.4 age confidence
@nx/vite (source) 20.7.120.8.4 age confidence
@nx/web (source) 20.7.120.8.4 age confidence
@nx/workspace (source) 20.7.120.8.4 age confidence
nx (source) 20.7.120.8.4 age confidence

Release Notes

nrwl/nx (@​nx/cypress)

v20.8.4

Compare Source

20.8.4 (2026-01-12)
🩹 Fixes
  • linter: handle variable references in replaceOverride (#​34026)
❤️ Thank You

v20.8.3

Compare Source

20.8.3 (2025-11-21)
🩹 Fixes
  • linter: handle various flat config override structures (#​33548)
❤️ Thank You

v20.8.2

Compare Source

20.8.2 (2025-05-16)
🚀 Features
  • angular: update angular-rspack to 20.7 (#​30737)
  • linter: add support for package based secondary entry points (#​30809)
  • rspack: use custom WriteIndexHtmlPlugin to handle variable interpolation (#​30805)
🩹 Fixes
  • core: error when restoring http cache with no outputs (#​30961)
  • module-federation: remove disabling runtimeChunk (#​30637)
  • release: ensure generatorOptions and rootVersionActionsOptions are passed to updateLockfile function (#​30796)
  • release: ensure versionData is always populated even when no bumps (#​30866)
❤️ Thank You

v20.8.1

Compare Source

20.8.1 (2025-04-25)

🚀 Features
🩹 Fixes
  • angular: remove deprecated standaloneConfig from generators (#​30578)
  • angular: handle ssr with convert-to-rspack (#​30752)
  • angular: convert-to-rspack correctly migrating existing custom webpack configs (#​30778)
  • core: improve flaky ci test (#​30738)
  • core: allow disabling output streaming with NX_STREAM_OUTPUT (#​30834)
  • js: remove check that ts plugin is used for ts sync generator (#​30743)
  • linter: remove empty entry in typescript eslint flat config (#​30727)
  • nx-dev: refer to the youtube video instead of storing the videos… (#​30739)
  • nx-dev: toc should only include headings from the article body (56e18a0d24)
  • testing: fix cypress and playwright atomized targetDefaults so they match correctly (#​30717)
❤️ Thank You

v20.8.0

Compare Source

20.8.0 (2025-04-14)

🚀 Features
  • angular: add --bundler=rspack option to app generator (#​30623)
  • core: handle yarn resolutions and patches when parsing and pruning lock file (#​30546)
  • core: add --bundler=rspack option to angular stack cnw (#​30629)
  • core: add support for http based caches (#​30593)
  • core: add filter for git checkouts in generated pipelines and docs (#​30547)
  • core: allow globs in project config to extend atomized targets (#​30630)
  • nx-dev: tutorialkit project (#​29992)
  • react: add crystal mf support to host and remote (#​30424)
  • release: revamped nx release version implementation (#​30418)
  • rspack: add support for non-buildable libraries in external dependencies (#​30606)
  • storybook: migrate to latest storybook 8 version (#​30584)
  • testing: add support for cypress v14 (#​30618)
🩹 Fixes
  • angular: use latest version of @​analogjs/vitest-angular #​30423 (#​30560, #​30423)
  • angular: ensure crystal targets for testing when bundler=rspack (#​30631)
  • bundling: webpack and rspack builds respect output.clean config option (#​30573)
  • bundling: Lock webpack version to be compatible with @​angular-devkit (#​30676)
  • core: ensure rust code is able to handle null terminal outputs (#​30494)
  • core: update resolution of ts path mappings with patterns in target project locator (#​30533)
  • core: resolve subpath patterns in package exports correctly when constructing graph (#​30511)
  • core: do not run sync generators when running tasks in ci (#​30591)
  • core: angular rspack should not prompt for SSG (#​30647)
  • core: wasm build should build (#​30655)
  • core: log more information when ProjectConfigurationsError is thrown (#​30661)
  • core: ensure fileworker is cleaned up when workspace context is … (#​30683)
  • core: copy native file atomically to avoid hanging graph creation (#​30695)
  • core: clean up batch process after post run (#​30687)
  • graph: focus via --focus command should work (#​30576)
  • js: infer dependency between typecheck and build tasks and more granular outputs for typecheck (#​30549)
  • js: handle extending from multiple config files and from local workspace packages in plugin (#​30486)
  • js: update @​swc/cli version to fix vulnerability (#​30575)
  • js: Use correctly resolved path to tsconfig in readTsConfigWithRemappedPaths() (#​30156)
  • js: handle when there are no package manager workspaces' patterns (#​30666)
  • js: ensure the tsconfig files cache is correctly busted when implementation changes (#​30689)
  • misc: add missing flag to azure devops ci workflow generator (#​30482)
  • misc: update project directory validation to only account for the derived name (#​30532)
  • nextjs: bumped to eslintConfigNextVersion to v15 (#​30537)
  • nextjs: update Next.js versions to patch vulnerability (#​30574)
  • nextjs: add eslint plugin dependencies in application and library generators (#​30592)
  • nx-dev: fix blog post links (#​30553)
  • nx-dev: nx homebrew install cmd (ebd39bb2ae)
  • nx-dev: update markdoc component to exclude h1 headers (d1ee41793f)
  • rspack: allow typechecking during serve #​29267 (#​30558, #​29267)
  • rspack: do not reuse existing ts-node compiler options when inferring tasks (#​30703)
  • testing: enforce commonjs module for ts-jest (#​30681)
  • testing: do not inherit existing env (#​30688)
  • testing: unset customConditions when running cypress tasks (#​30709)
  • vite: ensure nxCopyAssetsPlugin outputs assets to correct location #​28786 (#​30585, #​28786)
  • vue: upgrade vite plugin vue to v5 to avoid install errors (#​30559)
  • webpack: nestjs workspace libs referencing when using ts solution (#​30538)
  • webpack: migrate to latest version to prevent security vulnerabilities #​29755 (#​30590, #​29755)
  • webpack: enable legacy decorators and metadata in base config for compatibility (#​30605)
❤️ Thank You

v20.7.2

Compare Source

20.7.2 (2025-04-08)
🩹 Fixes
  • core: do not run sync generators when running tasks in ci (#​30591)
  • js: Use correctly resolved path to tsconfig in readTsConfigWithRemappedPaths() (#​30156)
  • nextjs: add eslint plugin dependencies in application and library generators (#​30592)
  • webpack: enable legacy decorators and metadata in base config for compatibility (#​30605)
❤️ Thank You

Configuration

📅 Schedule: (UTC)

  • 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/nx-monorepo branch from 4ba7841 to bcb834f Compare April 17, 2025 03:21
@renovate renovate Bot changed the title chore(deps): update nx monorepo to v20.7.2 chore(deps): update nx monorepo to v20.8.0 Apr 17, 2025
@renovate renovate Bot force-pushed the renovate/nx-monorepo branch from bcb834f to 1d87b56 Compare April 27, 2025 00:06
@renovate renovate Bot changed the title chore(deps): update nx monorepo to v20.8.0 chore(deps): update nx monorepo to v20.8.1 Apr 27, 2025
@renovate renovate Bot force-pushed the renovate/nx-monorepo branch from 1d87b56 to a8ee514 Compare May 17, 2025 12:15
@renovate renovate Bot changed the title chore(deps): update nx monorepo to v20.8.1 chore(deps): update nx monorepo to v20.8.2 May 17, 2025
@renovate renovate Bot force-pushed the renovate/nx-monorepo branch 2 times, most recently from 266dde3 to 1ac462d Compare May 31, 2025 16:08
@renovate renovate Bot force-pushed the renovate/nx-monorepo branch from 1ac462d to 62b6457 Compare June 6, 2025 17:43
@renovate renovate Bot force-pushed the renovate/nx-monorepo branch from 62b6457 to bf99499 Compare June 22, 2025 19:50
@renovate renovate Bot force-pushed the renovate/nx-monorepo branch from bf99499 to bce35e0 Compare July 5, 2025 04:14
@renovate renovate Bot force-pushed the renovate/nx-monorepo branch 2 times, most recently from ccc3c4d to 381555f Compare August 15, 2025 04:16
@renovate renovate Bot force-pushed the renovate/nx-monorepo branch from 381555f to 275e1ab Compare September 26, 2025 23:19
@renovate renovate Bot force-pushed the renovate/nx-monorepo branch 2 times, most recently from f02cbd3 to 7d4a855 Compare November 22, 2025 03:56
@renovate renovate Bot changed the title chore(deps): update nx monorepo to v20.8.2 chore(deps): update nx monorepo to v20.8.3 Nov 22, 2025
@renovate renovate Bot force-pushed the renovate/nx-monorepo branch from 7d4a855 to 1d7f83b Compare December 4, 2025 22:32
@renovate renovate Bot force-pushed the renovate/nx-monorepo branch from 1d7f83b to f68840c Compare January 1, 2026 02:43
@renovate renovate Bot force-pushed the renovate/nx-monorepo branch from f68840c to 85045a1 Compare January 14, 2026 03:54
@renovate renovate Bot changed the title chore(deps): update nx monorepo to v20.8.3 chore(deps): update nx monorepo to v20.8.4 Jan 14, 2026
@renovate renovate Bot force-pushed the renovate/nx-monorepo branch from 85045a1 to f0adce9 Compare February 3, 2026 07:34
@renovate renovate Bot force-pushed the renovate/nx-monorepo branch from f0adce9 to db123ab Compare February 13, 2026 20:19
@renovate renovate Bot force-pushed the renovate/nx-monorepo branch from db123ab to 9864254 Compare April 15, 2026 12:10
@renovate renovate Bot force-pushed the renovate/nx-monorepo branch from 9864254 to 95c0ef7 Compare April 30, 2026 04:00
@renovate renovate Bot force-pushed the renovate/nx-monorepo branch from 95c0ef7 to a5a5517 Compare May 29, 2026 04:08
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