Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the major-updates group across 1 directory with 4 updates #402

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2025

Bumps the major-updates group with 3 updates in the / directory: inertiajs/inertia-laravel, nwidart/laravel-modules and owen-it/laravel-auditing.

Updates inertiajs/inertia-laravel from 1.3.2 to 2.0.1

Release notes

Sourced from inertiajs/inertia-laravel's releases.

v2.0.1

  • Allow Laravel 12.x.

Full Changelog: inertiajs/inertia-laravel@v2.0.0...v2.0.1

v2.0.0

twitter-card

  • Add support for Inertia.js v2.0.0
  • Add Inertia::defer() to support deferred props
  • Add Inertia::merge() to support merging props on client
  • Add Inertia::always() for props that should always be included (#627)
  • Add Inertia::clearHistory() and Inertia::encryptHistory() methods, encryption config, and encryption middleware
  • Deprecated Inertia::lazy() in favor of Inertia::optional()
  • Drop support for Laravel 8 and 9 (#629)
Changelog

Sourced from inertiajs/inertia-laravel's changelog.

v2.0.1 - 2025-02-18

  • Allow Laravel 12.x.

Full Changelog: inertiajs/inertia-laravel@v2.0.0...v2.0.1

v2.0.0

  • Add support for Inertia.js v2.0.0
  • Add Inertia::defer() to support deferred props
  • Add Inertia::merge() to support merging props on client
  • Add Inertia::always() for props that should always be included (#627)
  • Add Inertia::clearHistory() and Inertia::encryptHistory() methods, encryption config, and encryption middleware
  • Deprecated Inertia::lazy() in favor of Inertia::optional()
  • Drop support for Laravel 8 and 9 (#629)

v1.2.0 - 2024-05-17

  • Make commands lazy (#601)
  • Add persistent properties (#621)
  • Exclude except props from partial reloads (#622)

v1.1.0 - 2024-05-16

  • Support dot notation in partial requests (#620)
  • Add $request->inertia() IDE helper (#625)

v1.0.0 - 2024-03-08

  • Add Laravel 11 support (#560, #564)
  • Fix URL generation (#592)
  • Remove deprecated Assert class and Laravel 6 & 7 support. (#594)

v0.6.11 - 2023-09-13

  • Add option for using the bun runtime in SSR (#552)

v0.6.10 - 2023-09-13

  • Add inertia_location helper function (#491)
  • Add Route::inertia() IDE helper (#413)
  • Automatically update Facade docblocks (#538)
  • Restore request and session on redirects (#539)
  • Add PHP 8.3 support (#540)

v0.6.9 - 2023-01-17

  • Conditionally use pcntl extension in inertia:start-ssr command (#492)

v0.6.8 - 2023-01-14

... (truncated)

Commits
  • d855ad1 allow laravel 12
  • 0259e37 Update changelog
  • d5e1d51 Merge pull request #686 from crynobone/patch-1
  • f557ed3 Merge pull request #688 from inertiajs/lazy-properties-fix
  • af3d0f3 public -> protected
  • 75410d7 resolve closures via app
  • 1f84639 fixed situation where lazy functions were always being evaluated
  • 166f25a Merge pull request #687 from crynobone/patch-2
  • fad74bc Merge branch '2.x' into patch-2
  • 111d38b Merge pull request #689 from inertiajs/upgrade-github-actions
  • Additional commits viewable in compare view

Updates laravel/framework from 11.41.3 to 11.44.0

Release notes

Sourced from laravel/framework's releases.

v11.44.0

v11.43.2

v11.43.1

v11.43.0

... (truncated)

Changelog

Sourced from laravel/framework's changelog.

Release Notes for 12.x

Unreleased

v12.0.1 - 2025-02-24

v12.0.0 - 2025-02-24

... (truncated)

Commits
  • e9a33da Update version to v11.44.0
  • 2c72603 exception handling typehints (#54747)
  • 344c37f [11x.] Improved typehints for InteractsWithDatabase (#54748)
  • 0054c26 [11.x] Deprecate Factory::$modelNameResolver (#54736)
  • 610155c Update ConcurrencyTest.php (#54732)
  • c31126b [11.x] Fix: Custom Exceptions with Multiple Arguments does not properly rein…...
  • 120f07f [11.x] Allow readAt method to use in database channel (#54729)
  • 5082a0c Update RedisManagerExtensionTest.php (#54721)
  • fa176f7 [11.x] Fix parsing PHP_CLI_SERVER_WORKERS as string instead of int (#54...
  • fe4ea95 Update CHANGELOG
  • Additional commits viewable in compare view

Updates nwidart/laravel-modules from 11.1.8 to 12.0.0

Release notes

Sourced from nwidart/laravel-modules's releases.

v12.0.0

What's Changed

Full Changelog: nWidart/laravel-modules@v11.1.10...v12.0.0

v11.1.10

What's Changed

Full Changelog: nWidart/laravel-modules@v11.1.9...v11.1.10

v11.1.9

What's Changed

Full Changelog: nWidart/laravel-modules@v11.1.8...v11.1.9

Commits

Updates owen-it/laravel-auditing from 13.6.9 to 14.0.0

Release notes

Sourced from owen-it/laravel-auditing's releases.

v14.0.0

This package now supports PHP >= 8.2 and Laravel >= 11. Deprecated code has been removed.

Breaking Change

If you are using custom auditing, you will almost definitely need to change Event::dispatch(AuditCustom::class, [$yourModel]); to Event::dispatch(new AuditCustom($yourModel));

What's Changed

New Contributors

Full Changelog: owen-it/laravel-auditing@v13.7.0...v14.0.0

v13.7.2

Full Changelog: owen-it/laravel-auditing@v13.7.1...v13.7.2

v13.7.1

Full Changelog: owen-it/laravel-auditing@v13.7.0...v13.7.1

v13.7.0

What's Changed

New Contributors

Full Changelog: owen-it/laravel-auditing@v13.6.9...v13.7.0

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

Bumps the major-updates group with 3 updates in the / directory: [inertiajs/inertia-laravel](https://github.com/inertiajs/inertia-laravel), [nwidart/laravel-modules](https://github.com/nWidart/laravel-modules) and [owen-it/laravel-auditing](https://github.com/owen-it/laravel-auditing).


Updates `inertiajs/inertia-laravel` from 1.3.2 to 2.0.1
- [Release notes](https://github.com/inertiajs/inertia-laravel/releases)
- [Changelog](https://github.com/inertiajs/inertia-laravel/blob/2.x/CHANGELOG.md)
- [Commits](inertiajs/inertia-laravel@v1.3.2...v2.0.1)

Updates `laravel/framework` from 11.41.3 to 11.44.0
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/12.x/CHANGELOG.md)
- [Commits](laravel/framework@v11.41.3...v11.44.0)

Updates `nwidart/laravel-modules` from 11.1.8 to 12.0.0
- [Release notes](https://github.com/nWidart/laravel-modules/releases)
- [Changelog](https://github.com/nWidart/laravel-modules/blob/master/CHANGELOG.md)
- [Commits](nWidart/laravel-modules@v11.1.8...v12.0.0)

Updates `owen-it/laravel-auditing` from 13.6.9 to 14.0.0
- [Release notes](https://github.com/owen-it/laravel-auditing/releases)
- [Changelog](https://github.com/owen-it/laravel-auditing/blob/master/CHANGELOG.md)
- [Commits](owen-it/laravel-auditing@v13.6.9...v14.0.0)

---
updated-dependencies:
- dependency-name: inertiajs/inertia-laravel
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: major-updates
- dependency-name: nwidart/laravel-modules
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-updates
- dependency-name: owen-it/laravel-auditing
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: major-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Mar 3, 2025
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