-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: upgrade to ember 3.28 #142
Conversation
2f8681a
to
845e64f
Compare
6f9af8a
to
5811868
Compare
5811868
to
6c017b1
Compare
6c017b1
to
55d537a
Compare
{ | ||
name: 'ember-beta', | ||
npm: { | ||
devDependencies: { | ||
'ember-source': await getChannelURL('beta'), | ||
}, | ||
}, | ||
}, | ||
{ | ||
name: 'ember-canary', | ||
npm: { | ||
devDependencies: { | ||
'ember-source': await getChannelURL('canary'), | ||
}, | ||
}, | ||
}, |
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 thought we wanted, intentionally, to get rid of the scenarios beta
and canary
from all our Ember.js projects. (See this recent PR #141 for this project)
{ | |
name: 'ember-beta', | |
npm: { | |
devDependencies: { | |
'ember-source': await getChannelURL('beta'), | |
}, | |
}, | |
}, | |
{ | |
name: 'ember-canary', | |
npm: { | |
devDependencies: { | |
'ember-source': await getChannelURL('canary'), | |
}, | |
}, | |
}, |
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.
This comment is not relevant anymore, see DazzlingFugu/ember-feature-controls#153 (comment) .
skipBabel: [ | ||
{ | ||
package: 'qunit', | ||
}, | ||
], |
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.
Just to understand better, can you please explain me why this piece of code is needed? Perhaps it is automatically done when upgrading with ember-cli
? Perhaps it is indicated in a migration document? Thanks ✌️ .
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.
IT was automatic in the upgrade tbh :) but it's for embroider testing
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.
OK merci
You can remove the line
from the description of your PR as it has already been done before. |
55d537a
to
babd56f
Compare
Feature
Update to ember 3.28 (#142)
This PR must be considered as breaking:
Update simple-pinyin to v4 (#142)