Bump jiti from 1.21.6 to 2.4.1 #20

Merged
dependabot[bot] merged 1 commits from dependabot/npm_and_yarn/jiti-2.4.1 into main 2024-12-10 22:12:25 +00:00
dependabot[bot] commented 2024-12-10 20:08:16 +00:00 (Migrated from github.com)

Bumps jiti from 1.21.6 to 2.4.1.

Release notes

Sourced from jiti's releases.

v2.4.1

compare changes

🩹 Fixes

  • Interop modules with primitive default export (#343)

v2.4.0

compare changes

🚀 Enhancements

  • Support generic type for jiti.import<T> (#331)

🩹 Fixes

  • Try to resolve .ts files with .js extension from js files (#337)

🏡 Chore

  • Update deps and lockfile (5dfb0ec)

❤️ Contributors

v2.3.3

compare changes

🩹 Fixes

  • eval: Return fallback value (#326)

💅 Refactors

  • Remove some unused exports with Knip (#327)

❤️ Contributors

v2.3.2

compare changes

🩹 Fixes

  • eval: Fallback in async mode (#325)

... (truncated)

Changelog

Sourced from jiti's changelog.

v2.4.1

compare changes

🩹 Fixes

  • Interop modules with primitive default export (#343)

🏡 Chore

❤️ Contributors

v2.4.0

compare changes

🚀 Enhancements

  • Support generic type for jiti.import<T> (#331)

🩹 Fixes

  • Try to resolve .ts files with .js extension from js files (#337)

🏡 Chore

🤖 CI

❤️ Contributors

v2.3.3

compare changes

🩹 Fixes

... (truncated)

Commits

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)
Bumps [jiti](https://github.com/unjs/jiti) from 1.21.6 to 2.4.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/unjs/jiti/releases">jiti's releases</a>.</em></p> <blockquote> <h2>v2.4.1</h2> <p><a href="https://github.com/unjs/jiti/compare/v2.4.0...v2.4.1">compare changes</a></p> <h3>🩹 Fixes</h3> <ul> <li>Interop modules with primitive default export (<a href="https://redirect.github.com/unjs/jiti/pull/343">#343</a>)</li> </ul> <h2>v2.4.0</h2> <p><a href="https://github.com/unjs/jiti/compare/v2.3.3...v2.4.0">compare changes</a></p> <h3>🚀 Enhancements</h3> <ul> <li>Support generic type for <code>jiti.import&lt;T&gt;</code> (<a href="https://redirect.github.com/unjs/jiti/pull/331">#331</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li>Try to resolve <code>.ts</code> files with <code>.js</code> extension from js files (<a href="https://redirect.github.com/unjs/jiti/pull/337">#337</a>)</li> </ul> <h3>🏡 Chore</h3> <ul> <li>Update deps and lockfile (<a href="https://github.com/unjs/jiti/commit/5dfb0ec">5dfb0ec</a>)</li> </ul> <h3>❤️ Contributors</h3> <ul> <li>Pooya Parsa (<a href="http://github.com/pi0"><code>@​pi0</code></a>)</li> <li>Lars Kappert (<a href="http://github.com/webpro"><code>@​webpro</code></a>)</li> <li>Alexander <a href="mailto:a.hywax@gmail.com">a.hywax@gmail.com</a></li> </ul> <h2>v2.3.3</h2> <p><a href="https://github.com/unjs/jiti/compare/v2.3.2...v2.3.3">compare changes</a></p> <h3>🩹 Fixes</h3> <ul> <li><strong>eval:</strong> Return fallback value (<a href="https://redirect.github.com/unjs/jiti/pull/326">#326</a>)</li> </ul> <h3>💅 Refactors</h3> <ul> <li>Remove some unused exports with <a href="https://knip.dev/">Knip</a> (<a href="https://redirect.github.com/unjs/jiti/pull/327">#327</a>)</li> </ul> <h3>❤️ Contributors</h3> <ul> <li>Lars Kappert (<a href="http://github.com/webpro"><code>@​webpro</code></a>)</li> </ul> <h2>v2.3.2</h2> <p><a href="https://github.com/unjs/jiti/compare/v2.3.1...v2.3.2">compare changes</a></p> <h3>🩹 Fixes</h3> <ul> <li><strong>eval:</strong> Fallback in async mode (<a href="https://redirect.github.com/unjs/jiti/pull/325">#325</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/unjs/jiti/blob/main/CHANGELOG.md">jiti's changelog</a>.</em></p> <blockquote> <h2>v2.4.1</h2> <p><a href="https://github.com/unjs/jiti/compare/v2.4.0...v2.4.1">compare changes</a></p> <h3>🩹 Fixes</h3> <ul> <li>Interop modules with primitive default export (<a href="https://redirect.github.com/unjs/jiti/pull/343">#343</a>)</li> </ul> <h3>🏡 Chore</h3> <ul> <li>Update deps (<a href="https://github.com/unjs/jiti/commit/58d3f5f">58d3f5f</a>)</li> </ul> <h3>❤️ Contributors</h3> <ul> <li>Pooya Parsa (<a href="http://github.com/pi0"><code>@​pi0</code></a>)</li> </ul> <h2>v2.4.0</h2> <p><a href="https://github.com/unjs/jiti/compare/v2.3.3...v2.4.0">compare changes</a></p> <h3>🚀 Enhancements</h3> <ul> <li>Support generic type for <code>jiti.import&lt;T&gt;</code> (<a href="https://redirect.github.com/unjs/jiti/pull/331">#331</a>)</li> </ul> <h3>🩹 Fixes</h3> <ul> <li>Try to resolve <code>.ts</code> files with <code>.js</code> extension from js files (<a href="https://redirect.github.com/unjs/jiti/pull/337">#337</a>)</li> </ul> <h3>🏡 Chore</h3> <ul> <li>Update renovate.json (<a href="https://github.com/unjs/jiti/commit/86f11b3">86f11b3</a>)</li> <li>Update deps and lockfile (<a href="https://github.com/unjs/jiti/commit/5dfb0ec">5dfb0ec</a>)</li> <li>Add nvmrc (<a href="https://github.com/unjs/jiti/commit/899a782">899a782</a>)</li> </ul> <h3>🤖 CI</h3> <ul> <li>Deno v2 compat (<a href="https://github.com/unjs/jiti/commit/f4d0062">f4d0062</a>)</li> </ul> <h3>❤️ Contributors</h3> <ul> <li>Pooya Parsa (<a href="http://github.com/pi0"><code>@​pi0</code></a>)</li> <li>Lars Kappert (<a href="http://github.com/webpro"><code>@​webpro</code></a>)</li> <li>Alexander <a href="mailto:a.hywax@gmail.com">a.hywax@gmail.com</a></li> </ul> <h2>v2.3.3</h2> <p><a href="https://github.com/unjs/jiti/compare/v2.3.2...v2.3.3">compare changes</a></p> <h3>🩹 Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/unjs/jiti/commit/ad6191f04624badf2112651217bc17008a9bde50"><code>ad6191f</code></a> chore(release): v2.4.1</li> <li><a href="https://github.com/unjs/jiti/commit/cca319bbcd11c9a786148b61136719732ba38dee"><code>cca319b</code></a> fix: interop modules with primitive default export (<a href="https://redirect.github.com/unjs/jiti/issues/343">#343</a>)</li> <li><a href="https://github.com/unjs/jiti/commit/58d3f5f8b8b6f8fe462145bdd3a00e055c9077ac"><code>58d3f5f</code></a> chore: update deps</li> <li><a href="https://github.com/unjs/jiti/commit/2f9c2376e70d951cdfbc06eb8ed046331deb177a"><code>2f9c237</code></a> chore(release): v2.4.0</li> <li><a href="https://github.com/unjs/jiti/commit/f4d00621f86536d70b61168940cc347fb738c3a1"><code>f4d0062</code></a> ci: deno v2 compat</li> <li><a href="https://github.com/unjs/jiti/commit/899a78226aa711c41cf60d121a2d19a663978191"><code>899a782</code></a> chore: add nvmrc</li> <li><a href="https://github.com/unjs/jiti/commit/5dfb0ec774409c46a42f716c360da623c9f4451d"><code>5dfb0ec</code></a> chore: update deps and lockfile</li> <li><a href="https://github.com/unjs/jiti/commit/86f11b3c6669f7178688fac9453e4e985f83d096"><code>86f11b3</code></a> chore: update renovate.json</li> <li><a href="https://github.com/unjs/jiti/commit/f57e3016c5d81ae023b8fbe39d2c33c92cc3e41a"><code>f57e301</code></a> fix: try to resolve <code>.ts</code> files with <code>.js</code> extension from js files (<a href="https://redirect.github.com/unjs/jiti/issues/337">#337</a>)</li> <li><a href="https://github.com/unjs/jiti/commit/b789385347c411f4f12505148637b78b6d30a8b3"><code>b789385</code></a> feat: support generic type for <code>jiti.import\&lt;T&gt;</code> (<a href="https://redirect.github.com/unjs/jiti/issues/331">#331</a>)</li> <li>Additional commits viewable in <a href="https://github.com/unjs/jiti/compare/v1.21.6...v2.4.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=jiti&package-manager=npm_and_yarn&previous-version=1.21.6&new-version=2.4.1)](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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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) </details>
Sign in to join this conversation.
No description provided.