-
Notifications
You must be signed in to change notification settings - Fork 1
Update dependency laravel/framework to v12 #224
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
base: main
Are you sure you want to change the base?
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
30bcf7b
to
89bc39c
Compare
f026f1b
to
11b35d0
Compare
5d3c059
to
8f1461e
Compare
27e7f4b
to
f342bce
Compare
f342bce
to
7cd0796
Compare
This PR contains the following updates:
^11.0
->^12.0
Release Notes
laravel/framework (laravel/framework)
v12.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
propagateRelationAutoloadCallbackToRelation
method doc-block by @derian-all-win-software in https://github.com/laravel/framework/pull/55363withPivotValue
by @amir9480 in https://github.com/laravel/framework/pull/55280pda/pheanstalk
7 by @crynobone in https://github.com/laravel/framework/pull/55397MailMessage
by @onlime in https://github.com/laravel/framework/pull/55404make
function in theFluent
by @michaelnabil230 in https://github.com/laravel/framework/pull/55417v12.8.1
Compare Source
v12.8.0
Compare Source
HasOneOrMany
relation by @onlime in https://github.com/laravel/framework/pull/55262fromJson()
to Collection by @DarkGhostHunter in https://github.com/laravel/framework/pull/55310illuminate/database
usage as standalone package by @crynobone in https://github.com/laravel/framework/pull/55309v12.7.2
Compare Source
v12.7.1
Compare Source
v12.7.0
Compare Source
AbstractPaginator
should implementCanBeEscapedWhenCastToString
by @gdebrauwer in https://github.com/laravel/framework/pull/55256whereAttachedTo()
Eloquent builder method by @bakerkretzmar in https://github.com/laravel/framework/pull/55245toArray
toComponentAttributeBag
class by @devajmeireles in https://github.com/laravel/framework/pull/55258v12.6.0
Compare Source
db:seed
command prohibitable by @spawnia in https://github.com/laravel/framework/pull/55238Rules\Password::appliedRules
Method by @devajmeireles in https://github.com/laravel/framework/pull/55206Model::fillAndInsert()
by @cosmastech in https://github.com/laravel/framework/pull/55038Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.