Update dependency laravel/framework to v10 #50
Merged
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:
^9.52
->^10.0
Release Notes
laravel/framework (laravel/framework)
v10.28.0
Compare Source
getValue
method by @lozobojan in https://github.com/laravel/framework/pull/48652exists
validation for empty array input by @mtawil in https://github.com/laravel/framework/pull/48684v10.27.0
Compare Source
Model::replicate()
when using unique keys by @axlon in https://github.com/laravel/framework/pull/48636pluck()
testcases by @bert-w in https://github.com/laravel/framework/pull/48657GeneratorCommand
not able to prevent uppercase reserved name such as__CLASS__
by @crynobone in https://github.com/laravel/framework/pull/48667afterCommit
on Postgres and MSSQL database drivers by @SakiTakamachi in https://github.com/laravel/framework/pull/48662v10.26.2
Compare Source
v10.26.1
Compare Source
v10.26.0
Compare Source
vendor:publish
prompt by @jessarcher in https://github.com/laravel/framework/pull/48586session:table
command from creating duplicates by @jessarcher in https://github.com/laravel/framework/pull/48602Illuminate\Console\MigrationGeneratorCommand
by @crynobone in https://github.com/laravel/framework/pull/48603v10.25.2
Compare Source
multisearch
prompt by @jessarcher in https://github.com/laravel/framework/pull/48565v10.25.1
Compare Source
firstOrNew
onHasManyThrough
relations by @tonysm in https://github.com/laravel/framework/pull/48542RefreshDatabase
orDatabaseMigrations
by @crynobone in https://github.com/laravel/framework/pull/48523STDIN
error withArtisan::call
during a request by @jessarcher in https://github.com/laravel/framework/pull/48559v10.25.0
Compare Source
CanBeOneOfMany
giving erroneous results by @Guilhem-DELAITRE in https://github.com/laravel/framework/pull/47427Arr::first
andArr::last
by @tamiroh in https://github.com/laravel/framework/pull/48511createOrFirst
in other*OrCreate
methods by @tonysm in https://github.com/laravel/framework/pull/48531updateOrCreate
on HasManyThrough relations regression test by @tonysm in https://github.com/laravel/framework/pull/48533firstOrCreate
andcreateOrFirst
methods to theHasManyThrough
relation by @tonysm in https://github.com/laravel/framework/pull/48541v10.24.0
Compare Source
lazyById
doesn't check availability of id (alias) column in database response and silently ends up with endless loop.chunkById
does. by @decadence in https://github.com/laravel/framework/pull/48436Str::substrPos
by @amacado in https://github.com/laravel/framework/pull/48421v10.23.1
Compare Source
Component::ignoredMethods()
method by @PH7-Jack in https://github.com/laravel/framework/pull/48373notModified
method to HTTP client by @lucasmichot in https://github.com/laravel/framework/pull/48379Str::isUuid()
" by @taylorotwell in https://github.com/laravel/framework/pull/48385v10.23.0
Compare Source
ResponseFactory::redirectToAction
by @NiclasvanEyk in https://github.com/laravel/framework/pull/48309Str::isUuid()
by @inxilpro in https://github.com/laravel/framework/pull/48321make:view
Artisan command by @nunomaduro in https://github.com/laravel/framework/pull/48330v10.22.0
Compare Source
v10.21.1
Compare Source
UniqueConstraintViolationException
if there are no matching records onSELECT
retry by @mpyw in https://github.com/laravel/framework/pull/48234renderForAssertions
in all Mailable assertions by @jamsch in https://github.com/laravel/framework/pull/48254requireEnv
helper by @lucasmichot in https://github.com/laravel/framework/pull/48261compileDropPrimary
PostgreSQL by @dyriavin in https://github.com/laravel/framework/pull/48268v10.21.0
Compare Source
createOrFirst
on transactions by @tonysm in https://github.com/laravel/framework/pull/48144PendingRequest::pool()
return type by @axlon in https://github.com/laravel/framework/pull/48150HttpClientTest
test by @joshbonnick in https://github.com/laravel/framework/pull/48166serializeAndRestore()
toQueueFake
andBusFake
by @cosmastech in https://github.com/laravel/framework/pull/48131createOrFirst()
by @mpyw in https://github.com/laravel/framework/pull/48161firstOrCreate
methods in relations usecreateOrFirst
behind the scenes by @tonysm in https://github.com/laravel/framework/pull/48192updateOrCreate()
to UsefirstOrCreate()
by @mpyw in https://github.com/laravel/framework/pull/48160catch
exception variables by @osbre in https://github.com/laravel/framework/pull/48209laravel/facade-documenter
repository by @timacdonald in https://github.com/laravel/framework/pull/48223Str::convertCase
by @rmunate in https://github.com/laravel/framework/pull/48224updateOrCreate
methods in relations usefirstOrCreate
behind the scenes by @mpyw in https://github.com/laravel/framework/pull/48213v10.20.0
Compare Source
createOrFirst
method to Eloquent by @tonysm in https://github.com/laravel/framework/pull/47973withTrashed()
,withoutTrashed()
andonlyTrashed()
onMorphTo
relationship even withoutSoftDeletes
Model by @crynobone in https://github.com/laravel/framework/pull/47880Illuminate\Support\Composer
by @crynobone in https://github.com/laravel/framework/pull/48104hasPackage
method to Composer class by @emargareten in https://github.com/laravel/framework/pull/48124assertJsonPathCanonicalizing
method by @gdebrauwer in https://github.com/laravel/framework/pull/48117where
builder method by @gdebrauwer in https://github.com/laravel/framework/pull/48116v10.19.0
Compare Source
HasUniqueIds
by @iamcarlos94 in https://github.com/laravel/framework/pull/47994wordWrap
toStr
by @joshbonnick in https://github.com/laravel/framework/pull/48012assertRedirectToRoute
when route uri is empty by @khernik93 in https://github.com/laravel/framework/pull/48023percentage
method to Collections by @WendellAdriel in https://github.com/laravel/framework/pull/48034--
by @rxrw in https://github.com/laravel/framework/pull/48021withDelay
by @CalebDW in https://github.com/laravel/framework/pull/48026v10.18.0
Compare Source
database
andseed
options by @crynobone in https://github.com/laravel/framework/pull/47923throw_if
andthrow_unless
to indicate dynamic exception type by @osbre in https://github.com/laravel/framework/pull/47938content
method to Vite by @michael-rubel in https://github.com/laravel/framework/pull/47968v10.17.1
Compare Source
callSilent
by @jessarcher in https://github.com/laravel/framework/pull/47929v10.17.0
Compare Source
TrustProxies
to rely on$headers
if properly set by @inxilpro in https://github.com/laravel/framework/pull/47844config:show
command by @xiCO2k in https://github.com/laravel/framework/pull/47858hashed
password by @crynobone in https://github.com/laravel/framework/pull/47904Factory::configure()
return type by @axlon in https://github.com/laravel/framework/pull/47920v10.16.1
Compare Source
$request->request
InputBag
type by @timacdonald in https://github.com/laravel/framework/pull/47838v10.16.0
Compare Source
schedule:list
command. by @jessarcher in https://github.com/laravel/framework/pull/47720renderForAssertions
inassertHasSubject
by @ttrig in https://github.com/laravel/framework/pull/47728schedule:list
command. by @xiCO2k in https://github.com/laravel/framework/pull/47787Str::replace
return type by @datlechin in https://github.com/laravel/framework/pull/47779VendorPublishCommand
by @hungthai1401 in https://github.com/laravel/framework/pull/47817MigrateCommand
by @sangnguyenplus in https://github.com/laravel/framework/pull/47816BackedEnum
in CollectiongroupBy
method by @osbre in https://github.com/laravel/framework/pull/47823v10.15.0
Compare Source
getPrivateToken
in AblyBroadcaster by @milwad-dev in https://github.com/laravel/framework/pull/47602Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.