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

Update to Ember 3.21 #28

Merged
merged 3 commits into from
Oct 9, 2020
Merged

Update to Ember 3.21 #28

merged 3 commits into from
Oct 9, 2020

Conversation

SergeAstapov
Copy link
Contributor

Updating this addon to Ember 3.12, leveraging ember-cli-update.

Upgrades ember-cli-babel to use Babel@7

Had to pin some dependencies to make CI happy and use Node.js 6.x compatible versions.

@SergeAstapov
Copy link
Contributor Author

My idea was - this could go in as patch release.

I can create a follow up PR which would upgrade to all the latest and greatest and drop Node.js 6 support but that would require major version bump.

package.json Outdated
"lerna-changelog": "^0.8.0",
"loader.js": "^4.7.0"
},
"resolutions": {
"*/sort-package-json": "1.23.0",
"**/socket.io": "2.1.1"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Upstream issue socketio/engine.io#589

package.json Outdated
@@ -29,31 +29,36 @@
"test:all": "ember try:each"
},
"dependencies": {
"ember-cli-babel": "^6.16.0",
"ember-cli-babel": "^7.11.1",
Copy link
Member

Choose a reason for hiding this comment

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

This is a breaking change anyways, so we might as well drop Node 6 support

package.json Outdated
"lerna-changelog": "^0.8.0",
"loader.js": "^4.7.0"
},
"resolutions": {
Copy link
Member

Choose a reason for hiding this comment

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

Let's remove these, the ember-cli-babel bump is a breaking change so we can drop Node 6

package.json Outdated
"resolutions": {
"*/sort-package-json": "1.23.0",
"**/socket.io": "2.1.1"
},
"engines": {
"node": "6.* || 8.* || >= 10.*"
Copy link
Member

Choose a reason for hiding this comment

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

Will need to update to 8.* || 10.* || >= 12

@rwjblue
Copy link
Member

rwjblue commented Nov 15, 2019

My idea was - this could go in as patch release.

The issue here is that ember-cli-babel@6 -> ember-cli-babel@7 itself is a major bump (drops support for older ember-cli versions).

@SergeAstapov
Copy link
Contributor Author

SergeAstapov commented Nov 15, 2019

My idea was - this could go in as patch release.

The issue here is that ember-cli-babel@6 -> ember-cli-babel@7 itself is a major bump (drops support for older ember-cli versions).

I missed that point. I'll update it then to remove Node.js 6 compatibility and this could be a major version bump.

@SergeAstapov
Copy link
Contributor Author

@rwjblue sorry for the delay here. Updated PR with Ember CLI 3.21 and dropped Node,js 8 support as well.

@rwjblue rwjblue merged commit 277ea6d into emberjs:master Oct 9, 2020
@rwjblue rwjblue changed the title Update to Ember 3.12 Update to Ember 3.21 Oct 9, 2020
@rwjblue
Copy link
Member

rwjblue commented Oct 9, 2020

Thank you!

@SergeAstapov SergeAstapov deleted the upgrade-ember branch October 12, 2020 23:14
@igorT
Copy link
Member

igorT commented Oct 28, 2020

@rwjblue Changelog says this drops support for ember < 3.16. Does that mean it is just not tested against older version or is there a known issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants