Skip to content

Commit ebb2d43

Browse files
Update h3 1.15.3 → 1.15.4 (patch) (#18680)
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request. ### What changed? #### ✳️ h3 (1.15.3 → 1.15.4) · [Repo](https://github.com/h3js/h3) · [Changelog](https://github.com/h3js/h3/blob/main/CHANGELOG.md) <details> <summary>Release Notes</summary> <h4><a href="https://github.com/h3js/h3/releases/tag/v1.15.4">1.15.4</a></h4> <blockquote><p dir="auto"><a href="https://bounce.depfu.com/github.com/h3js/h3/compare/v1.15.2...v1.15.4">compare changes</a></p> <h3 dir="auto">🩹 Fixes</h3> <ul dir="auto"> <li> <strong>getRequestHost:</strong> Return first host from <code class="notranslate">x-forwarded-host</code> (<a href="https://bounce.depfu.com/github.com/h3js/h3/pull/1175">#1175</a>)</li> </ul> <h3 dir="auto">💅 Refactors</h3> <ul dir="auto"> <li> <strong>useSession:</strong> Backport <code class="notranslate">SessionManager</code> interface to fix types (<a href="https://bounce.depfu.com/github.com/h3js/h3/pull/1058">#1058</a>)</li> </ul> <h3 dir="auto">🏡 Chore</h3> <ul dir="auto"> <li> <strong>docs:</strong> Fix typos (<a href="https://bounce.depfu.com/github.com/h3js/h3/pull/1108">#1108</a>)</li> </ul> <h3 dir="auto">❤️ Contributors</h3> <ul dir="auto"> <li>Pooya Parsa (<a href="https://bounce.depfu.com/github.com/pi0">@pi0</a>)</li> <li>Kricsleo (<a href="https://bounce.depfu.com/github.com/kricsleo">@kricsleo</a>)</li> <li>Izoukhai (<a href="https://bounce.depfu.com/github.com/izoukhai">@izoukhai</a>)</li> </ul></blockquote> <p><em>Does any of this look wrong? <a href="https://depfu.com/packages/npm/h3/feedback">Please let us know.</a></em></p> </details> <details> <summary>Commits</summary> <p><a href="https://github.com/h3js/h3/compare/5bd27a52d752197fe8c9bc395cfc245977dc9b42...ec77d6bc148e4ff7629ba56577697055cc0fcf2e">See the full diff on Github</a>. The new version differs by more commits than we can show here.</p> </details> --- ![Depfu Status](https://depfu.com/badges/edd6acd35d74c8d41cbb540c30442adf/stats.svg) [Depfu](https://depfu.com) will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with `@depfu rebase`. <details><summary>All Depfu comment commands</summary> <blockquote><dl> <dt>@​depfu rebase</dt><dd>Rebases against your default branch and redoes this update</dd> <dt>@​depfu recreate</dt><dd>Recreates this PR, overwriting any edits that you've made to it</dd> <dt>@​depfu merge</dt><dd>Merges this PR once your tests are passing and conflicts are resolved</dd> <dt>@​depfu cancel merge</dt><dd>Cancels automatic merging of this PR</dd> <dt>@​depfu close</dt><dd>Closes this PR and deletes the branch</dd> <dt>@​depfu reopen</dt><dd>Restores the branch and reopens this PR (if it's closed)</dd> <dt>@​depfu pause</dt><dd>Ignores all future updates for this dependency and closes this PR</dd> <dt>@​depfu pause [minor|major]</dt><dd>Ignores all future minor/major updates for this dependency and closes this PR</dd> <dt>@​depfu resume</dt><dd>Future versions of this dependency will create PRs again (leaves this PR as is)</dd> </dl></blockquote> </details> Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com> Co-authored-by: Jordan Pittman <[email protected]>
1 parent f2b5ed4 commit ebb2d43

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

packages/@tailwindcss-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"access": "public"
3131
},
3232
"devDependencies": {
33-
"h3": "^1.15.3",
33+
"h3": "^1.15.4",
3434
"listhen": "^1.9.0",
3535
"tailwindcss": "workspace:*"
3636
}

pnpm-lock.yaml

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)