Skip to content

chore(deps): bump the npm group across 1 directory with 15 updates - #10

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-d44217199a
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/npm-d44217199a

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 19, 2026

Copy link
Copy Markdown
Contributor

Bumps the npm group with 15 updates in the / directory:

Package From To
@inertiajs/react 3.7.0 3.7.1
@laravel/echo-react 2.4.0 2.5.0
@lattice-php/core 0.72.2 0.77.0
@lattice-php/form 0.72.2 0.77.0
@lattice-php/lattice 0.72.2 0.77.0
@lattice-php/ui 0.72.2 0.77.0
react 19.2.8 19.3.0
@types/react 19.2.18 19.3.0
react-dom 19.2.8 19.3.0
@types/react-dom 19.2.7 19.3.0
@inertiajs/vite 3.7.0 3.7.1
@types/node 26.4.1 26.5.1
@types/react 19.2.18 19.3.0
@types/react-dom 19.2.7 19.3.0
oxfmt 0.66.0 0.67.0
oxlint 1.81.0 1.82.0
vite 8.2.2 8.3.0

Updates @inertiajs/react from 3.7.0 to 3.7.1

Release notes

Sourced from @​inertiajs/react's releases.

v3.7.1

What's Changed

New Contributors

Full Changelog: inertiajs/inertia@v3.7.0...v3.7.1

Changelog

Sourced from @​inertiajs/react's changelog.

v3.7.1 - 2026-09-11

What's Changed

New Contributors

Full Changelog: inertiajs/inertia@v3.7.0...v3.7.1

Commits

Updates @laravel/echo-react from 2.4.0 to 2.5.0

Release notes

Sourced from @​laravel/echo-react's releases.

v2.5.0

What's Changed

Full Changelog: laravel/echo@v2.4.0...v2.5.0

Changelog

Sourced from @​laravel/echo-react's changelog.

v2.5.0 - 2026-09-08

What's Changed

Full Changelog: laravel/echo@v2.4.0...v2.5.0

Commits
  • c225cae v2.5.0
  • d3a6ce2 [2.x] Upgrade TypeScript to v6 and Vitest to v5 (#548)
  • 9aab7bb [2.x] Upgrade to pnpm 12 and resolve vulnerabilities (#547)
  • ec0937b Bump the github-actions group with 3 updates (#546)
  • c3311e8 [2.x] Add tsc type checking to CI and fix the type errors it surfaced (#545)
  • 3e2033e fix(react): resolve react-native consumers to the commonjs bundle (#544)
  • 1dd532b build: upgrade to vite 8 and migrate to unplugin-dts (#542)
  • 60838b0 Bump the github-actions group with 3 updates (#543)
  • ce8a1e0 build: upgrade eslint to 10 and testing-library packages (#541)
  • f75b920 build: resolve pnpm/Node toolchain mismatch, prune obsolete overrides, upgrad...
  • Additional commits viewable in compare view

Updates @lattice-php/core from 0.72.2 to 0.77.0

Release notes

Sourced from @​lattice-php/core's releases.

v0.77.0

0.77.0 (2026-09-11)

Features

  • core: mount the component endpoints per endpoint area (aea1987)
  • core: type contextModel() while resolving through the registered resolver (df2c5c0)
  • framework: add loadDeniedFragment() to the component test helpers (49b7c37)
  • framework: address table response rows in tests (f30d45b)
  • framework: select an endpoint area by route middleware (fc4ed0d)
  • framework: ship the browser keep-alive fix as a test case trait (acfd81b)
  • table: label each item of a list-valued cell through its options (753ce24)

Bug Fixes

  • core: memoize a context-reading resolver per context (e16f777)
  • framework: build the component helpers' request on the application URL (36f260d)

v0.76.1

0.76.1 (2026-09-11)

Bug Fixes

  • core: autowire evaluated closures through the current container (#602) (a0997ec)
  • table: keep row keys a rendering column displays (#600) (037f3ec)
  • vite: scan every framework package for Tailwind utilities (#601) (2fbcfe0)

v0.76.0

0.76.0 (2026-09-10)

Features

  • MediaDropzone field, pdf toolbar slot and page-layer seam, form frame clamp (#598) (3896038)

v0.75.0

0.75.0 (2026-09-05)

Features

  • core: give options a description, group, and tooltip (905bae6)
  • form: add a checkbox group field (6849eeb)

Bug Fixes

... (truncated)

Changelog

Sourced from @​lattice-php/core's changelog.

0.77.0 (2026-09-11)

Features

  • core: mount the component endpoints per endpoint area (aea1987)
  • core: type contextModel() while resolving through the registered resolver (df2c5c0)
  • framework: add loadDeniedFragment() to the component test helpers (49b7c37)
  • framework: address table response rows in tests (f30d45b)
  • framework: select an endpoint area by route middleware (fc4ed0d)
  • framework: ship the browser keep-alive fix as a test case trait (acfd81b)
  • table: label each item of a list-valued cell through its options (753ce24)

Bug Fixes

  • core: memoize a context-reading resolver per context (e16f777)
  • framework: build the component helpers' request on the application URL (36f260d)

0.76.1 (2026-09-11)

Bug Fixes

  • core: autowire evaluated closures through the current container (#602) (a0997ec)
  • table: keep row keys a rendering column displays (#600) (037f3ec)
  • vite: scan every framework package for Tailwind utilities (#601) (2fbcfe0)

0.76.0 (2026-09-10)

Features

  • MediaDropzone field, pdf toolbar slot and page-layer seam, form frame clamp (#598) (3896038)

0.75.0 (2026-09-05)

Features

  • core: give options a description, group, and tooltip (905bae6)
  • form: add a checkbox group field (6849eeb)

Bug Fixes

  • tests: freeze time in the media suite so signed URLs compare (e0a2d91)

0.74.0 (2026-09-05)

... (truncated)

Commits
  • 9c83c07 chore(main): release 0.77.0 (#606)
  • df2c5c0 feat(core): type contextModel() while resolving through the registered resolver
  • e16f777 fix(core): memoize a context-reading resolver per context
  • aea1987 feat(core): mount the component endpoints per endpoint area
  • 6153fd3 chore(main): release 0.76.1 (#603)
  • a0997ec fix(core): autowire evaluated closures through the current container (#602)
  • 59b7bbb chore(main): release 0.76.0 (#599)
  • 33d5744 chore(main): release 0.75.0 (#597)
  • 905bae6 feat(core): give options a description, group, and tooltip
  • 6457f4f chore(main): release 0.74.0 (#593)
  • Additional commits viewable in compare view

Updates @lattice-php/form from 0.72.2 to 0.77.0

Release notes

Sourced from @​lattice-php/form's releases.

v0.77.0

0.77.0 (2026-09-11)

Features

  • core: mount the component endpoints per endpoint area (aea1987)
  • core: type contextModel() while resolving through the registered resolver (df2c5c0)
  • framework: add loadDeniedFragment() to the component test helpers (49b7c37)
  • framework: address table response rows in tests (f30d45b)
  • framework: select an endpoint area by route middleware (fc4ed0d)
  • framework: ship the browser keep-alive fix as a test case trait (acfd81b)
  • table: label each item of a list-valued cell through its options (753ce24)

Bug Fixes

  • core: memoize a context-reading resolver per context (e16f777)
  • framework: build the component helpers' request on the application URL (36f260d)

v0.76.1

0.76.1 (2026-09-11)

Bug Fixes

  • core: autowire evaluated closures through the current container (#602) (a0997ec)
  • table: keep row keys a rendering column displays (#600) (037f3ec)
  • vite: scan every framework package for Tailwind utilities (#601) (2fbcfe0)

v0.76.0

0.76.0 (2026-09-10)

Features

  • MediaDropzone field, pdf toolbar slot and page-layer seam, form frame clamp (#598) (3896038)

v0.75.0

0.75.0 (2026-09-05)

Features

  • core: give options a description, group, and tooltip (905bae6)
  • form: add a checkbox group field (6849eeb)

Bug Fixes

... (truncated)

Changelog

Sourced from @​lattice-php/form's changelog.

0.77.0 (2026-09-11)

Features

  • core: mount the component endpoints per endpoint area (aea1987)
  • core: type contextModel() while resolving through the registered resolver (df2c5c0)
  • framework: add loadDeniedFragment() to the component test helpers (49b7c37)
  • framework: address table response rows in tests (f30d45b)
  • framework: select an endpoint area by route middleware (fc4ed0d)
  • framework: ship the browser keep-alive fix as a test case trait (acfd81b)
  • table: label each item of a list-valued cell through its options (753ce24)

Bug Fixes

  • core: memoize a context-reading resolver per context (e16f777)
  • framework: build the component helpers' request on the application URL (36f260d)

0.76.1 (2026-09-11)

Bug Fixes

  • core: autowire evaluated closures through the current container (#602) (a0997ec)
  • table: keep row keys a rendering column displays (#600) (037f3ec)
  • vite: scan every framework package for Tailwind utilities (#601) (2fbcfe0)

0.76.0 (2026-09-10)

Features

  • MediaDropzone field, pdf toolbar slot and page-layer seam, form frame clamp (#598) (3896038)

0.75.0 (2026-09-05)

Features

  • core: give options a description, group, and tooltip (905bae6)
  • form: add a checkbox group field (6849eeb)

Bug Fixes

  • tests: freeze time in the media suite so signed URLs compare (e0a2d91)

0.74.0 (2026-09-05)

... (truncated)

Commits
  • 9c83c07 chore(main): release 0.77.0 (#606)
  • aea1987 feat(core): mount the component endpoints per endpoint area
  • 6153fd3 chore(main): release 0.76.1 (#603)
  • 59b7bbb chore(main): release 0.76.0 (#599)
  • 3896038 feat: MediaDropzone field, pdf toolbar slot and page-layer seam, form frame c...
  • 33d5744 chore(main): release 0.75.0 (#597)
  • 6849eeb feat(form): add a checkbox group field
  • 6457f4f chore(main): release 0.74.0 (#593)
  • bd4b377 chore(main): release 0.73.0 (#590)
  • 6893186 fix(form): let a value resolver decide nothing instead of clearing the field ...
  • See full diff in compare view

Updates @lattice-php/lattice from 0.72.2 to 0.77.0

Release notes

Sourced from @​lattice-php/lattice's releases.

v0.77.0

0.77.0 (2026-09-11)

Features

  • core: mount the component endpoints per endpoint area (aea1987)
  • core: type contextModel() while resolving through the registered resolver (df2c5c0)
  • framework: add loadDeniedFragment() to the component test helpers (49b7c37)
  • framework: address table response rows in tests (f30d45b)
  • framework: select an endpoint area by route middleware (fc4ed0d)
  • framework: ship the browser keep-alive fix as a test case trait (acfd81b)
  • table: label each item of a list-valued cell through its options (753ce24)

Bug Fixes

  • core: memoize a context-reading resolver per context (e16f777)
  • framework: build the component helpers' request on the application URL (36f260d)

v0.76.1

0.76.1 (2026-09-11)

Bug Fixes

  • core: autowire evaluated closures through the current container (#602) (a0997ec)
  • table: keep row keys a rendering column displays (#600) (037f3ec)
  • vite: scan every framework package for Tailwind utilities (#601) (2fbcfe0)

v0.76.0

0.76.0 (2026-09-10)

Features

  • MediaDropzone field, pdf toolbar slot and page-layer seam, form frame clamp (#598) (3896038)

v0.75.0

0.75.0 (2026-09-05)

Features

  • core: give options a description, group, and tooltip (905bae6)
  • form: add a checkbox group field (6849eeb)

Bug Fixes

... (truncated)

Changelog

Sourced from @​lattice-php/lattice's changelog.

0.77.0 (2026-09-11)

Features

  • core: mount the component endpoints per endpoint area (aea1987)
  • core: type contextModel() while resolving through the registered resolver (df2c5c0)
  • framework: add loadDeniedFragment() to the component test helpers (49b7c37)
  • framework: address table response rows in tests (f30d45b)
  • framework: select an endpoint area by route middleware (fc4ed0d)
  • framework: ship the browser keep-alive fix as a test case trait (acfd81b)
  • table: label each item of a list-valued cell through its options (753ce24)

Bug Fixes

  • core: memoize a context-reading resolver per context (e16f777)
  • framework: build the component helpers' request on the application URL (36f260d)

0.76.1 (2026-09-11)

Bug Fixes

  • core: autowire evaluated closures through the current container (#602) (a0997ec)
  • table: keep row keys a rendering column displays (#600) (037f3ec)
  • vite: scan every framework package for Tailwind utilities (#601) (2fbcfe0)

0.76.0 (2026-09-10)

Features

  • MediaDropzone field, pdf toolbar slot and page-layer seam, form frame clamp (#598) (3896038)

0.75.0 (2026-09-05)

Features

  • core: give options a description, group, and tooltip (905bae6)
  • form: add a checkbox group field (6849eeb)

Bug Fixes

  • tests: freeze time in the media suite so signed URLs compare (e0a2d91)

0.74.0 (2026-09-05)

... (truncated)

Commits
  • 9c83c07 chore(main): release 0.77.0 (#606)
  • fc4ed0d feat(framework): select an endpoint area by route middleware
  • acfd81b feat(framework): ship the browser keep-alive fix as a test case trait
  • f30d45b feat(framework): address table response rows in tests
  • 49b7c37 feat(framework): add loadDeniedFragment() to the component test helpers
  • aea1987 feat(core): mount the component endpoints per endpoint area
  • 36f260d fix(framework): build the component helpers' request on the application URL
  • 6153fd3 chore(main): release 0.76.1 (#603)
  • 2fbcfe0 fix(vite): scan every framework package for Tailwind utilities (#601)
  • 59b7bbb chore(main): release 0.76.0 (#599)
  • Additional commits viewable in compare view

Updates @lattice-php/ui from 0.72.2 to 0.77.0

Release notes

Sourced from @​lattice-php/ui's releases.

v0.77.0

0.77.0 (2026-09-11)

Features

  • core: mount the component endpoints per endpoint area (aea1987)
  • core: type contextModel() while resolving through the registered resolver (df2c5c0)
  • framework: add loadDeniedFragment() to the component test helpers (49b7c37)
  • framework: address table response rows in tests (f30d45b)
  • framework: select an endpoint area by route middleware (fc4ed0d)
  • framework: ship the browser keep-alive fix as a test case trait (acfd81b)
  • table: label each item of a list-valued cell through its options (753ce24)

Bug Fixes

  • core: memoize a context-reading resolver per context (e16f777)
  • framework: build the component helpers' request on the application URL (36f260d)

v0.76.1

0.76.1 (2026-09-11)

Bug Fixes

  • core: autowire evaluated closures through the current container (#602) (a0997ec)
  • table: keep row keys a rendering column displays (#600) (037f3ec)
  • vite: scan every framework package for Tailwind utilities (#601) (2fbcfe0)

v0.76.0

0.76.0 (2026-09-10)

Features

  • MediaDropzone field, pdf toolbar slot and page-layer seam, form frame clamp (#598) (3896038)

v0.75.0

0.75.0 (2026-09-05)

Features

  • core: give options a description, group, and tooltip (905bae6)
  • form: add a checkbox group field (6849eeb)

Bug Fixes

... (truncated)

Changelog

Sourced from @​lattice-php/ui's changelog.

0.77.0 (2026-09-11)

Features

  • core: mount the component endpoints per endpoint area (aea1987)
  • core: type contextModel() while resolving through the registered resolver (df2c5c0)
  • framework: add loadDeniedFragment() to the component test helpers (49b7c37)
  • framework: address table response rows in tests (f30d45b)
  • framework: select an endpoint area by route middleware (fc4ed0d)
  • framework: ship the browser keep-alive fix as a test case trait (acfd81b)
  • table: label each item of a list-valued cell through its options (753ce24)

Bug Fixes

  • core: memoize a context-reading resolver per context (e16f777)
  • framework: build the component helpers' request on the application URL (36f260d)

0.76.1 (2026-09-11)

Bug Fixes

  • core: autowire evaluated closures through the current container (#602) (a0997ec)
  • table: keep row keys a rendering column displays (#600) (037f3ec)
  • vite: scan every framework package for Tailwind utilities (#601) (2fbcfe0)

0.76.0 (2026-09-10)

Features

  • MediaDropzone field, pdf toolbar slot and page-layer seam, form frame clamp (#598) (3896038)

0.75.0 (2026-09-05)

Features

  • core: give options a description, group, and tooltip (905bae6)
  • form: add a checkbox group field (6849eeb)

Bug Fixes

  • tests: freeze time in the media suite so signed URLs compare (e0a2d91)

0.74.0 (2026-09-05)

... (truncated)

Commits

Updates react from 19.2.8 to 19.3.0

Release notes

Sourced from react's releases.

19.3.0 (September 9, 2026)

Below is a list of all new features, APIs, and bug fixes.

Read the React 19.3 release post for more information.

New React Features

Bumps the npm group with 15 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [@inertiajs/react](https://github.com/inertiajs/inertia/tree/HEAD/packages/react) | `3.7.0` | `3.7.1` |
| [@laravel/echo-react](https://github.com/laravel/echo) | `2.4.0` | `2.5.0` |
| [@lattice-php/core](https://github.com/lattice-php/lattice/tree/HEAD/packages/core) | `0.72.2` | `0.77.0` |
| [@lattice-php/form](https://github.com/lattice-php/lattice/tree/HEAD/packages/form) | `0.72.2` | `0.77.0` |
| [@lattice-php/lattice](https://github.com/lattice-php/lattice/tree/HEAD/packages/framework) | `0.72.2` | `0.77.0` |
| [@lattice-php/ui](https://github.com/lattice-php/lattice/tree/HEAD/packages/ui) | `0.72.2` | `0.77.0` |
| [react](https://github.com/react/react/tree/HEAD/packages/react) | `19.2.8` | `19.3.0` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.18` | `19.3.0` |
| [react-dom](https://github.com/react/react/tree/HEAD/packages/react-dom) | `19.2.8` | `19.3.0` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.2.7` | `19.3.0` |
| [@inertiajs/vite](https://github.com/inertiajs/inertia/tree/HEAD/packages/vite) | `3.7.0` | `3.7.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `26.4.1` | `26.5.1` |
| [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) | `19.2.18` | `19.3.0` |
| [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) | `19.2.7` | `19.3.0` |
| [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) | `0.66.0` | `0.67.0` |
| [oxlint](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxlint) | `1.81.0` | `1.82.0` |
| [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.2.2` | `8.3.0` |



Updates `@inertiajs/react` from 3.7.0 to 3.7.1
- [Release notes](https://github.com/inertiajs/inertia/releases)
- [Changelog](https://github.com/inertiajs/inertia/blob/3.x/CHANGELOG.md)
- [Commits](https://github.com/inertiajs/inertia/commits/v3.7.1/packages/react)

Updates `@laravel/echo-react` from 2.4.0 to 2.5.0
- [Release notes](https://github.com/laravel/echo/releases)
- [Changelog](https://github.com/laravel/echo/blob/2.x/CHANGELOG.md)
- [Commits](laravel/echo@v2.4.0...v2.5.0)

Updates `@lattice-php/core` from 0.72.2 to 0.77.0
- [Release notes](https://github.com/lattice-php/lattice/releases)
- [Changelog](https://github.com/lattice-php/lattice/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lattice-php/lattice/commits/0.77.0/packages/core)

Updates `@lattice-php/form` from 0.72.2 to 0.77.0
- [Release notes](https://github.com/lattice-php/lattice/releases)
- [Changelog](https://github.com/lattice-php/lattice/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lattice-php/lattice/commits/0.77.0/packages/form)

Updates `@lattice-php/lattice` from 0.72.2 to 0.77.0
- [Release notes](https://github.com/lattice-php/lattice/releases)
- [Changelog](https://github.com/lattice-php/lattice/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lattice-php/lattice/commits/0.77.0/packages/framework)

Updates `@lattice-php/ui` from 0.72.2 to 0.77.0
- [Release notes](https://github.com/lattice-php/lattice/releases)
- [Changelog](https://github.com/lattice-php/lattice/blob/main/CHANGELOG.md)
- [Commits](https://github.com/lattice-php/lattice/commits/0.77.0/packages/ui)

Updates `react` from 19.2.8 to 19.3.0
- [Release notes](https://github.com/react/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react/commits/v19.3.0/packages/react)

Updates `@types/react` from 19.2.18 to 19.3.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `react-dom` from 19.2.8 to 19.3.0
- [Release notes](https://github.com/react/react/releases)
- [Changelog](https://github.com/react/react/blob/main/CHANGELOG.md)
- [Commits](https://github.com/react/react/commits/v19.3.0/packages/react-dom)

Updates `@types/react-dom` from 19.2.7 to 19.3.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `@inertiajs/vite` from 3.7.0 to 3.7.1
- [Release notes](https://github.com/inertiajs/inertia/releases)
- [Changelog](https://github.com/inertiajs/inertia/blob/3.x/CHANGELOG.md)
- [Commits](https://github.com/inertiajs/inertia/commits/v3.7.1/packages/vite)

Updates `@types/node` from 26.4.1 to 26.5.1
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@types/react` from 19.2.18 to 19.3.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

Updates `@types/react-dom` from 19.2.7 to 19.3.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

Updates `oxfmt` from 0.66.0 to 0.67.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxfmt/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxfmt_v0.67.0/npm/oxfmt)

Updates `oxlint` from 1.81.0 to 1.82.0
- [Release notes](https://github.com/oxc-project/oxc/releases)
- [Changelog](https://github.com/oxc-project/oxc/blob/main/npm/oxlint/CHANGELOG.md)
- [Commits](https://github.com/oxc-project/oxc/commits/oxlint_v1.82.0/npm/oxlint)

Updates `vite` from 8.2.2 to 8.3.0
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/create-vite@8.3.0/packages/vite)

---
updated-dependencies:
- dependency-name: "@inertiajs/react"
  dependency-version: 3.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@laravel/echo-react"
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@lattice-php/core"
  dependency-version: 0.77.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@lattice-php/form"
  dependency-version: 0.77.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@lattice-php/lattice"
  dependency-version: 0.77.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@lattice-php/ui"
  dependency-version: 0.77.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: react
  dependency-version: 19.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@types/react"
  dependency-version: 19.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: react-dom
  dependency-version: 19.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@types/react-dom"
  dependency-version: 19.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@inertiajs/vite"
  dependency-version: 3.7.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm
- dependency-name: "@types/node"
  dependency-version: 26.5.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@types/react"
  dependency-version: 19.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: "@types/react-dom"
  dependency-version: 19.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: oxfmt
  dependency-version: 0.67.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: oxlint
  dependency-version: 1.82.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
- dependency-name: vite
  dependency-version: 8.3.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Sep 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants