Stu Mason
Stu Mason

Activity

StuMason/progress
stumason.dev
TypeScript
Pull Request Opened

PR #36 opened: chore(deps): bump the minor-and-patch group with 16 updates

Bumps the minor-and-patch group with 16 updates:

PackageFromTo
@inertiajs/react2.3.102.3.11
@types/react19.2.819.2.9
globals17.0.017.1.0
laravel-vite-plugin2.0.12.1.0
lucide-react0.562.00.563.0
playwright1.57.01.58.0
puppeteer-core24.35.024.36.0
recharts3.6.03.7.0
@types/node25.0.925.0.10
prettier3.8.03.8.1
puppeteer24.35.024.36.0
typescript-eslint8.53.08.53.1
@rollup/rollup-linux-x64-gnu4.55.24.56.0
@rollup/rollup-win32-x64-msvc4.55.24.56.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.11

Release notes

Sourced from @​inertiajs/react's releases.

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.11 - 2026-01-20

What's Changed

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

Commits

Updates @types/react from 19.2.8 to 19.2.9

Commits

Updates globals from 17.0.0 to 17.1.0

Release notes

Sourced from globals's releases.

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.0

Release notes

Sourced from puppeteer-core's releases.

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.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 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.0.10

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.0

Release notes

Sourced from puppeteer's releases.

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)

🎉 Features

Dependencies

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

Sourced from puppeteer's changelog.

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.53.1

Release notes

Sourced from typescript-eslint's releases.

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 read about our versioning strategy and releases on our website.

Changelog

Sourced from typescript-eslint's changelog.

8.53.1 (2026-01-19)

This was a version bump only for typescript-eslint to align it with other projects, there were no code changes.

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

Commits

Updates @rollup/rollup-linux-x64-gnu from 4.55.2 to 4.56.0

Release notes

Sourced from @​rollup/rollup-linux-x64-gnu's releases.

v4.56.0

4.56.0

2026-01-22

Features

  • Track object property inclusions of dynamic namespace members (#6230)

Bug Fixes

  • Handle methods that access dynamically imported namespace members via this (#6230)

Pull Requests

v4.55.3

4.55.3

2026-01-21

Bug Fixes

  • Fix JSX semicolon insert position in variable declarations (#6241)

Pull Requests

Changelog

Sourced from @​rollup/rollup-linux-x64-gnu's changelog.

4.56.0

2026-01-22

Features

  • Track object property inclusions of dynamic namespace members (#6230)

Bug Fixes

  • Handle methods that access dynamically imported namespace members via this (#6230)

Pull Requests

4.55.3

2026-01-21

Bug Fixes

  • Fix JSX semicolon insert position in variable declarations (#6241)

Pull Requests

Commits

Updates @rollup/rollup-win32-x64-msvc from 4.55.2 to 4.56.0

Release notes

Sourced from @​rollup/rollup-win32-x64-msvc's releases.

v4.56.0

4.56.0

2026-01-22

Features

  • Track object property inclusions of dynamic namespace members (#6230)

Bug Fixes

  • Handle methods that access dynamically imported namespace members via this (#6230)

Pull Requests

v4.55.3

4.55.3

2026-01-21

Bug Fixes

  • Fix JSX semicolon insert position in variable declarations (#6241)

Pull Requests

Changelog

Sourced from @​rollup/rollup-win32-x64-msvc's changelog.

4.56.0

2026-01-22

Features

  • Track object property inclusions of dynamic namespace members (#6230)

Bug Fixes

  • Handle methods that access dynamically imported namespace members via this (#6230)

Pull Requests

4.55.3

2026-01-21

Bug Fixes

  • Fix JSX semicolon insert position in variable declarations (#6241)

Pull Requests

Commits

Updates lightningcss-linux-x64-gnu from 1.30.2 to 1.31.1

Release notes

Sourced from lightningcss-linux-x64-gnu's releases.

v1.31.0

Features

Fixes

Commits

Updates lightningcss-win32-x64-msvc from 1.30.2 to 1.31.1

Release notes

Sourced from lightningcss-win32-x64-msvc's releases.

v1.31.0

Features

+207
additions
-167
deletions
2
files changed