Stu Mason
Stu Mason

Activity

StuMason/progress
stumason.dev
TypeScript
Pull Request Opened

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

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

PackageFromTo
@inertiajs/react2.3.102.3.12
globals17.0.017.2.0
laravel-vite-plugin2.0.12.1.0
lucide-react0.562.00.563.0
playwright1.57.01.58.0
puppeteer-core24.35.024.36.1
react19.2.319.2.4
@types/react19.2.819.2.10
react-dom19.2.319.2.4
recharts3.6.03.7.0
@types/node25.0.925.1.0
prettier3.8.03.8.1
puppeteer24.35.024.36.1
typescript-eslint8.53.08.54.0
@rollup/rollup-linux-x64-gnu4.55.24.57.0
@rollup/rollup-win32-x64-msvc4.55.24.57.0
lightningcss-linux-x64-gnu1.30.21.31.1
lightningcss-win32-x64-msvc1.30.21.31.1

Updates @inertiajs/react from 2.3.10 to 2.3.12

Release notes

Sourced from @​inertiajs/react's releases.

v2.3.12

What's Changed

Full Changelog: https://github.com/inertiajs/inertia/compare/v2.3.11...v2.3.12

v2.3.11

What's Changed

Full Changelog: https://github.com/inertiajs/inertia/compare/v2.3.10...v2.3.11

Changelog

Sourced from @​inertiajs/react's changelog.

v2.3.12 - 2026-01-27

What's Changed

Full Changelog: https://github.com/inertiajs/inertia/compare/v2.3.11...v2.3.12

v2.3.11 - 2026-01-20

What's Changed

Full Changelog: https://github.com/inertiajs/inertia/compare/v2.3.10...v2.3.11

Commits

Updates globals from 17.0.0 to 17.2.0

Release notes

Sourced from globals's releases.

v17.2.0

  • jasmine: Add throwUnless and throwUnlessAsync globals (#335) 97f23a7

https://github.com/sindresorhus/globals/compare/v17.1.0...v17.2.0

v17.1.0

  • Add webpack and rspack globals (#333) 65cae73

https://github.com/sindresorhus/globals/compare/v17.0.0...v17.1.0

Commits

Updates laravel-vite-plugin from 2.0.1 to 2.1.0

Release notes

Sourced from laravel-vite-plugin's releases.

v2.1.0

Changelog

Sourced from laravel-vite-plugin's changelog.

v2.1.0 - 2026-01-20

Commits
  • 3d804f2 2.1.0
  • d88aecd [2.x] Use vite export to future proof additional pattern changes (#339)
  • 7a193be Merge pull request #338 from james2doyle/fix/missing-2.0-changelog
  • a06b849 fix: missing 2.0.0 release notes in changelog
  • 3f7bf9e Update CHANGELOG
  • See full diff in compare view

Updates lucide-react from 0.562.0 to 0.563.0

Release notes

Sourced from lucide-react's releases.

Version 0.563.0

What's Changed

aria-hidden is by default added to icons components in all packages. This was already added to lucide-react before. Making icons accessible, you can add an aria-label or a title. See docs about accessibility.

All changes

New Contributors

Full Changelog: https://github.com/lucide-icons/lucide/compare/0.562.0...0.563.0

Commits
  • 67c0485 feat(scripts): added helper script to automatically update OpenCollective bac...
  • b6ed43d feat(packages): Added aria-hidden fallback for decorative icons to all packag...
  • See full diff in compare view

Updates playwright from 1.57.0 to 1.58.0

Release notes

Sourced from playwright's releases.

v1.58.0

📣 Playwright CLI+SKILLs 📣

We are adding a new token-efficient CLI mode of operation to Playwright with the skills located at playwright-cli. This brings the long-awaited official SKILL-focused CLI mode to our story and makes it more coding agent-friendly.

It is the first snapshot with the essential command set (which is already larger than the original MCP!), but we expect it to grow rapidly. Unlike the token use, that one we expect to go down since snapshots are no longer forced into the LLM!

Timeline

If you're using merged reports, the HTML report Speedboard tab now shows the Timeline:

Timeline chart in the HTML report

UI Mode and Trace Viewer Improvements

  • New 'system' theme option follows your OS dark/light mode preference
  • Search functionality (Cmd/Ctrl+F) is now available in code editors
  • Network details panel has been reorganized for better usability
  • JSON responses are now automatically formatted for readability

Thanks to @​cpAdm for contributing these improvements!

Miscellaneous

browserType.connectOverCDP() now accepts an isLocal option. When set to true, it tells Playwright that it runs on the same host as the CDP server, enabling file system optimizations.

Breaking Changes ⚠️

  • Removed _react and _vue selectors. See locators guide for alternatives.
  • Removed :light selector engine suffix. Use standard CSS selectors instead.
  • Option devtools from browserType.launch() has been removed. Use args: ['--auto-open-devtools-for-tabs'] instead.
  • Removed macOS 13 support for WebKit. We recommend to upgrade your macOS version, or keep using an older Playwright version.

Browser Versions

  • Chromium 145.0.7632.6
  • Mozilla Firefox 146.0.1
  • WebKit 26.0

This version was also tested against the following stable channels:

  • Google Chrome 144
  • Microsoft Edge 144
Commits

Updates puppeteer-core from 24.35.0 to 24.36.1

Release notes

Sourced from puppeteer-core's releases.

puppeteer-core: v24.36.1

24.36.1 (2026-01-27)

♻️ Chores

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.11.1 to 2.11.2

puppeteer-core: v24.36.0

24.36.0 (2026-01-22)

🎉 Features

🛠️ Fixes

  • HTTPResponse.text() method expected to throw when content is malformed (#14450) (d967f6c)
  • roll to Firefox 147.0.1 (#14574) (c9bdb7a)
Changelog

Sourced from puppeteer-core's changelog.

24.36.1 (2026-01-27)

♻️ Chores

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.11.1 to 2.11.2

24.36.0 (2026-01-22)

🎉 Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.35.0 to 24.36.0

🛠️ Fixes

  • HTTPResponse.text() method expected to throw when content is malformed (#14450) (d967f6c)
  • roll to Firefox 147.0.1 (#14574) (c9bdb7a)
Commits

Updates react from 19.2.3 to 19.2.4

Release notes

Sourced from react's releases.

19.2.4 (January 26th, 2026)

React Server Components

Commits

Updates @types/react from 19.2.8 to 19.2.10

Commits

Updates react-dom from 19.2.3 to 19.2.4

Release notes

Sourced from react-dom's releases.

19.2.4 (January 26th, 2026)

React Server Components

Commits

Updates recharts from 3.6.0 to 3.7.0

Release notes

Sourced from recharts's releases.

v3.7.0

What's Changed

📢 Cell is now deprecated and will be removed in the next major version. Please migrate all Cell usage to use the shape prop of respective chart elements. ‼️

Feat

New Hooks

Other

Fix

Chore

Docs

We've started auto-generating our docs for the most part so you should see large improvements in accuracy of the docs between the code, the website, and the storybook. Huge shoutout to @​PavelVanecek 🚀

New Contributors

Full Changelog: https://github.com/recharts/recharts/compare/v3.6.0...v3.7.0

Commits

Updates @types/node from 25.0.9 to 25.1.0

Commits

Updates prettier from 3.8.0 to 3.8.1

Release notes

Sourced from prettier's releases.

3.8.1

🔗 Changelog

Changelog

Sourced from prettier's changelog.

3.8.1

diff

Include available printers in plugin type declarations (#18706 by @​porada)

// Input
import * as prettierPluginEstree from "prettier/plugins/estree";

// Prettier 3.8.0 // Property 'printers' does not exist on type 'typeof import("prettier/plugins/estree")'. ts(2339) prettierPluginEstree.printers.estree; //=> any

// Prettier 3.8.1 prettierPluginEstree.printers.estree; //=> Printer prettierPluginEstree.printers["estree-json"]; //=> Printer

Commits

Updates puppeteer from 24.35.0 to 24.36.1

Release notes

Sourced from puppeteer's releases.

puppeteer-core: v24.36.1

24.36.1 (2026-01-27)

♻️ Chores

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.11.1 to 2.11.2

puppeteer: v24.36.1

24.36.1 (2026-01-27)

♻️ Chores

  • puppeteer: Synchronize puppeteer versions

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.11.1 to 2.11.2
      • puppeteer-core bumped from 24.36.0 to 24.36.1

puppeteer-core: v24.36.0

24.36.0 (2026-01-22)

🎉 Features

🛠️ Fixes

  • HTTPResponse.text() method expected to throw when content is malformed (#14450) (d967f6c)
  • roll to Firefox 147.0.1 (#14574) (c9bdb7a)

puppeteer: v24.36.0

24.36.0 (2026-01-22)

... (truncated)

Changelog

Sourced from puppeteer's changelog.

24.36.1 (2026-01-27)

♻️ Chores

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @​puppeteer/browsers bumped from 2.11.1 to 2.11.2

24.36.0 (2026-01-22)

🎉 Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • puppeteer-core bumped from 24.35.0 to 24.36.0

🛠️ Fixes

  • HTTPResponse.text() method expected to throw when content is malformed (#14450) (d967f6c)
  • roll to Firefox 147.0.1 (#14574) (c9bdb7a)
Commits

Updates typescript-eslint from 8.53.0 to 8.54.0

Release notes

Sourced from typescript-eslint's releases.

v8.54.0

8.54.0 (2026-01-26)

🚀 Features

  • eslint-plugin-internal: add prefer-tsutils-methods rule (#11974, #11625)
  • scope-manager: support ScopeManager#addGlobals (#11914)
  • typescript-estree: add shortcut methods to ParserServicesWithTypeInformation (#11965, #11955)

🩹 Fixes

  • eslint-plugin: [no-unused-private-class-members] private destructured class member is defined but used (#11785)
  • eslint-plugin: [no-unnecessary-type-assertion] check both base constraint and actual type for non-null assertions (#11967, #11559)
  • scope-manager: fix catch clause scopes def.name (#11982)
  • scope-manager: prevent misidentification of "use strict" directives (#11995)
  • utils: handle missing FlatESLint and LegacyESLint (#11958)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

v8.53.1

8.53.1 (2026-01-19)

🩹 Fixes

  • eslint-plugin: [consistent-indexed-object-style] skip fixer if interface is a default export (#11951)
  • utils: make RuleCreator root defaultOptions optional (#11956)

❤️ Thank You

You can r...

Description has been truncated

+223
additions
-182
deletions
2
files changed