Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: 📦 nx monorepo to v20.5.0 #691

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 20, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nx/devkit (source) 20.2.0 -> 20.5.0 age adoption passing confidence
@nx/eslint (source) 20.2.0 -> 20.5.0 age adoption passing confidence
@nx/eslint-plugin (source) 20.2.0 -> 20.5.0 age adoption passing confidence
@nx/jest (source) 20.2.0 -> 20.5.0 age adoption passing confidence
@nx/js (source) 20.2.0 -> 20.5.0 age adoption passing confidence
@nx/plugin (source) 20.2.0 -> 20.5.0 age adoption passing confidence
@nx/workspace (source) 20.2.0 -> 20.5.0 age adoption passing confidence
create-nx-workspace (source) 20.2.0 -> 20.5.0 age adoption passing confidence
nx (source) 20.2.0 -> 20.5.0 age adoption passing confidence

Release Notes

nrwl/nx (@​nx/devkit)

v20.5.0

Compare Source

20.5.0 (2025-03-06)
🚀 Features
  • angular: add release option to angular publishable libraries (#​29869)
  • angular: support angular 19.2.0 (#​30088)
  • angular: update angular eslint packages (#​30245)
  • bundling: support rollup.config.ts (#​29983)
  • core: lock graph creation when running in another process (#​29408)
  • core: add prefixColor property to @nx:run-commands (#​29348)
  • core: add sync generators option to target defaults in nx-schema (#​29441)
  • core: show link to migrate detail page in --interactive mode (#​29874)
  • core: update CNW defaults so they generate a useful workspace by default (#​29915)
  • core: add multi hash fn (#​29935)
  • core: support bun's new text-based lockfile and use bun publish within nx release (#​30064)
  • core: display perpetual version information in nx report for powerpack (#​30110)
  • core: add activate key (#​30250)
  • core: add activate key " (#​30250, #​30295)
  • graph: update graph lib to latest nx graph (#​29768)
  • js: upgrade verdaccio to 6 (#​30015)
  • js: add typecheck task to generated ci workflow file when using the ts solution setup (#​30219)
  • linter: add runtimeHelpers option to @nx/dependency-checks rule (#​29954)
  • misc: replace ts-jest transformer with @swc/jest for ts solution setup (#​29763)
  • module-federation: add NxModuleFederationPlugin for inferred usage (#​30003)
  • module-federation: Update to the latest version of @​module-federation (#​30147)
  • nx-dev: refactor and improve style of video-player (#​29749)
  • nx-dev: add ability to add labels to video-player (3e3c466d47)
  • nx-dev: allow callout component to be expanded by default (#​29806)
  • nx-dev: add epic nx release course (#​29777)
  • nx-dev: show alt text as label below markdown images (a4f07dbb64)
  • nx-dev: conformance rule for blog post description (3d0b15ef10)
  • nx-dev: allow link-card components to take an image URL (2f1b6f9f72)
  • nx-dev: add quote component for enterprise articles (13b9c23e3b)
  • nx-dev: add metrics and related blogs section (541acf536b)
  • nx-dev: webinar page (#​29913)
  • nx-dev: add company video (c8072fa20e)
  • nx-dev: add Faro for observability (#​30021)
  • nx-dev: expose docs embedding search via endpoint (#​30050)
  • nx-dev: allow sampling rate to be configured through env var (#​30193)
  • nx-dev: update workspace conformance rule to check md files in general (d428eec060)
  • react: Update react-router-dom to latest (#​29919)
  • release: configure when all branches should be checked for a matching releaseTagPattern (#​30044)
  • rspack: improve plugin createNodes performance (#​29876)
  • rspack: use ts-checker-rspack-plugin instead of fork-ts-checker-webpack-plugin (#​30121)
  • testing: support vitest 3 (#​29908)
  • testing: disable jest runtime by default when inferring targets (#​29917)
  • testing: add type annotation for Jest configuration export (#​30059)
  • vite: add support for vite 6 (#​29871)
  • vue: add release option to vue publishable libraries (#​29867)
  • webpack: add option to opt out of watching buildable dependencies (#​29984)
  • webpack: use sass-embedded and modern-compiler for sass (#​29999)
🩹 Fixes
  • angular: fix path issues on windows for storybook generators and unit tests (#​27489)
  • angular: do not generate @nx/dependency-checks block in flat root eslint config (#​29980)
  • angular: correct nx angular migration requirement for 19.2 (#​30234)
  • bundling: rspack should allow ES config module imports (#​29095)
  • bundling: use projectRoot for assets (#​29978)
  • bundling: remove migration always adding sass-embedded (#​30276)
  • bundling: fix esbuild to work with ts project references (#​30230)
  • core: allow for non-js libs to be moved without errors or the creation of any unneeded tsconfig files (#​28350)
  • core: reduce number of processed files when creating in-memory transpiler (#​29774)
  • core: exponential retry on cache put fail (#​29017)
  • core: allow postTaskExecution hook without preTaskExecution hook (#​29820)
  • core: improve resolution of packages in package manager workspaces when constructing the project graph (#​29795)
  • core: do not write filemap cache when there are errors (#​29892)
  • core: do not use revokable proxy (#​29878)
  • core: create multi-glob function (#​29880)
  • core: fix plugin error indexes (#​29936)
  • core: handle nullable lock when creating project graph (#​30000)
  • core: tweaks to nx init (#​30002)
  • core: change to use init generator during import (#​30029)
  • core: add the extends field to nx-schema.json (#​30027)
  • core: respect extends when reading tsconfig options (#​30062)
  • core: make hash_array resilient to None values (#​30090)
  • core: NX_PLUGIN_NO_TIMEOUTS should also remove timeout on plugin worker connection (#​30095)
  • core: update custom task runner deprecation message (#​30093)
  • core: fix typescript dependency calculation (#​30131)
  • core: task runner should match on full segments (e.g. foo does not match foo-e2e) (#​30129)
  • core: improve packages recognition when the package version is an external package (#​29529)
  • core: re-enable CRA migration to Vite (#​30082)
  • core: standardize useGitHub param (#​30173)
  • core: ensure daemon enabled check is unchanged (#​30228)
  • core: change graph node type and name to string (#​29610)
  • core: annotate daemon logs w/ nx version (#​30262)
  • core: handle nx config in package.json in move generator (#​30270)
  • core: run init generators from extended collections during nx add (#​30280)
  • devkit: handle missing include and exclude in tsconfig options when updating tsconfig to support js (#​30073)
  • esbuild: update peerDep range (#​30167)
  • eslint: ensure that packages in the same group as updated together (#​30187)
  • gradle: fix dependencies.txt not found (#​29787)
  • gradle: fix max buffer for gradle stdout (#​29864)
  • gradle: fix gradle undefined dependency target (#​29943)
  • gradle: log gradlew output for verbose (#​29966)
  • js: ensure js library creation respects skipFormat (#​28831)
  • js: do not infer tsc tasks with verbose output by default (#​29804)
  • js: set --ws=false when running npm config for jest e2e (#​29887)
  • js: generate pacakge.json for non-buildable nest and expo libs (#​29891)
  • js: allow publishable library to run release command (#​29775)
  • js: improve the @nx/js/typescript plugin performance (#​30024)
  • js: invalidate tsconfig files cache in the @nx/js/typescript plugin when extended files change (#​30071)
  • js: identify correct circular dependecies (#​29759)
  • js: use uuid when generating tmp tsconfig (#​30118)
  • js: use absolute filetorun path (#​30091)
  • js: normalize paths correctly in @nx/js/typescript plugin (#​30216)
  • js: handle plugin correctly for non-buildable libs and don't add duplicated pattern to workspaces config (#​30209)
  • js: do not add typecheck target if tsc is used for build (#​30211)
  • js: update outDir in runtime tsconfig files to match types export in package.json (#​30217)
  • linter: add files entry to react flat configs to avoid applying TS rules to JSON files (#​29457)
  • linter: add cjs, cts, mjs, and mts to the default extensions for the inference plugin (#​29534)
  • linter: produce type information for the eslint-plugin main entry point (#​29855)
  • linter: install @​eslint/eslintrc package as necessary (#​29933)
  • linter: dependency-check-support-catalogs (#​29923)
  • linter: restore package update group for @typescript-eslint/eslint-plugin requirement (#​30204)
  • misc: set hidden: true for all init generators (#​29833)
  • misc: generate config with output contained within project root (#​29850)
  • misc: fix misc issues in project generators for the ts solution setup (#​30111)
  • module-federation: depend on a range of versions of webpack to prevent peer dep issues (#​29797)
  • module-federation: tuple remotes should have global identifier added if missing (#​29811)
  • module-federation: handle remote output paths (#​30119)
  • module-federation: handle parsing static remote config correctly (#​30168)
  • nest: fix library generator (#​30157)
  • nextjs: enhance support for custom server with SWC configuration (#​29895)
  • nextjs: add support for @​testing-library/dom in application and library generators (#​30189)
  • nextjs: add setup generator for Tailwind CSS fixes absolute pathing (#​30192)
  • nextjs: enhance glob pattern (#​30260)
  • nx-dev: make toc sticky (#​29784)
  • nx-dev: typo in ts pkg management article (#​29791)
  • nx-dev: update blog metadata to include the post descriptions (247dc296a5)
  • nx-dev: Update customers carousel subtitle (#​29920)
  • nx-dev: error on course detail page on mobile (ef4398eb60)
  • nx-dev: remove OTel-based tracing for now to remove local dev erros (#​30096)
  • react: add release option for @​nx/react:lib --publishable (#​29776)
  • react-native: change build target to be crystalized (#​30151)
  • release: ensure tags for version match stable variant before prerelease (#​30047)
  • release: allow preid option in release command (#​29264)
  • release: properly terminate case in switch statement (#​30114)
  • repo: don't try to fetch master if already on master (#​29831)
  • repo: fix nightly reporting (#​30104)
  • rspack: handle configs with default exports (#​29825)
  • rspack: should be inferred by default (#​29736)
  • rspack: pin rspack 1.2.2 (#​29997)
  • rspack: handle potentially missing lockfile in @nx/rspack/plugin plugin (#​30086)
  • storybook: fix package.json updates so @​storybook packages are in sync during migration (#​30191)
  • testing: infer correct file output paths for atomized targets (#​29766)
  • testing: fix passing extra args to Jest cli (#​27704)
  • testing: move webpack and vite to optional peer dep (#​29800)
  • testing: remove dependency on @​nx/vite and @​nx/webpack from @​nx/playwright (#​30023)
  • vite: fall back to file matching when resolved file does not exist in nx-vite-ts-paths plugin (#​29472)
  • vite: ignore vite temp files in eslint config (#​29909)
  • vite: prevent asset copying when NX_GRAPH_CREATION is enabled (#​30037)
  • vite: allow force ignore of logs from nxViteTsPaths plugin #​29320 (#​30200, #​29320)
  • vite: ensure paths with explicit extensions are resolved #​29948 (#​30202, #​29948)
  • vite: environments api support in executor (#​30183)
  • vite: copy assets plugin not copying files in watch mode #​30141 (#​30208, #​30141)
  • vite: correct mapping for reportsDirectory when using executors (#​30232)
❤️ Thank You

v20.4.6

Compare Source

20.4.6 (2025-02-20)
🚀 Features
  • nx-dev: expose docs embedding search via endpoint (#​30050)
🩹 Fixes
  • core: update custom task runner deprecation message (#​30093)
  • core: fix typescript dependency calculation (#​30131)
  • js: identify correct circular dependecies (#​29759)
  • js: use uuid when generating tmp tsconfig (#​30118)
  • repo: fix nightly reporting (#​30104)
❤️ Thank You

v20.4.5

Compare Source

20.4.5 (2025-02-18)
🩹 Fixes
  • core: add the extends field to nx-schema.json (#​30027)
  • core: respect extends when reading tsconfig options (#​30062)
  • core: make hash_array resilient to None values (#​30090)
  • core: NX_PLUGIN_NO_TIMEOUTS should also remove timeout on plugin worker connection (#​30095)
  • devkit: handle missing include and exclude in tsconfig options when updating tsconfig to support js (#​30073)
  • nx-dev: remove OTel-based tracing for now to remove local dev erros (#​30096)
  • react: add release option for @​nx/react:lib --publishable (#​29776)
  • release: allow preid option in release command (#​29264)
  • rspack: handle potentially missing lockfile in @nx/rspack/plugin plugin (#​30086)
❤️ Thank You

v20.4.4

Compare Source

20.4.4 (2025-02-14)

🚀 Features
  • nx-dev: add Faro for observability (#​30021)
🩹 Fixes
❤️ Thank You

v20.4.3

Compare Source

20.4.3 (2025-02-12)

🚀 Features
🩹 Fixes
  • angular: do not generate @nx/dependency-checks block in flat root eslint config (#​29980)
  • core: tweaks to nx init (#​30002)
  • core: create multi-glob function (#​29880)
  • core: fix plugin error indexes (#​29936)
  • core: handle nullable lock when creating project graph (#​30000)
  • gradle: fix gradle undefined dependency target (#​29943)
  • js: allow publishable library to run release command (#​29775)
  • linter: install @​eslint/eslintrc package as necessary (#​29933)
  • linter: dependency-check-support-catalogs (#​29923)
  • rspack: should be inferred by default (#​29736)
❤️ Thank You

v20.4.2

Compare Source

20.4.2 (2025-02-08)

🚀 Features
  • core: update CNW defaults so they generate a useful workspace by default (#​29915)
  • nx-dev: add quote component for enterprise articles (01446495048)
  • nx-dev: add metrics and related blogs section (2007d491a1e)
  • nx-dev: webinar page (#​29913)
🩹 Fixes
  • nextjs: enhance support for custom server with SWC configuration (#​29895)
  • nx-dev: Update customers carousel subtitle (#​29920)
  • nx-dev: error on course detail page on mobile (f592f59a825)
❤️ Thank You

v20.4.1

Compare Source

20.4.1 (2025-02-06)

🚀 Features
  • core: lock graph creation when running in another process (#​29408)
  • core: add prefixColor property to @nx:run-commands (#​29348)
  • core: add sync generators option to target defaults in nx-schema (#​29441)
  • core: show link to migrate detail page in --interactive mode (#​29874)
  • nx-dev: refactor and improve style of video-player (#​29749)
  • nx-dev: add ability to add labels to video-player (65c44b6abf)
  • nx-dev: allow callout component to be expanded by default (#​29806)
  • nx-dev: add epic nx release course (#​29777)
  • nx-dev: show alt text as label below markdown images (34dd347128)
  • nx-dev: conformance rule for blog post description (3920bf8852)
  • nx-dev: allow link-card components to take an image URL (84779d60c2)
  • rspack: improve plugin createNodes performance (#​29876)
🩹 Fixes
  • angular: fix path issues on windows for storybook generators and unit tests (#​27489)
  • bundling: rspack should allow ES config module imports (#​29095)
  • core: allow for non-js libs to be moved without errors or the creation of any unneeded tsconfig files (#​28350)
  • core: reduce number of processed files when creating in-memory transpiler (#​29774)
  • core: exponential retry on cache put fail (#​29017)
  • core: allow postTaskExecution hook without preTaskExecution hook (#​29820)
  • core: improve resolution of packages in package manager workspaces when constructing the project graph (#​29795)
  • core: do not write filemap cache when there are errors (#​29892)
  • core: do not use revokable proxy (#​29878)
  • gradle: fix dependencies.txt not found (#​29787)
  • gradle: fix max buffer for gradle stdout (#​29864)
  • js: ensure js library creation respects skipFormat (#​28831)
  • js: do not infer tsc tasks with verbose output by default (#​29804)
  • js: set --ws=false when running npm config for jest e2e (#​29887)
  • js: generate pacakge.json for non-buildable nest and expo libs (#​29891)
  • linter: add files entry to react flat configs to avoid applying TS rules to JSON files (#​29457)
  • linter: add cjs, cts, mjs, and mts to the default extensions for the inference plugin (#​29534)
  • linter: produce type information for the eslint-plugin main entry point (#​29855)
  • misc: set hidden: true for all init generators (#​29833)
  • misc: generate config with output contained within project root (#​29850)
  • module-federation: depend on a range of versions of webpack to prevent peer dep issues (#​29797)
  • module-federation: tuple remotes should have global identifier added if missing (#​29811)
  • nx-dev: make toc sticky (#​29784)
  • nx-dev: typo in ts pkg management article (#​29791)
  • nx-dev: update blog metadata to include the post descriptions (86d772e1d3)
  • repo: don't try to fetch master if already on master (#​29831)
  • rspack: handle configs with default exports (#​29825)
  • testing: infer correct file output paths for atomized targets (#​29766)
  • testing: fix passing extra args to Jest cli (#​27704)
  • testing: move webpack and vite to optional peer dep (#​29800)
  • vite: fall back to file matching when resolved file does not exist in nx-vite-ts-paths plugin (#​29472)
❤️ Thank You

v20.4.0

Compare Source

20.4.0 (2025-01-27)

🚀 Features
  • angular: support angular v19.1 (#​29523)
  • core: allow tasks to run with a substring of project name (#​29552)
  • core: add support for skipping remote cache (#​29574)
  • core: Add ESM support for Eslint config file (#​29613)
  • core: handle existing plugins failed with imported project (#​28893)
  • core: support reading projects under new pnpm workspaces entry + skip writing empty nx property to pacakge.json for non-root projects (#​29707)
  • core: add pre and post run apis (#​29636)
  • graph: update headlessui v2 (#​29586)
  • js: simplify generated tsconfig.base.json compiler options in ts solution setup (#​29550)
  • js: infer build-deps and watch-deps targets for incremental builds (#​29609)
  • js: remove nx property from generated package.json files (#​29705)
  • misc: use @swc/jest instead of ts-jest for the ts solution setup (#​29718)
  • misc: prompt for unit test runner when creating a workspace using --workspaces flag (#​29743)
  • module-federation: upgrade to latest version of @​module-federation/enhanced (#​29535)
  • node: update app generator for fastify to the next major v5 (#​29589)
  • node: upgrade express to v4.21.2 to address security vulnerabilities (#​29419)
  • nx-dev: add TOC markdoc component for blog posts (3e564864fd)
  • nx-dev: customer videos on customer page (#​29380)
  • nx-dev: add trial pages for Powerpack and Enterprise, update contact sales team page (#​29554)
  • nx-dev: show arg aliases (#​29653)
  • nx-dev: generate migration detail pages (#​29580)
  • react: add support for React 19 for new Workspaces (#​29286)
  • release: allow invalid conventional commits to be considered via custom config (#​29658)
  • rspack: non-inferred targets should work OOTB (#​29733)
  • testing: add option ciGroupName to @nx/jest/plugin (#​29365)
  • web: support custom cors headers (#​29382)
  • web: add support for TS solution setup for @​nx/web (#​29583)
  • webpack, rspack: support multiple configurations (#​29691)
🩹 Fixes
  • angular: restore esm2022 bundle and drop fesm2022 in ng-packagr-lite executor (#​29615)
  • core: daemon spinner should show text (#​29448)
  • core: update nx cloud bundle install directory logic (#​29555)
  • core: avoid launching default plugins twice (#​29539)
  • core: support subpath exports when constructing the project graph (#​29577)
  • core: update package script logic to handle cli tool name as command (#​29617)
  • core: show better project graph errors (#​29525)
  • core: check only for watcher connections during inactivity shutdown (#​29621)
  • core: do not warn about custom tasks runners when explicitly usi… (#​29669)
  • core: update yarn-parser to handle yarn v4 syntax for root workspace package (#​29452)
  • core: ensure that nx is backwards compatible with older versions of Nx Cloud (#​29703)
  • core: support subpath exports when constructing the project graph" (#​29762)
  • detox: use a version of Detox that works with React Native 0.76/Expo v52 (#​29679)
  • devkit: add .riv to binary extension (#​29309)
  • gradle: check if java is installed (#​29572)
  • graph: copy command text directly from PDV (#​29645)
  • js: not generate tsconfig if already exists (#​29317)
  • js: only add typescript project references for explicit dependencies in sync generator (#​28998)
  • js: infer outputs correctly when both rootDir and outDir are set for tsconfig (#​29531)
  • js: do not set project references to non-existing tsconfig files in sync generator (#​29536)
  • js: ensure js libraries' build produce esm output in ts solution setup (#​29546)
  • js: avoid nested paths in workspaces because they can lead to future issues (#​29553)
  • js: Update typescript plugin check for buildable projects (#​29431)
  • js: update detection of ts solution setup (#​29576)
  • js: generate js libs with exports in package.json and ensure esm output when using rollup bundler (#​29565)
  • js: do not generate explicit vitest task config for a js library unless adding plugin is disabled (#​29606)
  • js: improve error handling during SWC compilation (#​29605)
  • js: non-buildable js libs specify type=module (#​29620)
  • js: sort package.json fields by idiomatic order (#​29635)
  • js: fix typo so exports field in package.json is properly sorted (#​29643)
  • js: do not generate package.json file for non-buildable js libraries in non-ts solution setup (#​29646)
  • js: ignore bundler config files correctly in eslint config when using vitest in js library generator (#​29649)
  • linter: export Options types for enforce-module-boundaries and nx-plugin-checks (#​29072)
  • misc: ensure all project generators add project to workspaces config (#​29582)
  • misc: ensure exports are generated for several lib generators in ts solution setup (#​29588)
  • misc: generate module and moduleResolution in base tsconfig based on cnw preset (#​29633)
  • misc: update e2e config generators to align with new TS solution setup (#​29638)
  • misc: generate remix libs correctly and install correct @types/react version for react libs (#​29760)
  • node: set correct compilerOptions for Nest applications (#​29725)
  • nuxt: correct webServerAddress and webServerCommand options in add-e2e.ts generator. (#​29713)
  • nx-dev: Quote typo (#​29513)
  • nx-dev: add playsInline to video loop component (aceebca1aa)
  • nx-dev: fix heroicons for safari (#​29544)
  • nx-dev: Update Webinar link (#​29590)
  • nx-dev: update request a trial link on pricing page (#​29711)
  • nx-plugin: fix plugin generation in ts solution setup (#​29730)
  • react: transpile SVGR into React 19 compatible component (#​29543)
  • react: setup mf env var as input for rspack (#​29584)
  • react: ensure project name is escaped in spec matcher when generating an application (#​29732)
  • release: invalid config path in hint for using skipLockFileUpdate (#​29425)
  • release: ensure git push option is always applied (#​29596)
  • rspack: make subresourceIntegrity usage configurable (#​29629)
  • rspack: fix error with 'TypeError: userDefinedConfig is not a function' (#​29514, #​29515)
  • testing: infer correct outputs when absolute paths are provided in playwright config (#​29549)
  • testing: e2e config generators should prompt for missing serve data (#​29660)
  • testing: finish dev server async generator in cypress executor (#​29689)
  • vite: tsconfig paths plugin should not partially match paths (#​29501)
  • vite: plugin should infer 'vite' for dev/serve command (#​29585)
  • vite: do not stop the test process of failure in watch mode (#​29260)
❤️ Thank You

Configuration

📅 Schedule: Branch creation - "before 3am" (UTC), Automerge - At any time (no schedule defined).

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

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 from 163e21d to 59ea513 Compare January 23, 2025 21:39
@renovate renovate bot changed the title build: 📦 nx monorepo to v20.3.2 build: 📦 nx monorepo to v20.3.3 Jan 23, 2025
@renovate renovate bot force-pushed the renovate/nx-monorepo branch from 59ea513 to a993c9c Compare January 27, 2025 21:42
@renovate renovate bot changed the title build: 📦 nx monorepo to v20.3.3 build: 📦 nx monorepo to v20.4.0 Jan 27, 2025
@renovate renovate bot force-pushed the renovate/nx-monorepo branch from a993c9c to 362d562 Compare February 6, 2025 18:32
@renovate renovate bot changed the title build: 📦 nx monorepo to v20.4.0 build: 📦 nx monorepo to v20.4.1 Feb 6, 2025
@renovate renovate bot force-pushed the renovate/nx-monorepo branch from 362d562 to 10526cd Compare February 8, 2025 00:58
@renovate renovate bot changed the title build: 📦 nx monorepo to v20.4.1 build: 📦 nx monorepo to v20.4.2 Feb 8, 2025
@renovate renovate bot force-pushed the renovate/nx-monorepo branch from 10526cd to ed16b75 Compare February 13, 2025 02:23
@renovate renovate bot changed the title build: 📦 nx monorepo to v20.4.2 build: 📦 nx monorepo to v20.4.3 Feb 13, 2025
@renovate renovate bot force-pushed the renovate/nx-monorepo branch from ed16b75 to c90cfb4 Compare February 14, 2025 07:46
@renovate renovate bot changed the title build: 📦 nx monorepo to v20.4.3 build: 📦 nx monorepo to v20.3.4 Feb 14, 2025
@renovate renovate bot force-pushed the renovate/nx-monorepo branch from c90cfb4 to a15b4a5 Compare February 14, 2025 12:29
@renovate renovate bot changed the title build: 📦 nx monorepo to v20.3.4 build: 📦 nx monorepo to v20.4.4 Feb 14, 2025
@renovate renovate bot force-pushed the renovate/nx-monorepo branch from a15b4a5 to 77e045e Compare February 18, 2025 22:29
@renovate renovate bot changed the title build: 📦 nx monorepo to v20.4.4 build: 📦 nx monorepo to v20.4.5 Feb 18, 2025
@renovate renovate bot force-pushed the renovate/nx-monorepo branch from 77e045e to e5ba248 Compare February 21, 2025 01:45
@renovate renovate bot changed the title build: 📦 nx monorepo to v20.4.5 build: 📦 nx monorepo to v20.4.6 Feb 21, 2025
@renovate renovate bot force-pushed the renovate/nx-monorepo branch from e5ba248 to fd21a2c Compare March 7, 2025 01:44
@renovate renovate bot changed the title build: 📦 nx monorepo to v20.4.6 build: 📦 nx monorepo to v20.5.0 Mar 7, 2025
Copy link
Author

renovate bot commented Mar 7, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: @nx/js@20.5.0
npm error Found: verdaccio@5.32.2
npm error node_modules/verdaccio
npm error   dev verdaccio@"^5.0.4" from the root project
npm error
npm error Could not resolve dependency:
npm error peerOptional verdaccio@"^6.0.5" from @nx/js@20.5.0
npm error node_modules/@nx/js
npm error   dev @nx/js@"20.5.0" from the root project
npm error   @nx/js@"20.5.0" from @nx/eslint@20.5.0
npm error   node_modules/@nx/eslint
npm error     dev @nx/eslint@"20.5.0" from the root project
npm error     1 more (@nx/plugin)
npm error   3 more (@nx/eslint-plugin, @nx/jest, @nx/plugin)
npm error
npm error Conflicting peer dependency: verdaccio@6.0.5
npm error node_modules/verdaccio
npm error   peerOptional verdaccio@"^6.0.5" from @nx/js@20.5.0
npm error   node_modules/@nx/js
npm error     dev @nx/js@"20.5.0" from the root project
npm error     @nx/js@"20.5.0" from @nx/eslint@20.5.0
npm error     node_modules/@nx/eslint
npm error       dev @nx/eslint@"20.5.0" from the root project
npm error       1 more (@nx/plugin)
npm error     3 more (@nx/eslint-plugin, @nx/jest, @nx/plugin)
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /runner/cache/others/npm/_logs/2025-03-11T12_44_34_828Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-03-11T12_44_34_828Z-debug-0.log

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