-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
UI/update deps 1.8 #11447
UI/update deps 1.8 #11447
Conversation
…-inline-precompile addon dep
Vercel vault-storybook deployment failure is due to an issue I saw locally and solved my removing |
@@ -301,6 +302,7 @@ export default Route.extend(UnloadModelRoute, { | |||
}, | |||
|
|||
willTransition(transition) { | |||
/* eslint-disable-next-line ember/no-controller-access-in-routes */ |
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.
gosh we use controllerFor in loads of places. Do you know when this will be officially depreciated?
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.
That's a good question, I don't know if it's a disallow thing or a best practice thing 🤔 Cursory search did not bring up any answers but maybe we should ask in the front end sync
ui/package.json
Outdated
@@ -183,7 +183,7 @@ | |||
"node": "10.* || >= 12" | |||
}, | |||
"ember": { | |||
"edition": "octane" | |||
"edition": "recommended" |
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.
that's interesting. do you know why this had to change?
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.
Oh good catch, I changed this when I was wrestling with linting changes. I'll change it back and make sure linting is still good 👍
@@ -146,6 +146,7 @@ module('Acceptance | Enterprise | control groups', function(hooks) { | |||
await visit(url); | |||
await settled(); | |||
accessor = controlGroupComponent.accessor; | |||
console.log({ accessor }); |
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.
looks like left over console.log?
"ember-cli-inject-live-reload": "^2.0.2", | ||
"ember-cli-mirage": "^1.1.8", | ||
"ember-cli-page-object": "^1.17.0", | ||
"ember-cli-pretender": "^3.1.1", |
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.
nice! Finally we'll stop seeing those warning messages on build
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.
Played around with the branch and things looked good. It's nice to have this done early in the release to give us more opportunities to tests. Thanks for tackling this!
Upgrade ember to latest LTS version (3.22) as well as update a number of dependencies