Skip to content
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

Update to ember-cli-babel v8 #1832

Merged

Conversation

bertdeblock
Copy link
Contributor

No description provided.

@bertdeblock bertdeblock changed the base branch from main to stable March 4, 2024 10:41
@mansona mansona added the enhancement New feature or request label Mar 4, 2024
Copy link
Member

@mansona mansona left a comment

Choose a reason for hiding this comment

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

I guess this looks good 😂 tests are passing so LGTM 💪

@mansona mansona merged commit 7e05475 into embroider-build:stable Mar 4, 2024
203 checks passed
@github-actions github-actions bot mentioned this pull request Mar 4, 2024
@mansona
Copy link
Member

mansona commented Apr 24, 2024

It turns out that this should have been a breaking change 😞 the only reason this was working for the most part was because the dependencies of ember-cli-babel weren't using any dependencies that would break tests.

Recently babel-plugin-module-resolver bumped their glob major version (in a patch 😫) that brought in minimatch@8 which needs at least Node 14 (for private fields) tleunen/babel-plugin-module-resolver#445

@embroider/util is being used by ember-auto-import tests that need to work in Node 12 so we should have made this a major 😞

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants