Skip to content

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

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 26, 2025

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 renovate bot added :dependabot: 🏷️ dependencies Pull requests that update a dependency file labels Mar 26, 2025
@github-project-automation github-project-automation bot moved this to needs triage in EmberData Mar 26, 2025
@runspired
Copy link
Contributor

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.

@ef4
Copy link
Contributor

ef4 commented Mar 26, 2025

3.0 changes the constructor arguments to ImportUtil. Like:

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

@runspired
Copy link
Contributor

@ef4 thanks! and good eye

Copy link
Contributor Author

renovate bot commented Mar 26, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:dependabot: 🏷️ dependencies Pull requests that update a dependency file
Projects
Status: needs triage
Development

Successfully merging this pull request may close these issues.

2 participants