Update dependency laravel/framework to v12 #33
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.0 | ^10.0
->12.19.3
Release Notes
laravel/framework (laravel/framework)
v12.19.3
Compare Source
v12.19.2
Compare Source
v12.19.1
Compare Source
v12.19.0
Compare Source
getDefaultDescription
method by @jnoordsij in https://github.com/laravel/framework/pull/55990ComputesOnceableHashInterface
by @Jacobs63 in https://github.com/laravel/framework/pull/56009symfony/console:7.4
compatibility by @crynobone in https://github.com/laravel/framework/pull/56015@return
tags from constructors by @michaelnabil230 in https://github.com/laravel/framework/pull/56024FailOnException
job middleware by @cosmastech in https://github.com/laravel/framework/pull/56037v12.18.0
Compare Source
through()
method in interfaces to fix IDE warnings by @harryqt in https://github.com/laravel/framework/pull/55925ScheduledTaskFailed
not dispatched on scheduled forground task fails by @achrafAa in https://github.com/laravel/framework/pull/55624Model::unguarded()
by @axlon in https://github.com/laravel/framework/pull/55932RequestException
truncation limit per request by @cosmastech in https://github.com/laravel/framework/pull/55897outOf
is greater than 0 inLottery
helper by @mrvipchien in https://github.com/laravel/framework/pull/55969ExceptionHandlerFake
by @cosmastech in https://github.com/laravel/framework/pull/55972v12.17.0
Compare Source
TestResponse::assertRedirectBack
by @GrahamCampbell in https://github.com/laravel/framework/pull/55780AsUri
model cast by @ash-jc-allen in https://github.com/laravel/framework/pull/55909AuthenticateSession
Middleware by @imanghafoori1 in https://github.com/laravel/framework/pull/55900v12.16.0
Compare Source
TestResponse::assertSessionMissing()
when given an array of keys by @crynobone in https://github.com/laravel/framework/pull/55800Context
Attribute to Interact with Hidden by @devajmeireles in https://github.com/laravel/framework/pull/55799Arr::hasAll
by @devajmeireles in https://github.com/laravel/framework/pull/55815ResponseFactory
should also acceptnull
callback by @crynobone in https://github.com/laravel/framework/pull/55833toUri
to theStringable
Class by @devajmeireles in https://github.com/laravel/framework/pull/55862is_integer()
withis_int()
to comply with Laravel Pint by @xurshudyan in https://github.com/laravel/framework/pull/55851in_array_keys
validation rule to check for presence of specified array keys by @stevebauman in https://github.com/laravel/framework/pull/55807Rule::contains
by @stevebauman in https://github.com/laravel/framework/pull/55809v12.15.0
Compare Source
assertJsonStructure
&assertExactJsonStructure
methods by @milwad-dev in https://github.com/laravel/framework/pull/55743getCountForPagination
on an Eloquent\Builder by @cosmastech in https://github.com/laravel/framework/pull/55752assertClientError
method toTestResponse
by @shane-zeng in https://github.com/laravel/framework/pull/55750preventsLazyLoading
exception when usingautomaticallyEagerLoadRelationships
by @devajmeireles in https://github.com/laravel/framework/pull/55771hash
string helper by @istiak-tridip in https://github.com/laravel/framework/pull/55767assertSessionMissing()
signature to matchassertSessionHas()
by @nexxai in https://github.com/laravel/framework/pull/55763current_page_url
to Paginator by @mariomka in https://github.com/laravel/framework/pull/55789assertRedirectToAction
method to test redirection to controller actions by @xurshudyan in https://github.com/laravel/framework/pull/55788v12.14.1
Compare Source
league/commonmark
by @crynobone in https://github.com/laravel/framework/pull/53829Validator
instance within certain rule classes by @crynobone in https://github.com/laravel/framework/pull/54943Illuminate\Support\EncodedHtmlString
by @crynobone in https://github.com/laravel/framework/pull/54737return $this
forassertOnlyJsonValidationErrors
by @LeTamanoir in https://github.com/laravel/framework/pull/55099Illuminate\Support\EncodedHtmlString
from causing breaking change by @crynobone in https://github.com/laravel/framework/pull/55149AboutCommand
by @alies-dev in https://github.com/laravel/framework/pull/55179message
template by @crynobone in https://github.com/laravel/framework/pull/55530EncodedHtmlString
to ignore instance ofHtmlString
by @jbraband in https://github.com/laravel/framework/pull/55543v12.14.0
Compare Source
useCurrent
on date and year column types by @nicholasbrantley in https://github.com/laravel/framework/pull/55619Http::preventStrayRequests
error propagation when usingHttp::pool
by @LeTamanoir in https://github.com/laravel/framework/pull/55689except
andexceptHidden
methods toContext
class by @xurshudyan in https://github.com/laravel/framework/pull/55692currentlyResolving
utility by @jrseliga in https://github.com/laravel/framework/pull/55684currentlyResolving
test by @jrseliga in https://github.com/laravel/framework/pull/55694getCurrentlyAttachedPivots
wrongmorphClass
for morph to many relationships by @amir9480 in https://github.com/laravel/framework/pull/55721v12.13.0
Compare Source
assertRedirectBack
assertion method by @ryangjchandler in https://github.com/laravel/framework/pull/55635whereAttachedTo
method by @ashleyshenton in https://github.com/laravel/framework/pull/55666v12.12.0
Compare Source
v12.11.1
Compare Source
ScheduledTaskFailed
not dispatched on scheduled task failing" by @taylorotwell in https://github.com/laravel/framework/pull/55612v12.11.0
Compare Source
@internal
Annotation from$components
Property inInteractsWithIO
by @michaelnabil230 in https://github.com/laravel/framework/pull/55580AnyOf
constructor parameter type by @axlon in https://github.com/laravel/framework/pull/55577Enum
rule by @cosmastech in https://github.com/laravel/framework/pull/55588v12.10.2
Compare Source
v12.10.1
Compare Source
HasRelationships@relationLoaded()
by @rodrigopedra in https://github.com/laravel/framework/pull/55519v12.10.0
Compare Source
@use
directive without quotes by @osbre in https://github.com/laravel/framework/pull/55462Conditionable
Trait toFluent
by @michaelnabil230 in https://github.com/laravel/framework/pull/55455setTags
method on new cache flush events by @erikn69 in https://github.com/laravel/framework/pull/55405AsCollection
to map items into objects or other values by @DarkGhostHunter in https://github.com/laravel/framework/pull/55383@use
directive by @osbre in https://github.com/laravel/framework/pull/55461CacheBasedSessionHandler
by @imanghafoori1 in https://github.com/laravel/framework/pull/55487FileSessionHandler
by @imanghafoori1 in https://github.com/laravel/framework/pull/55484DatabaseSessionHandler
by @imanghafoori1 in https://github.com/laravel/framework/pull/55485relationLoaded
method by @tmsperera in https://github.com/laravel/framework/pull/55471Migrator
from class name by @cosmastech in https://github.com/laravel/framework/pull/55501v12.9.2
Compare Source
illuminate/console
in external apps by @andrey-helldar in https://github.com/laravel/framework/pull/55430ubuntu-20.24
has been removed by @crynobone in https://github.com/laravel/framework/pull/55425v12.9.1
Compare Source
DumpCommand
by @cosmastech in https://github.com/laravel/framework/pull/55431package-lock.json
should triggernpm run build
by @crynobone in https://github.com/laravel/framework/pull/55426v12.9.0
Compare Source
Configuration
📅 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 was generated by Mend Renovate. View the repository job log.