Bump the minor-updates group across 1 directory with 17 updates
Bumps the minor-updates group with 14 updates in the / directory:
| Package | From | To |
|---|---|---|
| filament/filament | 3.2.92 |
3.2.102 |
| laravel/jetstream | 5.1.2 |
5.1.4 |
| laravel/octane | 2.4.0 |
2.5.3 |
| laravel/passport | 12.2.0 |
12.3.0 |
| novadaemon/filament-pretty-json | 2.2.2 |
2.2.5 |
| stechstudio/filament-impersonate | 3.9 |
3.13 |
| tightenco/ziggy | 2.2.1 |
2.3.0 |
| barryvdh/laravel-ide-helper | 3.0.0 |
3.1.0 |
| brianium/paratest | 7.5.0 |
7.5.2 |
| fumeapp/modeltyper | 2.5.0 |
2.8.0 |
| larastan/larastan | 2.9.7 |
2.9.8 |
| laravel/sail | 1.29.2 |
1.31.1 |
| laravel/telescope | 5.0.5 |
5.2.0 |
| nunomaduro/collision | 8.1.1 |
8.4.0 |
Updates filament/filament from 3.2.92 to 3.2.102
Commits
99c7039Merge pull request #13942 from filamentphp/fix/header-actions-render-hook-ali...33154a5Merge pull request #13923 from gehrisandro/fix-tab-item-inactive-classesc810789Merge pull request #13914 from filamentphp/required-mapping-for-new-records-only6c27fa6Merge pull request #13864 from TbishopP/patch-19e0b750Merge branch 3.x of https://github.com/filamentphp/filament into 3.x06a66ebrebuild076acbfUpdate app.css595f8d6Merge pull request #13593 from smiliyas/fix/table-polling-with-reorderingd4fcaf6build- See full diff in compare view
Updates guzzlehttp/guzzle from 7.8.1 to 7.9.2
Release notes
Sourced from guzzlehttp/guzzle's releases.
Release 7.9.2
Fixed
- Adjusted handler selection to use cURL if its version is 7.21.2 or higher, rather than 7.34.0
Release 7.9.1
Fixed
- Fix TLS 1.3 check for HTTP/2 requests
Release 7.9.0
Changed
- Improve protocol version checks to provide feedback around unsupported protocols
- Only select the cURL handler by default if 7.34.0 or higher is linked
- Improved
CurlMultiHandlerto avoid busy wait if possible- Dropped support for EOL
guzzlehttp/psr7v1- Improved URI user info redaction in errors
Release 7.8.2
Added
- Support for PHP 8.4
Changelog
Sourced from guzzlehttp/guzzle's changelog.
7.9.2 - 2024-07-24
Fixed
- Adjusted handler selection to use cURL if its version is 7.21.2 or higher, rather than 7.34.0
7.9.1 - 2024-07-19
Fixed
- Fix TLS 1.3 check for HTTP/2 requests
7.9.0 - 2024-07-18
Changed
- Improve protocol version checks to provide feedback around unsupported protocols
- Only select the cURL handler by default if 7.34.0 or higher is linked
- Improved
CurlMultiHandlerto avoid busy wait if possible- Dropped support for EOL
guzzlehttp/psr7v1- Improved URI user info redaction in errors
7.8.2 - 2024-07-18
Added
- Support for PHP 8.4
Commits
d281ed3[7.9] Release 7.9.2 (#3242)11d3f21Adjust minimum curl version from 7.34.0 to 7.21.2 (#3241)a629e5bRelease 7.9.1 (#3239)40ad735Fix HTTP 2.0 - TLS 1.3 check (#3238)84ac2b2Release 7.9.0 (#3237)3bec073Drop PSR7 v1 and redact URI user info in errors (#3236)740e191Merge branch '7.8' into 7.9f4152d9Release 7.8.2 (#3235)0e9dcaeImprove CurlMultiHandler to avoid busy wait if possible (#3234)3838e05ImproveAccept-Encodingdocumentation (#3215)- Additional commits viewable in compare view
Updates laravel/framework from 11.10.0 to 11.20.0
Release notes
Sourced from laravel/framework's releases.
v11.20.0
- Update testcase for
whereNonemethod by@einar-hansenin laravel/framework#52351- Improve
Lock->blockmethod by@RedmarBakkerin laravel/framework#52349- [11.x] Use correct pluralization rules in trans_choice for fallback strings by
@stefanvdlugtin laravel/framework#52343- [11.x] Replace dead link in Security Policy by
@Jubekiin laravel/framework#52338- Add compatible query type to
Model::resolveRouteBindingQueryby@sebj54in laravel/framework#52339- [10.x] Fix
Factory::afterCreatingcallable argument type by@villfain laravel/framework#52335- [11.x] Remove undefined class PreventRequestsDuringMaintenance by
@seriquynhin laravel/framework#52322- [11.x] Add middleware before sending request and dispatching events by
@eduancein laravel/framework#52323- Add
collapseWithKeystoCollectionby@jasonmccrearyin laravel/framework#52347- [11.x] Inverse Fake Queue Interactions:
assertNotDeleted,assertNotFailed, andassertNotReleasedby@gdebrauwerin laravel/framework#52320- Add
deduplicateto strings by@jasonmccrearyin laravel/framework#52350- [11.x] feat: make
Facade::isFake()public by@calebdwin laravel/framework#52357- [11.x] Ask about markdown template for notification command with no initial input by
@christophrumpelin laravel/framework#52355- [11.x] allow custom view path when making components by
@browner12in laravel/framework#52219- [11.x] chore: update to PHPStan Level 1 by
@calebdwin laravel/framework#51956- [11.x] Support passing default as named parameter in whenLoaded, whenAggregated, whenCounted by
@hn-seoaiin laravel/framework#51342- Declare exceptions unreportable using the ShouldntReport interface by
@chrispage1in laravel/framework#52337- [11.x] Enable extension of connection inspection methods by
@GromNaNin laravel/framework#52231- [11.x] Add
whenExistsLoadedmethod to conditionally include relationship existence attribute by@CodeWithKyrianin laravel/framework#52295- [11.x] Add
in()andinHidden()functions to Context Stacks by@lessevvin laravel/framework#52346- [11.x] Use Command::fail() method for single error messages by
@seriquynhin laravel/framework#52387- [11.x] Rework
Context::stackContainswith Closures. by@timacdonaldin laravel/framework#52381- [11.x] Allow enums to be passed to AssertableJson where methods by
@patrickomearain laravel/framework#52360- [11.x] Made
listvalidation rule as array for "size rules" in validation messages by@siarheipashkevichin laravel/framework#52385- [11.x] Add contextual attributes to resolve drivers by
@ziadozin laravel/framework#52265- [11.x] Fix docblocks for where(All|Any|None) query methods by
@einar-hansenin laravel/framework#52388- [10.x] backport #52204 by
@calebdwin laravel/framework#52389- [11.x] Fix Http Client Pool requests that have no response by
@andrewbrobergin laravel/framework#52393- [11.x] Introduce MixFileNotFoundException for handling missing Mix files by
@Ex10Diosin laravel/framework#52400- [10.x] In MySQL, harvest last insert ID immediately after query is executed by
@piurafunkin laravel/framework#52390v11.19.0
- fix
@returntypehint in Illuminate\Contracts\Process\InvokedProcess::wait method by@mdmahbubhelalin laravel/framework#52304- [11.x] Add php doc for ServiceProvider bindings and singletons properties by
@Anton5360in laravel/framework#52298- [10.x] backport #52188 by
@calebdwin laravel/framework#52293- Update docblock to accept an Expression for whereLike methods by
@patrickomearain laravel/framework#52299- [11.x] Fix Bcrypt/Argon/Argon2I Hashers not checking database field for nullish value before checking hash compatibility by
@localpathin laravel/framework#52297- [11.x] Method to trim '0' digits after decimal point of a given number by
@gdebrauwerin laravel/framework#52284- [11.x] Add
whereNonemethod to the query builder by@einar-hansenin laravel/framework#52260- [11.x] Fix flat array parameter for relation upsert by
@iamgergoin laravel/framework#52289- [11.x]
assertSeeHtml,assertDontSeeHtmlandassertSeeHtmlInOrdertesting methods by@gdebrauwerin laravel/framework#52285- [11.x] Fully qualify morph columns when using WHERE clauses by
@maartenpaauwin laravel/framework#52227- [10.x] Fix runPaginationCountQuery not working properly for union queries by
@chinleungin laravel/framework#52314- [11.x] Add
assertExactJsonStructuremethod by@gdebrauwerin laravel/framework#52311- [11.x] Add
withoutHeader()test method by@gdebrauwerin laravel/framework#52309- [11.x] Widen typehints in base service provider by
@devfreyin laravel/framework#52308- [11.X] "Model::preventAccessingMissingAttributes()" Causes Exception During Pagination with ResourceCollection by
@Katalamin laravel/framework#52305- [11.x] Fixes through() relationship by
@leobealin laravel/framework#52318- [11.x] Add new
successMethod to the Docblock ofIlluminate\Console\View\Components\Factoryby@devajmeirelesin laravel/framework#52310
... (truncated)
Changelog
Sourced from laravel/framework's changelog.
v11.20.0 - 2024-08-06
- Update testcase for
whereNonemethod by@einar-hansenin laravel/framework#52351- Improve
Lock->blockmethod by@RedmarBakkerin laravel/framework#52349- [11.x] Use correct pluralization rules in trans_choice for fallback strings by
@stefanvdlugtin laravel/framework#52343- [11.x] Replace dead link in Security Policy by
@Jubekiin laravel/framework#52338- Add compatible query type to
Model::resolveRouteBindingQueryby@sebj54in laravel/framework#52339- [10.x] Fix
Factory::afterCreatingcallable argument type by@villfain laravel/framework#52335- [11.x] Remove undefined class PreventRequestsDuringMaintenance by
@seriquynhin laravel/framework#52322- [11.x] Add middleware before sending request and dispatching events by
@eduancein laravel/framework#52323- Add
collapseWithKeystoCollectionby@jasonmccrearyin laravel/framework#52347- [11.x] Inverse Fake Queue Interactions:
assertNotDeleted,assertNotFailed, andassertNotReleasedby@gdebrauwerin laravel/framework#52320- Add
deduplicateto strings by@jasonmccrearyin laravel/framework#52350- [11.x] feat: make
Facade::isFake()public by@calebdwin laravel/framework#52357- [11.x] Ask about markdown template for notification command with no initial input by
@christophrumpelin laravel/framework#52355- [11.x] allow custom view path when making components by
@browner12in laravel/framework#52219- [11.x] chore: update to PHPStan Level 1 by
@calebdwin laravel/framework#51956- [11.x] Support passing default as named parameter in whenLoaded, whenAggregated, whenCounted by
@hn-seoaiin laravel/framework#51342- Declare exceptions unreportable using the ShouldntReport interface by
@chrispage1in laravel/framework#52337- [11.x] Enable extension of connection inspection methods by
@GromNaNin laravel/framework#52231- [11.x] Add
whenExistsLoadedmethod to conditionally include relationship existence attribute by@CodeWithKyrianin laravel/framework#52295- [11.x] Add
in()andinHidden()functions to Context Stacks by@lessevvin laravel/framework#52346- [11.x] Use Command::fail() method for single error messages by
@seriquynhin laravel/framework#52387- [11.x] Rework
Context::stackContainswith Closures. by@timacdonaldin laravel/framework#52381- [11.x] Allow enums to be passed to AssertableJson where methods by
@patrickomearain laravel/framework#52360- [11.x] Made
listvalidation rule as array for "size rules" in validation messages by@siarheipashkevichin laravel/framework#52385- [11.x] Add contextual attributes to resolve drivers by
@ziadozin laravel/framework#52265- [11.x] Fix docblocks for where(All|Any|None) query methods by
@einar-hansenin laravel/framework#52388- [10.x] backport #52204 by
@calebdwin laravel/framework#52389- [11.x] Fix Http Client Pool requests that have no response by
@andrewbrobergin laravel/framework#52393- [11.x] Introduce MixFileNotFoundException for handling missing Mix files by
@Ex10Diosin laravel/framework#52400- [10.x] In MySQL, harvest last insert ID immediately after query is executed by
@piurafunkin laravel/framework#52390v11.19.0 - 2024-07-30
- fix
@returntypehint in Illuminate\Contracts\Process\InvokedProcess::wait method by@mdmahbubhelalin laravel/framework#52304- [11.x] Add php doc for ServiceProvider bindings and singletons properties by
@Anton5360in laravel/framework#52298- [10.x] backport #52188 by
@calebdwin laravel/framework#52293- Update docblock to accept an Expression for whereLike methods by
@patrickomearain laravel/framework#52299- [11.x] Fix Bcrypt/Argon/Argon2I Hashers not checking database field for nullish value before checking hash compatibility by
@localpathin laravel/framework#52297- [11.x] Method to trim '0' digits after decimal point of a given number by
@gdebrauwerin laravel/framework#52284- [11.x] Add
whereNonemethod to the query builder by@einar-hansenin laravel/framework#52260- [11.x] Fix flat array parameter for relation upsert by
@iamgergoin laravel/framework#52289- [11.x]
assertSeeHtml,assertDontSeeHtmlandassertSeeHtmlInOrdertesting methods by@gdebrauwerin laravel/framework#52285- [11.x] Fully qualify morph columns when using WHERE clauses by
@maartenpaauwin laravel/framework#52227- [10.x] Fix runPaginationCountQuery not working properly for union queries by
@chinleungin laravel/framework#52314- [11.x] Add
assertExactJsonStructuremethod by@gdebrauwerin laravel/framework#52311- [11.x] Add
withoutHeader()test method by@gdebrauwerin laravel/framework#52309- [11.x] Widen typehints in base service provider by
@devfreyin laravel/framework#52308- [11.X] "Model::preventAccessingMissingAttributes()" Causes Exception During Pagination with ResourceCollection by
@Katalamin laravel/framework#52305
... (truncated)
Commits
3cd7593Update version to v11.20.00a31202wipa6e916ewip3be925cwip8bd7a9bMerge branch '10.x' into 11.x763b942Update CHANGELOGd816681Update version to v10.48.19d2546d5Apply fixes from StyleCI16ac9c5formatting332e29aMerge branch '10.x' of https://github.com/piurafunk/framework into piurafunk-...- Additional commits viewable in compare view
Updates laravel/jetstream from 5.1.2 to 5.1.4
Release notes
Sourced from laravel/jetstream's releases.
v5.1.4
- Update dropdown.blade.php with w-60 by
@rjvimin laravel/jetstream#1515- Fixes unhandled match case error by
@inmanturboin laravel/jetstream#1513v5.1.3
- Add nullable types (applied from Pint) by
@ahinklein laravel/jetstream#1499- Refactor from switch statement to match statement for dropdown blade component by
@phingoc1in laravel/jetstream#1509- [Vue] Fix: Prevent modal from closing on Escape key when closeable is false by
@ChazyTheBestin laravel/jetstream#1510
Changelog
Sourced from laravel/jetstream's changelog.
v5.1.4 - 2024-07-10
- Update dropdown.blade.php with w-60 by
@rjvimin laravel/jetstream#1515- Fixes unhandled match case error by
@inmanturboin laravel/jetstream#1513v5.1.3 - 2024-07-09
- Add nullable types (applied from Pint) by
@ahinklein laravel/jetstream#1499- Refactor from switch statement to match statement for dropdown blade component by
@phingoc1in laravel/jetstream#1509- [Vue] Fix: Prevent modal from closing on Escape key when closeable is false by
@ChazyTheBestin laravel/jetstream#1510
Commits
0eecfe8Fixes unhandled match case error (#1513)f5a6bb4Update dropdown.blade.php with w-60 (#1515)8753a0dUpdate CHANGELOG37ea36cFix modal closing on Escape key when closeable is false (#1510)121122cRefactor from switch statement to match statement for dropdown blade componen...4039f1dAdd nullable types from Pint (#1499)0308f8dUpdate CHANGELOG- See full diff in compare view
Updates laravel/octane from 2.4.0 to 2.5.3
Release notes
Sourced from laravel/octane's releases.
v2.5.3
- fix: RoadRunner streaming through generators by
@danharrinin laravel/octane#939v2.5.2
- Fix buffer error (issue #922) by
@atom1285in laravel/octane#923- Add .mjs extension to MIME types by
@luukboxin laravel/octane#924v2.5.1
- [2.x] Swoole
$verbositymust be of type int, null given. by@xiCO2kin laravel/octane#920v2.5.0
- Refreshes log manager container by
@timacdonaldin laravel/octane#910- Fix inter test dependencies by
@timacdonaldin laravel/octane#914- Add laravel/prompts by
@xiCO2kin laravel/octane#917
Changelog
Sourced from laravel/octane's changelog.
v2.5.3 - 2024-08-05
- fix: RoadRunner streaming through generators by
@danharrinin laravel/octane#939v2.5.2 - 2024-07-08
- Fix buffer error (issue #922) by
@atom1285in laravel/octane#923- Add .mjs extension to MIME types by
@luukboxin laravel/octane#924v2.5.1 - 2024-07-01
- [2.x] Swoole
$verbositymust be of type int, null given. by@xiCO2kin laravel/octane#920v2.5.0 - 2024-06-24
- Refreshes log manager container by
@timacdonaldin laravel/octane#910- Fix inter test dependencies by
@timacdonaldin laravel/octane#914- Add laravel/prompts by
@xiCO2kin laravel/octane#917
Commits
2b5b4d0fix: RoadRunner streaming through generators (#939)4657dcfReplace dead link in Security Policy (#936)7495cb1Fix test failed (#934)e5126e7Update CHANGELOGba9b7ffAdd .mjs extension to MIME types (#924)68db606Fix buffer error (issue #922) (#923)b5228f9Update CHANGELOG21b319dAddparseVerbosityto the default onhandleStream. (#920)39ea392Update CHANGELOG2fd1841Remove action- Additional commits viewable in compare view
Updates laravel/passport from 12.2.0 to 12.3.0
Release notes
Sourced from laravel/passport's releases.
v12.3.0
- [12.x] Add access token revoked event by
@axlonin laravel/passport#1776v12.2.1
- [12.x] Fix purge command by
@hafezdivandariin laravel/passport#1772
Changelog
Sourced from laravel/passport's changelog.
v12.3.0 - 2024-08-05
- [12.x] Add access token revoked event by
@axlonin laravel/passport#1776v12.2.1 - 2024-07-10
- [12.x] Fix purge command by
@hafezdivandariin laravel/passport#1772
Commits
Updates novadaemon/filament-pretty-json from 2.2.2 to 2.2.5
Commits
fd7b925build: update dependeciesd016fbcMerge pull request #12 from novadaemon/novadaemon-patch-28fa2231Update FUNDING.ymlae15d94Merge pull request #11 from novadaemon/novadaemon-patch-1ccfda9dCreate FUNDING.ymla5fd88fchore: Add link to all contributors.d1b3dd3Merge branch '2.x'7da3611chore: update README91feb1bMerge branch '2.x'd71df30Merge branch '2.x'- Additional commits viewable in compare view
Updates stechstudio/filament-impersonate from 3.9 to 3.13
Release notes
Sourced from stechstudio/filament-impersonate's releases.
3.13
What's Changed
- Added tr translation by
@eneskomurin stechstudio/filament-impersonate#88New Contributors
@eneskomurmade their first contribution in stechstudio/filament-impersonate#88Full Changelog: https://github.com/stechstudio/filament-impersonate/compare/3.12...3.13
3.12
What's Changed
- Added pt_PT translation by
@beatwizin stechstudio/filament-impersonate#86New Contributors
@beatwizmade their first contribution in stechstudio/filament-impersonate#86Full Changelog: https://github.com/stechstudio/filament-impersonate/compare/3.11...3.12
3.11
What's Changed
- Added pt_BR Localization by
@RuhtracBPin stechstudio/filament-impersonate#85New Contributors
@RuhtracBPmade their first contribution in stechstudio/filament-impersonate#85Full Changelog: https://github.com/stechstudio/filament-impersonate/compare/3.10...3.11
3.10
What's Changed
- Add Hebrew language by
@Omut-webin stechstudio/filament-impersonate#84New Contributors
@Omut-webmade their first contribution in stechstudio/filament-impersonate#84Full Changelog: https://github.com/stechstudio/filament-impersonate/compare/3.9...3.10
Commits
Updates tightenco/ziggy from 2.2.1 to 2.3.0
Release notes
Sourced from tightenco/ziggy's releases.
v2.3.0
What's Changed
- Pest by
@bakerkretzmarin tighten/ziggy#756- Laravel route change by
@hasanablakin tighten/ziggy#763- add ability to acess only the query params or the actual route params by
@peter-emad99in tighten/ziggy#744- Modernize some PHP syntax by
@bakerkretzmarin tighten/ziggy#757New Contributors
@hasanablakmade their first contribution in tighten/ziggy#763Full Changelog: https://github.com/tighten/ziggy/compare/v2.2.1...v2.3.0
Changelog
Sourced from tightenco/ziggy's changelog.
[v2.3.0] - 2024-07-21
Added
- Add ability to acess only the query params or the actual route params by
@peter-emad99in tighten/ziggy#744Changed
- Pest by
@bakerkretzmarin tighten/ziggy#756- Laravel route change by
@hasanablakin tighten/ziggy#763- Modernize some PHP syntax by
@bakerkretzmarin tighten/ziggy#757
Commits
5395ba7v2.3.02a399e1Update dependencies026671fMerge pull request #757 from tighten/syntax-811c67ba1Merge branch '2.x' into syntax-81713e466Merge pull request #744 from peter-emad99/add-queryParams-and-routeParams-met...e710650Wip32c8a5aMerge branch '2.x' into add-queryParams-and-routeParams-methods762623aTestsfa70f09Formattinga72a346Merge pull request #763 from hasanablak/patch-1- Additional commits viewable in compare view
Updates barryvdh/laravel-ide-helper from 3.0.0 to 3.1.0
Release notes
Sourced from barryvdh/laravel-ide-helper's releases.
v3.1.0
2024-07-12, 3.1.0
Fixed
- Fix return value of query scopes from parent class #1366 / sforward
- Add static to isBuiltin() check in ide-helper:models #1541 / bram-pkg
- Fix for getSomethingAttribute functions which return a collection with type templating in the phpDoc. #1567 / stefanScrumble
Added
- Add type to pivot when using a custom pivot class #1518 / d3v2a
- Add support in morphTo relationship for null values #1547 / matysekmichal
- Add support for AsEnumCollection casts #1557 / Braunson
- Support for Attribute class in attributes #1567 / stefanScrumble
New Contributors
@d3v2amade their first contribution in barryvdh/laravel-ide-helper#1518@stefanScrumblemade their first contribution in barryvdh/laravel-ide-helper#1567@Braunsonmade their first contribution in barryvdh/laravel-ide-helper#1557@matysekmichalmade their first contribution in barryvdh/laravel-ide-helper#1549@bram-pkgmade their first contribution in barryvdh/laravel-ide-helper#1541@schrosismade their first contribution in barryvdh/laravel-ide-helper#1538Full Changelog: https://github.com/barryvdh/laravel-ide-helper/compare/v3.0.0...v3.1.0
Changelog
Sourced from barryvdh/laravel-ide-helper's changelog.
2024-07-12, 3.1.0
Fixed
- Fix return value of query scopes from parent class #1366 / sforward
- Add static to isBuiltin() check in ide-helper:models #1541 / bram-pkg
- Fix for getSomethingAttribute functions which return a collection with type templating in the phpDoc. #1567 / stefanScrumble
Added
- Add type to pivot when using a custom pivot class #1518 / d3v2a
- Add support in morphTo relationship for null values #1547 / matysekmichal
- Add support for AsEnumCollection casts #1557 / Braunson
- Support for Attribute class in attributes #1567 / stefanScrumble
Commits
591e7d6Update CHANGELOG.md (#1570)2dba191Fix style again (#1569)001091efix: unknown format PHPDoc (#1538)ccac27cBump dev alias to 3.1f5759e2AddstatictoisBuiltin()check inide-helper:models(#1541)f7a3dc8Add support in morphTo relationship for null values (1547) (#1549)672accefeat: add support for AsEnumCollection casts (#1557)67c00c0Improve config file (#1564)- Description%20has%20been%20truncated%0A" rel="nofollow" target="_blank" >