-
Notifications
You must be signed in to change notification settings - Fork 350
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 browserslist #1579
Update browserslist #1579
Conversation
GeraldRequired Reviewers
Don't want to be involved in this pull request? Comment |
npm Snapshot: PublishedGood news!! We've packaged up the latest commit from this PR (9957da9) and published it to npm. You Example: yarn add @khanacademy/perseus@PR1579 If you are working in Khan Academy's webapp, you can run: ./dev/tools/bump_perseus_version.sh -t PR1579 |
Size Change: 0 B Total Size: 861 kB ℹ️ View Unchanged
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1579 +/- ##
==========================================
+ Coverage 70.34% 70.81% +0.47%
==========================================
Files 521 544 +23
Lines 107316 111212 +3896
Branches 5513 11854 +6341
==========================================
+ Hits 75489 78753 +3264
- Misses 31711 32459 +748
+ Partials 116 0 -116 see 1065 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
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.
🚢 Thanks for keeping this up to date.
Summary
Updates the
browserslist
andcaniuse-lite
npm packagesReviewing notes:
There should only be changes to the
yarn.lock
file inthis PR. Check that there is only 1
caniuse-lite
packagereference in the
yarn.lock
file (the intent of thisupdate is to ensure that
caniuse-lite
is on the latestversion and that there aren't multiple, conflicting
versions that different tools might see).
If everything looks fine, please approve this PR and then
land it (either with the Big Green Merge Button ™️ or by
using
git land <this pr #>
in a terminal).