Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update jiti 2.3.3 → 2.4.0 (minor) (#14928)
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? #### ✳️ jiti (2.3.3 → 2.4.0) · [Repo](https://github.com/unjs/jiti) · [Changelog](https://github.com/unjs/jiti/blob/main/CHANGELOG.md) <details> <summary>Release Notes</summary> <h4><a href="https://github.com/unjs/jiti/releases/tag/v2.4.0">2.4.0</a></h4> <blockquote><p dir="auto"><a href="https://bounce.depfu.com/github.com/unjs/jiti/compare/v2.3.3...v2.4.0">compare changes</a></p> <h3 dir="auto">🚀 Enhancements</h3> <ul dir="auto"> <li>Support generic type for <code class="notranslate">jiti.import<T></code> (<a href="https://bounce.depfu.com/github.com/unjs/jiti/pull/331">#331</a>)</li> </ul> <h3 dir="auto">🩹 Fixes</h3> <ul dir="auto"> <li>Try to resolve <code class="notranslate">.ts</code> files with <code class="notranslate">.js</code> extension from js files (<a href="https://bounce.depfu.com/github.com/unjs/jiti/pull/337">#337</a>)</li> </ul> <h3 dir="auto">🏡 Chore</h3> <ul dir="auto"> <li>Update deps and lockfile (<a href="https://bounce.depfu.com/github.com/unjs/jiti/commit/5dfb0ec">5dfb0ec</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>Lars Kappert (<a href="https://bounce.depfu.com/github.com/webpro">@webpro</a>)</li> <li>Alexander <a href="mailto:a.hywax@gmail.com">a.hywax@gmail.com</a> </li> </ul></blockquote> <p><em>Does any of this look wrong? <a href="https://depfu.com/packages/npm/jiti/feedback">Please let us know.</a></em></p> </details> <details> <summary>Commits</summary> <p><a href="https://github.com/unjs/jiti/compare/544247421cce0349d58dc94d58e862a7bc12176a...2f9c2376e70d951cdfbc06eb8ed046331deb177a">See the full diff on Github</a>. The new version differs by 7 commits:</p> <ul> <li><a href="https://github.com/unjs/jiti/commit/2f9c2376e70d951cdfbc06eb8ed046331deb177a"><code>chore(release): v2.4.0</code></a></li> <li><a href="https://github.com/unjs/jiti/commit/f4d00621f86536d70b61168940cc347fb738c3a1"><code>ci: deno v2 compat</code></a></li> <li><a href="https://github.com/unjs/jiti/commit/899a78226aa711c41cf60d121a2d19a663978191"><code>chore: add nvmrc</code></a></li> <li><a href="https://github.com/unjs/jiti/commit/5dfb0ec774409c46a42f716c360da623c9f4451d"><code>chore: update deps and lockfile</code></a></li> <li><a href="https://github.com/unjs/jiti/commit/86f11b3c6669f7178688fac9453e4e985f83d096"><code>chore: update renovate.json</code></a></li> <li><a href="https://github.com/unjs/jiti/commit/f57e3016c5d81ae023b8fbe39d2c33c92cc3e41a"><code>fix: try to resolve `.ts` files with `.js` extension from js files (#337)</code></a></li> <li><a href="https://github.com/unjs/jiti/commit/b789385347c411f4f12505148637b78b6d30a8b3"><code>feat: support generic type for `jiti.import<T>` (#331)</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> Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
- Loading branch information