-
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 v10.43.0 #83
Merged
Conversation
This file contains 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
auto-merge was automatically disabled
December 15, 2023 01:36
Pull Request is not mergeable
4e5adaa
to
196e87a
Compare
196e87a
to
9b45342
Compare
9b45342
to
554fb46
Compare
060e9c9
to
7b4274d
Compare
a394bd8
to
64b44c1
Compare
64b44c1
to
9af28ff
Compare
93e4c1b
to
6778f47
Compare
67ca25d
to
0269ee6
Compare
cbfe0c6
to
307815e
Compare
307815e
to
7dcc701
Compare
e5d9902
to
864b5c4
Compare
864b5c4
to
6a3f706
Compare
Lapotor
approved these changes
Feb 9, 2024
15e4be1
to
70ef195
Compare
70ef195
to
d9035cb
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.33.0
->10.43.0
Release Notes
laravel/framework (laravel/framework)
v10.43.0
Compare Source
\Illuminate\Log\LogManager
method definition comments with\Psr\Logger\Interface
by @eusonlito in https://github.com/laravel/framework/pull/49805hasIndex()
and minor Schema enhancements by @hafezdivandari in https://github.com/laravel/framework/pull/49796BelongsToMany
relation when usingwithoutTouching
by @mateusjunges in https://github.com/laravel/framework/pull/49798insertOrIgnoreUsing
for Eloquent by @trovster in https://github.com/laravel/framework/pull/49827hasIndex()
Order-sensitive by @hafezdivandari in https://github.com/laravel/framework/pull/49840$guarded
by @eusonlito in https://github.com/laravel/framework/pull/49851beforeStartingTransaction
callback and use it inLazilyRefreshDatabase
by @pascalbaljet in https://github.com/laravel/framework/pull/49853FormRequest[@​getRules](https://github.com/getRules)()
method by @cosmastech in https://github.com/laravel/framework/pull/49860Translator
may incorrectly report the locale of a missing translation key by @VicGUTT in https://github.com/laravel/framework/pull/49900v10.42.0
Compare Source
File::hasSameHash()
by @simonhamp in https://github.com/laravel/framework/pull/49721Carbon
if accessed from Laravel or also usesilluminate/support
by @crynobone in https://github.com/laravel/framework/pull/49772Str::unwrap
by @stevebauman in https://github.com/laravel/framework/pull/49779v10.41.0
Compare Source
threshold
parameter to theNumber::spell
helper by @caendesilva in https://github.com/laravel/framework/pull/49610php artisan model:prune
by @dbhynds in https://github.com/laravel/framework/pull/49617ensureIntlExtensionIsInstalled
inNumber
class. by @devajmeireles in https://github.com/laravel/framework/pull/49660Number
class. by @devajmeireles in https://github.com/laravel/framework/pull/49681v10.40.0
Compare Source
Model::preventAccessingMissingAttributes()
raises exception for enums & primitive castable attributes that were not retrieved by @cosmastech in https://github.com/laravel/framework/pull/49480Arr::dot()
method to properly handle indexes array by @kayw-geek in https://github.com/laravel/framework/pull/49507Number::clamp
by @jbrooksuk in https://github.com/laravel/framework/pull/49512RedisCluster::client()
call by @tillkruss in https://github.com/laravel/framework/pull/49560PhpRedisConnector
by @tillkruss in https://github.com/laravel/framework/pull/49559where*()
methods ofIlluminate\Database\Query\Builder
by @lorenzolosa in https://github.com/laravel/framework/pull/49599InteractsWithTime
trait method by @xurshudyan in https://github.com/laravel/framework/pull/49601assertCount
test helper by @xurshudyan in https://github.com/laravel/framework/pull/49609v10.39.0
Compare Source
maxTries
for queued jobs by @mechelon in https://github.com/laravel/framework/pull/49473v10.38.2
Compare Source
conflict
fordoctrine/dbal:^4.0
toilluminate/database
by @crynobone in https://github.com/laravel/framework/pull/49456v10.38.1
Compare Source
Illuminate\Foundation\Application::joinPaths()
toIlluminate\Filesystem\join_paths()
by @crynobone in https://github.com/laravel/framework/pull/49433v10.38.0
Compare Source
false
values indb:table
command by @PerryvanderMeer in https://github.com/laravel/framework/pull/49379sql_require_primary_key
enabled by @mtawil in https://github.com/laravel/framework/pull/49374charset
andcollation
method toBlueprint
by @gcazin in https://github.com/laravel/framework/pull/49396about
command on Octane by @josecl in https://github.com/laravel/framework/pull/49387[@session](https://github.com/session)
Directive by @jrd-lewis in https://github.com/laravel/framework/pull/49339Arr::dot
performance by @bastien-phi in https://github.com/laravel/framework/pull/49386defaultCasters
if not previously set by @inxilpro in https://github.com/laravel/framework/pull/49402ManagesFrequencies
by @Lucas-Schmukas in https://github.com/laravel/framework/pull/49399whereJsonContains
method by @danieleambrosino in https://github.com/laravel/framework/pull/49401isEmpty
andisNotEmpty
toComponentAttributeBag
by @devajmeireles in https://github.com/laravel/framework/pull/49408getColumns()
method by @hafezdivandari in https://github.com/laravel/framework/pull/49416MailMessage
helpers for plain text email notifications by @onlime in https://github.com/laravel/framework/pull/49407v10.37.3
Compare Source
v10.37.2
Compare Source
progress
option toPendingBatch
by @orkhanahmadov in https://github.com/laravel/framework/pull/49273rescue()
in standaloneilluminate/database
component. by @crynobone in https://github.com/laravel/framework/pull/49355v10.37.1
Compare Source
v10.37.0
Compare Source
engine
method toBlueprint
by @jbrooksuk in https://github.com/laravel/framework/pull/49250Can
andEnum
rules by @fancyweb in https://github.com/laravel/framework/pull/49251php-psr
extension by @crynobone in https://github.com/laravel/framework/pull/49268AboutCommand::format()
docblock by @crynobone in https://github.com/laravel/framework/pull/49274Route::getController()
should returnnull
when the accessing closure based route by @crynobone in https://github.com/laravel/framework/pull/49269Arrayable
orStringble
in rulesIn
andNotIn
by @michaelnabil230 in https://github.com/laravel/framework/pull/49055v10.36.0
Compare Source
v10.35.0
Compare Source
Conditionable
trait toAssertableJson
by @khalilst in https://github.com/laravel/framework/pull/49172--with-secret
option to Artisandown
command. by @jj15asmr in https://github.com/laravel/framework/pull/49171Number::summarize
by @jcsoriano in https://github.com/laravel/framework/pull/49197v10.34.2
Compare Source
v10.34.1
Compare Source
v10.34.0
Compare Source
hex_color
validation rule by @apih in https://github.com/laravel/framework/pull/49070extensions
by @eusonlito in https://github.com/laravel/framework/pull/49082Collection
usingWeakMap
by @crynobone in https://github.com/laravel/framework/pull/49095mb_str_pad()
forStr::pad*
by @amacado in https://github.com/laravel/framework/pull/49108ensure
method by @ash-jc-allen in https://github.com/laravel/framework/pull/49127false
values in apc by @simivar in https://github.com/laravel/framework/pull/49145performUpdate
by @taka-oyama in https://github.com/laravel/framework/pull/49141ensure
: Resolve$itemType
outside the closure by @lucasmichot in https://github.com/laravel/framework/pull/49137MorphTo::associate()
PHPDoc parameter by @devfrey in https://github.com/laravel/framework/pull/49162php artisan about --json
by @crynobone in https://github.com/laravel/framework/pull/49154Vite
when usingwithoutVite()
by @orkhanahmadov in https://github.com/laravel/framework/pull/49150Configuration
📅 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 has been generated by Mend Renovate. View repository job log here.