Skip to content

chore(deps): bump import-fresh from 3.3.1 to 4.0.0#560

Merged
mergify[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/import-fresh-4.0.0
Mar 1, 2026
Merged

chore(deps): bump import-fresh from 3.3.1 to 4.0.0#560
mergify[bot] merged 1 commit intomainfrom
dependabot/npm_and_yarn/import-fresh-4.0.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2026

Bumps import-fresh from 3.3.1 to 4.0.0.

Release notes

Sourced from import-fresh's releases.

v4.0.0

Breaking

  • Require Node.js 22.15 de6c85d
  • This package is now pure ESM. Please read this.
  • The import is now async de6c85d

Migration:

const importFresh = require('import-fresh');
const foo = importFresh('./foo');

to

import createImportFresh from 'import-fresh';
const importFresh = createImportFresh(import.meta.url);
const foo = await importFresh('./foo.js');

Improved

  • Support importing ESM fresh de6c85d

sindresorhus/import-fresh@v3.3.1...v4.0.0

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 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 [import-fresh](https://github.com/sindresorhus/import-fresh) from 3.3.1 to 4.0.0.
- [Release notes](https://github.com/sindresorhus/import-fresh/releases)
- [Commits](sindresorhus/import-fresh@v3.3.1...v4.0.0)

---
updated-dependencies:
- dependency-name: import-fresh
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 1, 2026

Assignees

The following users could not be added as assignees: FullStackWithLawrence. Either the username does not exist or it does not have the correct permissions to be added as an assignee.

Labels

The following labels could not be found: javascript. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 1, 2026
@github-actions github-actions bot requested a review from lpm0073 March 1, 2026 14:45
@mergify mergify bot merged commit 25afe63 into main Mar 1, 2026
2 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/import-fresh-4.0.0 branch March 1, 2026 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant