Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump @vueuse/head from 0.9.8 to 1.0.6 #94

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 14, 2022

Bumps @vueuse/head from 0.9.8 to 1.0.6.

Release notes

Sourced from @​vueuse/head's releases.

v1.0.6

  • fix: add legacy functions to unhead instance

v1.0.5

  • chore: bump unhead

v1.0.4

  • fix: Nuxt v3 useHead reactivity

v1.0.3

  • chore: linting
  • fix: Nuxt v3 hook compatibility

v1.0.2

  • fix: full < v1 compatibility

v1.0.1

  • fix: add v1 RC props back

v1.0.0

I wrote an announcement post on my blog if you're interested in some background.

If you have any questions, please add them to the Release v1.0.0 discussion

v1.0.0 Release

🤖 Core

Now powered by Unhead.

Featuring a new DOM patching algorithm that tracks side effects gracefully, less aggressive removal of tags and attributes

✨ Enhancements

  • Vue 2.7 Support
  • Options API Support
  • New docs unhead.harlanzw.com (WIP)
  • Tag deduping is now vastly improved. It's likely you won't need key anymore. See tag deduping
  • DOM patching logic is now loaded async, reducing initial main thread work

🚀 New Features

useServerHead

Documentation

Lets you render tags on the server only. This has the same API as useHead.

</tr></table> 

... (truncated)

Changelog

Sourced from @​vueuse/head's changelog.

1.0.6

  • fix: add legacy functions to unhead instance

1.0.5

  • chore: bump unhead

1.0.4

  • fix: Nuxt v3 useHead reactivity

1.0.3

  • chore: linting
  • fix: Nuxt v3 hook compatibility

1.0.2

  • fix: full < v1 compatibility

1.0.1

  • fix: add v1 RC props back

1.0.0

  • chore: prepare v1 release
  • doc: update readme
  • v1 release (#162)
  • chore: add v1 announcement
  • chore: fix typo (#159)

1.0.0-next.3

  • chore: expose VueHeadMixin
  • chore: bump unhead

1.0.0-next.2

  • chore: bump unhead, update tests and examples
  • chore: improve doc

1.0.0-next.1

  • chore: document install
  • Merge branch 'main' of github.com:vueuse/head into v1
  • chore(ci): switch to next channel
  • chore(pkg): bump deps
  • chore: fix typo (#159)

... (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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Bumps [@vueuse/head](https://github.com/vueuse/head) from 0.9.8 to 1.0.6.
- [Release notes](https://github.com/vueuse/head/releases)
- [Changelog](https://github.com/vueuse/head/blob/main/CHANGELOG.md)
- [Commits](vueuse/head@v0.9.8...v1.0.6)

---
updated-dependencies:
- dependency-name: "@vueuse/head"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 14, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 17, 2022

Superseded by #98.

@dependabot dependabot bot closed this Nov 17, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/vueuse/head-1.0.6 branch November 17, 2022 17:29
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants