-
-
Notifications
You must be signed in to change notification settings - Fork 119
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 babel plugins and pin to @babel/[email protected] #385
Update babel plugins and pin to @babel/[email protected] #385
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you also update package.json
to use those new minimum versions as well?
218380c
to
61fce1c
Compare
Updated the package.json 👍 |
Hmmm. Something is causing the floating dependencies tests to time out. |
@rwjblue seeing this in CI. Will have a dig later |
Seems like the same thing being reported in later comments over in #384 |
I've canceled some of the CI runs (to try to get faster turn around) |
bb92148
to
6f1f042
Compare
6f1f042
to
7ceada3
Compare
@rwjblue it's not pretty but I've pinned Unfortunately as I stated earlier, I can only reproduce the issue on CI which makes debugging a bit painful. |
FWIW I also had to pin [
'chrome >= 85',
'edge >= 85',
'firefox >= 80',
'safari >= 14',
] Works fine with |
Thanks @boris-petrov, that could well be the case here as we add ie11 in CI. I guess we should keep it pinned though as officially the Ember framework still supports IE11 (until 4.0 anyway)? |
Yep, that seems to be the same issue as mine. Well, yes, for now it's better to pin. I will be trying from time to time to update and I'll be sure to let you know if a |
Upgrading all
babel-plugin-*
dependencies due to conversation in #382 (comment)It also pins @babel/runtime to 7.12.18 to workaround test failures in CI for the "Floating dependencies" scenario.
/cc @rwjblue