-
Notifications
You must be signed in to change notification settings - Fork 938
Update babel and changeset packages. #6147
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
Conversation
|
Size Report 1Affected ProductsNo changes between base commit (95c59fe) and merge commit (a75eddf).Test Logs |
Size Analysis Report 1Affected ProductsNo changes between base commit (95c59fe) and merge commit (a75eddf).Test Logs |
"@babel/preset-env": "7.16.0", | ||
"@babel/register": "7.16.0", | ||
"@babel/preset-typescript": "7.16.0", | ||
"@babel/core": "7.17.9", |
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.
Should the babel updates be here? I noticed they're also in a separate PR: #6146
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.
I was creating a chain of PRs until I hit a failure with the dependencies. I was then going to change the description to be inclusive of all of the successful dependency changes. If you would prefer, I'll create them all separate.
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.
Do you mean that the @changesets
bumps don't work without the @babel
bumps?
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.
No, I mean that I was just adding each dependency back one by one. If there were no failures, the last PR would include all of the dependency updates. @changesets is working with @babel
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.
It was largely just a way that I could work on multiple dependency updates while waiting for the prior ones' tests to run.
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.
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.
Closed #6146 and updated title & description to include @babel
and @changesets
updates
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.
I think there's 2 deps in #6146 that aren't in this one:
- "babel-plugin-transform-import-meta": "2.1.1",
- "babel-loader": "8.2.4",
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.
Good catch! Updated those deps
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.
Should be good now
Adding new dependencies from master
Updating babel and changeset packages as mentioned in pull request 5566 for all non-major dependencies.