Skip to content
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

Merged
merged 2 commits into from
Oct 19, 2021
Merged

feat: upgrade to ember 3.28 #142

merged 2 commits into from
Oct 19, 2021

Conversation

GreatWizard
Copy link
Member

@GreatWizard GreatWizard commented Oct 7, 2021

Feature

Update to ember 3.28 (#142)

This PR must be considered as breaking:

  • Need ember-cli and ember-source as v3.20+

Update simple-pinyin to v4 (#142)

@GreatWizard GreatWizard marked this pull request as ready for review October 7, 2021 13:00
@GreatWizard GreatWizard force-pushed the feat/upgrade-3-28 branch 3 times, most recently from 6f9af8a to 5811868 Compare October 7, 2021 14:34
@GreatWizard GreatWizard requested a review from a team October 8, 2021 09:56
Comment on lines +34 to +49
{
name: 'ember-beta',
npm: {
devDependencies: {
'ember-source': await getChannelURL('beta'),
},
},
},
{
name: 'ember-canary',
npm: {
devDependencies: {
'ember-source': await getChannelURL('canary'),
},
},
},
Copy link
Member

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)

Suggested change
{
name: 'ember-beta',
npm: {
devDependencies: {
'ember-source': await getChannelURL('beta'),
},
},
},
{
name: 'ember-canary',
npm: {
devDependencies: {
'ember-source': await getChannelURL('canary'),
},
},
},

Copy link
Member

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) .

Comment on lines +19 to +23
skipBabel: [
{
package: 'qunit',
},
],
Copy link
Member

@MrChocolatine MrChocolatine Oct 11, 2021

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 ✌️ .

Copy link
Member Author

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

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK merci

@MrChocolatine
Copy link
Member

You can remove the line

Drop node 10 support

from the description of your PR as it has already been done before.

@MrChocolatine MrChocolatine merged commit 6b1fe59 into master Oct 19, 2021
@MrChocolatine MrChocolatine deleted the feat/upgrade-3-28 branch October 19, 2021 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants