vitailse
vitailse copied to clipboard
fix(deps): bump @vueuse/head from 0.7.13 to 0.9.8
Bumps @vueuse/head from 0.7.13 to 0.9.8.
Release notes
Sourced from @vueuse/head
's releases.
v0.9.8
- chore: bump deps
v0.9.7
- fix: ensure
hookBeforeDomUpdate
doesn't block dom updatev0.9.6
v0.9.5
- chore: bump zhead
- fix: simpler logic for removing added head objs (#122)
v0.9.4
- chore: make optional id
- fix: safer removal of objects using hash
- fix: dedupe title
v0.9.3
- fix: remove head objects at right index
v0.9.2
- chore: bump zhead schema
v0.9.1
- chore(doc): fix typo
- Merge branch 'main' of github.com:vueuse/head into main
- feat: debounce dom update (#120)
v0.9.0
- fix: return remove fn from addHeadObj, fixes #48
- feat:
useHeadRaw
to bypass XSS protections (#118)- fix(ssr): encode
children
,href
andurl
more appropriately (#119):warning: Breaking Changes
Event attributes no longer allowed
Warning, you must use
useHeadRaw
to set event listeners.Providing
on
event attributes withuseHead
is no longer allowed and will throw a warning, this is to avoid unexpected XSS. You will need to useuseHeadRaw
New Syntax:
useHeadRaw({ </tr></table>
... (truncated)
Changelog
Sourced from @vueuse/head
's changelog.
0.9.8
- chore: bump deps
0.9.7
- fix: ensure
hookBeforeDomUpdate
doesn't block dom update0.9.6
- Merge branch 'main' of github.com:vueuse/head into main
- fix(xss) drop non-raw
on
handles andinnerHTML
(#124)- Merge branch 'main' of github.com:vueuse/head into main
- fix: warn script children usage (#123)
- refactor: smaller hook fns
0.9.5
- Merge branch 'main' of github.com:vueuse/head into main
- chore: bump zhead
- fix: simpler logic for removing added head objs (#122)
0.9.4
- chore: make optional id
- fix: safer removal of objects using hash
- fix: dedupe title
0.9.3
- fix: remove head objects at right index
0.9.2
- chore: bump zhead schema
0.9.1
- chore(doc): fix typo
- Merge branch 'main' of github.com:vueuse/head into main
- feat: debounce dom update (#120)
0.9.0
- fix: return remove fn from addHeadObj, fixes #48
- feat:
useHeadRaw
to bypass XSS protections (#118)- fix(ssr): encode
children
,href
andurl
more appropriately (#119)0.8.2
... (truncated)
Commits
4fe2ff5
Release v0.9.873667f2
chore: bump depsef853ec
Release v0.9.713da4ce
fix: ensurehookBeforeDomUpdate
doesn't block dom update3e7a636
Release v0.9.6b22796f
Merge branch 'main' of github.com:vueuse/head into main6655d26
fix(xss) drop non-rawon
handles andinnerHTML
(#124)3cd0562
Merge branch 'main' of github.com:vueuse/head into main74dae5b
fix: warn script children usage (#123)6f9aead
refactor: smaller hook fns- Additional commits viewable in compare view
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)
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated |
---|---|---|---|
vitailse | ✅ Ready (Inspect) | Visit Preview | Oct 11, 2022 at 1:02AM (UTC) |
Superseded by #157.