Skip to content

build: 📦 nx monorepo #691

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

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

build: 📦 nx monorepo #691

wants to merge 1 commit into from

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) >=16.0.0 <=21.0.0 -> <=21.1.2 age adoption passing confidence
@nx/devkit (source) 20.2.0 -> 20.8.2 age adoption passing confidence
@nx/eslint (source) 20.2.0 -> 20.8.2 age adoption passing confidence
@nx/eslint-plugin (source) 20.2.0 -> 20.8.2 age adoption passing confidence
@nx/jest (source) 20.2.0 -> 20.8.2 age adoption passing confidence
@nx/js (source) 20.2.0 -> 20.8.2 age adoption passing confidence
@nx/plugin (source) 20.2.0 -> 20.8.2 age adoption passing confidence
@nx/workspace (source) 20.2.0 -> 20.8.2 age adoption passing confidence
create-nx-workspace (source) 20.2.0 -> 20.8.2 age adoption passing confidence
nx (source) 20.2.0 -> 20.8.2 age adoption passing confidence

Release Notes

nrwl/nx (@​nx/devkit)

v21.1.2

Compare Source

21.1.2 (2025-05-24)

🩹 Fixes
  • core: do not hide task list with run-many if there is only 1 task (#​31324)
❤️ Thank You

v21.1.1

Compare Source

21.1.1 (2025-05-21)

🩹 Fixes
❤️ Thank You

v21.1.0

Compare Source

21.1.0 (2025-05-20)

🚀 Features
  • angular: handle prerender and appshell in covert to rspack (#​31210)
  • angular: migrate to angular rspack 21 (#​31216)
  • core: focus single tasks (#​31159)
  • core: run parallel based on the number of cpu cores (#​31011)
  • core: add nx console messaging to TUI (#​31148)
  • core: update getTouchedProjectsFromLockFile to detect which projects were changed from pnpm lock file diff (#​31091, #​29986)
  • core: add ai rule files to gitignore (#​31238)
  • devkit: allow requiring cts config files (#​31103)
  • nx-dev: replace monorepo world link with office hours (3f5fd896a1)
  • rspack: upgrade to version 1.3.8 (#​31070)
  • vite: add ajv dev dependency for vite-plugin-dts (#​31107)
🩹 Fixes
  • angular: install @angular/build when using vitest test runner (#​31169, #​30646)
  • core: send up and down arrows to pty in interactive mode (#​31084)
  • core: fail nx release cli when publish step fails (#​31088)
  • core: explicitly cleanup forked process task runner (#​31106)
  • core: add keepExistingVersions to jest option to preserve dependency versions (#​30652)
  • core: run script should exit the process when kill signals are r… (#​31109)
  • core: resolve excessive CPU consumption via child_process.rs (#​31110)
  • core: clearer tui colors on light themes (#​31095)
  • core: tui should not exit when underlying process is cancelled (#​31112)
  • core: tui summary should capture more terminal outputs (#​31113)
  • core: replace posix.relative with relative for path resolution (#​30783)
  • core: handle process killing more robustly (#​31131)
  • core: only cleanup db connection on exit (#​31137)
  • core: Update React,Vue and Node generators applications for CNW (#​31059)
  • core: simplify action dispatch, use mutex locking, and avoid unnecessary clones (#​31157)
  • core: show all native logs for debug mode (#​31154)
  • core: handle npm scope when matching project substring (#​31160)
  • core: change default native logging to "OFF" (#​31161)
  • core: do not follow symlinks when creating remote cache tarball (#​31138, #​31085)
  • core: improve pinned tasks annotation on narrow width (#​31175)
  • core: make running a single task more transparent (#​31163)
  • core: do not set tasks which cannot be interactive to interactive (#​31240)
  • core: remove engines field, improve compatibility documentation (#​31245)
  • core: ensure that global nx works with dot-nx workspace after init (#​31249)
  • core: Update e2e nightly test to not hang (#​31218)
  • core: record task runs via the queue (#​31253)
  • core: restore older nx core migrations for repair (#​31254)
  • core: prefer vertical layout categorically if there are less tha… (#​31221)
  • docs: typo in introduction.md (#​31145)
  • esbuild: update peerDep range (#​30402, #​30167, #​30009, #​30370)
  • gradle: specify idle timeout for gradle batch runner (#​31009)
  • gradle: fix gradle tests (#​30879)
  • gradle: return success false for failed task (#​31178)
  • gradle: make ci inputs same as test inputs (#​31198)
  • js: handle ${configDir} in tsconfig files when inferring tasks (#​31098, #​30883)
  • linter: handle the flat config in workspace rule generators (#​29253, #​29252)
  • module-federation: generalize the check of the remote project specified in the buildTarget (#​31211, #​30808)
  • nextjs: Update glob for cache output (#​31177)
  • nx-dev: webinar list page shows event date (#​30953)
  • nx-dev: Add docs for disableChecksum option for s3-cache (#​31199)
❤️ Thank You

v21.0.4

Compare Source

21.0.4 (2025-05-21)

🚀 Features
  • nx-dev: replace monorepo world link with office hours (7e67c810f4)
🩹 Fixes
  • angular: install @angular/build when using vitest test runner (#​31169, #​30646)
  • core: Update React,Vue and Node generators applications for CNW (#​31059)
  • core: simplify action dispatch, use mutex locking, and avoid unnecessary clones (#​31157)
  • core: show all native logs for debug mode (#​31154)
  • core: handle npm scope when matching project substring (#​31160)
  • core: change default native logging to "OFF" (#​31161)
  • core: do not follow symlinks when creating remote cache tarball (#​31138, #​31085)
  • core: improve pinned tasks annotation on narrow width (#​31175)
  • core: remove engines field, improve compatibility documentation (#​31245)
  • core: ensure that global nx works with dot-nx workspace after init (#​31249)
  • core: Update e2e nightly test to not hang (#​31218)
  • core: record task runs via the queue (#​31253)
  • core: restore older nx core migrations for repair (#​31254)
  • docs: typo in introduction.md (#​31145)
  • esbuild: update peerDep range (#​30402, #​30167, #​30009, #​30370)
  • gradle: return success false for failed task (#​31178)
  • gradle: make ci inputs same as test inputs (#​31198)
  • linter: handle the flat config in workspace rule generators (#​29253, #​29252)
  • module-federation: generalize the check of the remote project specified in the buildTarget (#​31211, #​30808)
  • nextjs: Update glob for cache output (#​31177)
  • nx-dev: Add docs for disableChecksum option for s3-cache (#​31199)
❤️ Thank You

v21.0.3

Compare Source

21.0.3 (2025-05-08)

🩹 Fixes
  • core: replace posix.relative with relative for path resolution (#​30783)
  • core: handle process killing more robustly (#​31131)
  • core: only cleanup db connection on exit (#​31137)
  • gradle: specify idle timeout for gradle batch runner (#​31009)
  • gradle: fix gradle tests (#​30879)
❤️ Thank You

v21.0.2

Compare Source

21.0.2 (2025-05-07)

🩹 Fixes
  • core: run script should exit the process when kill signals are r… (#​31109)
  • core: resolve excessive CPU consumption via child_process.rs (#​31110)
  • core: clearer tui colors on light themes (#​31095)
  • core: tui should not exit when underlying process is cancelled (#​31112)
  • core: tui summary should capture more terminal outputs (#​31113)
❤️ Thank You

v21.0.1

Compare Source

21.0.1 (2025-05-07)

🚀 Features
  • rspack: upgrade to version 1.3.8 (#​31070)
🩹 Fixes
  • core: send up and down arrows to pty in interactive mode (#​31084)
  • core: fail nx release cli when publish step fails (#​31088)
  • core: explicitly cleanup forked process task runner (#​31106)
  • core: add keepExistingVersions to jest option to preserve dependency versions (#​30652)
  • js: handle ${configDir} in tsconfig files when inferring tasks (#​31098, #​30883)
  • nx-dev: webinar list page shows event date (#​30953)
❤️ 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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/[email protected]
npm error Found: [email protected]
npm error node_modules/eslint-config-prettier
npm error   dev eslint-config-prettier@"9.0.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peerOptional eslint-config-prettier@"^10.0.0" from @nx/[email protected]
npm error node_modules/@nx/eslint-plugin
npm error   dev @nx/eslint-plugin@"20.8.2" from the root project
npm error
npm error Conflicting peer dependency: [email protected]
npm error node_modules/eslint-config-prettier
npm error   peerOptional eslint-config-prettier@"^10.0.0" from @nx/[email protected]
npm error   node_modules/@nx/eslint-plugin
npm error     dev @nx/eslint-plugin@"20.8.2" from the root project
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-05-24T07_26_07_201Z-eresolve-report.txt
npm error A complete log of this run can be found in: /runner/cache/others/npm/_logs/2025-05-24T07_26_07_201Z-debug-0.log

@renovate renovate bot force-pushed the renovate/nx-monorepo branch from fd21a2c to 59c9503 Compare March 14, 2025 23:06
@renovate renovate bot changed the title build: 📦 nx monorepo to v20.5.0 build: 📦 nx monorepo to v20.6.0 Mar 14, 2025
@renovate renovate bot force-pushed the renovate/nx-monorepo branch from 59c9503 to 3b8a6dd Compare March 17, 2025 22:59
@renovate renovate bot changed the title build: 📦 nx monorepo to v20.6.0 build: 📦 nx monorepo to v20.6.1 Mar 17, 2025
@renovate renovate bot force-pushed the renovate/nx-monorepo branch from 3b8a6dd to 01b3cb6 Compare March 19, 2025 18:48
@renovate renovate bot changed the title build: 📦 nx monorepo to v20.6.1 build: 📦 nx monorepo to v20.6.2 Mar 19, 2025
@renovate renovate bot force-pushed the renovate/nx-monorepo branch from 01b3cb6 to 1fb7eb5 Compare March 25, 2025 02:29
@renovate renovate bot changed the title build: 📦 nx monorepo to v20.6.2 build: 📦 nx monorepo to v20.6.3 Mar 25, 2025
@renovate renovate bot force-pushed the renovate/nx-monorepo branch from 1fb7eb5 to 63c06ce Compare March 25, 2025 16:07
@renovate renovate bot changed the title build: 📦 nx monorepo to v20.6.3 build: 📦 nx monorepo to v20.6.4 Mar 25, 2025
@renovate renovate bot force-pushed the renovate/nx-monorepo branch from 63c06ce to 9ebb726 Compare March 31, 2025 16:35
@renovate renovate bot changed the title build: 📦 nx monorepo to v20.6.4 build: 📦 nx monorepo to v20.7.0 Mar 31, 2025
@renovate renovate bot force-pushed the renovate/nx-monorepo branch from 9ebb726 to 4a0878d Compare April 2, 2025 18:56
@renovate renovate bot changed the title build: 📦 nx monorepo to v20.7.0 build: 📦 nx monorepo to v20.7.1 Apr 2, 2025
@renovate renovate bot force-pushed the renovate/nx-monorepo branch from 4a0878d to 6ae3610 Compare April 8, 2025 19:44
@renovate renovate bot changed the title build: 📦 nx monorepo to v20.7.1 build: 📦 nx monorepo to v20.7.2 Apr 8, 2025
@renovate renovate bot force-pushed the renovate/nx-monorepo branch from 6ae3610 to 633e5de Compare April 14, 2025 19:52
@renovate renovate bot changed the title build: 📦 nx monorepo to v20.7.2 build: 📦 nx monorepo to v20.8.0 Apr 14, 2025
@renovate renovate bot force-pushed the renovate/nx-monorepo branch 2 times, most recently from 1ecb7b9 to c35c928 Compare April 25, 2025 03:12
@renovate renovate bot changed the title build: 📦 nx monorepo to v20.8.0 build: 📦 nx monorepo to v20.8.1 Apr 25, 2025
@renovate renovate bot force-pushed the renovate/nx-monorepo branch from c35c928 to b690d9c Compare May 7, 2025 17:09
@renovate renovate bot changed the title build: 📦 nx monorepo to v20.8.1 build: 📦 nx monorepo May 7, 2025
@renovate renovate bot force-pushed the renovate/nx-monorepo branch 2 times, most recently from 5929cb6 to b7ed205 Compare May 8, 2025 23:53
@renovate renovate bot force-pushed the renovate/nx-monorepo branch 3 times, most recently from 96326fa to 9bbc296 Compare May 21, 2025 16:49
@renovate renovate bot force-pushed the renovate/nx-monorepo branch from 9bbc296 to e6439a3 Compare May 24, 2025 07:26
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