-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Bump caniuse-lite version #41675
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
Bump caniuse-lite version #41675
Conversation
|
Size Change: -3.42 kB (0%) Total Size: 1.24 MB
ℹ️ View Unchanged
|
draganescu
left a comment
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've been hit by this outdated complaint so I'll approve this. What's with the
editor/blocks/image.spec.js:34:2 › Image › can be inserted =======================
{
code: 'internal_server_error',
message: '<p>There has been a critical error on this website.</p><p><a href="https://wordpress.org/support/article/faq-troubleshooting/">Learn more about troubleshooting WordPress.</a></p>',
data: { status: 500 },
additional_errors: []
}
Hopefully unrelated and will pass on a restart.
|
Thanks @draganescu, it's all green, so I'll merge ✅ |
|
Has it been considered to do this update regularly using a GitHub action? Here's what I use for that: |
|
My personal opinion is that it still would require a human touch since it touches However, judging by how often it occurs it's likely a good idea to automate it 👍 |
What?
Bump the version of
caniuse-lite.Why?
There's a new version of
caniuse-liteand we need to bump to it to fix the following error while running tests:See #41674 for a related test failure.
How?
Simply running
npx browserslist@latest --update-dbwhich updatedpackage-lock.jsonwith the new version ofcaniuse-lite. We also update a few snapshot tests as needed.Testing Instructions
Verify all tests pass and Gutenberg builds properly.