Build(deps): Bump the laravel group across 1 directory with 5 updates - #3350
Open
dependabot[bot] wants to merge 1 commit into
Open
Build(deps): Bump the laravel group across 1 directory with 5 updates#3350dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the laravel group with 4 updates in the / directory: [laravel/fortify](https://github.com/laravel/fortify), [laravel/horizon](https://github.com/laravel/horizon), [laravel/sanctum](https://github.com/laravel/sanctum) and [laravel/boost](https://github.com/laravel/boost). Updates `laravel/fortify` from 1.37.2 to 1.37.3 - [Release notes](https://github.com/laravel/fortify/releases) - [Changelog](https://github.com/laravel/fortify/blob/1.x/CHANGELOG.md) - [Commits](laravel/fortify@v1.37.2...v1.37.3) Updates `laravel/framework` from 13.18.1 to 13.22.0 - [Release notes](https://github.com/laravel/framework/releases) - [Changelog](https://github.com/laravel/framework/blob/13.x/CHANGELOG.md) - [Commits](laravel/framework@v13.18.1...v13.22.0) Updates `laravel/horizon` from 5.47.2 to 5.48.0 - [Release notes](https://github.com/laravel/horizon/releases) - [Changelog](https://github.com/laravel/horizon/blob/5.x/CHANGELOG.md) - [Commits](laravel/horizon@v5.47.2...v5.48.0) Updates `laravel/sanctum` from 4.3.2 to 4.3.3 - [Release notes](https://github.com/laravel/sanctum/releases) - [Changelog](https://github.com/laravel/sanctum/blob/4.x/CHANGELOG.md) - [Commits](laravel/sanctum@v4.3.2...v4.3.3) Updates `laravel/boost` from 2.4.11 to 2.4.13 - [Release notes](https://github.com/laravel/boost/releases) - [Changelog](https://github.com/laravel/boost/blob/main/CHANGELOG.md) - [Commits](laravel/boost@v2.4.11...v2.4.13) --- updated-dependencies: - dependency-name: laravel/fortify dependency-version: 1.37.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: laravel - dependency-name: laravel/framework dependency-version: 13.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: laravel - dependency-name: laravel/horizon dependency-version: 5.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: laravel - dependency-name: laravel/sanctum dependency-version: 4.3.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: laravel - dependency-name: laravel/boost dependency-version: 2.4.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: laravel ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #3350 +/- ##
==========================================
Coverage 97.10% 97.10%
Complexity 1949 1949
==========================================
Files 483 483
Lines 16656 16656
Branches 2408 2408
==========================================
Hits 16174 16174
Misses 482 482 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the laravel group with 4 updates in the / directory: laravel/fortify, laravel/horizon, laravel/sanctum and laravel/boost.
Updates
laravel/fortifyfrom 1.37.2 to 1.37.3Release notes
Sourced from laravel/fortify's releases.
Changelog
Sourced from laravel/fortify's changelog.
Commits
66b9503Respect lowercase_usernames config when resetting password (#687)49de8faUse literal status code in LockoutResponse to fix PHPStan analysis (#688)c15bb43Bump actions/checkout from 6.0.3 to 7.0.0 in the github-actions group (#686)015a33fBump shivammathur/setup-php in the github-actions group (#684)0f0d1c6Bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group (#681)bcd918aEnable Dependabot auto-merge (#680)4e3246aAdd Dependabot cooldown of 5 days (#679)b9298bdUpdate CHANGELOGUpdates
laravel/frameworkfrom 13.18.1 to 13.22.0Release notes
Sourced from laravel/framework's releases.
... (truncated)
Changelog
Sourced from laravel/framework's changelog.
... (truncated)
Commits
d354afaUpdate version to v13.22.0768027bremove timeouted03812[13.x] SupportDelayattribute when usingBus::batch& bulk (#60766)ae66e4cFix iterable support in Arr::last() (#60881)1632fe8[13.x] Allow faking DNS lookups in validation rules (#60879)76b874eMark HTTP testing credentials as sensitive (#60880)77a15f4Fix Cache::touch() expiration handling (#60878)7c8a5c3[13.x] Add multi-queue support to queue:clear command (#60873)ae6c531ColumnDefinition::unsigned takes a parameter, which should be documneted (#60...78249d3Restore iterable support to Arr::every() and Arr::some() (#60876)Updates
laravel/horizonfrom 5.47.2 to 5.48.0Release notes
Sourced from laravel/horizon's releases.
Changelog
Sourced from laravel/horizon's changelog.
Commits
e4951dcAdjust CSP test for Laravel <=10 support (#1794)b9d256cAdd option to set a CSP nonce for use with style and script tags (#1792)cf95997Fix dashboard "Max Runtime"/"Max Throughput" picking arbitrary queue (#1791)47e07a2Update HorizonServiceProvider.php (#1789)5e55b71Bump actions/checkout from 6.0.3 to 7.0.0 in the github-actions group (#1788)b6fe7b0Bump form-data from 4.0.5 to 4.0.6 (#1787)a1f16caAddregisterDevCommandshelper (#1786)ff64b49Bump shivammathur/setup-php in the github-actions group (#1784)4d77bc3Enable Dependabot auto-merge (#1781)c9e2cd2Add Dependabot cooldown of 5 days (#1780)Updates
laravel/sanctumfrom 4.3.2 to 4.3.3Release notes
Sourced from laravel/sanctum's releases.
Changelog
Sourced from laravel/sanctum's changelog.
Commits
fee27a5Bump actions/checkout from 6.0.3 to 7.0.0 in the github-actions group (#613)56d3244use strict comparisond8685e5Bump shivammathur/setup-php in the github-actions group (#612)6379253Bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions group (#611)8dd31a2Enable Dependabot auto-merge (#610)334353dUpdate dependabot.yml634348cAdd Dependabot cooldown of 5 days (#606)bfe1fb1Merge pull request #605 from laravel/chore/pin-reusable-workflows-lateste1cda0ePin pull requests and issues workflows to latest laravel/.github596ee55Bump shivammathur/setup-php in the github-actions group (#602)Updates
laravel/boostfrom 2.4.11 to 2.4.13Release notes
Sourced from laravel/boost's releases.
Changelog
Sourced from laravel/boost's changelog.
... (truncated)
Commits
f55e08fAdd support for laravel/mcp ^0.9.0 (#884)70d0245Prevent script injection into partial HTML responses (#880)d327991feat: add configurable browser log levels (#875)2f5bcfafeat: add Grok Build agent support (#877)bce693eUpdate CHANGELOGd43bdf9Default the rules feature flag to off (#873)b9540aeRestructure laravel-best-practices skill into a compact rule index (#871)d553930Fix table-prefix corrupting "ORDER BY … DESC" and schema-qualified queries (#...e0967bcMake enum guideline generation deterministic (#870)2502072fix unterminated single quote string (#866)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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