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

Update Ember QUnit to V5 #410

Merged
merged 4 commits into from
Mar 4, 2021
Merged

Conversation

alexlafroscia
Copy link
Contributor

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.

@alexlafroscia
Copy link
Contributor Author

The yarn.lock change here is wild -- seems like a lot of Babel dependencies being updated to their latest versions and stuff like that.

@maxfierke
Copy link
Collaborator

@alexlafroscia mind running yarn-deduplicate on that? might cleanup some of the noise in yarn.lock

@alexlafroscia
Copy link
Contributor Author

alexlafroscia commented Mar 4, 2021

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
@alexlafroscia
Copy link
Contributor Author

That helped a bunch! It's still a whole lot of additions, but at least there's like 800LOC of removals too.

Copy link
Collaborator

@maxfierke maxfierke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:octocat: 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?

@alexlafroscia
Copy link
Contributor Author

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
@alexlafroscia
Copy link
Contributor Author

Much better diff numbers!

Copy link
Collaborator

@maxfierke maxfierke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:octocat: lovely, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants