-
-
Notifications
You must be signed in to change notification settings - Fork 10
Remove reference to global Ember API #321
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mixonic
added a commit
to ember-cli/ember-cli-deprecation-workflow
that referenced
this pull request
May 28, 2021
* Avoid the Ember global in workflow runtime code. * Ensure the test suite isn't using deprecated API by throwing unhandled deprecations. Address several uses of deprecated Ember API. * Avoid reliance on ember-cli-babel < 7.26.6 which referenced the Ember global. * Bump ember-jquery to get emberjs/ember-jquery#321
1 task
simonihmig
approved these changes
May 28, 2021
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.
Good catch, thank you!
The addon here needs some maintenance love, will try to move CI to Github asap, as Travis is not running at all anymore it seems 😕.
This is probably good to be merged anyway, but at least before releasing we should have a green CI...
I'll merge! |
mixonic
added a commit
to ember-cli/ember-cli-deprecation-workflow
that referenced
this pull request
Jun 4, 2021
* Avoid the Ember global in workflow runtime code. * Ensure the test suite isn't using deprecated API by throwing unhandled deprecations. Address several uses of deprecated Ember API. * Bump ember-jquery to get emberjs/ember-jquery#321
mixonic
added a commit
to ember-cli/ember-cli-deprecation-workflow
that referenced
this pull request
Jun 4, 2021
* Avoid the Ember global in workflow runtime code. * Ensure the test suite isn't using deprecated API by throwing unhandled deprecations. Address several uses of deprecated Ember API. * Bump ember-jquery to get emberjs/ember-jquery#321
mixonic
added a commit
to ember-cli/ember-cli-deprecation-workflow
that referenced
this pull request
Jun 4, 2021
* Avoid the Ember global in workflow runtime code. * Ensure the test suite isn't using deprecated API by throwing unhandled deprecations. Address several uses of deprecated Ember API. * Bump ember-jquery to get emberjs/ember-jquery#321
mixonic
added a commit
to ember-cli/ember-cli-deprecation-workflow
that referenced
this pull request
Jun 4, 2021
* Avoid the Ember global in workflow runtime code. * Ensure the test suite isn't using deprecated API by throwing unhandled deprecations. Address several uses of deprecated Ember API. * Bump ember-jquery to get emberjs/ember-jquery#321
mixonic
added a commit
to ember-cli/ember-cli-deprecation-workflow
that referenced
this pull request
Jun 4, 2021
* Avoid the Ember global in workflow runtime code. * Ensure the test suite isn't using deprecated API by throwing unhandled deprecations. Address several uses of deprecated Ember API. * Bump ember-jquery to get emberjs/ember-jquery#321
mixonic
added a commit
to ember-cli/ember-cli-deprecation-workflow
that referenced
this pull request
Jun 4, 2021
* Avoid the Ember global in workflow runtime code. * Bump ember-jquery to get emberjs/ember-jquery#321
mixonic
added a commit
to ember-cli/ember-cli-deprecation-workflow
that referenced
this pull request
Jun 4, 2021
* Avoid the Ember global in workflow runtime code. * Bump ember-jquery to get emberjs/ember-jquery#321
mixonic
added a commit
to ember-cli/ember-cli-deprecation-workflow
that referenced
this pull request
Jun 4, 2021
* Avoid the Ember global in workflow runtime code. This patch is dependent on #125 which included the code at emberjs/ember-jquery#321
mixonic
added a commit
to ember-cli/ember-cli-deprecation-workflow
that referenced
this pull request
Jun 12, 2021
* Avoid the Ember global in workflow runtime code. This patch is dependent on #125 which included the code at emberjs/ember-jquery#321
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Avoid accessing the
Ember
global which is deprecated per https://deprecations.emberjs.com/v3.x/#toc_ember-globalDiscovered working on ember-cli/ember-cli-deprecation-workflow#118