-
-
Notifications
You must be signed in to change notification settings - Fork 1
chore(deps): update require laravel/framework to v12 #27
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
main
Choose a base branch
from
renovate/laravel-framework-12.x
base: main
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.
+1
−1
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
❌ Deploy Preview for stacks-buddy failed. Why did it fail? →
|
d7253d7
to
bef9308
Compare
16832a5
to
4db7a7b
Compare
|
4db7a7b
to
0a56bcc
Compare
0a56bcc
to
a32a6df
Compare
4e61d7e
to
e89080c
Compare
1989d94
to
2529b7d
Compare
commit: |
92edc6b
to
93675fc
Compare
2529b7d
to
39bb9ef
Compare
39bb9ef
to
fb39149
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:
^10.0
->^12.22.0
Release Notes
laravel/framework (laravel/framework)
v12.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
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/[12.x] AllowingContext
Attribute to Interact with Hidden laravel/framework#55799](https:/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.