PR #68 opened: chore(deps): bump the minor-and-patch group across 1 directory with 10 updates
Bumps the minor-and-patch group with 10 updates in the / directory:
| Package | From | To |
|---|---|---|
| @headlessui/react | 2.2.9 | 2.2.10 |
| @laravel/echo-react | 2.3.1 | 2.3.3 |
| globals | 17.4.0 | 17.5.0 |
| playwright | 1.58.2 | 1.59.1 |
| react | 19.2.4 | 19.2.5 |
| react-dom | 19.2.4 | 19.2.5 |
| @types/node | 25.5.0 | 25.6.0 |
| laravel-echo | 2.3.1 | 2.3.4 |
| prettier | 3.8.1 | 3.8.2 |
| typescript-eslint | 8.57.2 | 8.58.1 |
Updates @headlessui/react from 2.2.9 to 2.2.10
▶Commits
Updates @laravel/echo-react from 2.3.1 to 2.3.3
▶Release notes
Sourced from @laravel/echo-react's releases.
v2.3.3
What's Changed
- Add Svelte to publish workflow by
@joetannenbaumin laravel/echo#485Full Changelog: https://github.com/laravel/echo/compare/v2.3.2...v2.3.3
v2.3.2
What's Changed
- Svelte 5 Adapter by
@joetannenbaumin laravel/echo#484Full Changelog: https://github.com/laravel/echo/compare/v2.3.1...v2.3.2
▶Changelog
Sourced from @laravel/echo-react's changelog.
v2.3.3 - 2026-03-31
What's Changed
- Add Svelte to publish workflow by
@joetannenbaumin laravel/echo#485Full Changelog: https://github.com/laravel/echo/compare/v2.3.2...v2.3.3
v2.3.2 - 2026-03-31
What's Changed
- Svelte 5 Adapter by
@joetannenbaumin laravel/echo#484Full Changelog: https://github.com/laravel/echo/compare/v2.3.1...v2.3.2
▶Commits
Updates globals from 17.4.0 to 17.5.0
▶Release notes
Sourced from globals's releases.
v17.5.0
- Update globals (2026-04-12) (#342) 5d84602
https://github.com/sindresorhus/globals/compare/v17.4.0...v17.5.0
▶Commits
Updates playwright from 1.58.2 to 1.59.1
▶Release notes
Sourced from playwright's releases.
v1.59.1
Bug Fixes
- [Windows] Reverted hiding console window when spawning browser processes, which caused regressions including broken
codegen,--uiandshowcommands (#39990)v1.59.0
🎬 Screencast
New page.screencast API provides a unified interface for capturing page content with:
- Screencast recordings
- Action annotations
- Visual overlays
- Real-time frame capture
- Agentic video receipts
Screencast recording — record video with precise start/stop control, as an alternative to the
recordVideooption:await page.screencast.start({ path: 'video.webm' }); // ... perform actions ... await page.screencast.stop();Action annotations — enable built-in visual annotations that highlight interacted elements and display action titles during recording:
await page.screencast.showActions({ position: 'top-right' });screencast.showActions() accepts
position('top-left','top','top-right','bottom-left','bottom','bottom-right'),duration(ms per annotation), andfontSize(px). Returns a disposable to stop showing actions.Action annotations can also be enabled in test fixtures via the
videooption:// playwright.config.ts export default defineConfig({ use: { video: { mode: 'on', show: { actions: { position: 'top-left' }, test: { position: 'top-right' }, }, </tr></table>
... (truncated)
▶Commits
d466ac5chore: mark v1.59.1 (#40005)530e7e5cherry-pick(#4004): fix(cli): kill-all should kill dashboard9aa216ccherry-pick(#39994): Revert "fix(windows): hide console window when spawning ...01b2b15cherry-pick(#39980): chore: more release notes fixesa5cb6c9cherry-pick(#39972): chore: expose browser.bind and browser.unbind APIs99a17b5cherry-pick(#39975): chore: support opening .trace files via .link indirection43607c3cherry-pick(#39974): chore(webkit): update Safari user-agent version to 26.462cabe1cherry-pick(#39969): chore(npm): include all *.md from lib (#39970)0c65a75cherry-pick(#39968): chore: screencast.showActions apif04155bcherry-pick(#39958): chore: release notes for langs v1.59- Additional commits viewable in compare view
Updates react from 19.2.4 to 19.2.5
▶Release notes
Sourced from react's releases.
19.2.5 (April 8th, 2026)
React Server Components
- Add more cycle protections (#36236 by
@eps1lonand@unstubbable)
▶Commits
23f4f9f19.2.5- See full diff in compare view
Updates react-dom from 19.2.4 to 19.2.5
▶Release notes
Sourced from react-dom's releases.
19.2.5 (April 8th, 2026)
React Server Components
- Add more cycle protections (#36236 by
@eps1lonand@unstubbable)
▶Commits
23f4f9f19.2.5- See full diff in compare view
Updates @types/node from 25.5.0 to 25.6.0
▶Commits
- See full diff in compare view
Updates laravel-echo from 2.3.1 to 2.3.4
▶Release notes
Sourced from laravel-echo's releases.
v2.3.4
What's Changed
- Bump vite from 6.4.1 to 6.4.2 by
@dependabot[bot] in laravel/echo#486Full Changelog: https://github.com/laravel/echo/compare/v2.3.3...v2.3.4
v2.3.3
What's Changed
- Add Svelte to publish workflow by
@joetannenbaumin laravel/echo#485Full Changelog: https://github.com/laravel/echo/compare/v2.3.2...v2.3.3
v2.3.2
What's Changed
- Svelte 5 Adapter by
@joetannenbaumin laravel/echo#484Full Changelog: https://github.com/laravel/echo/compare/v2.3.1...v2.3.2
▶Changelog
Sourced from laravel-echo's changelog.
v2.3.4 - 2026-04-07
What's Changed
- Bump vite from 6.4.1 to 6.4.2 by
@dependabot[bot] in laravel/echo#486Full Changelog: https://github.com/laravel/echo/compare/v2.3.3...v2.3.4
v2.3.3 - 2026-03-31
What's Changed
- Add Svelte to publish workflow by
@joetannenbaumin laravel/echo#485Full Changelog: https://github.com/laravel/echo/compare/v2.3.2...v2.3.3
v2.3.2 - 2026-03-31
What's Changed
- Svelte 5 Adapter by
@joetannenbaumin laravel/echo#484Full Changelog: https://github.com/laravel/echo/compare/v2.3.1...v2.3.2
▶Commits
Updates prettier from 3.8.1 to 3.8.2
▶Changelog
Sourced from prettier's changelog.
3.8.2
Angular: Support Angular v21.2 (#18722, #19034 by
@fisker)Exhaustive typechecking with
@default never;<!-- Input --> @switch (foo) { @case (1) {} @default never; }<!-- Prettier 3.8.1 --> SyntaxError: Incomplete block "default never". If you meant to write the @ character, you should use the "@" HTML entity instead. (3:3)
<!-- Prettier 3.8.2 -->@switch(foo) {@case(1) {}@defaultnever; }
arrow functionandinstanceofexpressions.<!-- Input --> @let fn = (a) => a? 1:2;{{ fn ( a instanceof b)}}
<!-- Prettier 3.8.1 -->
@letfn = (a) => a? 1:2;{{ fn ( a instanceof b)}}
<!-- Prettier 3.8.2 -->
@letfn = (a) => (a ? 1 : 2);
{{ fn(a instanceof b) }}
▶Commits
Updates typescript-eslint from 8.57.2 to 8.58.1
▶Release notes
Sourced from typescript-eslint's releases.
v8.58.1
8.58.1 (2026-04-08)
🩹 Fixes
- eslint-plugin: [no-unused-vars] fix false negative for type predicate parameter (#12004)
❤️ Thank You
- MinJae
@Ju-MINJAESee GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
v8.58.0
8.58.0 (2026-03-30)
🚀 Features
- support TypeScript 6 (#12124)
🩹 Fixes
- eslint-plugin: crash in
no-unnecessary-type-arguments(#12163)- eslint-plugin: [no-extraneous-class] handle index signatures (#12142)
- eslint-plugin: [prefer-regexp-exec] avoid fixing unknown RegExp flags (#12161)
❤️ Thank You
- ej shafran
@ej-shafran- Evyatar Daud
@StyleShit- GG ZIBLAKING
- milkboy2564
@SeolJaeHyeok- teee32
@teee32See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
▶Changelog
Sourced from typescript-eslint's changelog.
8.58.1 (2026-04-08)
This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.
See GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
8.58.0 (2026-03-30)
🚀 Features
- support TypeScript 6 (#12124)
❤️ Thank You
- Evyatar Daud
@StyleShitSee GitHub Releases for more information.
You can read about our versioning strategy and releases on our website.
▶Commits
5311ed3chore(release): publish 8.58.14933417chore(release): publish 8.58.08cde2d0feat: support TypeScript 6 (#12124)- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
▶Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions