-
-
Notifications
You must be signed in to change notification settings - Fork 259
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
Remove require usage, dropping support for automatic ember-data/setup-container inclusion #1472
Conversation
// Additionally, this file is deprecated with no replacement for | ||
// removal in ember-data v6.0 | ||
// See: ember-data/dist/setup-container | ||
if (macroCondition(dependencySatisfies('ember-data', '< 6.0'))) { |
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.
@runspired what happens with setup-container after v6? is it something that folks just need to configure manually?
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.
hasn't been needed for some time / since late 1.x
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.
Amazing 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.
Actually, i wonder if we should just drop this code, and do a major of test-helpers, bundled with the v2 addon conversion
193339a
to
77a8821
Compare
Resolved #1433 |
Extracted from: #1471