Skip to content

chore(deps): update all non-major dependencies (3.x) #32851

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

Merged
merged 4 commits into from
Aug 5, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 4, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@playwright/test (source) 1.54.1 -> 1.54.2 age confidence devDependencies patch
@rspack/core (source) 1.4.10 -> 1.4.11 age confidence devDependencies patch
@rspack/core (source) ^1.4.10 -> ^1.4.11 age confidence dependencies patch
@types/node (source) 22.16.5 -> 22.17.0 age confidence resolutions minor
@types/node (source) 22.16.5 -> 22.17.0 age confidence devDependencies minor
@unhead/vue (source) 2.0.12 -> 2.0.13 age confidence devDependencies patch
@unhead/vue (source) ^2.0.12 -> ^2.0.13 age confidence dependencies patch
@unhead/vue (source) 2.0.12 -> 2.0.13 age confidence resolutions patch
@unocss/reset (source) 66.3.3 -> 66.4.1 age confidence devDependencies minor
@vue/language-core (source) 3.0.4 -> 3.0.5 age confidence devDependencies patch
c12 3.1.0 -> 3.2.0 age confidence devDependencies minor
c12 ^3.1.0 -> ^3.2.0 age confidence dependencies minor
github/codeql-action v3.29.4 -> v3.29.5 age confidence action patch
h3 ^1.15.3 -> ^1.15.4 age confidence dependencies patch
h3 1.15.3 -> 1.15.4 age confidence devDependencies patch
memfs ^4.23.0 -> ^4.36.0 age confidence dependencies minor
memfs 4.23.0 -> 4.36.0 age confidence resolutions minor
memfs 4.23.0 -> 4.36.0 age confidence devDependencies minor
mini-css-extract-plugin ^2.9.2 -> ^2.9.3 age confidence dependencies patch
mini-css-extract-plugin 2.9.2 -> 2.9.3 age confidence devDependencies patch
nypm ^0.6.0 -> ^0.6.1 age confidence dependencies patch
oxc-minify (source) ^0.78.0 -> ^0.80.0 age confidence dependencies minor
oxc-parser (source) ^0.78.0 -> ^0.80.0 age confidence dependencies minor
oxc-transform (source) 0.78.0 -> 0.80.0 age confidence devDependencies minor
oxc-transform (source) ^0.78.0 -> ^0.80.0 age confidence dependencies minor
playwright-core (source) 1.54.1 -> 1.54.2 age confidence devDependencies patch
pnpm (source) 10.13.1 -> 10.14.0 age confidence packageManager minor
rollup (source) 4.46.1 -> 4.46.2 age confidence devDependencies patch
rollup (source) 4.46.1 -> 4.46.2 age confidence resolutions patch
srvx (source) 0.8.2 -> 0.8.5 age confidence devDependencies patch
ts-checker-rspack-plugin ^1.1.4 -> ^1.1.5 age confidence dependencies patch
typescript (source) 5.8.3 -> 5.9.2 age confidence resolutions minor
typescript (source) 5.8.3 -> 5.9.2 age confidence devDependencies minor
unocss (source) 66.3.3 -> 66.4.1 age confidence devDependencies minor
unplugin-vue-router (source) ^0.14.0 -> ^0.15.0 age confidence dependencies minor
vite-plugin-checker ^0.10.1 -> ^0.10.2 age confidence dependencies patch
vue-tsc (source) 3.0.4 -> 3.0.5 age confidence devDependencies patch

Release Notes

microsoft/playwright (@​playwright/test)

v1.54.2

Compare Source

Highlights

https://github.com/microsoft/playwright/issues/36714 - [Regression]: Codegen is not able to launch in Administrator Terminal on Windows (ProtocolError: Protocol error)https://github.com/microsoft/playwright/issues/368288 - [Regression]: Playwright Codegen keeps spamming with selected optiohttps://github.com/microsoft/playwright/issues/3681010 - [Regression]: Starting Codegen with target language doesn't work anymore

Browser Versions

  • Chromium 139.0.7258.5
  • Mozilla Firefox 140.0.2
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 140
  • Microsoft Edge 140
web-infra-dev/rspack (@​rspack/core)

v1.4.11

Compare Source

What's Changed

Performance Improvements ⚡
New Features 🎉
Bug Fixes 🐞
Refactor 🔨
Document Updates 📖
Other Changes

New Contributors

Full Changelog: web-infra-dev/rspack@v1.4.10...v1.4.11

unjs/unhead (@​unhead/vue)

v2.0.13

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
unocss/unocss (@​unocss/reset)

v66.4.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v66.4.0

Compare Source

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
vuejs/language-tools (@​vue/language-core)

v3.0.5

Compare Source

Features
  • feat(language-core): introduce compileSFCStyle to provide style related infomation (#​5548) - Thanks to @​KazariEX!
  • feat(language-service): completion snippet for v-for (#​5553) - Thanks to @​KazariEX!
Bug Fixes
  • fix(language-core): generate modelModifiers for explicitly declared default model name (#​5558) - Thanks to @​KazariEX!
  • fix(language-service): more responsive .value insertion
  • fix(vscode): add class scope fallback for component semantic tokens (#​5559) - Thanks to @​KazariEX!
  • fix(vscode): make sure extension is loaded immediately
  • fix(language-service): only check globalTypesPath for FS files
  • fix(vscode): handle fail tsserver requests to avoid memory leak
  • fix(vscode): do not delay the execution of restartExtensionHost
  • fix(language-core): avoid references highlight of unrelated native element tags (#​5563) - Thanks to @​KazariEX!
  • fix(language-core): tolerance for incomplete root template tag
  • fix(language-core): enable navigation code feature on directive modifiers - Thanks to @​KazariEX!
Other Changes
unjs/c12 (c12)

v3.2.0

Compare Source

compare changes

🚀 Enhancements
  • Support scoped env files (#​256)
  • Support context for function config (#​258)
  • Support configFileRequired (#​241)
🏡 Chore
✅ Tests
❤️ Contributors
github/codeql-action (github/codeql-action)

v3.29.5

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.29.5 - 29 Jul 2025
  • Update default CodeQL bundle version to 2.22.2. #​2986

See the full CHANGELOG.md for more information.

h3js/h3 (h3)

v1.15.4

Compare Source

compare changes

🩹 Fixes
  • getRequestHost: Return first host from x-forwarded-host (#​1175)
💅 Refactors
  • useSession: Backport SessionManager interface to fix types (#​1058)
🏡 Chore
❤️ Contributors
streamich/memfs (memfs)

v4.36.0

Compare Source

Features
  • 🎸 harden WritableStream usage (155b023)

v4.35.0

Compare Source

Bug Fixes
  • directory timestamp handling - correctly distinguish access vs modification operations (db0e6ce)
  • increase setTimeout delay in directory timestamp tests from 1ms to 10ms to improve reliability on Mac systems (65051af)
Features
  • add comprehensive test coverage for appendFile path validation (0baa763)
  • add test case for appendFile with dots in path (ab544ca)
  • fix directory timestamp handling - correctly distinguish access vs modification operations (5d88334)

v4.34.0

Compare Source

Features
  • add ENOTDIR error for files accessed with trailing slash (83d36f3)

v4.33.0

Compare Source

Bug Fixes
  • correct ENOTDIR vs ENOENT error handling after symlink resolution (63b5cb3)
Features
  • fix ENOTDIR vs ENOENT error handling for file-as-directory scenarios (adab01d)

4.32.1 (2025-08-01)

Bug Fixes
  • remove setTimeout to capture immediate file events in watched directories (6cda8d5)

v4.32.1

Compare Source

Bug Fixes
  • correct ENOTDIR vs ENOENT error handling after symlink resolution (63b5cb3)
Features
  • fix ENOTDIR vs ENOENT error handling for file-as-directory scenarios (adab01d)

4.32.1 (2025-08-01)

Bug Fixes
  • remove setTimeout to capture immediate file events in watched directories (6cda8d5)

v4.32.0

Compare Source

Bug Fixes
  • correct ENOTDIR vs ENOENT error handling after symlink resolution (63b5cb3)
Features
  • fix ENOTDIR vs ENOENT error handling for file-as-directory scenarios (adab01d)

4.32.1 (2025-08-01)

Bug Fixes
  • remove setTimeout to capture immediate file events in watched directories (6cda8d5)

v4.31.0

Compare Source

Features
  • improve FileHandle.readableWebStream() with proper locking and autoClose support (1e27b52)

4.30.1 (2025-08-01)

Bug Fixes
  • add missing name check in FsaNodeSyncWorker.getFileOrDir for root directory (fcdd81e)
  • allow lstat to traverse intermediate symlinks (733eb2c)
  • statSync("/") error in FsaNodeSyncAdapterWorker (bd831a6)

v4.30.1

Compare Source

Features
  • improve FileHandle.readableWebStream() with proper locking and autoClose support (1e27b52)

4.30.1 (2025-08-01)

Bug Fixes
  • add missing name check in FsaNodeSyncWorker.getFileOrDir for root directory (fcdd81e)
  • allow lstat to traverse intermediate symlinks (733eb2c)
  • statSync("/") error in FsaNodeSyncAdapterWorker (bd831a6)

v4.30.0

Compare Source

Features
  • improve FileHandle.readableWebStream() with proper locking and autoClose support (1e27b52)

4.30.1 (2025-08-01)

Bug Fixes
  • add missing name check in FsaNodeSyncWorker.getFileOrDir for root directory (fcdd81e)
  • allow lstat to traverse intermediate symlinks (733eb2c)
  • statSync("/") error in FsaNodeSyncAdapterWorker (bd831a6)

v4.29.0

Compare Source

Features
  • add missing Node.js fs APIs with proper TypeScript types and stubs (280f317)

4.28.1 (2025-08-01)

Bug Fixes
  • correct writevSync return type to number per Node.js documentation (d7720c3)
  • make position parameter optional in readvSync, writeSync, and writevSync methods (3e4ccc6)

v4.28.1

Compare Source

Features
  • add missing Node.js fs APIs with proper TypeScript types and stubs (280f317)

4.28.1 (2025-08-01)

Bug Fixes
  • correct writevSync return type to number per Node.js documentation (d7720c3)
  • make position parameter optional in readvSync, writeSync, and writevSync methods (3e4ccc6)

v4.28.0

Compare Source

Features
  • add missing Node.js fs APIs with proper TypeScript types and stubs (280f317)

4.28.1 (2025-08-01)

Bug Fixes
  • correct writevSync return type to number per Node.js documentation (d7720c3)
  • make position parameter optional in readvSync, writeSync, and writevSync methods (3e4ccc6)

v4.27.0

[Compare Sour


Configuration

📅 Schedule: Branch creation - "on Monday" (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.

@renovate renovate bot requested a review from danielroe as a code owner August 4, 2025 10:11
Copy link

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

socket-security bot commented Aug 4, 2025

@renovate renovate bot force-pushed the renovate/3.x-all-minor-patch branch from 68c8dc4 to 4957cb3 Compare August 4, 2025 14:00
@renovate renovate bot force-pushed the renovate/3.x-all-minor-patch branch from 4957cb3 to a964cd7 Compare August 4, 2025 18:07
Copy link
Contributor Author

renovate bot commented Aug 5, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Copy link

pkg-pr-new bot commented Aug 5, 2025

Open in StackBlitz

@nuxt/kit

npm i https://pkg.pr.new/@nuxt/kit@32851

nuxt

npm i https://pkg.pr.new/nuxt@32851

@nuxt/rspack-builder

npm i https://pkg.pr.new/@nuxt/rspack-builder@32851

@nuxt/schema

npm i https://pkg.pr.new/@nuxt/schema@32851

@nuxt/vite-builder

npm i https://pkg.pr.new/@nuxt/vite-builder@32851

@nuxt/webpack-builder

npm i https://pkg.pr.new/@nuxt/webpack-builder@32851

commit: 10171f0

Copy link

codspeed-hq bot commented Aug 5, 2025

CodSpeed Performance Report

Merging #32851 will not alter performance

Comparing renovate/3.x-all-minor-patch (10171f0) with 3.x (9f71314)

Summary

✅ 10 untouched benchmarks

@danielroe danielroe merged commit 6daa219 into 3.x Aug 5, 2025
51 checks passed
@danielroe danielroe deleted the renovate/3.x-all-minor-patch branch August 5, 2025 08:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant