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 monorepo to v20.3.3 (patch) #973

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 10, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nx/cypress (source) 20.3.0 -> 20.3.3 age adoption passing confidence
@nx/devkit (source) 20.3.0 -> 20.3.3 age adoption passing confidence
@nx/eslint (source) 20.3.0 -> 20.3.3 age adoption passing confidence
@nx/eslint-plugin (source) 20.3.0 -> 20.3.3 age adoption passing confidence
@nx/jest (source) 20.3.0 -> 20.3.3 age adoption passing confidence
@nx/js (source) 20.3.0 -> 20.3.3 age adoption passing confidence
@nx/next (source) 20.3.0 -> 20.3.3 age adoption passing confidence
@nx/react (source) 20.3.0 -> 20.3.3 age adoption passing confidence
@nx/webpack (source) 20.3.0 -> 20.3.3 age adoption passing confidence
@nx/workspace (source) 20.3.0 -> 20.3.3 age adoption passing confidence
nx (source) 20.3.0 -> 20.3.3 age adoption passing confidence

Release Notes

nrwl/nx (@​nx/cypress)

v20.3.3

Compare Source

20.3.3 (2025-01-23)
🩹 Fixes
  • 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)
  • gradle: check if java is installed (#​29572)
  • graph: copy command text directly from PDV (#​29645)
  • 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)
  • node: set correct compilerOptions for Nest applications (#​29725)
  • nx-dev: update request a trial link on pricing page (#​29711)
  • nx-plugin: fix plugin generation in ts solution setup (#​29730)
  • react: ensure project name is escaped in spec matcher when generating an application (#​29732)
  • testing: e2e config generators should prompt for missing serve data (#​29660)
  • vite: do not stop the test process of failure in watch mode (#​29260)
❤️ Thank You

v20.3.2

Compare Source

20.3.2 (2025-01-17)
🚀 Features
🩹 Fixes
  • angular: restore esm2022 bundle and drop fesm2022 in ng-packagr-lite executor (#​29615)
  • 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)
  • gradle: check if java is installed (#​29572)
  • graph: copy command text directly from PDV (#​29645)
  • 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)
  • 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: update e2e config generators to align with new TS solution setup (#​29638)
  • nx-dev: fix heroicons for safari (#​29544)
  • nx-dev: Update Webinar link (#​29590)
  • react: transpile SVGR into React 19 compatible component (#​29543)
  • react: setup mf env var as input for rspack (#​29584)
  • release: ensure git push option is always applied (#​29596)
  • rspack: make subresourceIntegrity usage configurable (#​29629)
  • testing: infer correct outputs when absolute paths are provided in playwright config (#​29549)
  • testing: e2e config generators should prompt for missing serve data (#​29660)
❤️ Thank You

v20.3.1

Compare Source

20.3.1 (2025-01-07)
🚀 Features
  • nx-dev: add TOC markdoc component for blog posts (d98e6e4e84)
🩹 Fixes
  • core: daemon spinner should show text (#​29448)
  • 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)
  • nx-dev: Quote typo (#​29513)
  • nx-dev: add playsInline to video loop component (615fd172a5)
  • release: invalid config path in hint for using skipLockFileUpdate (#​29425)
  • vite: tsconfig paths plugin should not partially match paths (#​29501)
❤️ Thank You

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 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 added dependencies Pull requests that update a dependency file renovate labels Jan 10, 2025
@renovate renovate bot assigned tuffz Jan 10, 2025
Copy link

codecov bot commented Jan 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.57%. Comparing base (ee1fbb8) to head (14d19f5).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #973   +/-   ##
=======================================
  Coverage   98.57%   98.57%           
=======================================
  Files          29       29           
  Lines         140      140           
  Branches       19       19           
=======================================
  Hits          138      138           
  Misses          2        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot force-pushed the renovate/patch-nx-monorepo branch from 1a67265 to 1c05d56 Compare January 20, 2025 17:46
@renovate renovate bot changed the title chore(deps): update nx monorepo to v20.3.1 (patch) chore(deps): update nx monorepo to v20.3.2 (patch) Jan 20, 2025
@renovate renovate bot force-pushed the renovate/patch-nx-monorepo branch from 1c05d56 to 14d19f5 Compare January 26, 2025 21:44
@renovate renovate bot changed the title chore(deps): update nx monorepo to v20.3.2 (patch) chore(deps): update nx monorepo to v20.3.3 (patch) Jan 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant