-
-
Notifications
You must be signed in to change notification settings - Fork 76
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 app to Ember 3.22 #206
Upgrade app to Ember 3.22 #206
Conversation
The Alex linting issues were also present on master |
Hi, @maxwondercorn. Thanks for working on upgrading the dependencies to their latest version. When lint errors happen due to a package upgrade, I'd recommend adding the lint rule as an exception, as demonstrated in ember-learn/ember-website@9999b79. I can create a follow-up issue to fix the lint errors separately. It looks you can edit |
I am going to add There must have some type of regression. These were not flagged the last time I did a PR. Some of the flagged words are relatively recent additions, but some have been in the guides for a couple years. |
Per file sounds good with me, thanks. I think |
@maxwondercorn Looks like the Netlify deploy build failed due to this error:
I think this is the related pull request: emberjs/data#7230 . It seems to suggest installing |
According to a Discord conversation, it seems removing |
Yep, clearing the cache worked. ✨ |
I did that locally and if fixed the issue but on the Netilfy build... Glad it's now working!! |
@ijlee2 all upgrade steps for the 3.21 bump are completed |
@maxwondercorn Thanks! I'll have a look tomorrow. |
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.
@maxwondercorn Thank you for working on upgrading the CLI Guides app to v3.22
! Always happy to see Ember apps running on the latest version.
I tested the deployed app by navigating between pages and the app continued to work without error. 💯
Upgrade Ember per #197
Closes #197