Skip to content

fix(deps): bump h3 from 1.15.5 to 1.15.8#8055

Merged
serhalp merged 1 commit intomainfrom
dependabot/npm_and_yarn/h3-1.15.8
Mar 19, 2026
Merged

fix(deps): bump h3 from 1.15.5 to 1.15.8#8055
serhalp merged 1 commit intomainfrom
dependabot/npm_and_yarn/h3-1.15.8

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 18, 2026

Bumps h3 from 1.15.5 to 1.15.8.

Release notes

Sourced from h3's releases.

v1.15.8

compare changes

🩹 Fixes

  • Preserve %25 in pathname (1103df6)

v1.15.7

compare changes

🩹 Fixes

  • static: Narrow path traversal check to match .. as a path segment only (c049dc0)
  • app: Decode percent-encoded path segments to prevent auth bypass (313ea52)

💅 Refactors

  • Remove implicit event handler conversion warning (#1340)

❤️ Contributors

v1.15.6

compare changes

🩹 Fixes

  • sse: Sanitize newlines in event stream fields to prevent SSE injection (840ac5c)
  • static: Prevent path traversal via percent-encoded dot segments (6465e1b)
Commits
  • 35d8a14 lint
  • 3693651 fix: preserve %25
  • fd4c800 test: fix security test
  • 6f6dc09 fix(event): normalize percent-encoded URL pathname to prevent middleware bypass
  • 9947d51 fix(static): prevent backslash-based path traversal in resolveDotSegments
  • 99ec3a2 types: mark all createError overloads as @​deprecated (#1343)
  • 8a4ac16 fmt
  • 0136851 refactor: improve requestWithURL
  • d1da262 feat: add requestWith*URL utils and use for faster mounts (#1342)
  • 60a2e91 fix(utils/redirect): escape HTML special characters in body (#1317)
  • 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.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 18, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 18, 2026 23:10
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Mar 18, 2026
@github-actions
Copy link

github-actions bot commented Mar 18, 2026

📊 Benchmark results

Comparing with 78b5af9

  • Dependency count: 1,063 (no change)
  • Package size: 354 MB ⬇️ 0.00% decrease vs. 78b5af9
  • Number of ts-expect-error directives: 360 (no change)

@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/h3-1.15.8 branch 6 times, most recently from 45fd64f to b01bbe6 Compare March 19, 2026 13:11
@serhalp serhalp changed the title chore(deps): bump h3 from 1.15.5 to 1.15.8 fix(deps): bump h3 from 1.15.5 to 1.15.8 Mar 19, 2026
@serhalp serhalp enabled auto-merge (squash) March 19, 2026 13:18
Bumps [h3](https://github.com/h3js/h3) from 1.15.5 to 1.15.8.
- [Release notes](https://github.com/h3js/h3/releases)
- [Changelog](https://github.com/h3js/h3/blob/main/CHANGELOG.md)
- [Commits](h3js/h3@v1.15.5...v1.15.8)

---
updated-dependencies:
- dependency-name: h3
  dependency-version: 1.15.8
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/h3-1.15.8 branch from b01bbe6 to b0de624 Compare March 19, 2026 13:35
@serhalp serhalp merged commit 7a1c8fa into main Mar 19, 2026
68 checks passed
@serhalp serhalp deleted the dependabot/npm_and_yarn/h3-1.15.8 branch March 19, 2026 13:54
serhalp pushed a commit that referenced this pull request Mar 20, 2026
🤖 I have created a release *beep* *boop*
---


## [24.4.0](v24.3.0...v24.4.0)
(2026-03-20)


### Features

* propagate @netlify/build version, primary framework and its version
([#8049](#8049))
([1db6f6e](1db6f6e))
* support switching to a known user
([#8046](#8046))
([e460e68](e460e68))


### Bug Fixes

* **deps:** bump h3 from 1.15.5 to 1.15.8
([#8055](#8055))
([7a1c8fa](7a1c8fa))
* **deps:** update dependency @netlify/dev to v4.16.3
([#8053](#8053))
([4460d87](4460d87))
* **deps:** update dependency @netlify/dev to v4.16.4
([#8060](#8060))
([d0491da](d0491da))
* **deps:** update dependency @netlify/dev-utils to v4.4.2
([#8054](#8054))
([bdb944f](bdb944f))
* **deps:** update dependency @netlify/dev-utils to v4.4.3
([#8061](#8061))
([78b5af9](78b5af9))
* **deps:** update dependency @netlify/edge-functions to v3.0.5
([#8056](#8056))
([6254a75](6254a75))
* **deps:** update dependency @netlify/edge-functions to v3.0.6
([#8063](#8063))
([7646545](7646545))
* **deps:** update dependency @netlify/functions to v5.1.4
([#8057](#8057))
([18d5ccb](18d5ccb))
* **deps:** update dependency @netlify/functions to v5.1.5
([#8064](#8064))
([77a9249](77a9249))
* **deps:** update dependency @netlify/images to v1.3.6
([#8058](#8058))
([06f564b](06f564b))
* **deps:** update dependency @netlify/images to v1.3.7
([#8065](#8065))
([12a3a3f](12a3a3f))
* **deps:** update dependency cookie to v1.1.1
([#8037](#8037))
([6e6bcf5](6e6bcf5))
* **deps:** update dependency envinfo to v7.21.0
([#8039](#8039))
([08b5fc5](08b5fc5))
* **deps:** update netlify packages
([#8047](#8047))
([d57ce32](d57ce32))
* **deps:** update netlify packages
([#8062](#8062))
([3006f8c](3006f8c))
* **deps:** update netlify packages
([#8067](#8067))
([02632aa](02632aa))
* **deps:** upgrade deps to fix new vulnerabilities
([#8070](#8070))
([e3655f9](e3655f9))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: token-generator-app[bot] <82042599+token-generator-app[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant