Skip to content

Bump the composer group with 3 updates - #74

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/composer-901ee21b5f
Open

Bump the composer group with 3 updates#74
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/composer/composer-901ee21b5f

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the composer group with 3 updates: inertiajs/inertia-laravel, laravel/framework and larastan/larastan.

Updates inertiajs/inertia-laravel from 3.3.1 to 3.3.3

Release notes

Sourced from inertiajs/inertia-laravel's releases.

v3.3.3

What's Changed

New Contributors

Full Changelog: inertiajs/inertia-laravel@v3.3.2...v3.3.3

v3.3.2

What's Changed

Full Changelog: inertiajs/inertia-laravel@v3.3.1...v3.3.2

Changelog

Sourced from inertiajs/inertia-laravel's changelog.

v3.3.3 - 2026-09-04

What's Changed

New Contributors

Full Changelog: inertiajs/inertia-laravel@v3.3.2...v3.3.3

v3.3.2 - 2026-09-02

What's Changed

Full Changelog: inertiajs/inertia-laravel@v3.3.1...v3.3.2

Commits
  • 42dccee [3.x] Fix loadDeferredProps() crashing when a group name matches a helper fun...
  • 5f5bf68 Update CHANGELOG
  • 174f504 Register Blade component namespace on the resolved compiler (#906)
  • 3ef8257 Unwrap JsonSerializable to discover Inertia props (#902)
  • c014246 Update CHANGELOG
  • See full diff in compare view

Updates laravel/framework from 13.29.0 to 13.30.1

Release notes

Sourced from laravel/framework's releases.

v13.30.1

v13.30.0

Changelog

Sourced from laravel/framework's changelog.

v13.30.1 - 2026-09-01

v13.30.0 - 2026-09-01

Commits

Updates larastan/larastan from 3.10.0 to 3.11.0

Release notes

Sourced from larastan/larastan's releases.

3.11.0

What's Changed

[!IMPORTANT] Migration caching is now enabled by default. This should not affect analysis results and should make subsequent runs faster. If you notice unexpected behavior, you can disable it:

parameters:
    enableMigrationCache: false

Added

Fixed

Performance

Internal

New Contributors

... (truncated)

Commits
  • 9baa740 fix: add mixin to View facade
  • 4a43ec0 perf: memoize accessor and relation property lookups
  • f5001d2 perf: cache negative method lookups in forwards-calls extensions
  • 24fb6b7 perf: memoize method/property tag lookups in ReflectionHelper
  • 16982bb perf: memoize model instances in ModelHelper
  • 937759a perf: cache nested config key types and unparsable files in ConfigParser
  • 31592f7 perf: memoize macro source classification per class
  • 0dc5100 perf: cache negative results and facade roots in FacadesMethodsExtension
  • 5d7c1fa perf: memoize union member classification in GenericEloquentBuilderTypeNodeRe...
  • 70f5a6b perf: defer default return type computation in console extensions
  • Additional commits viewable in compare view

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

Bumps the composer group with 3 updates: [inertiajs/inertia-laravel](https://github.com/inertiajs/inertia-laravel), [laravel/framework](https://github.com/laravel/framework) and [larastan/larastan](https://github.com/larastan/larastan).


Updates `inertiajs/inertia-laravel` from 3.3.1 to 3.3.3
- [Release notes](https://github.com/inertiajs/inertia-laravel/releases)
- [Changelog](https://github.com/inertiajs/inertia-laravel/blob/3.x/CHANGELOG.md)
- [Commits](inertiajs/inertia-laravel@v3.3.1...v3.3.3)

Updates `laravel/framework` from 13.29.0 to 13.30.1
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/13.x/CHANGELOG.md)
- [Commits](laravel/framework@v13.29.0...v13.30.1)

Updates `larastan/larastan` from 3.10.0 to 3.11.0
- [Release notes](https://github.com/larastan/larastan/releases)
- [Changelog](https://github.com/larastan/larastan/blob/3.x/RELEASE.md)
- [Commits](larastan/larastan@v3.10.0...v3.11.0)

---
updated-dependencies:
- dependency-name: inertiajs/inertia-laravel
  dependency-version: 3.3.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: composer
- dependency-name: laravel/framework
  dependency-version: 13.30.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: composer
- dependency-name: larastan/larastan
  dependency-version: 3.11.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: composer
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 7, 2026
@dependabot
dependabot Bot requested a review from drewmt as a code owner September 7, 2026 14:36
@dependabot dependabot Bot added the php Pull requests that update php code label Sep 7, 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 php Pull requests that update php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants