-
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
Update dependency laravel/framework to v11.41.0 #6
base: master
Are you sure you want to change the base?
Conversation
0ca3db4
to
a86ddeb
Compare
a86ddeb
to
f549c3d
Compare
f549c3d
to
c98e4be
Compare
c98e4be
to
4a1e64f
Compare
4a1e64f
to
d59b368
Compare
d59b368
to
c19c084
Compare
c19c084
to
6af8c36
Compare
6af8c36
to
65ccec4
Compare
65ccec4
to
d246531
Compare
d246531
to
5af4d4e
Compare
5af4d4e
to
3385d13
Compare
3385d13
to
77a2a5e
Compare
77a2a5e
to
9c7fdef
Compare
9c7fdef
to
fadf28e
Compare
fadf28e
to
f63d0e9
Compare
db22457
to
8fa151e
Compare
8fa151e
to
b6f7346
Compare
b6f7346
to
bdee8c3
Compare
bdee8c3
to
88f7b90
Compare
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 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 (
|
88f7b90
to
e2869e6
Compare
e2869e6
to
e63d51d
Compare
e63d51d
to
6761cb3
Compare
6761cb3
to
2738bcc
Compare
2738bcc
to
15d11a2
Compare
15d11a2
to
bcb747c
Compare
bcb747c
to
d70f78a
Compare
d70f78a
to
a58c828
Compare
a58c828
to
d341e9a
Compare
d341e9a
to
95da866
Compare
This PR contains the following updates:
11.1.1
->11.41.0
Release Notes
laravel/framework (laravel/framework)
v11.41.0
Compare Source
TestComponent
to be macroable by @ziadoz in https://github.com/laravel/framework/pull/54359explodeExplicitRule
to support Customizable Date Validation by @mrvipchien in https://github.com/laravel/framework/pull/54353addPath()
method to theLang
facade and theTranslator
class. by @selcukcukur in https://github.com/laravel/framework/pull/54347Date
facade for storing the password confirmation timestamp by @crynobone in https://github.com/laravel/framework/pull/54383v11.40.0
Compare Source
schedule:test
on commands using runInBackground by @dallyger in https://github.com/laravel/framework/pull/54321/tests
directory by @browner12 in https://github.com/laravel/framework/pull/54325whereMorphedTo
/whereNotMorphedTo
by @gdebrauwer in https://github.com/laravel/framework/pull/54324v11.39.1
Compare Source
v11.39.0
Compare Source
ValidatedInput
functions withInteractsWithData
trait by @stevebauman in https://github.com/laravel/framework/pull/54208Email
validation rule custom translation messages by @SanderMuller in https://github.com/laravel/framework/pull/54202optimize:clear
andoptimize
by @cosmastech in https://github.com/laravel/framework/pull/54197UseFactory
by @cosmastech in https://github.com/laravel/framework/pull/54215Rule::email()
tests by @SanderMuller in https://github.com/laravel/framework/pull/54226BladeComponentTagCompilerTest
underIlluminate\Tests\View\Blade
by @AhmedAlaa4611 in https://github.com/laravel/framework/pull/54233addPath()
Allow adding new path for translation loader. by @selcukcukur in https://github.com/laravel/framework/pull/54277v11.38.2
Compare Source
qualifyColumn
Helper Method by @SanderMuller in https://github.com/laravel/framework/pull/54187v11.38.1
Compare Source
v11.38.0
Compare Source
RefreshDatabase
by @SjorsO in https://github.com/laravel/framework/pull/54075HasUniqueStringIds
trait by @hafezdivandari in https://github.com/laravel/framework/pull/54096finally
method to pipeline helper by @nunomaduro in https://github.com/laravel/framework/pull/54110Eloquent/Builder
pluck method by @MattBradleyDev in https://github.com/laravel/framework/pull/54130@mixin
onSoftDeletes
trait by @nunomaduro in https://github.com/laravel/framework/pull/54140times()
calls by @browner12 in https://github.com/laravel/framework/pull/54141optimize
andoptimize:clear
commands by @jonerickson in https://github.com/laravel/framework/pull/54070USE database
statement by @TheLevti in https://github.com/laravel/framework/pull/54132Email
validation rule by @SanderMuller in https://github.com/laravel/framework/pull/54067Dispatchable::newPendingDispatch()
by @cosmastech in https://github.com/laravel/framework/pull/54153FormRequest::array($key)
andFluent::array($key)
by @stevebauman in https://github.com/laravel/framework/pull/54177HasRelationships
generic by @SanderMuller in https://github.com/laravel/framework/pull/54174PendingDispatch@getJob()
by @cosmastech in https://github.com/laravel/framework/pull/54158v11.37.0
Compare Source
Dumpable
trait toUri
by @nuernbergerA in https://github.com/laravel/framework/pull/53960$ignoreCase
option toStr::is
by @stevebauman in https://github.com/laravel/framework/pull/53981withoutQuery
method to accept string or array input by @1weiho in https://github.com/laravel/framework/pull/53973Illuminate\Http\Response
to output empty string if$content
is set tonull
by @crynobone in https://github.com/laravel/framework/pull/53872whereDoesntHaveRelation
,whereMorphDoesntHaveRelation
and their variants withOR
by @andrey-helldar in https://github.com/laravel/framework/pull/53996RefreshDatabase
transaction was committed by @SjorsO in https://github.com/laravel/framework/pull/53997Illuminate\Support\Uri
on testing HTTP Requests by @crynobone in https://github.com/laravel/framework/pull/54038null
&*
key given indata_get
by @jwjenkin in https://github.com/laravel/framework/pull/54059v11.36.1
Compare Source
getJob()
method toPendingDispatch
class + Introduced tests by @pascalbaljet in https://github.com/laravel/framework/pull/53951v11.36.0
Compare Source
config/mail.php
with supported configuration by @crynobone in https://github.com/laravel/framework/pull/53874enum_value()
to be use in standaloneilluminate/collections
by @crynobone in https://github.com/laravel/framework/pull/53871Uri
andUriQueryString
implementStringable
by @cosmastech in https://github.com/laravel/framework/pull/53873new Stringable
overStr::of
andstr()
by @lucasmichot in https://github.com/laravel/framework/pull/53883Uri
class to default, global aliases by @jasonmccreary in https://github.com/laravel/framework/pull/53884loadMissing
by @SychO9 in https://github.com/laravel/framework/pull/53879numericAggregate
on eloquent builder by @AmirRezaM75 in https://github.com/laravel/framework/pull/53880new Fluent
overfluent()
helper by @lucasmichot in https://github.com/laravel/framework/pull/53890Collection::wrap
by @lucasmichot in https://github.com/laravel/framework/pull/53891Collection::range
by @lucasmichot in https://github.com/laravel/framework/pull/53895schema:dump --prune
command by @andrey-helldar in https://github.com/laravel/framework/pull/53870blank
Helper from Serializing Eloquent Models by @SanderMuller in https://github.com/laravel/framework/pull/53911Fluent::set
method by @stevebauman in https://github.com/laravel/framework/pull/53946v11.35.1
Compare Source
Illuminate\Database\Query\Builder
by @jnoordsij in https://github.com/laravel/framework/pull/53841DatabaseTruncation
trait by introducingConnection::withoutTablePrefix()
method by @hafezdivandari in https://github.com/laravel/framework/pull/53842v11.35.0
Compare Source
Illuminate\Database\Eloquent\Collection
by @browner12 in https://github.com/laravel/framework/pull/53730Collection::make()
fornew Collection()
by @browner12 in https://github.com/laravel/framework/pull/53733Illuminate\Database\Eloquent\Collection
by @browner12 in https://github.com/laravel/framework/pull/53735collect()
helper tonew Collection()
by @browner12 in https://github.com/laravel/framework/pull/53726Collection
support for enums usingfirstWhere()
andvalue()
by @crynobone in https://github.com/laravel/framework/pull/53777Http\Client\Response
intoFluent
by @stevebauman in https://github.com/laravel/framework/pull/53771Http\Client\RequestException
message truncation by @stevebauman in https://github.com/laravel/framework/pull/53734reduce()
by @lorenzolosa in https://github.com/laravel/framework/pull/53798Illuminate\Database\Query\Builder
class by @xurshudyan in https://github.com/laravel/framework/pull/53793compact()
in Container by @KennedyTedesco in https://github.com/laravel/framework/pull/53789Exceptions@dontTruncateRequestExceptions()
fluent by @cosmastech in https://github.com/laravel/framework/pull/53786laravel/serializable-closure
on Database component by @patrickcarlohickman in https://github.com/laravel/framework/pull/53822str_
functions by @browner12 in https://github.com/laravel/framework/pull/53817password_hash()
failures better by @browner12 in https://github.com/laravel/framework/pull/53821return
statement by @browner12 in https://github.com/laravel/framework/pull/53816when()
by @browner12 in https://github.com/laravel/framework/pull/53815array_values
call by @browner12 in https://github.com/laravel/framework/pull/53814array_push
for 1 element by @browner12 in https://github.com/laravel/framework/pull/53813chopStart
andchopEnd
tests by @browner12 in https://github.com/laravel/framework/pull/53812$events
docblock type by @browner12 in https://github.com/laravel/framework/pull/53808DatabaseTruncation
trait (PostgreSQL and SQLServer) by @hafezdivandari in https://github.com/laravel/framework/pull/53787v11.34.2
Compare Source
withoutOverlapping
for grouped scheduled closures by @istiak-tridip in https://github.com/laravel/framework/pull/53680ResendTransport
missing custom headers by @lucasmichot in https://github.com/laravel/framework/pull/53687v11.34.1
Compare Source
v11.34.0
Compare Source
BackedEnum
when usingfromRoute()
inMakesHttpRequests
by @wietsewarendorff in https://github.com/laravel/framework/pull/53593$ownerKey
check fornull
toMorphTo
asBelongsTo
relationship will always return astring
by @crynobone in https://github.com/laravel/framework/pull/53592SyntaxError
on Vite prefetch with empty assets by @jnoordsij in https://github.com/laravel/framework/pull/53659class-string
types by @timacdonald in https://github.com/laravel/framework/pull/53657never
type for methods that always throws by @tamiroh in https://github.com/laravel/framework/pull/53643withoutDefer
also return$this
by @tamiroh in https://github.com/laravel/framework/pull/53644Request::fluent
method by @stevebauman in https://github.com/laravel/framework/pull/53662Configuration
📅 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.