Skip to content

Bump @unhead/vue from 2.1.15 to 3.1.1#323

Open
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/dev/unhead/vue-3.1.0
Open

Bump @unhead/vue from 2.1.15 to 3.1.1#323
dependabot[bot] wants to merge 1 commit into
devfrom
dependabot/npm_and_yarn/dev/unhead/vue-3.1.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 11, 2026

Bumps @unhead/vue from 2.1.15 to 3.1.1.

Release notes

Sourced from @​unhead/vue's releases.

v3.1.1

   🐞 Bug Fixes

    View changes on GitHub

v3.1.0

🛠️ Unhead CLI

To assist with migrations and overall DX a CLI has been introduced: @unhead/cli.

npx -y @unhead/cli 

It lets you do the following:

          audit    Lint your codebase for unhead misuse, type-narrowing issues, and SEO/perf foot-guns.                      
        migrate    Apply autofixes for v2-to-v3 migration: rewrite deprecated props and wrap tag literals in defineX helpers.
  validate-html    Run the runtime ValidatePlugin over prerendered HTML files (e.g. dist/, .output/, build/).                
   validate-url    Fetch a rendered URL and run unhead\'s SEO/perf validation rules over its <head>.         

For example, try running audit on your own project for hints on how to improve your SEO.

✔️ Unhead ESLint

Knowing that your useHead() and useSeoMeta() code is right while your coding is important. While type-narrowing solves many broken cases, we introduce an ESLint plugin to help catch anything that the typechecker can't catch.

These rules are shared from the runtime ValidatePlugin

# flat-config ESLint plugin with v2→v3 migration autofixes
npm i -D @unhead/eslint-plugin
```ts [eslint.config.ts]
import { configs } from '@unhead/eslint-plugin'
export default [
configs.recommended,
]

🌊 Streaming SSR non-Vite support

... (truncated)

Commits
  • 98f99fe chore: release v3.1.1
  • 914d05e chore: release v3.1.0
  • 5257d27 refactor(bundler): unify per-bundler entries into bundler factory (#754)
  • 3ed063c feat(stream): webpack plugin + bundler-agnostic factory (#751)
  • 40f777b fix(vue): batch streamed head updates via self-deleting inline scripts (#752)
  • ea54e36 chore: release v3.0.5
  • e860d62 fix(vue): symmetric HeadStream vnodes for clean streaming hydration (#748)
  • be43a70 chore: release v3.0.4
  • b44590f chore: release v3.0.3
  • c400d4f fix(legacy): restore exports for v2 migration (#741)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 11, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/dev/unhead/vue-3.1.0 branch 4 times, most recently from a8b1b29 to 7bd4f19 Compare May 21, 2026 04:59
@dependabot dependabot Bot changed the title Bump @unhead/vue from 2.1.15 to 3.1.0 Bump @unhead/vue from 2.1.15 to 3.1.1 May 28, 2026
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/dev/unhead/vue-3.1.0 branch from 7bd4f19 to a515e5d Compare May 28, 2026 00:58
Bumps [@unhead/vue](https://github.com/unjs/unhead/tree/HEAD/packages/vue) from 2.1.15 to 3.1.1.
- [Release notes](https://github.com/unjs/unhead/releases)
- [Commits](https://github.com/unjs/unhead/commits/v3.1.1/packages/vue)

---
updated-dependencies:
- dependency-name: "@unhead/vue"
  dependency-version: 3.1.0
  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/dev/unhead/vue-3.1.0 branch from a515e5d to cc1e79c Compare May 29, 2026 04:01
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

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

0 participants