-
Notifications
You must be signed in to change notification settings - Fork 29
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
Delete old deprecation initializer #2748
Delete old deprecation initializer #2748
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
…ons-api' into chore-ICU-16540-clean-old-deprecation-initializers
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.
I tested it locally and do not see the deprecation warnings. Thanks for the cleanup!
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 u for cleaning these up!
eb7366c
into
ICU-16544-upgrade-ember-data-addons-api
* chore: 🤖 upgrade ember-data to v5.3.11 * Add missing copyright headers * refactor: 💡 remove comment * chore: 🤖 update yarn.lock due to merge conflict ✅ Closes: https://hashicorp.atlassian.net/browse/ICU-16544 * fix: 🐛 undo ember-source upgrade (should be upgraded w/ ember) ✅ Closes: https://hashicorp.atlassian.net/browse/ICU-16544 * chore: 🤖 move dep to devDeps & resolve test-helper version ✅ Closes: https://hashicorp.atlassian.net/browse/ICU-16544 * fix: 🐛 unique record id error bug fix using store.push ✅ Closes: https://hashicorp.atlassian.net/browse/ICU-16544 * refactor: 💡 cleanup ✅ Closes: https://hashicorp.atlassian.net/browse/ICU-16544 * Delete old deprecation initializer (#2748) * refactor: 💡 import from'ember-data/store' ✅ Closes: https://hashicorp.atlassian.net/browse/ICU-16544 * refactor: 💡 clean up comments ✅ Closes: https://hashicorp.atlassian.net/browse/ICU-16544 * refactor: 💡 remove compatWith comment ✅ Closes: https://hashicorp.atlassian.net/browse/ICU-16544 --------- Co-authored-by: Carlos Alcaide Corvo <[email protected]>
Description
NOTE: notice this PR will not merge to
main
but toICU-16544-upgrade-ember-data-addons-api
, here the PR. The upgrade ember-data in addons/api is a dependency/necessary work to get rid of theember-data:deprecate-array-like
deprecation. Therefore, to not introduce any transitional deprecation messages withinmain
while we upgrade ember-data.🎟️ Jira ticket
How to Test
ember-data:deprecate-array-like
deprecation message will be: Host Catalogs > Host Catalog > Tab: Hosts. So navigate to that section without seeing a deprecation message.