Skip to content

Commit c00da89

Browse files
authored
Update listhen 1.9.1 → 1.10.0 (minor) (#20017)
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? #### ✳️ listhen (1.9.1 → 1.10.0) · [Repo](https://github.com/unjs/listhen) · [Changelog](https://github.com/unjs/listhen/blob/main/CHANGELOG.md) <details> <summary>Release Notes</summary> <h4><a href="https://github.com/unjs/listhen/releases/tag/v1.10.0">1.10.0</a></h4> <blockquote><p dir="auto"><a href="https://bounce.depfu.com/github.com/unjs/listhen/compare/v1.9.1...v1.10.0">compare changes</a></p> <h3 dir="auto">🚀 Enhancements</h3> <ul dir="auto"> <li>Support <code class="notranslate">extraURLs</code> and detect <a href="https://portless.sh/">portless</a> from env by default (<a href="https://bounce.depfu.com/github.com/unjs/listhen/pull/228">#228</a>)</li> </ul> <h3 dir="auto">🩹 Fixes</h3> <ul dir="auto"> <li>Filter IPv4 link-local addresses from network interfaces (<a href="https://bounce.depfu.com/github.com/unjs/listhen/pull/226">#226</a>)</li> <li>Do not use fallback port in production (<a href="https://bounce.depfu.com/github.com/unjs/listhen/pull/223">#223</a>)</li> </ul> <h3 dir="auto">❤️ Contributors</h3> <ul dir="auto"> <li>Kricsleo (<a href="https://bounce.depfu.com/github.com/kricsleo">@kricsleo</a>)</li> <li>Tim Krajcar (<a href="https://bounce.depfu.com/github.com/tkrajcar">@tkrajcar</a>)</li> <li>Max (<a href="https://bounce.depfu.com/github.com/onmax">@onmax</a>)</li> <li>Pooya Parsa (<a href="https://bounce.depfu.com/github.com/pi0">@pi0</a>)</li> </ul></blockquote> <p><em>Does any of this look wrong? <a href="https://depfu.com/packages/npm/listhen/feedback">Please let us know.</a></em></p> </details> <details> <summary>Commits</summary> <p><a href="https://github.com/unjs/listhen/compare/60ba9f2ae23553b02c5079ab225e9a4d8bc59af4...33c98f262d9d8c663e75f49ea5ac1f0ee6934e32">See the full diff on Github</a>. The new version differs by 5 commits:</p> <ul> <li><a href="https://github.com/unjs/listhen/commit/33c98f262d9d8c663e75f49ea5ac1f0ee6934e32"><code>fix: do not use fallback port in production (#223)</code></a></li> <li><a href="https://github.com/unjs/listhen/commit/49ef95e7a7e350217a6440a43894037efe7c6fc9"><code>fix: filter IPv4 link-local addresses from network interfaces (#226)</code></a></li> <li><a href="https://github.com/unjs/listhen/commit/de2d49ae00e94725a81866f97a5150f127479b2a"><code>chore(deps): update all non-major dependencies (#221)</code></a></li> <li><a href="https://github.com/unjs/listhen/commit/f341eb9f76c48eb5a05a076989f7c07634f1e848"><code>feat: support `extraURLs` and detect portless by env by default (#228)</code></a></li> <li><a href="https://github.com/unjs/listhen/commit/402c52df879d88a03878f302faa8cc36f76e2000"><code>chore: update deps</code></a></li> </ul> </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> [ci-all] Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
1 parent 754e751 commit c00da89

2 files changed

Lines changed: 19 additions & 36 deletions

File tree

packages/@tailwindcss-browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"devDependencies": {
3333
"h3": "^1.15.11",
34-
"listhen": "^1.9.1",
34+
"listhen": "^1.10.0",
3535
"tailwindcss": "workspace:*"
3636
}
3737
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)