-
Notifications
You must be signed in to change notification settings - Fork 137
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
Improve semver checks for the modules polyfill #785
Improve semver checks for the modules polyfill #785
Conversation
The polyfill uses the Ember global, which is deprecated in `3.27.0`. This additionally disables the polyfill for the `3.27.0-beta.x` ranges. Fixes embroider-build#781.
ba7f60d
to
fe373f7
Compare
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.
Thank you!!!
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.
Hmm, the CI stalling that we are seeing here is for ember-beta and canary only. I wonder if it is actually related to the changes...
@sandydoo - Do you have any time to dig into the test locally?
Woot! We’re in the green 😄 |
Has this been released yet? |
This improves the semver checks to enable the following features for the beta versions of the
3.27
release:3.27+
.Fixes #781.
Fixes #787.
Fixes #794.
I think that’s all of ’em!