Stu Mason
Stu Mason

Activity

StuMason/progress
stumason.dev
TypeScript
Pull Request Opened

PR #69 opened: chore(deps): bump the minor-and-patch group across 1 directory with 15 updates

Bumps the minor-and-patch group with 15 updates in the / directory:

PackageFromTo
@headlessui/react2.2.92.2.10
@laravel/echo-react2.3.12.3.3
globals17.4.017.5.0
playwright1.58.21.59.1
puppeteer-core24.40.024.41.0
react19.2.419.2.5
react-dom19.2.419.2.5
@types/node25.5.025.6.0
eslint-plugin-react-hooks7.0.17.1.1
laravel-echo2.3.12.3.4
prettier3.8.13.8.3
puppeteer24.40.024.41.0
typescript-eslint8.57.28.58.2
@rollup/rollup-linux-x64-gnu4.60.14.60.2
@rollup/rollup-win32-x64-msvc4.60.14.60.2

Updates @headlessui/react from 2.2.9 to 2.2.10

Release notes

Sourced from @​headlessui/react's releases.

@​headlessui/react@​v2.2.10

Fixed

  • Don’t render <Portal> while hydrating (#3825)
  • Fix passing props on Fragment error due to Symbol(react.lazy) (#3873)
Changelog

Sourced from @​headlessui/react's changelog.

[2.2.10] - 2026-04-07

Fixed

  • Don’t render <Portal> while hydrating (#3825)
  • Fix passing props on Fragment error due to Symbol(react.lazy) (#3873)
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

Full Changelog: https://github.com/laravel/echo/compare/v2.3.2...v2.3.3

v2.3.2

What's Changed

Full 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

Full Changelog: https://github.com/laravel/echo/compare/v2.3.2...v2.3.3

v2.3.2 - 2026-03-31

What's Changed

Full 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, --ui and show commands (#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 recordVideo option:

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), and fontSize (px). Returns a disposable to stop showing actions.

Action annotations can also be enabled in test fixtures via the video option:

// playwright.config.ts
export default defineConfig({
  use: {
    video: {
      mode: 'on',
      show: {
        actions: { position: 'top-left' },
        test: { position: 'top-right' },
      },
</tr></table> 

... (truncated)

Commits
  • d466ac5 chore: mark v1.59.1 (#40005)
  • 530e7e5 cherry-pick(#4004): fix(cli): kill-all should kill dashboard
  • 9aa216c cherry-pick(#39994): Revert "fix(windows): hide console window when spawning ...
  • 01b2b15 cherry-pick(#39980): chore: more release notes fixes
  • a5cb6c9 cherry-pick(#39972): chore: expose browser.bind and browser.unbind APIs
  • 99a17b5 cherry-pick(#39975): chore: support opening .trace files via .link indirection
  • 43607c3 cherry-pick(#39974): chore(webkit): update Safari user-agent version to 26.4
  • 62cabe1 cherry-pick(#39969): chore(npm): include all *.md from lib (#39970)
  • 0c65a75 cherry-pick(#39968): chore: screencast.showActions api
  • f04155b cherry-pick(#39958): chore: release notes for langs v1.59
  • Additional commits viewable in compare view

Updates puppeteer-core from 24.40.0 to 24.41.0

Release notes

Sourced from puppeteer-core's releases.

puppeteer-core: v24.41.0

24.41.0 (2026-04-15)

🎉 Features

🛠️ Fixes

📄 Documentation

Changelog

Sourced from puppeteer-core's changelog.

24.41.0 (2026-04-15)

🎉 Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.40.0 to 24.41.0

🛠️ Fixes

📄 Documentation

Commits

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

Commits

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

Commits

Updates @types/node from 25.5.0 to 25.6.0

Commits

Updates eslint-plugin-react-hooks from 7.0.1 to 7.1.1

Release notes

Sourced from eslint-plugin-react-hooks's releases.

[email protected] (April 17, 2026)

Note: 7.1.0 accidentally removed the component-hook-factories rule, causing errors for users who referenced it in their ESLint config. This is now fixed.

  • Add deprecated no-op component-hook-factories rule for backwards compatibility. (@​mofeiZ in #36307)

[email protected] (April 16, 2026)

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-effect detection, improved ref validation, and more helpful error reporting.

Changelog

Sourced from eslint-plugin-react-hooks's changelog.

7.1.1

Note: 7.1.0 accidentally removed the component-hook-factories rule, causing errors for users who referenced it in their ESLint config. This is now fixed.

  • Add deprecated no-op component-hook-factories rule for backwards compatibility. (@​mofeiZ in #36307)

7.1.0

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-effect detection, improved ref validation, and more helpful error reporting.

Commits

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

Full Changelog: https://github.com/laravel/echo/compare/v2.3.3...v2.3.4

v2.3.3

What's Changed

Full Changelog: https://github.com/laravel/echo/compare/v2.3.2...v2.3.3

v2.3.2

What's Changed

Full 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

Full Changelog: https://github.com/laravel/echo/compare/v2.3.3...v2.3.4

v2.3.3 - 2026-03-31

What's Changed

Full Changelog: https://github.com/laravel/echo/compare/v2.3.2...v2.3.3

v2.3.2 - 2026-03-31

What's Changed

Full Changelog: https://github.com/laravel/echo/compare/v2.3.1...v2.3.2

Commits

Updates prettier from 3.8.1 to 3.8.3

Release notes

Sourced from prettier's releases.

3.8.3

🔗 Changelog

3.8.2

  • Support Angular v21.2

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.8.3

diff

SCSS: Prevent trailing comma in if() function (#18471 by @​kovsu)

// Input
$value: if(sass(false): 1; else: -1);

// Prettier 3.8.2 $value: if( sass(false): 1; else: -1, );

// Prettier 3.8.3 $value: if(sass(false): 1; else: -1);

3.8.2

diff

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 "&#64;" HTML entity instead. (3:3)

<!-- Prettier 3.8.2 --> @​switch (foo) { @​case (1) {} @​default never; }

arrow function and instanceof expressions.

</tr></table> 

... (truncated)

Commits

Updates puppeteer from 24.40.0 to 24.41.0

Release notes

Sourced from puppeteer's releases.

puppeteer-core: v24.41.0

24.41.0 (2026-04-15)

🎉 Features

🛠️ Fixes

📄 Documentation

puppeteer: v24.41.0

24.41.0 (2026-04-15)

🎉 Features

Dependencies

  • The following workspace dependencies were updated

... (truncated)

Changelog

Sourced from puppeteer's changelog.

24.41.0 (2026-04-15)

🎉 Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.40.0 to 24.41.0

🛠️ Fixes

📄 Documentation

Commits
+165
additions
-165
deletions
2
files changed