-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
scripts: update jest-dev-server
to v9
#56552
Conversation
Size Change: 0 B Total Size: 1.7 MB ℹ️ View Unchanged
|
3ca6337
to
8b344ad
Compare
I see in the lock file that some updated dependencies are being installed inside the package, an example path: Thank you for taking care for this update 🙇🏻 |
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.
Thank you @flootr, this looks great!
* scripts: update `jest-dev-server` to v9 * pass `setupServer` response to `teardown` * add changelog entry
What?
Update
jest-dev-server
dependency of@wordpress/scripts
to^9.0.1
(previously6.0.2
).Why?
There are reported vulnerabilities reported in some dependencies of our currently used version of
jest-dev-server
(#56069).How?
Bump the version in
packages/scripts/package.json
to the most recent version.Testing Instructions
I think we should see in E2E tests if this is working although I didn't spot any particular breaking changes in the docs regarding our usage.
Testing Instructions for Keyboard
none