Stu Mason
Stu Mason

Activity

StuMason/api.rezzy.one
Rezzy
TypeScript
Pull Request Opened

PR #99 opened: Bump the minor-and-patch group with 12 updates

Bumps the minor-and-patch group with 12 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
@types/node25.0.925.0.10
prettier3.8.03.8.1
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 @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 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

Fixes

Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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
+168
additions
-128
deletions
2
files changed