laravel-kata
laravel-kata copied to clipboard
Bump the prod-deps group across 1 directory with 4 updates
Bumps the prod-deps group with 4 updates in the / directory: guzzlehttp/guzzle, laravel/framework, spatie/fork and tightenco/tlint.
Updates guzzlehttp/guzzle from 7.9.2 to 7.9.3
Release notes
Sourced from guzzlehttp/guzzle's releases.
Release 7.9.3
Changed
- Remove explicit content-length header for GET requests
- Improve compatibility with bad servers for boolean cookie values
Changelog
Sourced from guzzlehttp/guzzle's changelog.
7.9.3 - 2025-03-27
Changed
- Remove explicit content-length header for GET requests
- Improve compatibility with bad servers for boolean cookie values
Commits
7b2f29fRelease 7.9.38f68d9fImprove compatibility with bad servers for boolean cookie values (#3281)234747fRemove explicit content-length header for GET requests (#3278)d28a072testHandlesGarbageHttpServerGracefully: Split test between PHP <= 8.1 and >...41f5ce7CS fixes0811cfdSA upgrades- See full diff in compare view
Updates laravel/framework from 12.0.1 to 12.10.2
Release notes
Sourced from laravel/framework's releases.
v12.10.2
- [12.x] Address Model@relationLoaded when relation is null by
@rodrigopedrain laravel/framework#55531v12.10.1
- Revert "Use value() helper in 'when' method to simplify code" #55465 by
@mohammadrasoulasghariin laravel/framework#55514- [12.x] Use xxh128 when comparing views for changes by
@shawnlindstromin laravel/framework#55517- [12.x] Ensure related models is iterable on
HasRelationships@relationLoaded()by@rodrigopedrain laravel/framework#55519- [12.x] Add Enum support for assertJsonPath in AssertableJsonString.php by
@azim-kordpourin laravel/framework#55516v12.10.0
- Use value() helper in 'when' method by
@mohammadrasoulasghariin laravel/framework#55465- [12.x] Test
@usedirective without quotes by@osbrein laravel/framework#55462- [12.x] Enhance Broadcast Events Test Coverage by
@roshandelpoorin laravel/framework#55458- [12.x] Add
ConditionableTrait toFluentby@michaelnabil230in laravel/framework#55455- [12.x] Fix relation auto loading with manually set relations by
@patrickwehin laravel/framework#55452- Add missing types to RateLimiter by
@ClaudioEyzaguirrein laravel/framework#55445- [12.x] Fix for global autoload relationships not working in certain cases by
@litvinchukin laravel/framework#55443- [12.x] Fix adding
setTagsmethod on new cache flush events by@erikn69in laravel/framework#55405- Fix: Unique lock not being released after transaction rollback in ShouldBeUnique jobs with afterCommit() by
@toshitsuna-otsukain laravel/framework#55420- [12.x] Extends
AsCollectionto map items into objects or other values by@DarkGhostHunterin laravel/framework#55383- [12.x] Fix group imports in Blade
@usedirective by@osbrein laravel/framework#55461- chore(tests): align test names with idiomatic naming style by
@kauffingerin laravel/framework#55496- Update compiled views only if they actually changed by
@pizkazin laravel/framework#55450- Improve performance of Arr::dot method - 300x in some cases by
@cyppein laravel/framework#55495- [12.x] Add tests for
CacheBasedSessionHandlerby@imanghafoori1in laravel/framework#55487- [12.x] Add tests for
FileSessionHandlerby@imanghafoori1in laravel/framework#55484- [12.x] Add tests for
DatabaseSessionHandlerby@imanghafoori1in laravel/framework#55485- [12.x] Fix many to many detach without IDs broken with custom pivot class by
@amir9480in laravel/framework#55490- [12.x] Support nested relations on
relationLoadedmethod by@tmspererain laravel/framework#55471- Bugfix for Cache::memo()->many() returning the wrong value with an integer key type by
@bmckay959in laravel/framework#55503- [12.x] Allow Container to build
Migratorfrom class name by@cosmastechin laravel/framework#55501v12.9.2
- [12.x] Fixed a bug in using
illuminate/consolein external apps by@andrey-helldarin laravel/framework#55430- Disable SQLServer 2017 CI as
ubuntu-20.24has been removed by@crynobonein laravel/framework#55425v12.9.1
- [12.x] Forward only passed arguments into Illuminate\Database\Eloquent\Collection::partition method by
@MarekVikartovskyin laravel/framework#55422- [12.x] Add test for complex context manipulation in Logger by
@roshandelpoorin laravel/framework#55423- [12.x] Remove unused var from
DumpCommandby@cosmastechin laravel/framework#55431- [12.x] Fix the serve command sometimes fails to destructure the request pool array by
@tonysmin laravel/framework#55427- [12.x] Changes to
package-lock.jsonshould triggernpm run buildby@crynobonein laravel/framework#55426v12.9.0
- Add types to ViewErrorBag by
@AJenboin laravel/framework#55329- Add types to MessageBag by
@AJenboin laravel/framework#55327- [12.x] add generics to commonly used methods in Schema/Builder by
@taka-oyamain laravel/framework#55330- Return frozen time for easier testing by
@jasonmccrearyin laravel/framework#55323- Enhance DetectsLostConnections to Support AWS Aurora Credential Rotation Scenario by
@msaifmfzin laravel/framework#55331- [12.x] Rename test method of failedRequest() by
@LKaemmerlingin laravel/framework#55332
... (truncated)
Changelog
Sourced from laravel/framework's changelog.
v12.10.2 - 2025-04-24
- [12.x] Address Model@relationLoaded when relation is null by
@rodrigopedrain laravel/framework#55531v12.10.1 - 2025-04-23
- Revert "Use value() helper in 'when' method to simplify code" #55465 by
@mohammadrasoulasghariin laravel/framework#55514- [12.x] Use xxh128 when comparing views for changes by
@shawnlindstromin laravel/framework#55517- [12.x] Ensure related models is iterable on
HasRelationships@relationLoaded()by@rodrigopedrain laravel/framework#55519- [12.x] Add Enum support for assertJsonPath in AssertableJsonString.php by
@azim-kordpourin laravel/framework#55516v12.10.0 - 2025-04-22
- Use value() helper in 'when' method by
@mohammadrasoulasghariin laravel/framework#55465- [12.x] Test
@usedirective without quotes by@osbrein laravel/framework#55462- [12.x] Enhance Broadcast Events Test Coverage by
@roshandelpoorin laravel/framework#55458- [12.x] Add
ConditionableTrait toFluentby@michaelnabil230in laravel/framework#55455- [12.x] Fix relation auto loading with manually set relations by
@patrickwehin laravel/framework#55452- Add missing types to RateLimiter by
@ClaudioEyzaguirrein laravel/framework#55445- [12.x] Fix for global autoload relationships not working in certain cases by
@litvinchukin laravel/framework#55443- [12.x] Fix adding
setTagsmethod on new cache flush events by@erikn69in laravel/framework#55405- Fix: Unique lock not being released after transaction rollback in ShouldBeUnique jobs with afterCommit() by
@toshitsuna-otsukain laravel/framework#55420- [12.x] Extends
AsCollectionto map items into objects or other values by@DarkGhostHunterin laravel/framework#55383- [12.x] Fix group imports in Blade
@usedirective by@osbrein laravel/framework#55461- chore(tests): align test names with idiomatic naming style by
@kauffingerin laravel/framework#55496- Update compiled views only if they actually changed by
@pizkazin laravel/framework#55450- Improve performance of Arr::dot method - 300x in some cases by
@cyppein laravel/framework#55495- [12.x] Add tests for
CacheBasedSessionHandlerby@imanghafoori1in laravel/framework#55487- [12.x] Add tests for
FileSessionHandlerby@imanghafoori1in laravel/framework#55484- [12.x] Add tests for
DatabaseSessionHandlerby@imanghafoori1in laravel/framework#55485- [12.x] Fix many to many detach without IDs broken with custom pivot class by
@amir9480in laravel/framework#55490- [12.x] Support nested relations on
relationLoadedmethod by@tmspererain laravel/framework#55471- Bugfix for Cache::memo()->many() returning the wrong value with an integer key type by
@bmckay959in laravel/framework#55503- [12.x] Allow Container to build
Migratorfrom class name by@cosmastechin laravel/framework#55501v12.9.2 - 2025-04-16
- [12.x] Fixed a bug in using
illuminate/consolein external apps by@andrey-helldarin laravel/framework#55430- Disable SQLServer 2017 CI as
ubuntu-20.24has been removed by@crynobonein laravel/framework#55425v12.9.1 - 2025-04-16
- [12.x] Forward only passed arguments into Illuminate\Database\Eloquent\Collection::partition method by
@MarekVikartovskyin laravel/framework#55422- [12.x] Add test for complex context manipulation in Logger by
@roshandelpoorin laravel/framework#55423- [12.x] Remove unused var from
DumpCommandby@cosmastechin laravel/framework#55431- [12.x] Fix the serve command sometimes fails to destructure the request pool array by
@tonysmin laravel/framework#55427- [12.x] Changes to
package-lock.jsonshould triggernpm run buildby@crynobonein laravel/framework#55426v12.9.0 - 2025-04-15
... (truncated)
Commits
0f123ccUpdate version to v12.10.2dc5b445revert complicated changesf5fba9c[12.x] Address Model@relationLoaded when relation is null (#55531)44e6a29Update CHANGELOG3264999Update version to v12.10.1573684f[12.x] Add Enum support for assertJsonPath in AssertableJsonString.php (#55516)63b4d72[12.x] Ensure related models is iterable on `HasRelationships@relationLoaded(...c65ac53Use xxh128 when comparing views for changes (#55517)9ee0795Revert "Use value() helper in 'when' method to simplify code (#55465)" (#55514)3faeb07Update CHANGELOG- Additional commits viewable in compare view
Updates spatie/fork from 1.2.4 to 1.2.5
Release notes
Sourced from spatie/fork's releases.
1.2.5
What's Changed
- Fix task exit status handling, uniformize process exit method and tests by
@jchambon-equativin spatie/fork#74New Contributors
@jchambon-equativmade their first contribution in spatie/fork#74Full Changelog: https://github.com/spatie/fork/compare/1.2.4...1.2.5
Changelog
Sourced from spatie/fork's changelog.
1.2.5 - 2025-04-24
What's Changed
- Fix task exit status handling, uniformize process exit method and tests by
@jchambon-equativin spatie/fork#74New Contributors
@jchambon-equativmade their first contribution in spatie/fork#74Full Changelog: https://github.com/spatie/fork/compare/1.2.4...1.2.5
Commits
Updates tightenco/tlint from 9.4.0 to 9.5.0
Release notes
Sourced from tightenco/tlint's releases.
v9.5.0
What's Changed
- Add linters for catching
@ray,@dd,@dumpby@driftinglyin tighten/tlint#373- Update fixture by
@driftinglyin tighten/tlint#374- Update TLint version by
@driftinglyin tighten/tlint#375Full Changelog: https://github.com/tighten/tlint/compare/v9.4.0...v9.5.0
Commits
8f2d8eeMerge pull request #375 from tighten/drift/prepare-releasec938831Update TLint version44008d1Merge pull request #374 from tighten/drift/update-fixtureb861166Fix testsef16db0Update fixturec971e75Merge pull request #373 from tighten/drift/add-no-directivesc827c6eUpdate github actions checkout and cache6f24439Dusting4890d78Add linters for catching@ray,@dd,@dump- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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