Skip to content

chore(deps-dev): bump jiti from 2.4.2 to 2.5.0 #576

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 24, 2025

Bumps jiti from 2.4.2 to 2.5.0.

Release notes

Sourced from jiti's releases.

v2.5.0

compare changes

🚀 Enhancements

  • Use sha256 for cache entries in FIPS mode (#375)
  • Support rebuildFsCache ( JITI_REBUILD_FS_CACHE) (#379)

🩹 Fixes

  • Interop modules with null/undefined default export (#377)
  • Handle require(<json>) in register mode (#374)

📦 Dependencies

📖 Docs

  • Add defaults in JSDocs (#365)

✅ Tests

  • Only include src for coverage report (#372)

❤️ Contributors

Changelog

Sourced from jiti's changelog.

v2.5.0

compare changes

🚀 Enhancements

  • Use sha256 for cache entries in fips mode (#375)
  • rebuildFsCache ( JITI_REBUILD_FS_CACHE) (#379)

🩹 Fixes

  • Interop modules with nil default export (#377)
  • register: Handle require(<json>) (#374)

🏡 Chore

✅ Tests

  • Update snapshot (c7cfeed)
  • Only include src for coverage report (#372)

❤️ Contributors

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 24, 2025
@github-actions github-actions bot added the chore label Jul 24, 2025
@github-actions github-actions bot enabled auto-merge (squash) July 24, 2025 11:40
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jiti-2.5.0 branch 2 times, most recently from 3999164 to fb83093 Compare July 24, 2025 13:48
bjacobgordon added a commit that referenced this pull request Jul 24, 2025
- [jiti](https://github.com/unjs/jiti) was included from the very first commit when the project was initialized from the `vue` starter template
- while it _is_ an optional peer dependency for [vite](https://github.com/vitejs/vite), there's never been a need to use it directly via `npx jiti someScript.ts`
- if the need to execute a .ts script without transpiling it first ever presents itself, reinstalling `jiti` would be perfectly justified
- until then, it's just another dependency to maintain without any kind of payoff

Brought to light by #576
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jiti-2.5.0 branch from fb83093 to 80b14dc Compare July 24, 2025 14:03
@bjacobgordon
Copy link
Collaborator

@dependabot recreate

Bumps [jiti](https://github.com/unjs/jiti) from 2.4.2 to 2.5.0.
- [Release notes](https://github.com/unjs/jiti/releases)
- [Changelog](https://github.com/unjs/jiti/blob/main/CHANGELOG.md)
- [Commits](unjs/jiti@v2.4.2...v2.5.0)

---
updated-dependencies:
- dependency-name: jiti
  dependency-version: 2.5.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/jiti-2.5.0 branch from 80b14dc to 6410e04 Compare July 24, 2025 14:06
@bjacobgordon
Copy link
Collaborator

Opted to remove jiti instead in #579

auto-merge was automatically disabled July 24, 2025 14:07

Pull request was closed

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 24, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/npm_and_yarn/jiti-2.5.0 branch July 24, 2025 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore 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