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

chore(deps): update nx to v20.4.3 #1435

Merged
merged 1 commit into from
Feb 16, 2025
Merged

chore(deps): update nx to v20.4.3 #1435

merged 1 commit into from
Feb 16, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 16, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nx/angular (source) 20.4.0 -> 20.4.3 age adoption passing confidence
@nx/devkit (source) 20.4.0 -> 20.4.3 age adoption passing confidence
@nx/esbuild (source) 20.4.0 -> 20.4.3 age adoption passing confidence
@nx/eslint (source) 20.4.0 -> 20.4.3 age adoption passing confidence
@nx/eslint-plugin (source) 20.4.0 -> 20.4.3 age adoption passing confidence
@nx/jest (source) 20.4.0 -> 20.4.3 age adoption passing confidence
@nx/js (source) 20.4.0 -> 20.4.3 age adoption passing confidence
@nx/plugin (source) 20.4.0 -> 20.4.3 age adoption passing confidence
@nx/react (source) 20.4.0 -> 20.4.3 age adoption passing confidence
@nx/rollup (source) 20.4.0 -> 20.4.3 age adoption passing confidence
@nx/storybook (source) 20.4.0 -> 20.4.3 age adoption passing confidence
@nx/workspace (source) 20.4.0 -> 20.4.3 age adoption passing confidence
nx (source) 20.4.0 -> 20.4.3 age adoption passing confidence

Release Notes

nrwl/nx (@​nx/angular)

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

Configuration

📅 Schedule: Branch creation - "* 0 1 * *" in timezone Europe/Bucharest, 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 added the chore ⚙️ Things related to chore functionalities (types, build, ci/cd, lint, etc.) label Feb 16, 2025
@renovate renovate bot requested a review from dgonzalezr as a code owner February 16, 2025 17:06
@renovate renovate bot added the dependencies 📦 Pull requests that update a dependency file label Feb 16, 2025
@renovate renovate bot requested a review from endv-bogdanb as a code owner February 16, 2025 17:06
Copy link

nx-cloud bot commented Feb 16, 2025

View your CI Pipeline Execution ↗ for commit 3bf2692.

Command Status Duration Result
nx run beeq:storybook-build --output-style=stre... ✅ Succeeded 39s View ↗
nx affected -t e2e --exclude=*,!tag:core --para... ✅ Succeeded 1m 35s View ↗
nx affected -t build --exclude=*,!tag:publishab... ✅ Succeeded 2m 11s View ↗
nx affected -t test --exclude=*,!tag:core --par... ✅ Succeeded 26s View ↗
nx affected -t lint --exclude=*,!tag:publishabl... ✅ Succeeded 31s View ↗

☁️ Nx Cloud last updated this comment at 2025-02-16 17:14:35 UTC

@dgonzalezr dgonzalezr merged commit f3112bc into main Feb 16, 2025
8 checks passed
@dgonzalezr dgonzalezr deleted the chore/nx branch February 16, 2025 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore ⚙️ Things related to chore functionalities (types, build, ci/cd, lint, etc.) dependencies 📦 Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants