emberjs / emberjs/ember-cli-babel
Does `@babel/runtime` still need pin?
Open
- Dominant language
- JavaScript
- Stars
- 152
- Forks
- 115
- Avg merge
- 23h 22m
- Merged PRs (30d)
- 4
Description
`@babel/runtime` was pinned to v7.12.8 in https://github.com/emberjs/ember-cli-babel/pull/385 (March 2021) due to 'workaround test failures in CI for the "Floating dependencies" scenario.'
Is this pin still needed / relevant? As it stands, this appears to block fully updating `@babel/runtime` to v7.26.10 in an Ember app using ember-cli-babel (see https://github.com/babel/babel/security/advisories/GHSA-968p-4wvh-cqc8). Alternatively we could use NPM overrides, but this is less ideal and I'll need to check there isn't some compatibility issue.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.