data icon indicating copy to clipboard operation
data copied to clipboard

fix(deps): update dependency babel-import-util to v3

Open renovate[bot] opened this issue 8 months ago • 4 comments

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
babel-import-util ^2.1.1 -> ^3.0.1 age adoption passing confidence

Release Notes

ef4/babel-import-util (babel-import-util)

v3.0.0: New reference-aware APIs

Compare Source

See #​13


Configuration

📅 Schedule: 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[bot] avatar Mar 26 '25 05:03 renovate[bot]

its not clear why V3 breaks on this, reading the code, @ef4's notes in the PR etc the way we use import here likely should still work.

runspired avatar Mar 26 '25 06:03 runspired

3.0 changes the constructor arguments to ImportUtil. Like:

-state.importer = new ImportUtil(babel.types, path);
+state.importer = new ImportUtil(babel, path);

ef4 avatar Mar 26 '25 15:03 ef4

@ef4 thanks! and good eye

runspired avatar Mar 26 '25 16:03 runspired

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

renovate[bot] avatar Mar 26 '25 17:03 renovate[bot]

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 3.x releases. But if you manually upgrade to 3.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

renovate[bot] avatar Aug 16 '25 06:08 renovate[bot]