-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix(deps): update dependency laravel/framework to v11 #141
base: main
Are you sure you want to change the base?
Conversation
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: composer.lock
|
81142ca
to
db956cb
Compare
786e8bc
to
cdfb64d
Compare
5b1d187
to
a288498
Compare
a288498
to
a4e22ad
Compare
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:
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 (
|
55f8f4e
to
059f9be
Compare
|
e38dacb
to
4398da5
Compare
c11a4c0
to
a0c244a
Compare
386df1f
to
9259708
Compare
ab2dbfa
to
29f1416
Compare
38c0f49
to
246de29
Compare
5c09c3a
to
c07147f
Compare
207c4a7
to
da2cb25
Compare
ddc7cf2
to
79dade3
Compare
89cbc5c
to
a1947a3
Compare
c41f6a4
to
5f401b1
Compare
5f401b1
to
3473493
Compare
3473493
to
2397052
Compare
16d5cd6
to
a353bd0
Compare
a353bd0
to
06463bf
Compare
This PR contains the following updates:
^9.19
->^11.0
Release Notes
laravel/framework (laravel/framework)
v11.30.0
Compare Source
$bind
parameter toBlade::directive
by @hossein-zare in https://github.com/laravel/framework/pull/53279trans_choice()
when translation replacement include|
separator by @crynobone in https://github.com/laravel/framework/pull/53331exists()
instead ofcount()
by @browner12 in https://github.com/laravel/framework/pull/53328vector
Column Type by @akr4m in https://github.com/laravel/framework/pull/53316dropColumnsIfExists
,dropColumnIfExists
anddropForeignIfExists
by @eusonlito in https://github.com/laravel/framework/pull/53305dropColumnsIfExists
,dropColumnIfExists
anddropForeignIfExists
" by @taylorotwell in https://github.com/laravel/framework/pull/53338HasUniqueStringIds
by @cosmastech in https://github.com/laravel/framework/pull/53280v11.29.0
Compare Source
Js::from(collect());
by @crynobone in https://github.com/laravel/framework/pull/53206castAsJson()
on non default db connection during test by @crynobone in https://github.com/laravel/framework/pull/53256waitUntil
method toProcess
by @xurshudyan in https://github.com/laravel/framework/pull/53236$previousLCurrency
to$previousCurrency
for clarity and consistency by @mdariftiens in https://github.com/laravel/framework/pull/53261v11.28.1
Compare Source
ViewMakeCommand
by @GrahamCampbell in https://github.com/laravel/framework/pull/53174PHP_CLI_SERVER_WORKERS
on Windows environment by @crynobone in https://github.com/laravel/framework/pull/53178enum_value()
function instead of only empty string by @crynobone in https://github.com/laravel/framework/pull/53181v11.28.0
Compare Source
null
as default cursor value for PHP Redis by @jayan-blutui in https://github.com/laravel/framework/pull/53095Illuminate\Support\enum_value
to resolveBackedEnum
orUnitEnum
to scalar by @crynobone in https://github.com/laravel/framework/pull/53096throw_if
andthrow_unless
to reflect actual behavior with "falsey" values by @crishoj in https://github.com/laravel/framework/pull/53154where
with array respects boolean by @timacdonald in https://github.com/laravel/framework/pull/53147throw_*
helpers by @crishoj in https://github.com/laravel/framework/pull/53164ProcessPoolResults
by @Riley19280 in https://github.com/laravel/framework/pull/53160v11.27.2
Compare Source
queue:work
Command by @crynobone in https://github.com/laravel/framework/pull/53076ServiceProvider::optimizes()
by @crynobone in https://github.com/laravel/framework/pull/53074v11.27.1
Compare Source
v11.27.0
Compare Source
Illuminate\Support\php_binary()
by @crynobone in https://github.com/laravel/framework/pull/53008Schema::hasTable()
performance by @hafezdivandari in https://github.com/laravel/framework/pull/53006Str::inlineMarkdown()
by @ryangjchandler in https://github.com/laravel/framework/pull/53033make:model
for Form Requests by @joshmanders in https://github.com/laravel/framework/pull/53052shouldConvertToBoolean
when parameter uses dot notation by @bytestream in https://github.com/laravel/framework/pull/53048--json
flag toqueue:work
command for structured logging by @josecl in https://github.com/laravel/framework/pull/52887v11.26.0
Compare Source
Enumerable::implode()
by @devfrey in https://github.com/laravel/framework/pull/52937RateLimiter
&RateLimited
middleware by @sethsandaru in https://github.com/laravel/framework/pull/52935REMOTE_ADDR
not working in Swoole by @chuoke in https://github.com/laravel/framework/pull/52889[@include](https://github.com/include)('vendor/autoload.php')
via Laravel Envoy by @s-damian in https://github.com/laravel/framework/pull/52974make:job-middleware
artisan command by @dshafik in https://github.com/laravel/framework/pull/52965v11.25.0
Compare Source
Response
Type to \Symfony\Component\HttpFoundation\Response by @kayw-geek in https://github.com/laravel/framework/pull/52915routes/console.php
as this will cause breaking change with the defaultwithRouting($console)
by @crynobone in https://github.com/laravel/framework/pull/52942v11.24.1
Compare Source
defer()
function return type by @staudenmeir in https://github.com/laravel/framework/pull/52910ExecutableFinder
import by @InfinityXTech in https://github.com/laravel/framework/pull/52912v11.24.0
Compare Source
$name
variable in non base config file becomes it's key by @rojtjo in https://github.com/laravel/framework/pull/52738BackedEnum
to be passed toRoute::can()
by @Omegadela in https://github.com/laravel/framework/pull/52792Concurrency
Configuration Index Name by @devajmeireles in https://github.com/laravel/framework/pull/52788withoutPretending
method properly resets state after callback execution by @xurshudyan in https://github.com/laravel/framework/pull/52794ProcessDriver[@​defer](https://github.com/defer)()
toProcessDriver[@​run](https://github.com/run)()
method by @rodrigopedra in https://github.com/laravel/framework/pull/52807Concurrency\ProcessDriver
by @rodrigopedra in https://github.com/laravel/framework/pull/52813Illuminate\Support\defer
function by @crynobone in https://github.com/laravel/framework/pull/52801laravel/serializable-closure
on Database component by @crynobone in https://github.com/laravel/framework/pull/52835Process
fakes by @jasonmccreary in https://github.com/laravel/framework/pull/52840laravel/prompts
v0.2 by @crynobone in https://github.com/laravel/framework/pull/52849[@throws](https://github.com/throws)
section to Concurrency manager doc block by @rnambaale in https://github.com/laravel/framework/pull/52856routes/console.php
by @SamuelNitsche in https://github.com/laravel/framework/pull/52867touchesParents()
for chaperoned models by @samlev in https://github.com/laravel/framework/pull/52883Cache::flexible
improvements by @timacdonald in https://github.com/laravel/framework/pull/52891\DateTimeInterface
and\DateInterval
to type forCache::flexible()
by @bram-pkg in https://github.com/laravel/framework/pull/52888v11.23.5
Compare Source
route:cache
with ServeFile by @crynobone in https://github.com/laravel/framework/pull/52781v11.23.4
Compare Source
whereDate
,whereDay
,whereMonth
,whereTime
,whereYear
andwhereJsonLength
to ignore invalid$operator
by @crynobone in https://github.com/laravel/framework/pull/52704v11.23.3
Compare Source
Application::routesAreCached()
when application doesn't implementsCachesRoutes
contract. by @crynobone in https://github.com/laravel/framework/pull/52761v11.23.2
Compare Source
v11.23.1
Compare Source
v11.23.0
Compare Source
everyThirtyMinutes
cron expression by @SamuelNitsche in https://github.com/laravel/framework/pull/52662Skip
middleware for Queue Jobs by @KennedyTedesco in https://github.com/laravel/framework/pull/52645withoutDelay()
to PendingDispatch by @KennedyTedesco in https://github.com/laravel/framework/pull/52696Container::getInstance()
to use null coalescing assignment by @xurshudyan in https://github.com/laravel/framework/pull/52693Eloquent\Collection::findOrFail
by @stevebauman in https://github.com/laravel/framework/pull/52690confirmed
validator rule by @jwpage in https://github.com/laravel/framework/pull/52722$guards
from array to string by @kayw-geek in https://github.com/laravel/framework/pull/52719Tag
attribute by @TijmenWierenga in https://github.com/laravel/framework/pull/52743fromUrl()
to Attachment by @KennedyTedesco in https://github.com/laravel/framework/pull/52688v11.22.0
Compare Source
Model::getEventDispatcher()
by @inmula in https://github.com/laravel/framework/pull/52602withProgressBar
in InteractsWithIO by @robinmoisson in https://github.com/laravel/framework/pull/52623v11.21.0
Compare Source
expectsChoice
assertion more intuitive with associative arrays. by @jessarcher in https://github.com/laravel/framework/pull/52408resource()
method to Illuminate\Http\Client\Response by @einar-hansen in https://github.com/laravel/framework/pull/52412Illuminate\Http\Client\Response
by @einar-hansen in [httpsConfiguration
📅 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.