Bump the composer-minor-and-patch group with 6 updates - #6
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Bump the composer-minor-and-patch group with 6 updates#6dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the composer-minor-and-patch group with 6 updates: | Package | From | To | | --- | --- | --- | | [laravel/framework](https://github.com/laravel/framework) | `13.25.0` | `13.26.1` | | [maatwebsite/excel](https://github.com/SpartnerNL/Laravel-Excel) | `4.0.0` | `4.0.1` | | [zircote/swagger-php](https://github.com/zircote/swagger-php) | `6.5.3` | `6.6.0` | | [laravel/boost](https://github.com/laravel/boost) | `2.5.3` | `2.5.5` | | [laravel/sail](https://github.com/laravel/sail) | `1.66.0` | `1.67.0` | | [mockery/mockery](https://github.com/mockery/mockery) | `1.6.13` | `1.6.15` | Updates `laravel/framework` from 13.25.0 to 13.26.1 - [Release notes](https://github.com/laravel/framework/releases) - [Changelog](https://github.com/laravel/framework/blob/13.x/CHANGELOG.md) - [Commits](laravel/framework@v13.25.0...v13.26.1) Updates `maatwebsite/excel` from 4.0.0 to 4.0.1 - [Release notes](https://github.com/SpartnerNL/Laravel-Excel/releases) - [Changelog](https://github.com/SpartnerNL/Laravel-Excel/blob/4.x/CHANGELOG.md) - [Commits](SpartnerNL/Laravel-Excel@4.0.0...4.0.1) Updates `zircote/swagger-php` from 6.5.3 to 6.6.0 - [Release notes](https://github.com/zircote/swagger-php/releases) - [Commits](zircote/swagger-php@6.5.3...6.6.0) Updates `laravel/boost` from 2.5.3 to 2.5.5 - [Release notes](https://github.com/laravel/boost/releases) - [Changelog](https://github.com/laravel/boost/blob/main/CHANGELOG.md) - [Commits](laravel/boost@v2.5.3...v2.5.5) Updates `laravel/sail` from 1.66.0 to 1.67.0 - [Release notes](https://github.com/laravel/sail/releases) - [Changelog](https://github.com/laravel/sail/blob/1.x/CHANGELOG.md) - [Commits](laravel/sail@v1.66.0...v1.67.0) Updates `mockery/mockery` from 1.6.13 to 1.6.15 - [Release notes](https://github.com/mockery/mockery/releases) - [Changelog](https://github.com/mockery/mockery/blob/1.6.x/CHANGELOG.md) - [Commits](mockery/mockery@1.6.13...1.6.15) --- updated-dependencies: - dependency-name: laravel/framework dependency-version: 13.26.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: composer-minor-and-patch - dependency-name: maatwebsite/excel dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: composer-minor-and-patch - dependency-name: zircote/swagger-php dependency-version: 6.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: composer-minor-and-patch - dependency-name: laravel/boost dependency-version: 2.5.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: composer-minor-and-patch - dependency-name: laravel/sail dependency-version: 1.67.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: composer-minor-and-patch - dependency-name: mockery/mockery dependency-version: 1.6.15 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: composer-minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Contributor
Author
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
dependabot
Bot
deleted the
dependabot/composer/composer-minor-and-patch-3bdfcdc378
branch
August 31, 2026 04:30
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 composer-minor-and-patch group with 6 updates:
13.25.013.26.14.0.04.0.16.5.36.6.02.5.32.5.51.66.01.67.01.6.131.6.15Updates
laravel/frameworkfrom 13.25.0 to 13.26.1Release notes
Sourced from laravel/framework's releases.
... (truncated)
Changelog
Sourced from laravel/framework's changelog.
... (truncated)
Commits
e4a1bc5Update version to v13.26.1b69549aRevert "feat: add orWhereKey and orWhereKeyNot to Eloquent Builder (#61154)" ...fc63fecUpdate CHANGELOG17f6e62Update version to v13.26.01361f2bWait for Redis cluster nodes before creating the test cluster (#61229)d36158ePreserve input key order when merging files in Request::all() (#61221)faf45ddMerge branch '12.x' into 13.xab36fa4[12.x] Promote nested data to top-level managed queue event (#61225)438391713.x-add-getRelatedClass (#61222)c6b4e37Keep the assertion failure message when session errors are JSON serialized (#...Updates
maatwebsite/excelfrom 4.0.0 to 4.0.1Release notes
Sourced from maatwebsite/excel's releases.
Changelog
Sourced from maatwebsite/excel's changelog.
Commits
5d1c617Resolve relative import paths against the disk before the working directory58750e0Adjust phpdoc types/generics to add defaults and correct contravariant typing...eb6884aUpdate upgrade guide with WithMultipleSheets (#4421)3994b18[4.x] Configuration from environment (#4418)54f015f[4.x] Add Time/Enum column types and sheet-level concerns (#4417)Updates
zircote/swagger-phpfrom 6.5.3 to 6.6.0Release notes
Sourced from zircote/swagger-php's releases.
Commits
cc81abcfix(Type): resolve ``\stdClass` type hint as OpenAPI object type (#2125)dd6bd96IntroduceComponentIndexfor lazy resolution of$refvalues and component...d7eab91fix(Spec): visit allrefwitheachRef()(#2123)2bb5c40refactor(Spec): refactor attributecontains()method (#2122)2735923feat(Spec): add shortcut to omitOA\Propertywhen stacking witbh `OA\Schema...0adad81chore(CS): follow rector rule changes (#2120)8660be0fix(Spec): update remaining$reftype-hints to acceptOA\Schema\Ref(#2119)Updates
laravel/boostfrom 2.5.3 to 2.5.5Release notes
Sourced from laravel/boost's releases.
Changelog
Sourced from laravel/boost's changelog.
Commits
a6c7989Fix newline normalization corrupting multi-byte UTF-8 in rule files (#947)3faf79fchore: allow guzzle v8 (#956)b543478Point the Livewire 4 stream migration at the correct parameter (#949)1b1d014Add the missing PHP opening tag to the Volt class-based example (#951)c560b43Correct the Wayfinder query parameter return value (#950)2713135Update CHANGELOG778f4c9Correct the cache tag driver support list (#941)57e09f4Describe what LazilyRefreshDatabase actually defers (#944)c36534eCorrect the wire:model default in the Livewire 4 skill (#943)2ea31ceFix the foreign key index example so it actually creates an index (#942)Updates
laravel/sailfrom 1.66.0 to 1.67.0Release notes
Sourced from laravel/sail's releases.
Changelog
Sourced from laravel/sail's changelog.
Commits
639e03aMove from Launchpad PPA to packages.sury.org (#896)7104316Update CHANGELOGUpdates
mockery/mockeryfrom 1.6.13 to 1.6.15Release notes
Sourced from mockery/mockery's releases.
Changelog
Sourced from mockery/mockery's changelog.
Commits
967a801Changelog v1.6.15 (#1516)44f4967Fix partial mocks skipping real__constructand__clone(#1515)d5362eaChangelog v1.6.14 (#1513)c35d268Allow mocking__clonemagic method (#1512)0e01466Fix str_* polyfills documenting non-empty-string parameters (#1509)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