man90es / Genshin-Party-Builder

AI-assisted party creation tool for Genshin Impact. It helps beginners to assemble well-rounded teams no matter how many or which characters they have.
https://genshin.hemlo.cc/partybuilder
GNU General Public License v3.0
66 stars 8 forks source link

Bump @vueuse/head from 0.7.13 to 0.9.8 #167

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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 update

v0.9.6

  • fix(xss) drop non-raw on handles and innerHTML (#124)
  • fix: warn script children usage (#123)

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 and url more appropriately (#119)

:warning: Breaking Changes

Event attributes no longer allowed

Warning, you must use useHeadRaw to set event listeners.

Providing on event attributes with useHead is no longer allowed and will throw a warning, this is to avoid unexpected XSS. You will need to use useHeadRaw

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 update

0.9.6

  • Merge branch 'main' of github.com:vueuse/head into main
  • fix(xss) drop non-raw on handles and innerHTML (#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 and url more appropriately (#119)

0.8.2

... (truncated)

Commits
  • 4fe2ff5 Release v0.9.8
  • 73667f2 chore: bump deps
  • ef853ec Release v0.9.7
  • 13da4ce fix: ensure hookBeforeDomUpdate doesn't block dom update
  • 3e7a636 Release v0.9.6
  • b22796f Merge branch 'main' of github.com:vueuse/head into main
  • 6655d26 fix(xss) drop non-raw on handles and innerHTML (#124)
  • 3cd0562 Merge branch 'main' of github.com:vueuse/head into main
  • 74dae5b fix: warn script children usage (#123)
  • 6f9aead refactor: smaller hook fns
  • Additional commits viewable in compare view


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)
dependabot[bot] commented 1 year ago

Superseded by #170.