Skip to content

⬆️ Updates import-fresh to v4#559

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/import-fresh-4.x
Open

⬆️ Updates import-fresh to v4#559
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/import-fresh-4.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Feb 25, 2026

This PR contains the following updates:

Package Change Age Confidence
import-fresh 3.3.04.0.0 age confidence

Release Notes

sindresorhus/import-fresh (import-fresh)

v4.0.0

Compare Source

Breaking

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

v3.3.1

Compare Source



Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Moscow, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link
Copy Markdown

Thanks for opening an issue! Make sure you've followed CONTRIBUTING.md.

@github-actions
Copy link
Copy Markdown

Hello from PR Helper

Remember to comment with one of the following states:

#pr-ready to enable all auto processing and merging.

#pr-onhold to prevent merging as you have other commits or discussions to make.

If you do not set the #pr-ready comment then the auto-merge capabilities will not be active.

@github-actions
Copy link
Copy Markdown

Thanks for the PR!

This section of the codebase is owner by https://github.com/AlexRogalskiy/ - if they write a comment saying "LGTM" then it will be merged.

@socket-security
Copy link
Copy Markdown

socket-security Bot commented Feb 25, 2026

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedimport-fresh@​3.3.0 ⏵ 4.0.0100 +110097 +1885100

View full report

Copy link
Copy Markdown

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Scan Summary

Tool Critical High Medium Low Status
Security Audit for Infrastructure 0 0 0 6

Recommendation

Looks good ✔️

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate Bot force-pushed the renovate/import-fresh-4.x branch from d25d827 to 19217cb Compare March 12, 2026 00:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants