Skip to content

fix(deps): update dependency import-fresh to v4#710

Merged
ota-meshi merged 1 commit into
masterfrom
renovate/import-fresh-4.x
Jun 1, 2026
Merged

fix(deps): update dependency import-fresh to v4#710
ota-meshi merged 1 commit into
masterfrom
renovate/import-fresh-4.x

Conversation

@renovate

@renovate renovate Bot commented Feb 25, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
import-fresh ^3.3.0^4.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: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

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

Rebasing: Whenever PR becomes conflicted, 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.

@renovate renovate Bot added the Type: Dependency Dependencies fixes label Feb 25, 2026
@changeset-bot

changeset-bot Bot commented Feb 25, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: 07f6860

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Feb 25, 2026

Copy link
Copy Markdown

Deploying eslint-plugin-vue-i18n with  Cloudflare Pages  Cloudflare Pages

Latest commit: 07f6860
Status: ✅  Deploy successful!
Preview URL: https://abacd657.eslint-plugin-vue-i18n.pages.dev
Branch Preview URL: https://renovate-import-fresh-4-x.eslint-plugin-vue-i18n.pages.dev

View logs

@renovate
renovate Bot force-pushed the renovate/import-fresh-4.x branch from c49f07b to d2c72fe Compare March 5, 2026 18:44
@renovate
renovate Bot force-pushed the renovate/import-fresh-4.x branch from d2c72fe to 01f24b1 Compare March 13, 2026 13:46
@renovate
renovate Bot force-pushed the renovate/import-fresh-4.x branch from 01f24b1 to e70c16f Compare April 1, 2026 18:46
@renovate
renovate Bot force-pushed the renovate/import-fresh-4.x branch from e70c16f to 871cd46 Compare April 29, 2026 19:29
@renovate
renovate Bot force-pushed the renovate/import-fresh-4.x branch 2 times, most recently from dc0d6c5 to 6aceacb Compare May 18, 2026 09:42
@renovate
renovate Bot force-pushed the renovate/import-fresh-4.x branch from 6aceacb to 07f6860 Compare May 28, 2026 15:48
@ota-meshi
ota-meshi merged commit 6be8b48 into master Jun 1, 2026
9 checks passed
@ota-meshi
ota-meshi deleted the renovate/import-fresh-4.x branch June 1, 2026 23:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Type: Dependency Dependencies fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant