chore(deps): update all non-major dependencies#2047
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
3292012 to
bbd6a4f
Compare
4678b83 to
565ac01
Compare
f7a33b5 to
748173d
Compare
3c1a529 to
368b154
Compare
1d19b35 to
9238d20
Compare
9238d20 to
b9ae81c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
Package Updates Summary
📦 npm Dependencies
24 packages will be updated
1.58.2->1.60.025.2.3->25.9.11.109.0->1.120.00.9.9->0.21.1720.9.0->20.10.19.3.0->9.4.00.25.0->0.28.08.5.0->8.5.20.2.0->0.2.1010.4.1->10.4.210.4.1->10.4.21.3.9->1.3.1419.2.15->19.2.166.0.4->6.0.72.4.6->2.4.100.2.6->0.2.151.3.9->1.3.140.15.6->0.15.130.1.3->0.1.519.2.6->19.2.719.2.6->19.2.710.4.1->10.4.23.5.28->3.5.353.3.2->3.3.3Release Notes
microsoft/playwright (@playwright/test)
1.58.2 -> 1.60.0
v1.60.0Compare Source
🌐 HAR recording on Tracing
tracing.startHar() / tracing.stopHar() expose HAR recording as a first-class tracing API, with the same
content,modeandurlFilteroptions asrecordHar. The returned Disposable makes it easy to scope a recording withawait using:🪝 Drop API
New locator.drop() simulates an external drag-and-drop of files or clipboard-like data onto an element. Playwright dispatches
dragenter,dragover, anddropwith a synthetic [DataTransfer] in the page context — works cross-browser and is great for testi...[View full release notes]
Released by yury-s on 5/11/2026
v1.59.1Compare Source
Bug Fixes
codegen,--uiandshowcommands (#39990)Released by yury-s on 4/1/2026
v1.59.0Compare Source
🎬 Screencast
New page.screencast API provides a unified interface for capturing page content with:
Screencast recording — record video with precise start/stop control, as an alternative to the
recordVideooption:Action annotations — enable built-in visual annotations that highlight interacted elements and display action titles during recording:
Windows:
powershell -c "irm bun.sh/install.ps1|iex"To upgrade to Bun v1.3.14:
Read Bun v1.3.14's release notes on Bun's blog
Thanks to 11 contributors!
[View full release notes]
Released by Jarred-Sumner on 5/13/2026
bun-v1.3.13Compare Source
To install Bun v1.3.13
Windows:
powershell -c "irm bun.sh/install.ps1|iex"To upgrade to Bun v1.3.13:
Read Bun v1.3.13's release notes on Bun's blog
Thanks to 8 contributors!
Released by Jarred-Sumner on 4/20/2026
bun-v1.3.12Compare Source
To install Bun v1.3.12
Windows:
powershell -c "irm bun.sh/install.ps1|iex"To upgrade to Bun v1.3.12:
Read Bun v1.3.12's release notes on Bun's blog
Thanks to 8 contributors!
Released by dylan-conway on 4/10/2026
stacksjs/bunfig (bunfig)
0.15.6 -> 0.15.13
v0.15.13Compare Source
Released by github-actions[bot] on 5/8/2026
v0.15.12Compare Source
Released by github-actions[bot] on 5/8/2026
v0.15.11Compare Source
Released by github-actions[bot] on 5/2/2026
iliakan/node-dev (dev)
0.1.3 -> 0.1.5
Compare Source
Reruns the given file whenever the current working dir subtree has modifications. Note: this module will be rewritten and change functionality.
📖 View Release Notes
🔗 View Changelog
Release Notes
Changelog
facebook/react (react)
19.2.6 -> 19.2.7
v19.2.7Compare Source
React Server Components
FormDataentries in Server Actions which regressed in 19.2.6(
#36566by unstubbable)Released by eps1lon on 6/1/2026
eslint-plugin-react-hooks@7.1.1Compare Source
Note: 7.1.0 accidentally removed the
component-hook-factoriesrule, causing errors for users who referenced it in their ESLint config. This is now fixed.component-hook-factoriesrule for backwards compatibility. ([mofeiZ](https://github.com/mofeiZ) in#36307)Released by mofeiZ on 4/17/2026
eslint-plugin-react-hooks@7.1.0Compare Source
This release adds ESLint v10 support, improves performance by skipping compilation for non-React files, and includes compiler lint improvements including better
set-state-in-effectdetection, improved ref validation, and more helpful error reporting.#35720)#35589)#35691)useEffectEventchecks in component syntax. ([jbrown215](https://github.com/jbrown215) in#35041)set-state-in-effectvalidation with fewer false negatives. ([[jorge-cab](https://git...[View full release notes]
Released by mofeiZ on 4/17/2026
facebook/react (react-dom)
19.2.6 -> 19.2.7
v19.2.7Compare Source
React Server Components
FormDataentries in Server Actions which regressed in 19.2.6(
#36566by unstubbable)Released by eps1lon on 6/1/2026
eslint-plugin-react-hooks@7.1.1Compare Source
Note: 7.1.0 accidentally removed the
component-hook-factoriesrule, causing errors for users who referenced it in their ESLint config. This is now fixed.component-hook-factoriesrule for backwards compatibility. ([mofeiZ](https://github.com/mofeiZ) in#36307)Released by mofeiZ on 4/17/2026
eslint-plugin-react-hooks@7.1.0Compare Source
This release adds ESLint v10 support, improves performance by skipping compilation for non-React files, and includes compiler lint improvements including better
set-state-in-effectdetection, improved ref validation, and more helpful error reporting.#35720)#35589)#35691)useEffectEventchecks in component syntax. ([jbrown215](https://github.com/jbrown215) in#35041)set-state-in-effectvalidation with fewer false negatives. ([[jorge-cab](https://git...[View full release notes]
Released by mofeiZ on 4/17/2026
storybookjs/storybook (storybook)
10.4.1 -> 10.4.2
v10.5.0-alpha.4Compare Source
10.5.0-alpha.4
#34927, thanks Sidnioulz!#33534, thanks copilot-swe-agent!#34964, thanks kwonoj!#34857, thanks Aniketiitk21!#34929, thanks Sidnioulz!#35023, thanks kasperpeulen![View full release notes]
Released by github-actions[bot] on 6/2/2026
v10.4.2Compare Source
10.4.2
#33534, thanks copilot-swe-agent!#34791, thanks tobiasdiez!#34901, thanks shilman!#34936, thanks copilot-swe-agent!Released by github-actions[bot] on 6/2/2026
v10.5.0-alpha.3Compare Source
10.5.0-alpha.3
#34649, thanks cyphercodes!#34627, thanks wojtekmaj!#34834, thanks TheSeydiCharyyev!#34841, thanks TheSeydiCharyyev!#34791, thanks tobiasdiez!#34513, thanks ianzone![View full release notes]
Released by github-actions[bot] on 5/27/2026
vuejs/core (vue)
3.5.28 -> 3.5.35
v3.6.0-beta.13Compare Source
For stable releases, please refer to CHANGELOG.md for details.
For pre-releases, please refer to CHANGELOG.md of the
minorbranch.Released by github-actions[bot] on 5/28/2026
v3.5.35Compare Source
For stable releases, please refer to CHANGELOG.md for details.
For pre-releases, please refer to CHANGELOG.md of the
minorbranch.Released by github-actions[bot] on 5/27/2026
v3.6.0-beta.12Compare Source
For stable releases, please refer to CHANGELOG.md for details.
For pre-releases, please refer to CHANGELOG.md of the
minorbranch.Released by github-actions[bot] on 5/15/2026
vuejs/language-tools (vue-tsc)
3.3.2 -> 3.3.3
v3.3.3Compare Source
vscode
#6073) - Thanks to KazariEX!#6072) - Thanks to KazariEX!workspace
auto-versionworkflow to prevent injection (#6074) - Thanks to arpitjain099!Our Sponsors ❤️
This project is made possible thanks to our generous sponsors:
Next Generation Tooling
Released by KazariEX on 5/30/2026
Note: This PR body was truncated due to GitHub's character limit. View the full details in the individual commits.
This PR was generated by Buddy 🤖