Skip to content

chore(deps): update all non-major dependencies#511

Merged
9aoy merged 2 commits intomainfrom
renovate/all-non-major
Aug 27, 2025
Merged

chore(deps): update all non-major dependencies#511
9aoy merged 2 commits intomainfrom
renovate/all-non-major

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Aug 27, 2025

This PR contains the following updates:

Package Change Age Confidence
@biomejs/biome (source) ^2.2.0 -> ^2.2.2 age confidence
@rsbuild/core (source) 1.5.0-rc.0 -> 1.5.0 age confidence
@rsbuild/plugin-sass (source) ^1.3.5 -> ^1.4.0 age confidence
@rsbuild/plugin-vue (source) ^1.1.1 -> ^1.1.2 age confidence
@rslint/core ^0.1.11 -> ^0.1.12 age confidence
@types/react (source) ^19.1.10 -> ^19.1.11 age confidence
@types/react-dom (source) ^19.1.7 -> ^19.1.8 age confidence
@vue/compiler-dom (source) ^3.5.19 -> ^3.5.20 age confidence
@vue/server-renderer (source) ^3.5.19 -> ^3.5.20 age confidence
chai (source) ^5.3.1 -> ^5.3.3 age confidence
memfs ^4.36.3 -> ^4.38.2 age confidence
nx (source) ^21.4.0 -> ^21.4.1 age confidence
vue (source) ^3.5.19 -> ^3.5.20 age confidence

Release Notes

biomejs/biome (@​biomejs/biome)

v2.2.2

Compare Source

Patch Changes
  • #​7244 660031b Thanks @​JeetuSuthar! - Fixed #​7225: The noExtraBooleanCast rule now preserves parentheses when removing Boolean calls inside negations.

    // Before
    !Boolean(b0 && b1);
    // After
    !(b0 && b1); // instead of !b0 && b1
  • #​7298 46a8e93 Thanks @​unvalley! - Fixed #​6695: useNamingConvention now correctly reports TypeScript parameter properties with modifiers.

    Previously, constructor parameter properties with modifiers like private or readonly were not checked against naming conventions. These properties are now treated consistently with regular class properties.

web-infra-dev/rsbuild (@​rsbuild/core)

v1.5.0

Compare Source

🎉 See Announcing Rspack 1.5 for more details.

What's Changed

Breaking changes 💡
New Features 🎉
Performance 🚀
Bug Fixes 🐞
Refactor 🔨
Document 📖
Other Changes

New Contributors

Full Changelog: web-infra-dev/rsbuild@v1.4.15...v1.5.0

web-infra-dev/rslint (@​rslint/core)

v0.1.12

Compare Source

What's Changed

New Contributors

Full Changelog: web-infra-dev/rslint@v0.1.11...v0.1.12

vuejs/core (@​vue/compiler-dom)

v3.5.20

Compare Source

Bug Fixes
chaijs/chai (chai)

v5.3.3

Compare Source

What's Changed

Full Changelog: chaijs/chai@v5.3.2...v5.3.3

v5.3.2

Compare Source

streamich/memfs (memfs)

v4.38.2

Compare Source

Bug Fixes
  • correct permission check logic for readonly files in copyFile operations (a06bb4d)

v4.38.1

Compare Source

Bug Fixes
  • 🐛 use glob-to-regex library (8962374)

v4.38.0

Compare Source

Bug Fixes
  • handle chmod 0 permissions in existsSync and access methods (3452bcf)
Features
  • revert exists implementation (bf209cd)

4.37.1 (2025-08-22)

Bug Fixes
  • ensure FLAG enum is properly exported for compatibility with Node.js fs.open (685aef1)
Performance Improvements

v4.37.1

Compare Source

Bug Fixes
  • handle chmod 0 permissions in existsSync and access methods (3452bcf)
Features
  • revert exists implementation (bf209cd)

4.37.1 (2025-08-22)

Bug Fixes
  • ensure FLAG enum is properly exported for compatibility with Node.js fs.open (685aef1)
Performance Improvements

v4.37.0

Compare Source

Bug Fixes
  • handle chmod 0 permissions in existsSync and access methods (3452bcf)
Features
  • revert exists implementation (bf209cd)

4.37.1 (2025-08-22)

Bug Fixes
  • ensure FLAG enum is properly exported for compatibility with Node.js fs.open (685aef1)
Performance Improvements
nrwl/nx (nx)

v21.4.1

Compare Source

21.4.1 (2025-08-22)

🚀 Features
  • graph: task graph support multiple targets (#​32418)
  • js: add includeIgnoredAssetFiles option and per-asset includeIgnoredFiles (#​31813)
  • js: detect duplicate project references in @nx/js:typescript-sync (#​32443)
  • nx: use platform certificate trust store (#​31999)
  • nx-dev: link ukg article on homepage (8d16697547)
  • nx-dev: configure rewrite to astro-docs when NEXT_PUBLIC_ASTRO_URL is set (#​32424)
  • repo: add GitHub Actions workflow to validate PR titles (#​32458)
  • rspack: add support for converting webpack plugin configs #​30292 (#​32382, #​30292)
  • tools: add repository update system for automated Nx migrations (#​32124)
  • webpack: migrate from deprecated url.parse() to WHATWG URL API (70fb618785)
🩹 Fixes
  • angular: set the tsConfig option when possible to aid with angular migrations (#​32355, #​32138)
  • angular: do not update project configuration when not changes were made in migration (#​32448)
  • angular-rspack: do not error on server budget violation (#​32445)
  • core: improve Cursor editor detection and extension installation (#​32374)
  • core: ensure deterministic dummy task generation in task graphs (#​32414)
  • core: handle unsupported platforms in Cursor IDE install command (#​32419)
  • core: only prompt for NX Console installation in TTY environments (#​32425)
  • core: enhance validation for continuous task dependencies (#​31786)
  • core: retry current message when receiving NX_VERSION_CHANGED from daemon (#​32417, #​29446)
  • core: use black for all fg elements when in light theme (#​32415)
  • core: fail fast when running commands in parallel (#​32386, #​28477)
  • core: handle no daemon when stopping (#​32455)
  • core: create pnpm peer deps settings in the appropriate location when creating workspace (#​32470)
  • core: repair nx mcp in pnpm/yarn (#​32452)
  • devkit: restore peer dep range to 2 majors (#​32406, #​31801)
  • devkit: include UPDATE changes in findCreatedProjectFiles for generator callbacks (#​31429, #​29852)
  • expo: export output should be within project directory (#​32477)
  • gradle: use AST parsing to migrate updates to version catalogs (#​32463)
  • gradle: allow test target name to be configuration from nx.json (#​32416)
  • graph: some misc fixes to the graph (#​32401)
  • js: esm loader should handle absolute paths on windows #​32376 (#​32383, #​32376)
  • js: improve @nx/js/typescript plugin check for buildable libraries (#​32405, #​32116, #​32290)
  • js: do not infer the project type in the @nx/js/typescript plugin (#​32421)
  • misc: update @​types/node to v20.19.9 to support fetch API (#​32092, #​31637)
  • misc: respect string values in alwaysAddToPackageJson migration flag (#​32433, #​30586)
  • misc: check for packages existence to detect pnpm workspaces setup (#​32474)
  • module-federation: do not rely on virtualRuntimeEntry #​31831 (#​32387, #​31831, #​32404)
  • nx-dev: update navbar CTA buttons and updates event tracking (#​32392)
  • plugin: handle directory paths correctly in executor and generator generators (#​31856, #​31803, #​31776)
  • testing: support NX_CACHE_PROJECT_GRAPH when reading inferred config from jest cache file (#​32380)
  • testing: fall back to tsconfig.json in the jest resolver (#​32083)
  • webpack: migrate from deprecated url.parse() to WHATWG URL API (#​32399)
❤️ Thank You

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), 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.

👻 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.

@netlify
Copy link
Copy Markdown

netlify bot commented Aug 27, 2025

Deploy Preview for rstest-dev ready!

Name Link
🔨 Latest commit 03ee5eb
🔍 Latest deploy log https://app.netlify.com/projects/rstest-dev/deploys/68ae97741018c000082630c7
😎 Deploy Preview https://deploy-preview-511--rstest-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@9aoy 9aoy merged commit 7a88b8e into main Aug 27, 2025
16 checks passed
@9aoy 9aoy deleted the renovate/all-non-major branch August 27, 2025 05:33
@9aoy 9aoy mentioned this pull request Aug 27, 2025
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.

1 participant