Skip to content

build(server-ui)(deps): bump @unhead/vue from 2.1.13 to 3.0.3 in /server/frontend#420

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/server/frontend/unhead/vue-3.0.3
Closed

build(server-ui)(deps): bump @unhead/vue from 2.1.13 to 3.0.3 in /server/frontend#420
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/server/frontend/unhead/vue-3.0.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 13, 2026

Bumps @unhead/vue from 2.1.13 to 3.0.3.

Release notes

Sourced from @​unhead/vue's releases.

v3.0.3

   🐞 Bug Fixes

    View changes on GitHub

v3.0.2

   🐞 Bug Fixes

    View changes on GitHub

v3.0.1

   🐞 Bug Fixes

    View changes on GitHub

v3.0.0

Unhead v3 rebuilds the rendering engine from the ground up. The motivation: streaming SSR. Frameworks like Nuxt, SolidStart, and SvelteKit stream HTML to the browser as data loads, but head tags were still stuck in a request/response model, resolved once and never updated. To fix this properly, we had to make rendering synchronous, pluggable, and side-effect free. The result is a faster, smaller, and more capable head manager.

📣 Highlights

🌊 Streaming SSR

Head tags now update dynamically as suspense boundaries resolve during streaming. As each chunk streams to the browser, new <title>, <meta>, and <link> tags are pushed to a client-side queue and applied to the DOM. No waiting for the full page to load.

// entry-server.ts
import { createStreamableHead } from '@unhead/vue/stream/server'
const { head, wrapStream } = createStreamableHead()
app.use(head)
// wraps the Vue stream, injecting head updates as chunks resolve
return wrapStream(renderToWebStream(app), template)

// entry-client.ts
import { createStreamableHead } from '@unhead/vue/stream/client'
</tr></table> 

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code Server Issue related to the Server application labels Apr 13, 2026
@github-actions
Copy link
Copy Markdown

This is a major dependency update, so auto-merge is disabled.
Please review and merge manually if everything looks good.

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/server/frontend/unhead/vue-3.0.3 branch from ababb5f to 7aefed8 Compare April 15, 2026 20:00
@github-actions
Copy link
Copy Markdown

This is a major dependency update, so auto-merge is disabled.
Please review and merge manually if everything looks good.

Bumps [@unhead/vue](https://github.com/unjs/unhead/tree/HEAD/packages/vue) from 2.1.13 to 3.0.3.
- [Release notes](https://github.com/unjs/unhead/releases)
- [Commits](https://github.com/unjs/unhead/commits/v3.0.3/packages/vue)

---
updated-dependencies:
- dependency-name: "@unhead/vue"
  dependency-version: 3.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/server/frontend/unhead/vue-3.0.3 branch from 7aefed8 to bc63ec3 Compare April 15, 2026 20:13
@github-actions
Copy link
Copy Markdown

This is a major dependency update, so auto-merge is disabled.
Please review and merge manually if everything looks good.

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Apr 20, 2026

Superseded by #434.

@dependabot dependabot bot closed this Apr 20, 2026
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/server/frontend/unhead/vue-3.0.3 branch April 20, 2026 00:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code Server Issue related to the Server application

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants