Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Update dependency laravel/framework to v9.52.20 #12

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 22, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
laravel/framework (source) 9.45.1 -> 9.52.20 age adoption passing confidence

Release Notes

laravel/framework (laravel/framework)

v9.52.20

Compare Source

v9.52.19

Compare Source

v9.52.18

Compare Source

v9.52.17

Compare Source

v9.52.16

Compare Source

v9.52.15

Compare Source

v9.52.14

Compare Source

What's Changed

Full Changelog: laravel/framework@v9.52.13...v9.52.14

v9.52.13

Compare Source

v9.52.12

Compare Source

v9.52.11

Compare Source

v9.52.10

Compare Source

v9.52.9

Compare Source

v9.52.8

Compare Source

Fixed
  • Fixed escaped String for JSON_CONTAINS (#​47244)
Changed
  • Send along value to InvalidPayloadException (#​47223)

v9.52.7

Compare Source

Changed
  • Make rules method in FormRequest optional (#​46846)

v9.52.6

Compare Source

Fixed
  • Fixed Cache::spy incompatibility with Cache::get (#​46689)
Changed
  • Remove unnecessary parameters in creatable() and destroyable() methods in Illuminate/Routing/PendingSingletonResourceRegistration class (#​46677)
  • Allow Event::assertListening to check for invokable event listeners (#​46683)
  • Return non-zero exit code for uncaught exceptions (#​46541)
  • Release lock for job implementing ShouldBeUnique that is dispatched afterResponse() (#​46806)

v9.52.5

Compare Source

Fixed
  • Fixed Illuminate/Foundation/Testing/Concerns/InteractsWithDatabase::expectsDatabaseQueryCount() $connection parameter (#​46228)
  • PHP 8.0 fix for Closure jobs (#​46505)
  • Fix preg_split error when there is a slash in the attribute (#​46549)
Changed
  • Allow WithFaker to be used when app is not bound (#​46529)

v9.52.4

Compare Source

Fixed

v9.52.3

Compare Source

Reverted
  • Revert changes from Arr::random() (cf3eb90)

v9.52.2

Compare Source

Fixed
  • Fixed Illuminate/Collections/Arr::shuffle() with empty array (0c6cae0)

v9.52.1

Compare Source

Changed
  • Use secure randomness in Arr:random and Arr:shuffle (#​46105)

v9.52.0

Compare Source

Added
  • Added methods to Enumerable contract (#​46021)
  • Added new mailer transport for AWS SES V2 API (#​45977)
  • Add S3 temporaryUploadUrl method to AwsS3V3Adapter (#​45753)
  • Add index hinting support to query builder (#​46063)
  • Add mailer name to data for SentMessage and MessageSending events (#​46079)
  • Added --pending option to migrate:status (#​46089)
Fixed
  • Fixed pdo exception when rollbacking without active transaction (#​46017)
  • Fix duplicated columns on select (#​46049)
  • Fixes memory leak on anonymous migrations (№46073)
  • Fixed race condition in locks issued by the file cache driver (#​46011)
Changed
  • Allow choosing tables to truncate in Illuminate/Foundation/Testing/DatabaseTruncation::truncateTablesForConnection() (#​46025)
  • Update afterPromptingForMissingArguments method (#​46052)
  • Accept closure in bus assertion helpers (#​46075)
  • Avoid mutating the $expectedLitener between loops on Event::assertListening (#​46095)

v9.51.0

Compare Source

Added
  • Added Illuminate/Foundation/Testing/Concerns/InteractsWithDatabase::expectsDatabaseQueryCount() (#​45932)
  • Added pending has-many-through and has-one-through builder (#​45894)
  • Added Illuminate/Http/Client/PendingRequest::withUrlParameters() (#​45982)
Fixed
  • Fix: prevent duplicated content-type on HTTP client (#​45960)
  • Add missing php extensions in composer (#​45941)
Changed
  • Command schedule:work minor features: schedule:run output file & environment specific verbosity (#​45949)
  • Added missing self reserved word to reservedNames array in Illuminate/Console/GeneratorCommand.php (#​46001)
  • pass value along to ttl callback in Illuminate/Cache/Repository::remember() (#​46006)
  • Make sure the lock_connection is used for schedule's withoutOverlapping() (#​45963)

v9.50.2

Compare Source

Fixed
  • Fixed missing_with and missing_with_all validation (#​45913)
  • Fixes blade escaped tags issue (#​45928)
Changed
  • Trims numeric validation values / parameters (#​45912)
  • Random function doesn't generate evenly distributed random chars (#​45916)

v9.50.1

Compare Source

Reverted
Changed
  • Allow scheme to be specified in Illuminate/Mail/MailManager::createSmtpTransport() (68a8bfc)
  • Accept optional mode in Illuminate/Filesystem/Filesystem::replace() (2664e7f)

v9.50.0

Compare Source

Added
Reverted
Fixed
  • Fixed LazyCollection::makeIterator() to accept non Generator Function (#​45881)
Changed
  • Solve data to be dumped for separate schemes (#​45805)

v9.49.0

Compare Source

Added
  • Added Illuminate/Database/Schema/ForeignKeyDefinition::noActionOnDelete() (#​45712)
  • Added new throw helper methods to the HTTP Client (#​45704)
  • Added configurable timezone support for WorkCommand output timestamps (#​45722)
  • Added support for casting arrays containing enums (#​45621)
  • Added "missing" validation rules (#​45717)
  • Added /Illuminate/Database/Eloquent/SoftDeletes::forceDeleteQuietly() (#​45737)
  • Added Illuminate/Collections/Arr::sortDesc() (#​45761)
  • Added CLI Prompts (#​45629, #​45864)
  • Adds assertJsonIsArray and assertJsonIsObject for TestResponse (#​45731)
  • Added Illuminate/Database/Eloquent/Relations/HasOneOrMany::createQuietly() (#​45783)
  • Add validation rules: ascii_alpha, ascii_alpha_num, ascii_alpha_dash (#​45769)
  • Extract status methods to traits (#​45789)
  • Add "addRestoreOrCreate" extension to SoftDeletingScope (#​45754)
  • Added connection established event (f850d99)
  • Add forceDeleting event to models (#​45836)
  • Add title tag in mail template (#​45859)
  • Added new methods to Collection (#​45839)
  • Add skip cancelled middleware (#​45869)
Fixed
  • Fix flushdb on cluster for PredisClusterConnection.php (#​45544)
  • Fix blade tag issue with nested calls (#​45764)
  • Fix infinite loop in blade compiler (#​45780)
  • Fix ValidationValidator not to accept terminating newline (#​45790)
  • Fix stubs publish command generating incorrect controller stubs (#​45812)
  • fix: normalize route pipeline exception (#​45817)
  • Fix Illuminate Filesystem replace() leaves file executable (#​45856)
Changed
  • Ensures channel name matches from start of string (#​45692)
  • Replace raw invisible characters in regex expressions with counterpart Unicode regex notations (#​45680)
  • Optimize destroy method (#​45709)
  • Unify prohibits behavior around prohibits_if (#​45723)
  • Removes dependency on bcmath (#​45729)
  • Allow brick/math 0.11 also (#​45762)
  • Optimize findMany of BelongsToMany (#​45745)
  • Ensure decimal rule handles large values (#​45693)
  • Backed enum support for @​js (#​45862)
  • Restart syscalls for SIGALRM when worker times out a job (#​45871)
  • Ensure subsiquent calls to Mailable->to() overwrite previous entries (#​45885)

v9.48.0

Compare Source

Added
  • Added Illuminate/Database/Schema/Builder::withoutForeignKeyConstraints() (#​45601)
  • Added fragments() \ fragmentIf() \ fragmentsIf() methods to Illuminate/View/View.php class (#​45656, #​45669)
  • Added incrementEach() and decrementEach() to Illuminate/Database/Query/Builder (#​45577)
  • Added ability to drop an index when modifying a column (#​45513)
  • Allow to set HTTP client for mailers (#​45684)
  • Added 402 exception view (#​45682)
  • Added notFound() helper to Http Client response (#​45681)
Fixed
Changed
  • Ignore whitespaces/newlines when finding relations in model:show command (#​45608)
  • Fail queued job with a string messag (#​45625)
  • Allow fake() helper in unit tests (#​45624)
  • allow egulias/email-validator v4 (#​45649)
  • Force countBy method in EloquentCollection to return base collection (#​45663)
  • Allow for the collection of stubs to be published (#​45653)

v9.47.0

Compare Source

Added
  • Added Support Lazy Collections in BatchFake::add() (#​45507)
  • Added Decimal to list of Numeric rules (#​45533)
  • Added Illuminate/Routing/PendingSingletonResourceRegistration::destroyable() (#​45549)
  • Added setVisible and setHidden to Eloquent Collection (#​45558)
Fixed
  • Fix bound method contextual binding (#​45500)
  • Fixed Method explodeExplicitRule with regex rule (#​45555)
  • Fixed Illuminate/Database/Query/Builder::whereIntegerInRaw() (#​45584)
  • Fixes blade tags (#​45490)
Changed
  • Return model when casting attribute (#​45539)
  • always show full path to migration in Illuminate/Database/Console/Migrations/MigrateMakeCommand.php (9f6ff48)
  • Remove index name when adding primary key on MySQL (#​45515)

v9.46.0

Compare Source

Added
  • Added Passthrough PATH variable to serve command (#​45402)
  • Added whenHas to JsonResource (#​45376)
  • Added ./fleet directory to .gitignore (#​45432)
  • Added unless to JsonResource (#​45419)
Fixed
  • Fixed credentials check (#​45437)
  • Fixed decimal cast precision issue (#​45456, #​45492)
  • Precognitive validation with nested arrays doesn't throw validation error (#​45405)
  • Fixed issue on which class to check increment and decrement methods for custom cast (#​45444)
Changed
  • Update decimal validation rule to allow validation of signed numbers (24a48b2)
  • Output only unique asset / preload tags in Vite (#​45404)
  • Optimize whereKey method in Query Builder (#​45453)
  • Remove extra code in Model.php to optimize performance (#​45476)
  • Exception Handler prepareResponse add previous Exception (#​45499)

Configuration

📅 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/laravel-framework-9.x-lockfile branch from 77b00f2 to f5051b0 Compare March 30, 2023 05:37
@renovate renovate bot changed the title Update dependency laravel/framework to v9.52.4 Update dependency laravel/framework to v9.52.5 Mar 30, 2023
@renovate renovate bot changed the title Update dependency laravel/framework to v9.52.5 Update dependency laravel/framework to v9.52.7 May 28, 2023
@renovate renovate bot force-pushed the renovate/laravel-framework-9.x-lockfile branch from f5051b0 to f4937ea Compare May 28, 2023 11:57
@renovate renovate bot changed the title Update dependency laravel/framework to v9.52.7 Update dependency laravel/framework to v9.52.8 May 30, 2023
@renovate renovate bot force-pushed the renovate/laravel-framework-9.x-lockfile branch from f4937ea to 770fe09 Compare May 30, 2023 17:29
@renovate renovate bot force-pushed the renovate/laravel-framework-9.x-lockfile branch from 770fe09 to 0961303 Compare June 8, 2023 23:38
@renovate renovate bot changed the title Update dependency laravel/framework to v9.52.8 Update dependency laravel/framework to v9.52.9 Jun 8, 2023
@renovate renovate bot changed the title Update dependency laravel/framework to v9.52.9 Update dependency laravel/framework to v9.52.10 Jun 27, 2023
@renovate renovate bot force-pushed the renovate/laravel-framework-9.x-lockfile branch from 0961303 to 3db8a11 Compare June 27, 2023 14:08
@renovate renovate bot changed the title Update dependency laravel/framework to v9.52.10 Update dependency laravel/framework to v9.52.11 Jul 25, 2023
@renovate renovate bot force-pushed the renovate/laravel-framework-9.x-lockfile branch from 3db8a11 to d96ad08 Compare July 25, 2023 15:03
@renovate renovate bot changed the title Update dependency laravel/framework to v9.52.11 Update dependency laravel/framework to v9.52.12 Jul 26, 2023
@renovate renovate bot force-pushed the renovate/laravel-framework-9.x-lockfile branch from d96ad08 to 0606007 Compare July 26, 2023 14:21
@renovate renovate bot changed the title Update dependency laravel/framework to v9.52.12 Update dependency laravel/framework to v9.52.13 Aug 1, 2023
@renovate renovate bot force-pushed the renovate/laravel-framework-9.x-lockfile branch from 0606007 to bc81a68 Compare August 1, 2023 16:00
@renovate renovate bot changed the title Update dependency laravel/framework to v9.52.13 Update dependency laravel/framework to v9.52.14 Aug 2, 2023
@renovate renovate bot force-pushed the renovate/laravel-framework-9.x-lockfile branch from bc81a68 to 8a773a1 Compare August 2, 2023 15:38
@renovate renovate bot changed the title Update dependency laravel/framework to v9.52.14 Update dependency laravel/framework to v9.52.15 Aug 8, 2023
@renovate renovate bot force-pushed the renovate/laravel-framework-9.x-lockfile branch from 8a773a1 to 52f8dae Compare August 8, 2023 16:55
@renovate renovate bot changed the title Update dependency laravel/framework to v9.52.15 Update dependency laravel/framework to v9.52.16 Oct 3, 2023
@renovate renovate bot force-pushed the renovate/laravel-framework-9.x-lockfile branch from 52f8dae to ff2c5b2 Compare October 3, 2023 17:12
@renovate renovate bot changed the title Update dependency laravel/framework to v9.52.16 Update dependency laravel/framework to v9.52.17 Nov 12, 2024
@renovate renovate bot force-pushed the renovate/laravel-framework-9.x-lockfile branch from ff2c5b2 to 10794c6 Compare November 12, 2024 17:04
@renovate renovate bot force-pushed the renovate/laravel-framework-9.x-lockfile branch from 10794c6 to f8a88d0 Compare November 20, 2024 17:30
@renovate renovate bot changed the title Update dependency laravel/framework to v9.52.17 Update dependency laravel/framework to v9.52.18 Nov 20, 2024
@renovate renovate bot force-pushed the renovate/laravel-framework-9.x-lockfile branch from f8a88d0 to 5390f59 Compare January 21, 2025 19:34
@renovate renovate bot changed the title Update dependency laravel/framework to v9.52.18 Update dependency laravel/framework to v9.52.19 Jan 21, 2025
@renovate renovate bot force-pushed the renovate/laravel-framework-9.x-lockfile branch from 5390f59 to 34ec7bf Compare January 31, 2025 10:45
@renovate renovate bot changed the title Update dependency laravel/framework to v9.52.19 Update dependency laravel/framework to v9.52.20 Jan 31, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants