[PR #2803] [CLOSED] build(deps): bump @vueuse/head from 0.7.13 to 0.9.8 #4079

Closed
opened 2026-03-17 01:38:47 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/2803
Author: @dependabot[bot]
Created: 10/17/2022
Status: Closed

Base: mainHead: dependabot/npm_and_yarn/vueuse/head-0.9.8


📝 Commits (1)

  • b53f761 build(deps): bump @vueuse/head from 0.7.13 to 0.9.8

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 packages/hoppscotch-app/package.json (+1 -1)

📄 Description

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)

⚠️ 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/2803 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 10/17/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/vueuse/head-0.9.8` --- ### 📝 Commits (1) - [`b53f761`](https://github.com/hoppscotch/hoppscotch/commit/b53f7618cf3a74e4c6d6253dec1466f66f75f908) build(deps): bump @vueuse/head from 0.7.13 to 0.9.8 ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/hoppscotch-app/package.json` (+1 -1) </details> ### 📄 Description Bumps [@vueuse/head](https://github.com/vueuse/head) from 0.7.13 to 0.9.8. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vueuse/head/releases"><code>@​vueuse/head</code>'s releases</a>.</em></p> <blockquote> <h2>v0.9.8</h2> <ul> <li>chore: bump deps</li> </ul> <h2>v0.9.7</h2> <ul> <li>fix: ensure <code>hookBeforeDomUpdate</code> doesn't block dom update</li> </ul> <h2>v0.9.6</h2> <ul> <li>fix(xss) drop non-raw <code>on</code> handles and <code>innerHTML</code> (<a href="https://github-redirect.dependabot.com/vueuse/head/issues/124">#124</a>)</li> <li>fix: warn script children usage (<a href="https://github-redirect.dependabot.com/vueuse/head/issues/123">#123</a>)</li> </ul> <h2>v0.9.5</h2> <ul> <li>chore: bump zhead</li> <li>fix: simpler logic for removing added head objs (<a href="https://github-redirect.dependabot.com/vueuse/head/issues/122">#122</a>)</li> </ul> <h2>v0.9.4</h2> <ul> <li>chore: make optional id</li> <li>fix: safer removal of objects using hash</li> <li>fix: dedupe title</li> </ul> <h2>v0.9.3</h2> <ul> <li>fix: remove head objects at right index</li> </ul> <h2>v0.9.2</h2> <ul> <li>chore: bump zhead schema</li> </ul> <h2>v0.9.1</h2> <ul> <li>chore(doc): fix typo</li> <li>Merge branch 'main' of github.com:vueuse/head into main</li> <li>feat: debounce dom update (<a href="https://github-redirect.dependabot.com/vueuse/head/issues/120">#120</a>)</li> </ul> <h2>v0.9.0</h2> <ul> <li>fix: return remove fn from addHeadObj, fixes <a href="https://github-redirect.dependabot.com/vueuse/head/issues/48">#48</a></li> <li>feat: <code>useHeadRaw</code> to bypass XSS protections (<a href="https://github-redirect.dependabot.com/vueuse/head/issues/118">#118</a>)</li> <li>fix(ssr): encode <code>children</code>, <code>href</code> and <code>url</code> more appropriately (<a href="https://github-redirect.dependabot.com/vueuse/head/issues/119">#119</a>)</li> </ul> <h3>:warning: Breaking Changes</h3> <h4>Event attributes no longer allowed</h4> <blockquote> <p>Warning, you must use <code>useHeadRaw</code> to set event listeners.</p> </blockquote> <p>Providing <code>on</code> event attributes with <code>useHead</code> is no longer allowed and will throw a warning, this is to avoid unexpected XSS. You will need to use <code>useHeadRaw</code></p> <p>New Syntax:</p> <pre lang="ts"><code>useHeadRaw({ &lt;/tr&gt;&lt;/table&gt; </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/vueuse/head/blob/main/CHANGELOG.md"><code>@​vueuse/head</code>'s changelog</a>.</em></p> <blockquote> <h2>0.9.8</h2> <ul> <li>chore: bump deps</li> </ul> <h2>0.9.7</h2> <ul> <li>fix: ensure <code>hookBeforeDomUpdate</code> doesn't block dom update</li> </ul> <h2>0.9.6</h2> <ul> <li>Merge branch 'main' of github.com:vueuse/head into main</li> <li>fix(xss) drop non-raw <code>on</code> handles and <code>innerHTML</code> (<a href="https://github-redirect.dependabot.com/vueuse/head/issues/124">#124</a>)</li> <li>Merge branch 'main' of github.com:vueuse/head into main</li> <li>fix: warn script children usage (<a href="https://github-redirect.dependabot.com/vueuse/head/issues/123">#123</a>)</li> <li>refactor: smaller hook fns</li> </ul> <h2>0.9.5</h2> <ul> <li>Merge branch 'main' of github.com:vueuse/head into main</li> <li>chore: bump zhead</li> <li>fix: simpler logic for removing added head objs (<a href="https://github-redirect.dependabot.com/vueuse/head/issues/122">#122</a>)</li> </ul> <h2>0.9.4</h2> <ul> <li>chore: make optional id</li> <li>fix: safer removal of objects using hash</li> <li>fix: dedupe title</li> </ul> <h2>0.9.3</h2> <ul> <li>fix: remove head objects at right index</li> </ul> <h2>0.9.2</h2> <ul> <li>chore: bump zhead schema</li> </ul> <h2>0.9.1</h2> <ul> <li>chore(doc): fix typo</li> <li>Merge branch 'main' of github.com:vueuse/head into main</li> <li>feat: debounce dom update (<a href="https://github-redirect.dependabot.com/vueuse/head/issues/120">#120</a>)</li> </ul> <h2>0.9.0</h2> <ul> <li>fix: return remove fn from addHeadObj, fixes <a href="https://github-redirect.dependabot.com/vueuse/head/issues/48">#48</a></li> <li>feat: <code>useHeadRaw</code> to bypass XSS protections (<a href="https://github-redirect.dependabot.com/vueuse/head/issues/118">#118</a>)</li> <li>fix(ssr): encode <code>children</code>, <code>href</code> and <code>url</code> more appropriately (<a href="https://github-redirect.dependabot.com/vueuse/head/issues/119">#119</a>)</li> </ul> <h2>0.8.2</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/vueuse/head/commit/4fe2ff59385b3c07fc523656d008b8dc7e70662b"><code>4fe2ff5</code></a> Release v0.9.8</li> <li><a href="https://github.com/vueuse/head/commit/73667f2771c9159d9de7c2ce3a2e4bc0397d77d2"><code>73667f2</code></a> chore: bump deps</li> <li><a href="https://github.com/vueuse/head/commit/ef853ec0f54664dfd7590c9fe712b36c05cf2bd6"><code>ef853ec</code></a> Release v0.9.7</li> <li><a href="https://github.com/vueuse/head/commit/13da4cea261ea9549ed1a77e78d62c4b0f428c16"><code>13da4ce</code></a> fix: ensure <code>hookBeforeDomUpdate</code> doesn't block dom update</li> <li><a href="https://github.com/vueuse/head/commit/3e7a63612e204ace0d39a7bed7e74361382ef773"><code>3e7a636</code></a> Release v0.9.6</li> <li><a href="https://github.com/vueuse/head/commit/b22796f22d47f0ad287ddfea6842357605e64607"><code>b22796f</code></a> Merge branch 'main' of github.com:vueuse/head into main</li> <li><a href="https://github.com/vueuse/head/commit/6655d268925896756eab0218b696d420a114ed4f"><code>6655d26</code></a> fix(xss) drop non-raw <code>on</code> handles and <code>innerHTML</code> (<a href="https://github-redirect.dependabot.com/vueuse/head/issues/124">#124</a>)</li> <li><a href="https://github.com/vueuse/head/commit/3cd056293fe2364a4be6ded7734df30ab54146dd"><code>3cd0562</code></a> Merge branch 'main' of github.com:vueuse/head into main</li> <li><a href="https://github.com/vueuse/head/commit/74dae5b3e03d39ed920cb2e135a157bcf66f2325"><code>74dae5b</code></a> fix: warn script children usage (<a href="https://github-redirect.dependabot.com/vueuse/head/issues/123">#123</a>)</li> <li><a href="https://github.com/vueuse/head/commit/6f9aead136df1c3c42c601d8a38f3365e5aeb3d2"><code>6f9aead</code></a> refactor: smaller hook fns</li> <li>Additional commits viewable in <a href="https://github.com/vueuse/head/compare/v0.7.13...v0.9.8">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@vueuse/head&package-manager=npm_and_yarn&previous-version=0.7.13&new-version=0.9.8)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 01:38:47 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#4079
No description provided.