This repository has been archived by the owner on Aug 28, 2024. It is now read-only.
fix(deps): update dependency laravel/framework to v11 #203
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.
This PR contains the following updates:
^v10.48.20
->^v11.0.0
Release Notes
laravel/framework (laravel/framework)
v11.21.0
Compare Source
expectsChoice
assertion more intuitive with associative arrays. by @jessarcher in https://github.com/laravel/framework/pull/52408resource()
method to Illuminate\Http\Client\Response by @einar-hansen in https://github.com/laravel/framework/pull/52412Illuminate\Http\Client\Response
by @einar-hansen in https://github.com/laravel/framework/pull/52410Factory::afterCreating
callable argument type by @villfa in https://github.com/laravel/framework/pull/52424withoutHeaders
method by @milwad-dev in https://github.com/laravel/framework/pull/52435forceDestroy
toSoftDeletes
by @jasonmccreary in https://github.com/laravel/framework/pull/52432between
toAssertableJson
by @rudashi in https://github.com/laravel/framework/pull/52479app()->call()
by @innocenzi in https://github.com/laravel/framework/pull/52428value
Function into the$default
value oftransform
helper by @devajmeireles in https://github.com/laravel/framework/pull/52510HigherOrderCollectionProxy
by @Voltra in https://github.com/laravel/framework/pull/52484expectsSearch()
assertion for testing prompts that usesearch()
andmultisearch()
functions by @JayBizzle in https://github.com/laravel/framework/pull/51669v11.20.0
Compare Source
whereNone
method by @einar-hansen in https://github.com/laravel/framework/pull/52351Lock->block
method by @RedmarBakker in https://github.com/laravel/framework/pull/52349Model::resolveRouteBindingQuery
by @sebj54 in https://github.com/laravel/framework/pull/52339Factory::afterCreating
callable argument type by @villfa in https://github.com/laravel/framework/pull/52335collapseWithKeys
toCollection
by @jasonmccreary in https://github.com/laravel/framework/pull/52347assertNotDeleted
,assertNotFailed
, andassertNotReleased
by @gdebrauwer in https://github.com/laravel/framework/pull/52320deduplicate
to strings by @jasonmccreary in https://github.com/laravel/framework/pull/52350Facade::isFake()
public by @calebdw in https://github.com/laravel/framework/pull/52357whenExistsLoaded
method to conditionally include relationship existence attribute by @CodeWithKyrian in https://github.com/laravel/framework/pull/52295in()
andinHidden()
functions to Context Stacks by @lessevv in https://github.com/laravel/framework/pull/52346Context::stackContains
with Closures. by @timacdonald in https://github.com/laravel/framework/pull/52381list
validation rule as array for "size rules" in validation messages by @siarheipashkevich in https://github.com/laravel/framework/pull/52385v11.19.0
Compare Source
whereNone
method to the query builder by @einar-hansen in https://github.com/laravel/framework/pull/52260assertSeeHtml
,assertDontSeeHtml
andassertSeeHtmlInOrder
testing methods by @gdebrauwer in https://github.com/laravel/framework/pull/52285assertExactJsonStructure
method by @gdebrauwer in https://github.com/laravel/framework/pull/52311withoutHeader()
test method by @gdebrauwer in https://github.com/laravel/framework/pull/52309success
Method to the Docblock ofIlluminate\Console\View\Components\Factory
by @devajmeireles in https://github.com/laravel/framework/pull/52310v11.18.1
Compare Source
v11.18.0
Compare Source
ContextualAttribute
attributes to have anafter
callback" by @taylorotwell in https://github.com/laravel/framework/pull/52281v11.17.0
Compare Source
Command::FAILURE
fordb:wipe
command by @siarheipashkevich in https://github.com/laravel/framework/pull/52152Command::FAILURE
formigrate:fresh
command by @siarheipashkevich in https://github.com/laravel/framework/pull/52153Collection::isEmpty
andisNotEmpty
assertions by @spawnia in https://github.com/laravel/framework/pull/52184ContextualAttribute
attributes to have anafter
callback by @innocenzi in https://github.com/laravel/framework/pull/52167Model::$collection
to$collectionClass
by @GromNaN in https://github.com/laravel/framework/pull/52186Cache::many
andCache::putMany
methods in the database driver by @tonysm in https://github.com/laravel/framework/pull/52209QueryExecuted::toRawSql()
by @spawnia in https://github.com/laravel/framework/pull/52192Collection
/Dumpable
dd
method by @jessarcher in https://github.com/laravel/framework/pull/52234v11.16.0
Compare Source
Rule::enum()->only()
and->except()
by @bakerkretzmar in https://github.com/laravel/framework/pull/52073busy_timeout
,journal_mode
, andsynchronous
pragmas by @bakerkretzmar in https://github.com/laravel/framework/pull/52052sqlite_*
objects by @bakerkretzmar in https://github.com/laravel/framework/pull/52135<!DOCTYPE>
declaration by @TENIOS in https://github.com/laravel/framework/pull/52134assertSentTo
shorthand by @jasonmccreary in https://github.com/laravel/framework/pull/52083v11.15.0
Compare Source
HttpResponseException
by @hafezdivandari in https://github.com/laravel/framework/pull/51986testMultiplyIsLazy
to ensure LazyCollection'smultiply
method's lazy behaviour by @lmottasin in https://github.com/laravel/framework/pull/52020MultipleInstanceManager
to have studly creators by @cosmastech in https://github.com/laravel/framework/pull/52030$config
property toMultipleInstanceManager
by @cosmastech in https://github.com/laravel/framework/pull/52028Router
Tappable
by @mabdullahsari in https://github.com/laravel/framework/pull/52051block
method forLockTimeoutException
by @siarheipashkevich in https://github.com/laravel/framework/pull/52063v11.14.0
Compare Source
mapSpread
Method inArr
Class & Remove Warning from IDE by @lmottasin in https://github.com/laravel/framework/pull/51952SensitiveParameter
attribute by @onlime in https://github.com/laravel/framework/pull/51940Stringable
class. by @lukeraymonddowning in https://github.com/laravel/framework/pull/51932HttpResponseException
by @hafezdivandari in https://github.com/laravel/framework/pull/51968v11.13.0
Compare Source
$queue
as nullable by @timacdonald in https://github.com/laravel/framework/pull/51912Macroable
trait on TokenGuard by @imanghafoori1 in https://github.com/laravel/framework/pull/51922Str::chopStart
andStr::chopEnd
by @timacdonald in https://github.com/laravel/framework/pull/51910v11.12.0
Compare Source
Enumerable unless()
$callback parameter optional by @faissaloux in https://github.com/laravel/framework/pull/51701Enumerable unless()
$callback parameter optional" by @taylorotwell in https://github.com/laravel/framework/pull/51707Command
class by @crynobone in https://github.com/laravel/framework/pull/51824shift()
on an empty collection by @Treggats in https://github.com/laravel/framework/pull/51841schema:dump
will dump the migrations table only if it exists by @NickSdot in https://github.com/laravel/framework/pull/51827type
attributes in the exception renderer by @osbre in https://github.com/laravel/framework/pull/51866v11.11.1
Compare Source
make
commands by @jasonmccreary in https://github.com/laravel/framework/pull/51842.php
extension chopping ingetNameInput
by @osbre in https://github.com/laravel/framework/pull/51843afterCreating
andafterMaking
callbacks" by @driesvints in https://github.com/laravel/framework/pull/51858v11.11.0
Compare Source
get
,write
andforget
cache events by @stayallive in https://github.com/laravel/framework/pull/51560db:table
command by @benholmen in https://github.com/laravel/framework/pull/51710install:broadcasting
by @jasonmccreary in https://github.com/laravel/framework/pull/51719totalJobs
property for theBatchFake
when add some jobs by @yankewei in https://github.com/laravel/framework/pull/51742config:publish
withdontMergeFrameworkConfiguration()
set totrue
by @crynobone in https://github.com/laravel/framework/pull/51751before
andafter
methods to Collection by @avosalmon in https://github.com/laravel/framework/pull/51752afterCreating
andafterMaking
callbacks by @jacob418 in https://github.com/laravel/framework/pull/51772default 0
on SQLite by @hafezdivandari in https://github.com/laravel/framework/pull/51803VendorPublishCommand
by @tamiroh in https://github.com/laravel/framework/pull/51812Configuration
📅 Schedule: Branch creation - "before 5am every weekday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.