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

UI/update deps 1.8 #11447

Merged
merged 25 commits into from
Apr 26, 2021
Merged

UI/update deps 1.8 #11447

merged 25 commits into from
Apr 26, 2021

Conversation

hashishaw
Copy link
Collaborator

Upgrade ember to latest LTS version (3.22) as well as update a number of dependencies

@hashishaw hashishaw added the ui label Apr 23, 2021
@hashishaw hashishaw added this to the 1.8 milestone Apr 23, 2021
@hashishaw
Copy link
Collaborator Author

Vercel vault-storybook deployment failure is due to an issue I saw locally and solved my removing node_modules and yarn installing again. I think the way to do this in vercel is the click the "redeploy" button but I am not an owner, so trying to figure out how to get ownership of that now

@@ -301,6 +302,7 @@ export default Route.extend(UnloadModelRoute, {
},

willTransition(transition) {
/* eslint-disable-next-line ember/no-controller-access-in-routes */
Copy link
Contributor

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?

Copy link
Collaborator Author

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"
Copy link
Contributor

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?

Copy link
Collaborator Author

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 });
Copy link
Contributor

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",
Copy link
Contributor

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

Copy link
Contributor

@Monkeychip Monkeychip left a 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!

@vercel vercel bot temporarily deployed to Preview – vault April 23, 2021 16:39 Inactive
@vercel vercel bot temporarily deployed to Preview – vault-storybook April 23, 2021 16:39 Inactive
@hashishaw hashishaw merged commit 69bd7e0 into master Apr 26, 2021
@hashishaw hashishaw deleted the ui/update-deps-1.8 branch April 26, 2021 16:24
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