Update dependency laravel/framework to v13#376
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
f0d680b to
55c984e
Compare
c02549e to
99f58f9
Compare
98f23ae to
c6a4c94
Compare
c6a4c94 to
4037cf8
Compare
cde15d4 to
a5249b7
Compare
dd801bb to
9299ab5
Compare
88e6bd3 to
420bb9e
Compare
7cfb8c3 to
05d3ca9
Compare
05d3ca9 to
a7a5222
Compare
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
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:
9.52.21→13.16.1Release Notes
laravel/framework (laravel/framework)
v13.16.1Compare Source
v13.16.0Compare Source
Localizable::withLocale()by @axlon in #60466arraymaintenance mode driver for parallel testing by @ziadoz in #60489whenFilledEnummethod toInteractsWithDataby @astandkaya in #60486InteractsWithData::whenEnumby @takaram in #60507Batchable::batchingfor finished batches by @miladev95 in #60511withCookiesmethod toResponseTraitby @Amirhf1 in #60503artisan devcommand by @joetannenbaum in #60412v13.15.0Compare Source
[12.x] Fix infinite recursion when defining model scope with attribute as private by @noefleury in #59958
[12.x] Fix infinite recursion when middleware group referencing itself by @noefleury in #60002
[12.x] Backport #60000 to 12.x by @iWader in #60006
[12.x] Narrow attachment url scheme by @benbjurstrom in #60035
[12.x] backport #60045 to 12.x by @levikl in #60052
[12.x] Back port cloud queues by @timacdonald in #60122
[12.x] Fix Number::fileSize() handling of negative byte values by @Amirhf1 in #60147
[12.x] Remove stale PHPStan ignore comments from type tests by @jradtilbrook in #60167
[12.x] Output cloud request ID in logs by @jradtilbrook in #60166
[12.x] Dedicated Cloud Queue by @kieranbrown in #60181
[12.x] Rename X-Request-ID header to Cloud-Request-ID by @kieranbrown in #60189
[12.x] Boot managed queues before service providers boot by @kieranbrown in #60199
[12.x] Accept Symfony's new control-characters exception message in mailer test by @kieranbrown in #60203
[12.x] Fix queue:failed command to show real class name by @clementmas in #60279
[12.x] Throw ManagedQueueNotFoundException when a managed queue is missing by @kieranbrown in #60276
[12.x] Preserve empty HTTP attach contents by @GrahamCampbell in #60291
Fix @params typo in Fluent and MessageBag toPrettyJson() docblocks by @Amirhf1 in #60313
[12.x] Fix regex typo in Env::addVariableToEnvContents that prevented quotin… by @Amirhf1 in #60312
[12.x] Fix Number::trim() returning null for INF and NAN values by @Amirhf1 in #60322
[12.x] Fix FIFO queue name normalization in Cloud managed queues by @kieranbrown in #60316
[12.x] Fix Number::pairs() infinite loop when $by is zero or negative by @Amirhf1 in #60324
[12.x] Ensure path seperators aren't encoded in LocalFilesystemAdapter by @jackbayliss in #60350
[12.x] Ensure
configis bound before trying to log deprecation notice by @crynobone in #60376[12.x] Add JSON Schema array deserializer by @pushpak1300 in #60387
[13.x] Fix validation bypass in date_equals rule due to loose comparison by @gr8man in #60393
[13.x] Add Macroable to InvokedProcess by @yoeriboven in #60392
[13.x] Restrict allowed classes in routing unserialization by @gr8man in #60391
[13.x] Extract flexible cache created-key prefix into a named constant by @Amirhf1 in #60390
[13.x] Add missing type hints to WorkerIdle and listenForSignals to match sibling events by @Amirhf1 in #60389
[13.x] Allow enums in Queue::route by @jackbayliss in #60402
[13.x] Ensure unchanged compiled Blade views are not left expired by @dansan92 in #60401
[12.x] Skip pg_collation lookup in compileColumns() on PostgreSQL servers before 9.1 by @fissible in #60400
[13.x] Add units to queue attributes by @jackbayliss in #60431
[13.x] Add Prohibitable to
cache:clearandqueue:flushby @jackbayliss in #60430[13.x] Refactor: use
Repository::FLEXIBLE_CREATED_KEY_PREFIXin test by @alipowerful7 in #60424[13.x] Refactor: add
\JsonExceptionby @alipowerful7 in #60423[13.x] Add generics to DatabaseTransactionsManager transaction getters by @dfinchenko in #60420
[13.x] Fix: add
@throws \ReflectionExceptionby @alipowerful7 in #60436[13.x] Fix: add
|nullin doc blocks by @alipowerful7 in #60435Merge branch 12.x by @crynobone in #60441
[13.x] fix model:prune Command options validation typo by @clemblanco in #60444
[13.x] Add typed translation accessors by @dansan92 in #60443
[13.x] Fix HandleExceptions fatal when static::$app is null during Octane request marshaling by @majidfeiz in #60439
[13.x] Adjust PruneCommandTest by @jackbayliss in #60445
[13.x] Add generic to QueueRoutes::all() return type by @dfinchenko in #60447
[13.x] Pass reflection parameter to contextual attribute resolve method by @SanderSander in #60457
Add multi-type union support to Illuminate JsonSchema by @pushpak1300 in #60455
[13.x] Cache
rememberWithState()by @cosmastech in #60385v13.14.0Compare Source
Request::createFromBase()compatibility with Symfony 8.1 by @irabbi360 in #60354Message::embeddata attachment handling by @miladev95 in #60361v13.13.0Compare Source
UniqueForby @cosmastech in #60289Illuminate\Http\Responsecompatibility against Symfony 8.1 by @crynobone in #60318whereDateandwhereTimecrash when $column is anExpressionby @ahawlitschek in #60314schedule:pausecommand should error when its disabled by @jackbayliss in #60347v13.12.0Compare Source
normalizeparameter toStr::studly()andStr::pascal()by @hotmeteor in #60229compact()call by @browner12 in #60235compact()to variables by @lucasmichot in #60236file:prefix by @crynobone in #60261Client\Request::uri()by @stevebauman in #60282v13.11.2Compare Source
v13.11.1Compare Source
v13.11.0Compare Source
v13.10.0Compare Source
Eventin callbacks by @cosmastech in #60144assertPushedOnce()by @weshooper in #60150Event@callEventCallback()by @cosmastech in #60148reduceandreduceWithKeysby @jnoordsij in #60178v13.9.0Compare Source
mb_splitwithpreg_splitby @jnoordsij in #60012rand()tomt_rand()by @browner12 in #60018mt_srand()deprecated "mode" argument by @browner12 in #60020fail-fastoption by @lucasmichot in #60019$parametersinvalidate*case()by @weshooper in #60024Builderpaginate methods by @levikl in #60045queue:pausewhenWorkerisn't pausable by @weshooper in #60023Attachment::fromUrl()URL scheme validation by @mdalikadar in #60054apply()method by @browner12 in #60055after_commitfor Cloud queue metrics by @timacdonald in #60078github-oauthcredentials on Linux & Windows Actions by @crynobone in #60095github-oauthcredentials on Linux & Windows Actions" by @crynobone in #60100ThrottlesExceptionsmiddleware by @cosmastech in #60103v13.8.0Compare Source
schedule:listdisplay expression in the correct timezone by @xiCO2k in #59307@mixinon Connection by @AJenbo in #5953212.xbranch by @crynobone in #59929assertSessionMissingInputby @jasonmccreary in #59970Configuration
📅 Schedule: (UTC)
🚦 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.