Update all non-major dependencies to ^3.3.0 #41

Merged
spacebot merged 1 commit from renovate/all-minor-patch into master 2026-08-03 19:35:10 +02:00
Owner

This PR contains the following updates:

Package Change Age Confidence
@unhead/ssr (source) ^3.2.3^3.3.0 age confidence
@unhead/vue (source) ^3.2.3^3.3.0 age confidence

Release Notes

unjs/unhead (@​unhead/ssr)

v3.3.0

Compare Source

Projects using the Unhead Bundler with Vite 6 or 7, webpack, Rspack, Rollup, or another build without Rolldown no longer receive oxc-parser from @unhead/bundler. Builds that use Unhead transforms must install it directly.

📝 Migration
pnpm add -D oxc-parser

Runtime-only Unhead projects and builds with Rolldown installed need no change.

   🚨 Breaking Changes
   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v3.2.3

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v3.2.2

Compare Source

   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on Monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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 has been generated by Mend Renovate.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@unhead/ssr](https://unhead.unjs.io) ([source](https://github.com/unjs/unhead/tree/HEAD/packages/ssr)) | [`^3.2.3` → `^3.3.0`](https://renovatebot.com/diffs/npm/@unhead%2fssr/3.2.1/3.3.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@unhead%2fssr/3.3.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@unhead%2fssr/3.2.1/3.3.0?slim=true) | | [@unhead/vue](https://unhead.unjs.io) ([source](https://github.com/unjs/unhead/tree/HEAD/packages/vue)) | [`^3.2.3` → `^3.3.0`](https://renovatebot.com/diffs/npm/@unhead%2fvue/3.2.1/3.3.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@unhead%2fvue/3.3.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@unhead%2fvue/3.2.1/3.3.0?slim=true) | --- ### Release Notes <details> <summary>unjs/unhead (@&#8203;unhead/ssr)</summary> ### [`v3.3.0`](https://github.com/unjs/unhead/releases/tag/v3.3.0) [Compare Source](https://github.com/unjs/unhead/compare/v3.2.3...v3.3.0) Projects using the Unhead Bundler with Vite 6 or 7, webpack, Rspack, Rollup, or another build without Rolldown no longer receive `oxc-parser` from `@unhead/bundler`. Builds that use Unhead transforms must install it directly. ##### 📝 Migration ```bash pnpm add -D oxc-parser ``` Runtime-only Unhead projects and builds with Rolldown installed need no change. #####    🚨 Breaking Changes - **bundler**: Make oxc-parser an optional peer  -  by [@&#8203;danielroe](https://github.com/danielroe) in [#&#8203;923](https://github.com/unjs/unhead/issues/923) [<samp>(7acca)</samp>](https://github.com/unjs/unhead/commit/7acca68b) #####    🚀 Features - **bundler**: Transpile static inline scripts for Vite targets  -  by [@&#8203;harlan-zw](https://github.com/harlan-zw) in [#&#8203;862](https://github.com/unjs/unhead/issues/862) [<samp>(cb7d0)</samp>](https://github.com/unjs/unhead/commit/cb7d0b0f) - **validate**: Warn on deprecated Twitter metadata  -  by [@&#8203;harlan-zw](https://github.com/harlan-zw) in [#&#8203;910](https://github.com/unjs/unhead/issues/910) [<samp>(68a50)</samp>](https://github.com/unjs/unhead/commit/68a5072b) #####    🐞 Bug Fixes - Minify declarative JSON script content  -  by [@&#8203;harlan-zw](https://github.com/harlan-zw) in [#&#8203;874](https://github.com/unjs/unhead/issues/874) [<samp>(bf71e)</samp>](https://github.com/unjs/unhead/commit/bf71e223) - Support browsers without Object.hasOwn  -  by [@&#8203;harlan-zw](https://github.com/harlan-zw) in [#&#8203;891](https://github.com/unjs/unhead/issues/891) [<samp>(90f38)</samp>](https://github.com/unjs/unhead/commit/90f38fcc) - **react**: - Support Fragment children in Head  -  by [@&#8203;harlan-zw](https://github.com/harlan-zw) in [#&#8203;892](https://github.com/unjs/unhead/issues/892) [<samp>(7dd26)</samp>](https://github.com/unjs/unhead/commit/7dd26006) - Preserve Helmet default title fallback  -  by [@&#8203;harlan-zw](https://github.com/harlan-zw) in [#&#8203;878](https://github.com/unjs/unhead/issues/878) [<samp>(e317a)</samp>](https://github.com/unjs/unhead/commit/e317a1a1) - Normalize Head JSX props  -  by [@&#8203;harlan-zw](https://github.com/harlan-zw) in [#&#8203;893](https://github.com/unjs/unhead/issues/893) [<samp>(8ce0e)</samp>](https://github.com/unjs/unhead/commit/8ce0ebbc) - Standardize provider instance prop  -  by [@&#8203;harlan-zw](https://github.com/harlan-zw) in [#&#8203;879](https://github.com/unjs/unhead/issues/879) [<samp>(7d2dc)</samp>](https://github.com/unjs/unhead/commit/7d2dc2c7) - Support raw content in Head  -  by [@&#8203;harlan-zw](https://github.com/harlan-zw) in [#&#8203;894](https://github.com/unjs/unhead/issues/894) [<samp>(d0501)</samp>](https://github.com/unjs/unhead/commit/d0501d9b) - **schema-org**: - Google rich result parity  -  by [@&#8203;harlan-zw](https://github.com/harlan-zw) in [#&#8203;919](https://github.com/unjs/unhead/issues/919) [<samp>(a9a8e)</samp>](https://github.com/unjs/unhead/commit/a9a8e14d) - Missing Google rich result fields  -  by [@&#8203;harlan-zw](https://github.com/harlan-zw) in [#&#8203;920](https://github.com/unjs/unhead/issues/920) [<samp>(a58d4)</samp>](https://github.com/unjs/unhead/commit/a58d4bf2) - Apply defaults when node type is absent  -  by [@&#8203;harlan-zw](https://github.com/harlan-zw) in [#&#8203;924](https://github.com/unjs/unhead/issues/924) [<samp>(0a796)</samp>](https://github.com/unjs/unhead/commit/0a796ca9) - **scripts**: - Keep one stable proxy across script load  -  by [@&#8203;harlan-zw](https://github.com/harlan-zw) in [#&#8203;925](https://github.com/unjs/unhead/issues/925) [<samp>(dbefa)</samp>](https://github.com/unjs/unhead/commit/dbefa3af) - **types**: - Support document speculation rules  -  by [@&#8203;harlan-zw](https://github.com/harlan-zw) in [#&#8203;873](https://github.com/unjs/unhead/issues/873) [<samp>(2ce44)</samp>](https://github.com/unjs/unhead/commit/2ce443b5) - Narrow unpackMeta return type  -  by [@&#8203;harlan-zw](https://github.com/harlan-zw) in [#&#8203;889](https://github.com/unjs/unhead/issues/889) [<samp>(d9600)</samp>](https://github.com/unjs/unhead/commit/d9600e62) - **unhead**: - Render fresh server head into DOM  -  by [@&#8203;harlan-zw](https://github.com/harlan-zw) in [#&#8203;877](https://github.com/unjs/unhead/issues/877) [<samp>(becce)</samp>](https://github.com/unjs/unhead/commit/becce8cc) - Dedupe scalar Open Graph and Twitter metadata  -  by [@&#8203;harlan-zw](https://github.com/harlan-zw) in [#&#8203;880](https://github.com/unjs/unhead/issues/880) [<samp>(72d98)</samp>](https://github.com/unjs/unhead/commit/72d98435) - Preserve numeric zero head content  -  by [@&#8203;harlan-zw](https://github.com/harlan-zw) in [#&#8203;885](https://github.com/unjs/unhead/issues/885) [<samp>(324df)</samp>](https://github.com/unjs/unhead/commit/324df19b) - **validate**: - Warn on too many prefetch's  -  by [@&#8203;harlan-zw](https://github.com/harlan-zw) in [#&#8203;895](https://github.com/unjs/unhead/issues/895) [<samp>(30a2f)</samp>](https://github.com/unjs/unhead/commit/30a2f9e3) - Validate head input shapes  -  by [@&#8203;harlan-zw](https://github.com/harlan-zw) in [#&#8203;884](https://github.com/unjs/unhead/issues/884) [<samp>(9d7fa)</samp>](https://github.com/unjs/unhead/commit/9d7fa032) - **vue**: - Reject ignored server prop resolvers  -  by [@&#8203;harlan-zw](https://github.com/harlan-zw) in [#&#8203;876](https://github.com/unjs/unhead/issues/876) [<samp>(a834e)</samp>](https://github.com/unjs/unhead/commit/a834ef6f) #####    🏎 Performance - **bundler**: - Make Vite DevTools kit optional  -  by [@&#8203;harlan-zw](https://github.com/harlan-zw) in [#&#8203;911](https://github.com/unjs/unhead/issues/911) [<samp>(d9b3d)</samp>](https://github.com/unjs/unhead/commit/d9b3d2a6) - Reuse Rolldown parser when available  -  by [@&#8203;harlan-zw](https://github.com/harlan-zw) in [#&#8203;916](https://github.com/unjs/unhead/issues/916) [<samp>(bddfd)</samp>](https://github.com/unjs/unhead/commit/bddfd460) #####     [View changes on GitHub](https://github.com/unjs/unhead/compare/v3.2.3...v3.3.0) ### [`v3.2.3`](https://github.com/unjs/unhead/releases/tag/v3.2.3) [Compare Source](https://github.com/unjs/unhead/compare/v3.2.2...v3.2.3) #####    🐞 Bug Fixes - **schema-org**: Keep logo on organization identity  -  by [@&#8203;harlan-zw](https://github.com/harlan-zw) in [#&#8203;872](https://github.com/unjs/unhead/issues/872) [<samp>(13324)</samp>](https://github.com/unjs/unhead/commit/13324a6d) #####     [View changes on GitHub](https://github.com/unjs/unhead/compare/v3.2.2...v3.2.3) ### [`v3.2.2`](https://github.com/unjs/unhead/releases/tag/v3.2.2) [Compare Source](https://github.com/unjs/unhead/compare/v3.2.1...v3.2.2) #####    🐞 Bug Fixes - **schema-org**: Improve resolver correctness and types  -  by [@&#8203;harlan-zw](https://github.com/harlan-zw) in [#&#8203;868](https://github.com/unjs/unhead/issues/868) [<samp>(230e4)</samp>](https://github.com/unjs/unhead/commit/230e4d3e) - **scripts**: Keep removed controllers terminal  -  by [@&#8203;harlan-zw](https://github.com/harlan-zw) in [#&#8203;867](https://github.com/unjs/unhead/issues/867) [<samp>(fa9b3)</samp>](https://github.com/unjs/unhead/commit/fa9b3a9c) - **stream**: Resolve reactive entries before serialization  -  by [@&#8203;harlan-zw](https://github.com/harlan-zw) in [#&#8203;870](https://github.com/unjs/unhead/issues/870) [<samp>(ed03f)</samp>](https://github.com/unjs/unhead/commit/ed03f941) #####    🏎 Performance - **schema-org**: Reduce graph resolution overhead  -  by [@&#8203;harlan-zw](https://github.com/harlan-zw) in [#&#8203;871](https://github.com/unjs/unhead/issues/871) [<samp>(62dab)</samp>](https://github.com/unjs/unhead/commit/62dabe7a) #####     [View changes on GitHub](https://github.com/unjs/unhead/compare/v3.2.1...v3.2.2) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - "on Monday" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yODguMCIsInVwZGF0ZWRJblZlciI6IjQzLjI4OC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
Update all non-major dependencies to ^3.3.0
Some checks failed
renovate/artifacts Artifact file update failure
ci / ci (22, debian-trixie) (push) Successful in 29s
b4711e7a2b
spacebot scheduled this pull request to auto merge when all checks succeed 2026-08-03 19:34:47 +02:00
Author
Owner

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options.
npm error code ERESOLVE
npm error ERESOLVE could not resolve
npm error
npm error While resolving: website@undefined
npm error Found: @nuxt/vite-builder@4.5.0
npm error node_modules/@nuxt/vite-builder
npm error   @nuxt/vite-builder@"^4.5.1" from the root project
npm error   @nuxt/vite-builder@"4.5.0" from nuxt@4.5.0
npm error   node_modules/nuxt
npm error     nuxt@"^4.5.1" from the root project
npm error     peer nuxt@"4.5.0" from @nuxt/vite-builder@4.5.0
npm error     1 more (@nuxt/nitro-server)
npm error
npm error Could not resolve dependency:
npm error @nuxt/vite-builder@"^4.5.1" from the root project
npm error
npm error Conflicting peer dependency: @babel/core@8.0.1
npm error node_modules/@babel/core
npm error   peer @babel/core@"^8.0.0" from @babel/plugin-proposal-decorators@8.0.2
npm error   node_modules/@babel/plugin-proposal-decorators
npm error     peerOptional @babel/plugin-proposal-decorators@"^7.25.0 || ^8.0.0" from @nuxt/vite-builder@4.5.1
npm error     node_modules/@nuxt/vite-builder
npm error       @nuxt/vite-builder@"^4.5.1" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2026-08-03T17_34_26_176Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2026-08-03T17_34_26_176Z-debug-0.log

### ⚠️ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: package-lock.json ``` npm warn Unknown env config "store". This will stop working in the next major version of npm. See `npm help npmrc` for supported config options. npm error code ERESOLVE npm error ERESOLVE could not resolve npm error npm error While resolving: website@undefined npm error Found: @nuxt/vite-builder@4.5.0 npm error node_modules/@nuxt/vite-builder npm error @nuxt/vite-builder@"^4.5.1" from the root project npm error @nuxt/vite-builder@"4.5.0" from nuxt@4.5.0 npm error node_modules/nuxt npm error nuxt@"^4.5.1" from the root project npm error peer nuxt@"4.5.0" from @nuxt/vite-builder@4.5.0 npm error 1 more (@nuxt/nitro-server) npm error npm error Could not resolve dependency: npm error @nuxt/vite-builder@"^4.5.1" from the root project npm error npm error Conflicting peer dependency: @babel/core@8.0.1 npm error node_modules/@babel/core npm error peer @babel/core@"^8.0.0" from @babel/plugin-proposal-decorators@8.0.2 npm error node_modules/@babel/plugin-proposal-decorators npm error peerOptional @babel/plugin-proposal-decorators@"^7.25.0 || ^8.0.0" from @nuxt/vite-builder@4.5.1 npm error node_modules/@nuxt/vite-builder npm error @nuxt/vite-builder@"^4.5.1" from the root project npm error npm error Fix the upstream dependency conflict, or retry this command with --force or --legacy-peer-deps to accept an incorrect (and potentially broken) dependency resolution. npm error npm error npm error For a full report see: npm error /tmp/renovate/cache/others/npm/_logs/2026-08-03T17_34_26_176Z-eresolve-report.txt npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2026-08-03T17_34_26_176Z-debug-0.log ```
spacebot merged commit 7552672ce1 into master 2026-08-03 19:35:10 +02:00
spacebot deleted branch renovate/all-minor-patch 2026-08-03 19:35:11 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
spacebar/website!41
No description provided.