-
-
Notifications
You must be signed in to change notification settings - Fork 157
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 Ember QUnit to V5 #410
Conversation
The |
@alexlafroscia mind running |
Can do! I ran it specifically for the Babel dependencies locally and it helped a bit. I'll run it for the whole file and push that up! |
- Ran `yarn-deduplicate` to resolve dependencies to fewest possible versions of each package being installed - Ran `yarn install` which even further pruned packages that were no longer necessary after deduplication
That helped a bunch! It's still a whole lot of additions, but at least there's like 800LOC of removals too. |
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 good!
I can wait to merge for those ember-cli-htmlbars
updates to land, if you want to update yarn.lock
after that happens?
Yup! That just happened so I'll do that update |
This removes `release-it` from it’s dependencies, which caused a lot of unnecessary packages to be installed
Much better diff numbers! |
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.
lovely, thanks!
I did this locally as part of investigating #409, and figured it would be worthwhile to up-stream this dependency bump since there are some set-up changes that are also required.