[PR #615] [CLOSED] chore(deps): bump h3 from 2.0.1-rc.16 to 2.0.1-rc.17 #714

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

📋 Pull Request Information

Original PR: https://github.com/cloudflare/vinext/pull/615
Author: @dependabot[bot]
Created: 3/20/2026
Status: Closed

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


📝 Commits (1)

  • d8b6d6b chore(deps): bump h3 from 2.0.1-rc.16 to 2.0.1-rc.17

📊 Changes

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

View changed files

📝 pnpm-lock.yaml (+134 -114)

📄 Description

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

Release notes

Sourced from h3's releases.

v2.0.1-rc.17

compare changes

🚀 Enhancements

  • Add redirectBack utility (#1329)
  • Add removeRoute (#1331)

🩹 Fixes

  • cors: Preserve CORS headers on error responses (#1352)
  • sse: Mark writer as closed on write failure (#1322)
  • request: Include Allow header in 405 response (#1314)
  • sse: Sanitize carriage returns in event stream data and comments (79cabe3)
  • mount: Normalize percent-encoded pathname in requestWithBaseURL (0295f90)
  • static: Prevent path traversal via double-encoded dot segments (8e9993f)
  • mount: Enforce path segment boundary in startsWith check (7ccc9e2)

📖 Documentation

  • Fix typo (#1351)
  • Improve security notes about proxy utils (448e7eb)

🏡 Chore

  • Enable type-aware linting with oxc-lint (#1349)

❤️ Contributors

Changelog

Sourced from h3's changelog.

v2.0.1-rc.17

compare changes

🚀 Enhancements

  • Add redirectBack utility (#1329)
  • Add removeRoute (#1331)

🩹 Fixes

  • cors: Preserve CORS headers on error responses (#1352)
  • sse: Mark writer as closed on write failure (#1322)
  • request: Include Allow header in 405 response (#1314)
  • sse: Sanitize carriage returns in event stream data and comments (79cabe3)
  • mount: Normalize percent-encoded pathname in requestWithBaseURL (0295f90)
  • static: Prevent path traversal via double-encoded dot segments (8e9993f)
  • mount: Enforce path segment boundary in startsWith check (7ccc9e2)

📖 Documentation

  • Fix typo (#1351)
  • Improve security notes about proxy utils (448e7eb)

🏡 Chore

  • Enable type-aware linting with oxclint (#1349)
  • Update deps (28a3863)

Tests

❤️ Contributors

Commits
  • 388b8f0 chore(release): v2.0.1-rc.17
  • 28a3863 chore: update deps
  • 29728e9 sync docs
  • 448e7eb docs: improve security notes about proxy utils
  • 7ccc9e2 fix(mount): enforce path segment boundary in startsWith check
  • 8e9993f fix(static): prevent path traversal via double-encoded dot segments
  • 0295f90 fix(mount): normalize percent-encoded pathname in requestWithBaseURL
  • 9940158 rm extra dir
  • 79cabe3 fix(sse): sanitize carriage returns in event stream data and comments
  • fe9477f feat: add removeRoute (#1331)
  • 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 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/615 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/20/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/npm_and_yarn/h3-2.0.1-rc.17` --- ### 📝 Commits (1) - [`d8b6d6b`](https://github.com/cloudflare/vinext/commit/d8b6d6b4b0130127b88086de4b8153681882e9ee) chore(deps): bump h3 from 2.0.1-rc.16 to 2.0.1-rc.17 ### 📊 Changes **1 file changed** (+134 additions, -114 deletions) <details> <summary>View changed files</summary> 📝 `pnpm-lock.yaml` (+134 -114) </details> ### 📄 Description Bumps [h3](https://github.com/h3js/h3) from 2.0.1-rc.16 to 2.0.1-rc.17. <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.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> <ul> <li>Add redirectBack utility (<a href="https://redirect.github.com/h3js/h3/pull/1329">#1329</a>)</li> <li>Add <code>removeRoute</code> (<a href="https://redirect.github.com/h3js/h3/pull/1331">#1331</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>cors:</strong> Preserve CORS headers on error responses (<a href="https://redirect.github.com/h3js/h3/pull/1352">#1352</a>)</li> <li><strong>sse:</strong> Mark writer as closed on write failure (<a href="https://redirect.github.com/h3js/h3/pull/1322">#1322</a>)</li> <li><strong>request:</strong> Include <code>Allow</code> header in 405 response (<a href="https://redirect.github.com/h3js/h3/pull/1314">#1314</a>)</li> <li><strong>sse:</strong> Sanitize carriage returns in event stream data and comments (<a href="https://github.com/h3js/h3/commit/79cabe3">79cabe3</a>)</li> <li><strong>mount:</strong> Normalize percent-encoded pathname in <code>requestWithBaseURL</code> (<a href="https://github.com/h3js/h3/commit/0295f90">0295f90</a>)</li> <li><strong>static:</strong> Prevent path traversal via double-encoded dot segments (<a href="https://github.com/h3js/h3/commit/8e9993f">8e9993f</a>)</li> <li><strong>mount:</strong> Enforce path segment boundary in <code>startsWith</code> check (<a href="https://github.com/h3js/h3/commit/7ccc9e2">7ccc9e2</a>)</li> </ul> <h3>📖 Documentation</h3> <ul> <li>Fix typo (<a href="https://redirect.github.com/h3js/h3/pull/1351">#1351</a>)</li> <li>Improve security notes about proxy utils (<a href="https://github.com/h3js/h3/commit/448e7eb">448e7eb</a>)</li> </ul> <h3>🏡 Chore</h3> <ul> <li>Enable type-aware linting with oxc-lint (<a href="https://redirect.github.com/h3js/h3/pull/1349">#1349</a>)</li> </ul> <h3>❤️ Contributors</h3> <ul> <li>Pooya Parsa (<a href="https://github.com/pi0"><code>@​pi0</code></a>)</li> <li>Wind (<a href="https://github.com/productdevbook"><code>@​productdevbook</code></a>)</li> <li>Terminal Chai (<a href="https://github.com/terminalchai"><code>@​terminalchai</code></a>)</li> <li>Nick Spaargaren (<a href="https://github.com/nickspaargaren"><code>@​nickspaargaren</code></a>)</li> <li>Gabriel Trzimajewski (<a href="https://github.com/Sn0wye"><code>@​Sn0wye</code></a>)</li> </ul> </blockquote> </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.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> <ul> <li>Add redirectBack utility (<a href="https://redirect.github.com/h3js/h3/pull/1329">#1329</a>)</li> <li>Add <code>removeRoute</code> (<a href="https://redirect.github.com/h3js/h3/pull/1331">#1331</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li><strong>cors:</strong> Preserve CORS headers on error responses (<a href="https://redirect.github.com/h3js/h3/pull/1352">#1352</a>)</li> <li><strong>sse:</strong> Mark writer as closed on write failure (<a href="https://redirect.github.com/h3js/h3/pull/1322">#1322</a>)</li> <li><strong>request:</strong> Include <code>Allow</code> header in 405 response (<a href="https://redirect.github.com/h3js/h3/pull/1314">#1314</a>)</li> <li><strong>sse:</strong> Sanitize carriage returns in event stream data and comments (<a href="https://github.com/h3js/h3/commit/79cabe3">79cabe3</a>)</li> <li><strong>mount:</strong> Normalize percent-encoded pathname in <code>requestWithBaseURL</code> (<a href="https://github.com/h3js/h3/commit/0295f90">0295f90</a>)</li> <li><strong>static:</strong> Prevent path traversal via double-encoded dot segments (<a href="https://github.com/h3js/h3/commit/8e9993f">8e9993f</a>)</li> <li><strong>mount:</strong> Enforce path segment boundary in <code>startsWith</code> check (<a href="https://github.com/h3js/h3/commit/7ccc9e2">7ccc9e2</a>)</li> </ul> <h3>📖 Documentation</h3> <ul> <li>Fix typo (<a href="https://redirect.github.com/h3js/h3/pull/1351">#1351</a>)</li> <li>Improve security notes about proxy utils (<a href="https://github.com/h3js/h3/commit/448e7eb">448e7eb</a>)</li> </ul> <h3>🏡 Chore</h3> <ul> <li>Enable type-aware linting with oxclint (<a href="https://redirect.github.com/h3js/h3/pull/1349">#1349</a>)</li> <li>Update deps (<a href="https://github.com/h3js/h3/commit/28a3863">28a3863</a>)</li> </ul> <h3>✅ Tests</h3> <ul> <li>Update bundle tests (<a href="https://github.com/h3js/h3/commit/44f295d">44f295d</a>)</li> </ul> <h3>❤️ Contributors</h3> <ul> <li>Pooya Parsa (<a href="https://github.com/pi0"><code>@​pi0</code></a>)</li> <li>Wind (<a href="https://github.com/productdevbook"><code>@​productdevbook</code></a>)</li> <li>Terminal Chai (<a href="https://github.com/terminalchai"><code>@​terminalchai</code></a>)</li> <li>Nick Spaargaren (<a href="https://github.com/nickspaargaren"><code>@​nickspaargaren</code></a>)</li> <li>Gabriel Trzimajewski (<a href="https://github.com/Sn0wye"><code>@​Sn0wye</code></a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/h3js/h3/commit/388b8f06e060a219d11bbc6be7f70f38d8bbea01"><code>388b8f0</code></a> chore(release): v2.0.1-rc.17</li> <li><a href="https://github.com/h3js/h3/commit/28a386310482bc5a29723ac8e0d0f44be7ddfd0a"><code>28a3863</code></a> chore: update deps</li> <li><a href="https://github.com/h3js/h3/commit/29728e9856bbb5ccf1870fa96b36e19d218fce7d"><code>29728e9</code></a> sync docs</li> <li><a href="https://github.com/h3js/h3/commit/448e7ebaec00dead45416c8d4260da7c3ef1bbc7"><code>448e7eb</code></a> docs: improve security notes about proxy utils</li> <li><a href="https://github.com/h3js/h3/commit/7ccc9e250164a1a08d31571e99cd2cbc7ab201e6"><code>7ccc9e2</code></a> fix(mount): enforce path segment boundary in <code>startsWith</code> check</li> <li><a href="https://github.com/h3js/h3/commit/8e9993fd43d7c25c72679508bbbec23db0cbe570"><code>8e9993f</code></a> fix(static): prevent path traversal via double-encoded dot segments</li> <li><a href="https://github.com/h3js/h3/commit/0295f90318512b9fd43fbc1799601f614fa773d6"><code>0295f90</code></a> fix(mount): normalize percent-encoded pathname in <code>requestWithBaseURL</code></li> <li><a href="https://github.com/h3js/h3/commit/9940158ec364d9974f6c0cde86134aa8b2950732"><code>9940158</code></a> rm extra dir</li> <li><a href="https://github.com/h3js/h3/commit/79cabe378e5f070100f7ed6d04134ff7fcb57e88"><code>79cabe3</code></a> fix(sse): sanitize carriage returns in event stream data and comments</li> <li><a href="https://github.com/h3js/h3/commit/fe9477f0e4e25cba6455ad0e88c6d7476bfc8d40"><code>fe9477f</code></a> feat: add <code>removeRoute</code> (<a href="https://redirect.github.com/h3js/h3/issues/1331">#1331</a>)</li> <li>Additional commits viewable in <a href="https://github.com/h3js/h3/compare/v2.0.1-rc.16...v2.0.1-rc.17">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.17)](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:09:44 +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#714
No description provided.