Skip to content

Build(deps): Bump the laravel group with 3 updates#3153

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/composer/laravel-4bd59d2e01
Open

Build(deps): Bump the laravel group with 3 updates#3153
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/composer/laravel-4bd59d2e01

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Bumps the laravel group with 3 updates: laravel/fortify, laravel/framework and laravel/prompts.

Updates laravel/fortify from 1.37.0 to 1.37.2

Release notes

Sourced from laravel/fortify's releases.

v1.37.2

What's Changed

Full Changelog: laravel/fortify@v1.37.1...v1.37.2

v1.37.1

What's Changed

New Contributors

Full Changelog: laravel/fortify@v1.37.0...v1.37.1

Changelog

Sourced from laravel/fortify's changelog.

v1.37.2 - 2026-05-15

What's Changed

Full Changelog: laravel/fortify@v1.37.1...v1.37.2

v1.37.1 - 2026-05-15

What's Changed

New Contributors

Full Changelog: laravel/fortify@v1.37.0...v1.37.1

Commits
  • 5d4b6a5 [1.x] Fix passkey password confirmation defaults (#678)
  • c3679de Update CHANGELOG
  • ee0922c Bump shivammathur/setup-php in the github-actions group (#677)
  • 92514af [1.x] update passkeys and set passkeys management middleware (#676)
  • a566942 Merge pull request #674 from laravel/pin-github-actions
  • 8c0caf6 Pin GitHub Actions to commit SHAs and add Dependabot config
  • 7eb4407 ci: bump actions/checkout from v4 to v6 to resolve Node.js 20 deprecation (#673)
  • eb064aa Update CHANGELOG
  • See full diff in compare view

Updates laravel/framework from 13.8.0 to 13.11.2

Release notes

Sourced from laravel/framework's releases.

v13.11.2

v13.11.1

v13.11.0

v13.10.0

v13.9.0

... (truncated)

Changelog

Sourced from laravel/framework's changelog.

v13.11.2 - 2026-05-20

v13.11.1 - 2026-05-19

v13.11.0 - 2026-05-19

v13.10.0 - 2026-05-19

... (truncated)

Commits

Updates laravel/prompts from 0.3.17 to 0.3.18

Release notes

Sourced from laravel/prompts's releases.

v0.3.18

What's Changed

New Contributors

Full Changelog: laravel/prompts@v0.3.17...v0.3.18

Changelog

Sourced from laravel/prompts's changelog.

v0.3.18 - 2026-05-19

What's Changed

New Contributors

Full Changelog: laravel/prompts@v0.3.17...v0.3.18

Commits
  • a19af51 Fix code styling
  • 65d5545 Fix Logger to Return when constructed without a socket (Windows Laravel New F...
  • e5cca24 Fix Spinner & Task prompt to use static rendering when posix extension (#239)
  • 2878b01 Pin GitHub Actions to commit SHAs and add Dependabot config (#237)
  • c9483c8 Update CHANGELOG
  • See full diff 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 laravel group with 3 updates: [laravel/fortify](https://github.com/laravel/fortify), [laravel/framework](https://github.com/laravel/framework) and [laravel/prompts](https://github.com/laravel/prompts).


Updates `laravel/fortify` from 1.37.0 to 1.37.2
- [Release notes](https://github.com/laravel/fortify/releases)
- [Changelog](https://github.com/laravel/fortify/blob/1.x/CHANGELOG.md)
- [Commits](laravel/fortify@v1.37.0...v1.37.2)

Updates `laravel/framework` from 13.8.0 to 13.11.2
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/13.x/CHANGELOG.md)
- [Commits](laravel/framework@v13.8.0...v13.11.2)

Updates `laravel/prompts` from 0.3.17 to 0.3.18
- [Release notes](https://github.com/laravel/prompts/releases)
- [Changelog](https://github.com/laravel/prompts/blob/main/CHANGELOG.md)
- [Commits](laravel/prompts@v0.3.17...v0.3.18)

---
updated-dependencies:
- dependency-name: laravel/fortify
  dependency-version: 1.37.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: laravel
- dependency-name: laravel/framework
  dependency-version: 13.11.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: laravel
- dependency-name: laravel/prompts
  dependency-version: 0.3.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: laravel
...

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 May 25, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 25, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.78%. Comparing base (e5f22fe) to head (e31af4d).

Additional details and impacted files
@@            Coverage Diff             @@
##             develop    #3153   +/-   ##
==========================================
  Coverage      96.78%   96.78%           
  Complexity      1948     1948           
==========================================
  Files            468      468           
  Lines          13364    13364           
  Branches        2215     2215           
==========================================
  Hits           12935    12935           
  Misses           429      429           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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