forked from A-Lawrence/monzo-php
-
Notifications
You must be signed in to change notification settings - Fork 0
🔼 Update dependency laravel/framework to v12.22.1 #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/laravel-framework-12.x
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
5f885b2
to
3d48971
Compare
3d48971
to
6b4d3c6
Compare
6b4d3c6
to
f54af30
Compare
f54af30
to
576f956
Compare
576f956
to
7ff4b16
Compare
7ff4b16
to
9498bcb
Compare
9498bcb
to
44b5c74
Compare
44b5c74
to
e9dac91
Compare
e9dac91
to
b105fe3
Compare
b105fe3
to
82a63b3
Compare
82a63b3
to
eedccde
Compare
077be60
to
fbce7bc
Compare
fbce7bc
to
3c065b1
Compare
3c065b1
to
b200411
Compare
b200411
to
cc5fbb7
Compare
cc5fbb7
to
7133ec4
Compare
7133ec4
to
3b7c4ee
Compare
3b7c4ee
to
743afd8
Compare
743afd8
to
966cf1e
Compare
966cf1e
to
7c83888
Compare
7c83888
to
a261520
Compare
a261520
to
ac74a21
Compare
ac74a21
to
da85097
Compare
da85097
to
7f6b2b9
Compare
7f6b2b9
to
e6d254c
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
12.2.0
->12.22.1
Release Notes
laravel/framework (laravel/framework)
v12.22.1
Compare Source
make:migration
command on Windows by @amirhshokri in https://github.com/laravel/framework/pull/56591v12.22.0
Compare Source
ReflectionProperty::setAccessible()
by @NickSdot in https://github.com/laravel/framework/pull/56379JoinClause
by @FeBe95 in https://github.com/laravel/framework/pull/56378migrate:fresh
command on SQLite with WAL journal_mode by @crynobone in https://github.com/laravel/framework/pull/56368Pipeline::withinTransaction()
by @cosmastech in https://github.com/laravel/framework/pull/56377partition()
by @cosmastech in https://github.com/laravel/framework/pull/56388#[Bind]
attribute by @cosmastech in https://github.com/laravel/framework/pull/56383StreamResponse
callback on Laravel Octane by @crynobone in https://github.com/laravel/framework/pull/56413getContainer()
to avoid fatal error inPipeline
with transactions by @xurshudyan in https://github.com/laravel/framework/pull/56447VerifyEmail::toMailUsing()
by @xurshudyan in https://github.com/laravel/framework/pull/56454\Illuminate\Database\Connection
class by @shaedrich in https://github.com/laravel/framework/pull/56459queue:work
to handleSIGINT
signal by @ziadoz in https://github.com/laravel/framework/pull/56458withScopedSingletons
toApplicationBuilder
by @ALameLlama in https://github.com/laravel/framework/pull/56460InteractsWithData
trait toComponentAttributeBag
by @KennedyTedesco in https://github.com/laravel/framework/pull/56452Boot
andInitialize
Model attributes by @inxilpro in https://github.com/laravel/framework/pull/56518to_action
helper method by @laserhybiz in https://github.com/laravel/framework/pull/56496except
method to Eloquent Builder by @achyutkneupane in https://github.com/laravel/framework/pull/56442testSendToOthersOnly
method by @xurshudyan in https://github.com/laravel/framework/pull/56538dispatchedOnce
methods by @lioneaglesolutions in https://github.com/laravel/framework/pull/56494prepend()
andappend()
toPendingChain
by @stevebauman in https://github.com/laravel/framework/pull/56536EloquentCursorPaginateTest
by @cosmastech in https://github.com/laravel/framework/pull/56543Schedule::command()
andArtisan::call()
by @amirhshokri in https://github.com/laravel/framework/pull/56530dispatchedTimes
methods by @lioneaglesolutions in https://github.com/laravel/framework/pull/56544Str::isUuid()
$version
parameter by @shaedrich in https://github.com/laravel/framework/pull/56557Pipeline
macroable by @ryangjchandler in https://github.com/laravel/framework/pull/56567hasNested
with a first relationship of typemorphTo
. by @nicDamours in https://github.com/laravel/framework/pull/56512v12.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
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.