Skip to content

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

Merged
danielroe merged 4 commits into
mainfrom
renovate/main-all-minor-patch
May 18, 2026
Merged

chore(deps): update all non-major dependencies (main)#35095
danielroe merged 4 commits into
mainfrom
renovate/main-all-minor-patch

Conversation

@renovate

@renovate renovate Bot commented May 18, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence Type Update
@nuxt/scripts (source) 1.0.61.1.0 age confidence devDependencies minor
@oxc-project/types (source) 0.130.00.131.0 age confidence devDependencies minor
@rspack/core (source) 2.0.22.0.3 age confidence devDependencies patch
@rspack/core (source) ^2.0.2^2.0.3 age confidence dependencies patch
@types/node (source) 24.12.324.12.4 age confidence devDependencies patch
@vitejs/plugin-vue (source) ^6.0.6^6.0.7 age confidence dependencies patch
@vitejs/plugin-vue (source) 6.0.66.0.7 age confidence devDependencies patch
@vue/language-core (source) 3.2.83.2.9 age confidence devDependencies patch
devalue ^5.8.0^5.8.1 age confidence dependencies patch
devalue 5.8.05.8.1 age confidence devDependencies patch
github/codeql-action v4.35.4v4.35.5 age confidence action patch
html-validate (source) 11.1.011.2.0 age confidence devDependencies minor
htmlnano 3.2.13.3.1 age confidence devDependencies minor
knip (source) 6.12.26.14.1 age confidence devDependencies minor
lru-cache ^11.3.6^11.4.0 age confidence dependencies minor
oxc-transform (source) 0.130.00.131.0 age confidence devDependencies minor
pkg-pr-new (source) 0.0.710.0.74 age confidence devDependencies patch
pnpm (source) 11.1.011.1.2 age confidence packageManager patch
pnpm/action-setup v6.0.7v6.0.8 age confidence action patch
rollup (source) 4.60.34.60.4 age confidence devDependencies patch
ts-blank-space (source) 0.8.00.9.0 age confidence devDependencies minor
unimport 6.2.06.3.0 age confidence devDependencies minor
unimport ^6.2.0^6.3.0 age confidence dependencies minor
vite (source) 8.0.128.0.13 age confidence pnpm-workspace.overrides patch
vite (source) ^8.0.12^8.0.13 age confidence dependencies patch
vite (source) 8.0.128.0.13 age confidence devDependencies patch
vue-router (source) 5.0.65.0.7 age confidence devDependencies patch
vue-router (source) ^5.0.6^5.0.7 age confidence dependencies patch
vue-tsc (source) 3.2.83.2.9 age confidence devDependencies patch

Release Notes

nuxt/scripts (@​nuxt/scripts)

v1.1.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub
web-infra-dev/rspack (@​rspack/core)

v2.0.3

Compare Source

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

Full Changelog: web-infra-dev/rspack@v2.0.2...v2.0.3

vitejs/vite-plugin-vue (@​vitejs/plugin-vue)

v6.0.7

Features
Bug Fixes
vuejs/language-tools (@​vue/language-core)

v3.2.9

Compare Source

language-core
vscode
  • fix: trigger file rename edits when moving folders with Vue files (#​6046) - Thanks to @​KazariEX!
workspace
sveltejs/devalue (devalue)

v5.8.1

Compare Source

Patch Changes
  • 206ca67: fix: force sparse arrays to allocate sparsely
github/codeql-action (github/codeql-action)

v4.35.5

Compare Source

  • We have improved how the JavaScript bundles for the CodeQL Action are generated to avoid duplication across bundles and reduce the size of the repository by around 70%. This should have no effect on the runtime behaviour of the CodeQL Action. #​3899
  • For performance and accuracy reasons, improved incremental analysis will now only be enabled on a pull request when diff-informed analysis is also enabled for that run. If diff-informed analysis is unavailable (for example, because the PR diff ranges could not be computed), the action will fall back to a full analysis. #​3791
  • If multiple inputs are provided for the GitHub-internal analysis-kinds input, only code-scanning will be enabled. The analysis-kinds input is experimental, for GitHub-internal use only, and may change without notice at any time. #​3892
  • Added an experimental change which, when running a Code Scanning analysis for a PR with improved incremental analysis enabled, prefers CodeQL CLI versions that have a cached overlay-base database for the configured languages. This speeds up analysis for a repository when there is not yet a cached overlay-base database for the latest CLI version. We expect to roll this change out to everyone in May. #​3880
html-validate/html-validate (html-validate)

v11.2.0

Compare Source

Features
maltsev/htmlnano (htmlnano)

v3.3.1

Compare Source

Fixed
  • Fixed cssnano version in peerDependencies [#​432].

v3.3.0

Compare Source

Changed
  • Upgraded to cssnano@8.
webpro-nl/knip (knip)

v6.14.1: Release 6.14.1

Compare Source

v6.14.0: Release 6.14.0

Compare Source

  • Resolve imports satisfied via transitive peerDeps (d654ec7)
  • Don't flag undeclared sibling workspace imports as unlisted (#​1742) (e7122a1)
  • Update github-actions reporter snapshots (2308b5a)
  • Cache syncGlob() results like defaultGlob() does (6c34287)
  • Trim redundant statSync calls in FileEntryCache (eee3b89)
  • Cache parsed .gitignore patterns across --cache runs (7ffdc2f)
  • Tighten cache module callsites (64e5072)
  • Extract shared disk-cache helper used by glob and gitignore caches (0987421)
  • Simplify CacheConsultant: replace trampoline with default arrow methods (bebe750)
  • Pin pnpm minimumReleaseAge and trustPolicy (77efb32)
  • Eliminate rescanFrontier polling in walkAndAnalyze (38d91b6)
  • Reduce findWorkspaceByFilePath per-call overhead (9149437)
  • Memoize DependencyDeputy.getDependencies (a661a21)
  • Tighten module-graph map helpers (drop double-lookup + optional chains) (c11d62f)
  • Add --duration flag for zero-overhead duration measurement (d4b59d8)
  • Cover analysis pipeline with --performance timerify (694dbf4)
  • Align --help text (6f12997)
  • Add cli arg shorthands: -p, -s, -w, -D, -f, -F, -u (f21a587)
  • Format (8db5346)
  • This one's okay (662ceaf)

v6.13.1: Release 6.13.1

Compare Source

  • Add jest.config.{cts,mts} (#​1743) (44738d6) - thanks @​joshkel!
  • Update ecosystem tests (74420a6)
  • Fix export * as re-exported namespace case (5923af4)
  • Add .mts and .cts config files to some plugins (69d1e83)
  • Docusaurus: ignore @generated/*, handle local plugin paths (ce5f767)
  • Nx: expand {projectRoot} / {workspaceRoot} token variables (8715312)

v6.13.0: Release 6.13.0

Compare Source

isaacs/node-lru-cache (lru-cache)

v11.4.0

Compare Source

stackblitz-labs/pkg.pr.new (pkg-pr-new)

v0.0.74

Compare Source

v0.0.73

Compare Source

v0.0.72

Compare Source

pnpm/pnpm (pnpm)

v11.1.2

Compare Source

Patch Changes
  • convertEnginesRuntimeToDependencies: switch the runtime-dependency write to Object.defineProperty so the CodeQL js/prototype-polluting-assignment rule treats the assignment as safe regardless of the property name (follow-up to #​11609).

  • Address CodeQL static-analysis findings: guard manifest dependency writes against prototype-polluting keys (__proto__, constructor, prototype), and replace a potentially super-linear semver-detection regex in registry 404 hints with an O(n) parser.

  • Strip sec-fetch-* headers from outgoing HTTP requests. These headers are automatically added by undici's fetch() implementation per the Fetch spec but cause Azure DevOps Artifacts to return HTTP 400 for uncached upstream packages, as ADO interprets them as browser requests #​11572.

  • Fix minimumReleaseAge handling for cached abbreviated metadata.

    The version-spec cache fast path no longer rethrows ERR_PNPM_MISSING_TIME under strictPublishedByCheck; it now falls through to the registry-fetch path, consistent with the adjacent mtime-gated cache block.

    When the registry returns 304 Not Modified for a package whose cached metadata is abbreviated (no per-version time), pnpm now re-fetches with fullMetadata: true if minimumReleaseAge is active and the package was modified after the cutoff. The upgraded metadata is persisted to disk so subsequent installs don't repeat the fetch. Previously the abbreviated meta was used as-is and the maturity check fell back to its warn-and-skip path, silently bypassing the quarantine and emitting a misleading "metadata is missing the time field" warning.

    Closes #​11619.

  • Fix pnpm upgrade --interactive --latest -r not respecting named catalog groups. Previously, upgrading a dependency using a named catalog (e.g. "catalog:foo") would incorrectly rewrite package.json to "catalog:" and place the updated version in the default catalog instead of the named one #​10115.

  • Fixed optimisticRepeatInstall skipping pnpm-lock.yaml merge conflict resolution when the existing node_modules state appears up to date.

  • Fix minimumReleaseAge / resolutionMode: time-based installs failing on lockfiles whose time: block is missing entries. The npm-resolver's peek-from-store fast path now surfaces publishedAt from the lockfile rather than discarding it, and falls through to a registry metadata fetch when the time-based cutoff can't be computed from the data on hand.

v11.1.1

Compare Source

Patch Changes
  • Skip installability validation when scanning workspace projects in checkDepsStatus (run by verifyDepsBeforeRun). Previously the status check called findWorkspaceProjects, which validates each project's engines and os/cpu/libc and warns about useless fields in non-root manifests — work that the install pipeline already performs. With no nodeVersion threaded through, the engine check also fell back to the system Node from PATH and emitted spurious "Unsupported engine" warnings before scripts ran. Status-only callers now use findWorkspaceProjectsNoCheck; install paths continue to validate.
  • Fixed pnpm add <alias>:@&#8203;scope/pkg for named registries. The local resolver was claiming any specifier containing / as a local directory, so pnpm add bit:@&#8203;teambit/bit (with bit configured under namedRegistries) installed a bogus link to bit:@&#8203;teambit/bit/ instead of resolving from the configured registry. The local resolver now runs after the named-registry resolver in the resolution chain.
  • Updated @zkochan/cmd-shim to 9.0.3. The sh shim it writes for .cmd / .bat targets now escapes the /C switch as //C, so it survives the path translation Git Bash applies when launching cmd.exe. Without this, a bare /C was rewritten to C:\ before reaching cmd.exe — the switch was dropped, cmd started interactively, and the calling script saw the cmd banner instead of the wrapped command's output. Affects any cmd-shim-wrapped batch script invoked from Git Bash / MSYS / Cygwin on Windows. See pnpm/cmd-shim#55.
pnpm/action-setup (pnpm/action-setup)

v6.0.8

Compare Source

rollup/rollup (rollup)

v4.60.4

Compare Source

2026-05-14

Bug Fixes
  • Improve stability of chunk hashes (#​6362)
Pull Requests
bloomberg/ts-blank-space (ts-blank-space)

v0.9.0

Compare Source

What's Changed

Full Changelog: bloomberg/ts-blank-space@v0.8.0...v0.9.0

unjs/unimport (unimport)

v6.3.0

Compare Source

   🚀 Features
   🏎 Performance
    View changes on GitHub
vitejs/vite (vite)

v8.0.13

Compare Source

Features
Bug Fixes
Miscellaneous Chores
vuejs/router (vue-router)

v5.0.7

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on Monday"
  • 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.

👻 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 May 18, 2026 02:38
@github-actions github-actions Bot added 5.x 🧹 p1-chore Low priority maintenance task labels May 18, 2026
@socket-security

socket-security Bot commented May 18, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Added@​oxc-project/​types@​0.131.01001007296100
Added@​nuxt/​scripts@​1.1.0951007595100
Added@​rspack/​core@​2.0.31001008197100
Added@​types/​node@​24.12.41001008196100
Added@​vitejs/​plugin-vue@​6.0.710010010094100
Addeddevalue@​5.8.110010010095100
Added@​vue/​language-core@​3.2.910010010097100

View full report

@pkg-pr-new

pkg-pr-new Bot commented May 18, 2026

Copy link
Copy Markdown

Open in StackBlitz

@nuxt/kit

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

@nuxt/nitro-server

npm i https://pkg.pr.new/@nuxt/nitro-server@35095

nuxt

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

@nuxt/rspack-builder

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

@nuxt/schema

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

@nuxt/vite-builder

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

@nuxt/webpack-builder

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

commit: 1510db6

@codspeed-hq

codspeed-hq Bot commented May 18, 2026

Copy link
Copy Markdown

Merging this PR will degrade performance by 10.54%

⚠️ Different runtime environments detected

Some benchmarks with significant performance changes were compared across different runtime environments,
which may affect the accuracy of the results.

Open the report in CodSpeed to investigate

❌ 1 regressed benchmark
✅ 19 untouched benchmarks
⏩ 3 skipped benchmarks1

Warning

Please fix the performance issues or acknowledge them on CodSpeed.

Performance Changes

Benchmark BASE HEAD Efficiency
loadNuxt in the basic test fixture 428 ms 478.4 ms -10.54%

Tip

Investigate this regression by commenting @codspeedbot fix this regression on this PR, or directly use the CodSpeed MCP with your agent.


Comparing renovate/main-all-minor-patch (1510db6) with main (2312ce3)

Open in CodSpeed

Footnotes

  1. 3 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

@renovate renovate Bot force-pushed the renovate/main-all-minor-patch branch from 102bb1f to f2735fd Compare May 18, 2026 10:04
@renovate

renovate Bot commented May 18, 2026

Copy link
Copy Markdown
Contributor Author

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 8056bf4 into main May 18, 2026
31 checks passed
@danielroe danielroe deleted the renovate/main-all-minor-patch branch May 18, 2026 14:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

5.x 🧹 p1-chore Low priority maintenance task

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant