-
Notifications
You must be signed in to change notification settings - Fork 43
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
Upgrade Ember CLI to 5.4 #178
Conversation
e7b1710
to
24dd408
Compare
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.
Almost there 👍
.github/workflows/ci.yml
Outdated
ember-lts-2.18, | ||
ember-lts-3.16, | ||
ember-lts-3.20, | ||
ember-lts-3.24, |
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.
undo these removals, they should be removed in a separate PR 👍
.github/workflows/ci.yml
Outdated
ember-lts-3.28, | ||
ember-lts-4.4, | ||
ember-lts-4.8, | ||
ember-lts-4.12, | ||
ember-lts-5.3, |
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.
so either 5.3 needs to just be removed or we bump it to 5.4. technically 5.4 isn't an LTS until 5.5 is released so maybe we just remove for now since the "normal" test (not with ember-try) is already testing 5.4 👍
'ember-source': '~3.24.3', | ||
}, | ||
}, | ||
}, |
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.
add these back in 👍
@@ -1,11 +1,11 @@ | |||
/* globals self */ | |||
/* globals require Ember */ |
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.
undo all changes in this file for prettier. This is not needed as it will be deleted shortly. reset it back to master/main and use eslint-disable to ignore warnings 👍
7fa05e5
to
fe7f7f3
Compare
Keep original versions of ci.yml, ember-try.js and readme
fe7f7f3
to
1c7e288
Compare
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.
Looking great 🎉
'ember-source': '~5.3.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.
5.3 here was just a placeholder until there was a 5.x lts
Via
ember-cli-update
. Kept original versions ofci.yml
,ember-try.js
and readme.