[PR #703] [MERGED] chore(deps): bump h3 from 2.0.1-rc.16 to 2.0.1-rc.20 #784

Closed
opened 2026-05-06 13:10:05 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/cloudflare/vinext/pull/703
Author: @dependabot[bot]
Created: 3/28/2026
Status: Merged
Merged: 3/28/2026
Merged by: @james-elicx

Base: mainHead: dependabot/npm_and_yarn/h3-2.0.1-rc.20


📝 Commits (1)

  • 43d6c31 chore(deps): bump h3 from 2.0.1-rc.16 to 2.0.1-rc.20

📊 Changes

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

View changed files

📝 pnpm-lock.yaml (+152 -139)

📄 Description

Bumps h3 from 2.0.1-rc.16 to 2.0.1-rc.20.

Release notes

Sourced from h3's releases.

v2.0.1-rc.20

compare changes

💅 Refactors

  • Pass single obj to serializeCookie (a0761e9)
  • Mark new TextEncoder as pure (9e4e64e)

📦 Build

v2.0.1-rc.19

compare changes

🩹 Fixes

  • body: Enforce stream-based body size check regardless of content-length header (708a3aa)

💅 Refactors

  • Upgrade cookie-es to v3 (9d244a7)

📖 Documentation

  • Remove await-thenable lint rule and fix invalid await usage (#1353)

📦 Build

❤️ Contributors

v2.0.1-rc.18

compare changes

🩹 Fixes

  • utils: Prevent open redirect via protocol-relative path in redirectBack() (459a1c6)
  • cookie: Prevent unbounded chunked cookie count (399257c)

v2.0.1-rc.17

compare changes

🚀 Enhancements

... (truncated)

Changelog

Sourced from h3's changelog.

v2.0.1-rc.20

compare changes

💅 Refactors

  • Pass single obj to serializeCookie (a0761e9)
  • Mark new TextEncoder as pure (9e4e64e)

📦 Build

🏡 Chore

❤️ Contributors

v2.0.1-rc.19

compare changes

🩹 Fixes

  • body: Enforce stream-based body size check regardless of content-length header (708a3aa)

💅 Refactors

  • Upgrade cookie-es to v3 (9d244a7)

📖 Documentation

  • Remove await-thenable lint rule and fix invalid await usage (#1353)

📦 Build

🏡 Chore

❤️ Contributors

... (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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

🔄 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/cloudflare/vinext/pull/703 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/28/2026 **Status:** ✅ Merged **Merged:** 3/28/2026 **Merged by:** [@james-elicx](https://github.com/james-elicx) **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/h3-2.0.1-rc.20` --- ### 📝 Commits (1) - [`43d6c31`](https://github.com/cloudflare/vinext/commit/43d6c31b2749142a6ac1e61eabb5b870081810a9) chore(deps): bump h3 from 2.0.1-rc.16 to 2.0.1-rc.20 ### 📊 Changes **1 file changed** (+152 additions, -139 deletions) <details> <summary>View changed files</summary> 📝 `pnpm-lock.yaml` (+152 -139) </details> ### 📄 Description Bumps [h3](https://github.com/h3js/h3) from 2.0.1-rc.16 to 2.0.1-rc.20. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/h3js/h3/releases">h3's releases</a>.</em></p> <blockquote> <h2>v2.0.1-rc.20</h2> <p><a href="https://github.com/h3js/h3/compare/v2.0.1-rc.19...v2.0.1-rc.20">compare changes</a></p> <h3>💅 Refactors</h3> <ul> <li>Pass single obj to <code>serializeCookie</code> (<a href="https://github.com/h3js/h3/commit/a0761e9">a0761e9</a>)</li> <li>Mark <code>new TextEncoder</code> as pure (<a href="https://github.com/h3js/h3/commit/9e4e64e">9e4e64e</a>)</li> </ul> <h3>📦 Build</h3> <ul> <li>Upgrade mdzilla to 0.2 (<a href="https://github.com/h3js/h3/commit/2907555">2907555</a>)</li> <li>Update cookie-es (<a href="https://github.com/h3js/h3/commit/84bc9bc">84bc9bc</a>)</li> </ul> <h2>v2.0.1-rc.19</h2> <p><a href="https://github.com/h3js/h3/compare/v2.0.1-rc.18...v2.0.1-rc.19">compare changes</a></p> <h3>🩹 Fixes</h3> <ul> <li><strong>body:</strong> Enforce stream-based body size check regardless of content-length header (<a href="https://github.com/h3js/h3/commit/708a3aa">708a3aa</a>)</li> </ul> <h3>💅 Refactors</h3> <ul> <li>Upgrade cookie-es to v3 (<a href="https://github.com/h3js/h3/commit/9d244a7">9d244a7</a>)</li> </ul> <h3>📖 Documentation</h3> <ul> <li>Remove <code>await-thenable</code> lint rule and fix invalid <code>await</code> usage (<a href="https://redirect.github.com/h3js/h3/pull/1353">#1353</a>)</li> </ul> <h3>📦 Build</h3> <ul> <li>Move docs to dist (<a href="https://github.com/h3js/h3/commit/e87ceca">e87ceca</a>)</li> </ul> <h3>❤️ Contributors</h3> <ul> <li>Pooya Parsa (<a href="https://github.com/pi0"><code>@​pi0</code></a>)</li> <li>Nick Spaargaren (<a href="https://github.com/nickspaargaren"><code>@​nickspaargaren</code></a>)</li> </ul> <h2>v2.0.1-rc.18</h2> <p><a href="https://github.com/h3js/h3/compare/v2.0.1-rc.17...v2.0.1-rc.18">compare changes</a></p> <h3>🩹 Fixes</h3> <ul> <li><strong>utils:</strong> Prevent open redirect via protocol-relative path in <code>redirectBack()</code> (<a href="https://github.com/h3js/h3/commit/459a1c6">459a1c6</a>)</li> <li><strong>cookie:</strong> Prevent unbounded chunked cookie count (<a href="https://github.com/h3js/h3/commit/399257c">399257c</a>)</li> </ul> <h2>v2.0.1-rc.17</h2> <p><a href="https://github.com/h3js/h3/compare/v1.15.8...v2.0.1-rc.17">compare changes</a></p> <h3>🚀 Enhancements</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/h3js/h3/blob/main/CHANGELOG.md">h3's changelog</a>.</em></p> <blockquote> <h2>v2.0.1-rc.20</h2> <p><a href="https://github.com/h3js/h3/compare/v2.0.1-rc.19...v2.0.1-rc.20">compare changes</a></p> <h3>💅 Refactors</h3> <ul> <li>Pass single obj to <code>serializeCookie</code> (<a href="https://github.com/h3js/h3/commit/a0761e9">a0761e9</a>)</li> <li>Mark <code>new TextEncoder</code> as pure (<a href="https://github.com/h3js/h3/commit/9e4e64e">9e4e64e</a>)</li> </ul> <h3>📦 Build</h3> <ul> <li>Upgrade mdzilla to 0.2 (<a href="https://github.com/h3js/h3/commit/2907555">2907555</a>)</li> </ul> <h3>🏡 Chore</h3> <ul> <li>Update cookie-es (<a href="https://github.com/h3js/h3/commit/84bc9bc">84bc9bc</a>)</li> <li>Update deps (<a href="https://github.com/h3js/h3/commit/0a60714">0a60714</a>)</li> </ul> <h3>❤️ Contributors</h3> <ul> <li>Pooya Parsa (<a href="https://github.com/pi0"><code>@​pi0</code></a>)</li> </ul> <h2>v2.0.1-rc.19</h2> <p><a href="https://github.com/h3js/h3/compare/v2.0.1-rc.18...v2.0.1-rc.19">compare changes</a></p> <h3>🩹 Fixes</h3> <ul> <li><strong>body:</strong> Enforce stream-based body size check regardless of content-length header (<a href="https://github.com/h3js/h3/commit/708a3aa">708a3aa</a>)</li> </ul> <h3>💅 Refactors</h3> <ul> <li>Upgrade cookie-es to v3 (<a href="https://github.com/h3js/h3/commit/9d244a7">9d244a7</a>)</li> </ul> <h3>📖 Documentation</h3> <ul> <li>Remove <code>await-thenable</code> lint rule and fix invalid <code>await</code> usage (<a href="https://redirect.github.com/h3js/h3/pull/1353">#1353</a>)</li> </ul> <h3>📦 Build</h3> <ul> <li>Move docs to dist (<a href="https://github.com/h3js/h3/commit/e87ceca">e87ceca</a>)</li> </ul> <h3>🏡 Chore</h3> <ul> <li>Update deps (<a href="https://github.com/h3js/h3/commit/88ce5cd">88ce5cd</a>)</li> <li>Remove unused import (<a href="https://github.com/h3js/h3/commit/766cd39">766cd39</a>)</li> </ul> <h3>❤️ Contributors</h3> <ul> <li>Pooya Parsa (<a href="https://github.com/pi0"><code>@​pi0</code></a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/h3js/h3/commit/0e22783898bca0ad8bc647c11464785aef5204c5"><code>0e22783</code></a> chore(release): v2.0.1-rc.20</li> <li><a href="https://github.com/h3js/h3/commit/0a60714d9dffd213117cf30a9b51cab66a82ae6a"><code>0a60714</code></a> chore: update deps</li> <li><a href="https://github.com/h3js/h3/commit/9e4e64eb3a48273545df35452839d128fd190389"><code>9e4e64e</code></a> refactor: mark <code>new TextEncoder</code> as pure</li> <li><a href="https://github.com/h3js/h3/commit/7b61c5265739ee993cafd9f0f21148d0dd3751eb"><code>7b61c52</code></a> lint</li> <li><a href="https://github.com/h3js/h3/commit/84bc9bcfda7931019d4c617e560aad1f71c03744"><code>84bc9bc</code></a> chore: update cookie-es</li> <li><a href="https://github.com/h3js/h3/commit/a0761e92a8910213804c7f60d1a949bedc231373"><code>a0761e9</code></a> refactor: pass single obj to <code>serializeCookie</code></li> <li><a href="https://github.com/h3js/h3/commit/290755559376a10b009ae342d729107b2c5c88c4"><code>2907555</code></a> build: upgrade mdzilla to 0.2</li> <li><a href="https://github.com/h3js/h3/commit/7c2bc9b96ab9bc25f5ca02b0c15a81b8d079e159"><code>7c2bc9b</code></a> chore(release): v2.0.1-rc.19</li> <li><a href="https://github.com/h3js/h3/commit/9d244a7dba6999a69540eb7595cb9843e8294872"><code>9d244a7</code></a> refactor: upgrade cookie-es to v3</li> <li><a href="https://github.com/h3js/h3/commit/766cd39e2e6b82f668c826514452a0c40aef9530"><code>766cd39</code></a> chore: remove unused import</li> <li>Additional commits viewable in <a href="https://github.com/h3js/h3/compare/v2.0.1-rc.16...v2.0.1-rc.20">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=h3&package-manager=npm_and_yarn&previous-version=2.0.1-rc.16&new-version=2.0.1-rc.20)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/cloudflare/vinext/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 13:10:05 +02: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/vinext#784
No description provided.