Update dependency laravel/framework to v12 #33
+1
−1
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.21.0
Release Notes
laravel/framework (laravel/framework)
v12.21.0
Compare Source
Factory::dontExpandRelationshipsByDefault()
by @cosmastech in https://github.com/laravel/framework/pull/56154Htmlable
objects inJs::convertDataToJavaScriptExpression()
by @jj15asmr in https://github.com/laravel/framework/pull/56253AbstractCursorPaginator@through()
by @cosmastech in https://github.com/laravel/framework/pull/56267Date
facade instead oftime()
forpassword_confirmed_at
check by @dylanbr in https://github.com/laravel/framework/pull/56270dailyAt()
method parses minutes and ignores seconds when seconds are provided by @amirhshokri in https://github.com/laravel/framework/pull/56308SeedCommand
console output by @Jehong-Ahn in https://github.com/laravel/framework/pull/56310Validation
by @mrvipchien in https://github.com/laravel/framework/pull/56321mb_split()
to split strings into words by @shaedrich in https://github.com/laravel/framework/pull/56338v12.20.0
Compare Source
offset()
in place ofskip()
by @browner12 in https://github.com/laravel/framework/pull/56081limit()
in place oftake()
by @browner12 in https://github.com/laravel/framework/pull/56080offset()
andlimit()
in tests by @browner12 in https://github.com/laravel/framework/pull/56089JsonSerializable
interface toUri
Class by @devajmeireles in https://github.com/laravel/framework/pull/56097$this
set the return type tostatic
by @browner12 in https://github.com/laravel/framework/pull/56092int<0, max>
as docblock return type for database operations that return a count by @cosmastech in https://github.com/laravel/framework/pull/56117Collection
methods by @cosmastech in https://github.com/laravel/framework/pull/56135--model
and--except
viaPruneCommand
command by @hosni in https://github.com/laravel/framework/pull/56140Htmlable
Instances toJs::from()
by @jj15asmr in https://github.com/laravel/framework/pull/56159syncWithoutDetaching
method when empty values are given by @stevebauman in https://github.com/laravel/framework/pull/56157Closure
-support to$key
/$value
in Collectionpluck()
method by @ralphjsmit in https://github.com/laravel/framework/pull/56188collection()
to Config repository by @KennedyTedesco in https://github.com/laravel/framework/pull/56200Request
docblock by @duncanmcclean in https://github.com/laravel/framework/pull/56230Fluent
class iterable by @xurshudyan in https://github.com/laravel/framework/pull/56218@context
Blade directive by @martinbean in https://github.com/laravel/framework/pull/56146withLocale
andwithCurrency
always restore previous state by @xurshudyan in https://github.com/laravel/framework/pull/56234v12.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
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.