Skip to content

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

Merged
danielroe merged 5 commits intomainfrom
renovate/main-all-minor-patch
Oct 24, 2025
Merged

chore(deps): update all non-major dependencies (main)#33469
danielroe merged 5 commits intomainfrom
renovate/main-all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 13, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
@babel/core (source) 7.28.4 -> 7.28.5 age confidence resolutions patch
@babel/core (source) 7.28.4 -> 7.28.5 age confidence devDependencies patch
@dxup/nuxt ^0.1.0 -> ^0.2.0 age confidence dependencies minor
@eslint/markdown 7.4.0 -> 7.5.0 age confidence devDependencies minor
@nuxt/scripts 0.12.1 -> 0.13.0 age confidence devDependencies minor
@playwright/test (source) 1.56.0 -> 1.56.1 age confidence devDependencies patch
@types/node (source) 22.18.9 -> 22.18.12 age confidence resolutions patch
@types/node (source) 22.18.9 -> 22.18.12 age confidence devDependencies patch
@typescript-eslint/parser (source) 8.46.0 -> 8.46.2 age confidence devDependencies patch
@unocss/reset (source) 66.5.3 -> 66.5.4 age confidence devDependencies patch
CodSpeedHQ/action v4.1.1 -> v4.2.1 age confidence action minor
actions/dependency-review-action v4.8.0 -> v4.8.1 age confidence action patch
c12 3.3.0 -> 3.3.1 age confidence devDependencies patch
c12 ^3.3.0 -> ^3.3.1 age confidence dependencies patch
c12 3.3.0 -> 3.3.1 age confidence resolutions patch
devalue ^5.3.2 -> ^5.4.2 age confidence dependencies minor
devalue 5.3.2 -> 5.4.2 age confidence devDependencies minor
esbuild ^0.25.10 -> ^0.25.11 age confidence dependencies patch
esbuild 0.25.10 -> 0.25.11 age confidence devDependencies patch
eslint (source) 9.37.0 -> 9.38.0 age confidence devDependencies minor
github/ai-moderator v1.1.2 -> v1.1.3 age confidence action patch
github/codeql-action v4.30.8 -> v4.30.9 age confidence action patch
html-validate (source) 10.1.1 -> 10.1.2 age confidence devDependencies patch
knip (source) 5.64.3 -> 5.66.2 age confidence devDependencies minor
magic-string ^0.30.19 -> ^0.30.21 age confidence dependencies patch
magic-string 0.30.19 -> 0.30.21 age confidence resolutions patch
magic-string 0.30.19 -> 0.30.21 age confidence devDependencies patch
nitropack 2.12.7 -> 2.12.8 age confidence devDependencies patch
nitropack ^2.12.7 -> ^2.12.8 age confidence dependencies patch
nitropack 2.12.7 -> 2.12.8 age confidence resolutions patch
oxc-minify (source) ^0.94.0 -> ^0.95.0 age confidence dependencies minor
oxc-parser (source) ^0.94.0 -> ^0.95.0 age confidence dependencies minor
oxc-transform (source) 0.94.0 -> 0.95.0 age confidence devDependencies minor
oxc-transform (source) ^0.94.0 -> ^0.95.0 age confidence dependencies minor
playwright-core (source) 1.56.0 -> 1.56.1 age confidence devDependencies patch
pnpm (source) 10.18.2 -> 10.19.0 age confidence packageManager minor
rhysd/actionlint 1.7.7 -> 1.7.8 age confidence docker patch
rolldown (source) 1.0.0-beta.42 -> 1.0.0-beta.44 age confidence devDependencies patch
rollup (source) 4.52.4 -> 4.52.5 age confidence devDependencies patch
rollup (source) 4.52.4 -> 4.52.5 age confidence resolutions patch
rollup-plugin-visualizer ^6.0.4 -> ^6.0.5 age confidence dependencies patch
rollup-plugin-visualizer 6.0.4 -> 6.0.5 age confidence devDependencies patch
sherif 1.6.1 -> 1.7.0 age confidence devDependencies minor
srvx (source) 0.8.15 -> 0.9.1 age confidence devDependencies minor
std-env ^3.9.0 -> ^3.10.0 age confidence dependencies minor
std-env 3.9.0 -> 3.10.0 age confidence devDependencies minor
unenv ^2.0.0-rc.21 -> ^2.0.0-rc.22 age confidence dependencies patch
unimport 5.4.1 -> 5.5.0 age confidence devDependencies minor
unimport ^5.4.1 -> ^5.5.0 age confidence dependencies minor
unimport 5.4.1 -> 5.5.0 age confidence resolutions minor
unocss (source) 66.5.3 -> 66.5.4 age confidence devDependencies patch
unplugin-vue-router (source) ^0.15.0 -> ^0.16.0 age confidence dependencies minor
vite (source) ^7.1.11 -> ^7.1.12 age confidence dependencies patch
vite (source) 7.1.11 -> 7.1.12 age confidence devDependencies patch
vite (source) 7.1.11 -> 7.1.12 age confidence resolutions patch
vue-router (source) 4.5.1 -> 4.6.3 age confidence devDependencies minor
vue-router (source) ^4.5.1 -> ^4.6.3 age confidence dependencies minor
vue-router (source) 4.5.1 -> 4.6.3 age confidence resolutions minor

Release Notes

babel/babel (@​babel/core)

v7.28.5

Compare Source

👓 Spec Compliance
🐛 Bug Fix
  • babel-plugin-proposal-destructuring-private
  • babel-parser
  • babel-plugin-proposal-discard-binding, babel-plugin-transform-destructuring
  • babel-helper-create-class-features-plugin, babel-helper-member-expression-to-functions, babel-plugin-transform-block-scoping, babel-plugin-transform-optional-chaining, babel-traverse, babel-types
  • babel-traverse
🏠 Internal
🏃‍♀️ Performance
KazariEX/dxup (@​dxup/nuxt)

v0.2.0

Compare Source

v0.1.1

Compare Source

eslint/markdown (@​eslint/markdown)

v7.5.0

Compare Source

Features
  • handle CR and CRLF in no-missing-atx-heading-space (#​555) (a869d98)

v7.4.1

Compare Source

Bug Fixes
  • handle CR in MarkdownSourceCode and Front Matter util (#​554) (d1ad828)
  • handle CR in rules to follow CommonMark spec (#​493) (20e88fe)
nuxt/scripts (@​nuxt/scripts)

v0.13.0

Compare Source

   🚨 Breaking Changes
   🐞 Bug Fixes
    View changes on GitHub

v0.12.2

Compare Source

   🐞 Bug Fixes
    View changes on GitHub
microsoft/playwright (@​playwright/test)

v1.56.1

Compare Source

Highlights

#​37871 chore: allow local-network-access permission in chromium
#​37891 fix(agents): remove workspaceFolder ref from vscode mcp
#​37759 chore: rename agents to test agents
#​37757 chore(mcp): fallback to cwd when resolving test config

Browser Versions

  • Chromium 141.0.7390.37
  • Mozilla Firefox 142.0.1
  • WebKit 26.0
typescript-eslint/typescript-eslint (@​typescript-eslint/parser)

v8.46.2

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

v8.46.1

Compare Source

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

unocss/unocss (@​unocss/reset)

v66.5.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
CodSpeedHQ/action (CodSpeedHQ/action)

v4.2.1

Compare Source

Release Notes

What's Changed

🚀 Features
🐛 Bug Fixes
⚙️ Internals
New Contributors

Install codspeed-runner 4.2.1

Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/runner/releases/download/v4.2.1/codspeed-runner-installer.sh | sh

Download codspeed-runner 4.2.1

File Platform Checksum
codspeed-runner-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
codspeed-runner-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum

Full Runner Changelog: https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md

Full Changelog: CodSpeedHQ/action@v4.2.0...v4.2.1

v4.2.0

Compare Source

Changes

✨ This new release adds a way for the runner to save and restore instruments it installs to a cache directory. The CodSpeed github action automatically makes use of these feature to speedup runs in your CI!

Details

🚀 Features
🐛 Bug Fixes
⚙️ Internals

Install codspeed-runner 4.2.0

Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/CodSpeedHQ/runner/releases/download/v4.2.0/codspeed-runner-installer.sh | sh

Download codspeed-runner 4.2.0

File Platform Checksum
codspeed-runner-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
codspeed-runner-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum

Full Runner Changelog: https://github.com/CodSpeedHQ/runner/blob/main/CHANGELOG.md

Full Changelog: CodSpeedHQ/action@v4.1.1...v4.2.0

actions/dependency-review-action (actions/dependency-review-action)

v4.8.1: Dependency Review Action v4.8.1

Compare Source

What's Changed

Full Changelog: actions/dependency-review-action@v4...v4.8.1

unjs/c12 (c12)

v3.3.1

Compare Source

compare changes

🩹 Fixes
🏡 Chore
❤️ Contributors
sveltejs/devalue (devalue)

v5.4.2

Compare Source

Patch Changes
  • 5c26c0d: fix: allow custom revivers to revive things serialized by builtin reducers

v5.4.1

Compare Source

Patch Changes
  • ca3c7b6: chore: Remove impossible void type from replacer's uneval

v5.4.0

Compare Source

Minor Changes
  • 9306d09: feat: pass uneval to replacer, for handling nested custom types
Patch Changes
  • b617c7c: perf: shrink uneval output with null-proto objects
evanw/esbuild (esbuild)

v0.25.11

Compare Source

  • Add support for with { type: 'bytes' } imports (#​4292)

    The import bytes proposal has reached stage 2.7 in the TC39 process, which means that although it isn't quite recommended for implementation, it's generally approved and ready for validation. Furthermore it has already been implemented by Deno and Webpack. So with this release, esbuild will also add support for this. It behaves exactly the same as esbuild's existing binary loader. Here's an example:

    import data from './image.png' with { type: 'bytes' }
    const view = new DataView(data.buffer, 0, 24)
    const width = view.getInt32(16)
    const height = view.getInt32(20)
    console.log('size:', width + '\xD7' + height)
  • Lower CSS media query range syntax (#​3748, #​4293)

    With this release, esbuild will now transform CSS media query range syntax into equivalent syntax using min-/max- prefixes for older browsers. For example, the following CSS:

    @&#8203;media (640px <= width <= 960px) {
      main {
        display: flex;
      }
    }

    will be transformed like this with a target such as --target=chrome100 (or more specifically with --supported:media-range=false if desired):

    @&#8203;media (min-width: 640px) and (max-width: 960px) {
      main {
        display: flex;
      }
    }
eslint/eslint (eslint)

v9.38.0

Compare Source

Features

  • ce40f74 feat: update complexity rule to only highlight function header (#​20048) (Atul Nair)
  • e37e590 feat: correct no-loss-of-precision false positives with e notation (#​20187) (Francesco Trotta)

Bug Fixes

  • 50c3dfd fix: improve type support for isolated dependencies in pnpm (#​20201) (Francesco Trotta)
  • a1f06a3 fix: correct SourceCode typings (#​20114) (Pixel998)

Documentation

  • 462675a docs: improve web accessibility by hiding non-semantic character (#​20205) (루밀LuMir)
  • c070e65 docs: correct formatting in no-irregular-whitespace rule documentation (#​20203) (루밀LuMir)
  • b39e71a docs: Update README (GitHub Actions Bot)
  • cd39983 docs: move custom-formatters type descriptions to nodejs-api (#​20190) (Percy Ma)

Chores

github/ai-moderator (github/ai-moderator)

v1.1.3

Compare Source

What's Changed

New Contributors


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 October 13, 2025 02:28
@bolt-new-by-stackblitz
Copy link

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

@socket-security
Copy link

socket-security bot commented Oct 13, 2025

@pkg-pr-new
Copy link

pkg-pr-new bot commented Oct 13, 2025

Open in StackBlitz

@nuxt/kit

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

nuxt

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

@nuxt/rspack-builder

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

@nuxt/schema

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

@nuxt/vite-builder

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

@nuxt/webpack-builder

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

commit: 3898e69

@codspeed-hq
Copy link

codspeed-hq bot commented Oct 13, 2025

CodSpeed Performance Report

Merging #33469 will improve performances by 12.18%

Comparing renovate/main-all-minor-patch (3898e69) with main (56a257a)

Summary

⚡ 1 improvement
✅ 9 untouched

Benchmarks breakdown

Benchmark BASE HEAD Change
loadNuxtConfig in the empty directory 24.3 ms 21.7 ms +12.18%

@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch 17 times, most recently from 978335b to 3a5aa7d Compare October 16, 2025 21:27
@socket-security
Copy link

socket-security bot commented Oct 16, 2025

All alerts resolved. Learn more about Socket for GitHub.

This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored.

View full report

@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch 5 times, most recently from f6b79bd to 30ef41e Compare October 18, 2025 10:15
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch 16 times, most recently from c872488 to 21b296c Compare October 23, 2025 15:35
@renovate renovate bot force-pushed the renovate/main-all-minor-patch branch from 21b296c to 08223ab Compare October 24, 2025 01:16
@renovate
Copy link
Contributor Author

renovate bot commented Oct 24, 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.

@danielroe danielroe merged commit ddebec5 into main Oct 24, 2025
101 of 102 checks passed
@danielroe danielroe deleted the renovate/main-all-minor-patch branch October 24, 2025 07:34
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.

2 participants