Skip to content
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 v9.52.5 #36

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 30, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
laravel/framework (source) require minor 9.26.1 -> 9.52.5

Release Notes

laravel/framework

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)

v9.45.1

Compare Source

Revert
  • Revert "fix single line @​php statements to not be parsed as php blocks" (#​45389)
Changed
  • Load schema to in memory database (#​45375)

v9.45.0

Compare Source

Added
  • Allows the registration of custom, root-level anonymous component search paths. (#​45338, 1ff0379)
  • Added decimal validation rule (#​45356, e89b2b0)
  • Added align property to button mail component (#​45362)
  • Added whereUlid(param) support for routing (#​45372)
Fixed
  • Fixed single line @​php statements to not be parsed as php blocks in BladeCompiler (#​45333)
  • Added missing code to set locale from model preferred locale in Maillable (#​45308)
Changed
  • Vite: ability to prevent preload tag generation from attribute resolver callback (#​45283)
  • Deprecation Test Improvements (#​45317)
  • Do not allow nested arrays in whereIn method (140c3a8)
  • Bump ramsey/uuid (#​45367)

v9.44.0

Compare Source

Added
  • Added Illuminate/Auth/GuardHelpers::forgetUser() (#​45208)
  • Added sort option for schedule:list (#​45198)
  • Added ascii and ulid validation rules (#​45218)
  • Http client - allow to provide closure as "throwif" condition (#​45251)
  • Support '/' as a possible column name in database (#​45268)
  • Added Granular notifications queue connections (#​45264)
  • Add support for native rename/drop column commands (#​45258)
  • Add $encoding parameter to substr method (#​45300)
  • Use Macroable in Session facade (#​45310)
Fixed
  • Fixed aliasing with cursor pagination (#​45188)
  • Fixed email verification request (#​45227)
  • Return 500 http error, instead of 200, when dotenv fails to load (#​45235)
  • Fixed bug on Job Batchs Table (#​45263)
  • Fixed schedule:list crash when call() is given class-string (#​45306)
  • Fixed Lack of Memory when failing a job with wrong variable passed on the method fail() (#​45291)
  • Fixed errors occurring when encrypted cookies has been tampered with (#​45313)
  • bug fix, change array_merge to array_replace to prevent reindex (#​45309)
Changed
  • Allow BusFake to use custom BusRepository (#​45202)
  • Improved error logging for unmatched routes and route not found (#​45206)
  • Improve assertSeeText and assertDontSeeText test methods (#​45274)
  • Improved Illuminate/Auth/SessionGuard::clearUserDataFromStorage() (#​45305)
  • Allows shouldIgnoresDeprecationError() to be overriden (#​45299)

v9.43.0

Compare Source

Added
  • Add support for eager loading specific columns to withWhereHas (#​45168)
  • Add Policies to Model Show Command (#​45153)
  • Added Illuminate/Support/Stringable::whenIsUlid() (#​45183)
Fixed
  • Added missing reserved names in GeneratorCommand (#​45149)
Changed
  • Allow to pass base64 key to env:encrypt command (#​45157)
  • Replace model:show searched value with correct FQCN (#​45160)

v9.42.2

Compare Source

Changed
  • Improved stubs and Illuminate/Routing/ResourceRegistrar::getResourceMethods() (6ddf3b0)

v9.42.1

Compare Source

Revert
  • Revert "[9.x] Create new Json ParameterBag Instance when cloning Request" (#​45147)
Fixed
  • Mailable : fixes strict comparison with int value (#​45138)
  • Address Dynamic Relation Resolver inconsiency issue with extended Models (#​45122)

v9.42.0

Compare Source

Added
  • Added --rest option to queue:listen (00a12e2, 82fde9e)
  • Added Illuminate/Support/Stringable::isUlid() (#​45100)
  • Add news report_if and report_unless helpers functions (#​45093)
  • Add callback to resolve custom mutex name of schedule events (#​45126)
  • Add WorkOptions to WorkerStopping Event (#​45120)
  • Added singleton and creatable options to Illuminate/Routing/Console/ControllerMakeCommand (#​44872)
Fixed
  • Fix pure enums validation (#​45121)
  • Prevent test issues with relations with the $touches property (#​45118)
  • Fix factory breaking when trying to determine whether a relation is empty (#​45135)
Changed
  • Allow set command description via AsCommand attribute (#​45117)
  • Updated Mailable to prevent duplicated recipients (#​45119)

v9.41.0

Compare Source

Added
  • Added Illuminate/Validation/Rules/DatabaseRule::onlyTrashed() (#​44989)
  • Add some class rules in class Rule (#​44998)
  • Added Illuminate/View/ComponentAttributeBag::missing() (#​45016)
  • Added Illuminate/Http/Concerns/InteractsWithInput::whenMissing() (#​45019)
  • Add isolation levels to SQL Server Connector (#​45023)
  • Fix php artisan serve with PHP_CLI_SERVER_WORKERS > 1 (#​45041)
  • Add ability to prune cancelled job batches (#​45034)
  • Adding option for custom manifest filename on Vite Facade (#​45007)
Fixed
  • Fix deprecation warning when comparing a password against a NULL database password (#​44986, 206e465)
  • Outlook web dark mode email layout fix (#​45024)
Changed
  • Improves queue:work command output (#​44971)
  • Optimize Collection::containsStrict (#​44970)
  • Make name required in Illuminate/Testing/TestResponse::assertRedirectToRoute() (98a0301)
  • Strip key, secret and token from root config options on aws clients (#​44979)
  • Allow customised implementation of the SendQueuedMailable job (#​45040)
  • Validate uuid before route binding query (#​44945)

v9.40.1

Compare Source

Added
  • Illuminate/Support/Lottery::fix() (7bade4f)

v9.40.0

Compare Source

Added
  • Include Eloquent Model Observers in model:show command (#​44884)
  • Added "lowercase" validation rule (#​44883)
  • Introduce Lottery class (#​44894)
  • Added /Illuminate/Testing/TestResponse::assertRedirectToRoute() (#​44926)
  • Add uppercase validation rule (#​44918)
  • Added saveManyQuietly to the hasOneOrMany and belongsToMany relations (#​44913)
Fixed
  • Fix HasAttributes::getMutatedAttributes for classes with constructor args (#​44829)
Changed
  • Remove argument assignment for console (#​44888)
  • Pass $maxExceptions from mailable to underlying job when queuing (#​44903)
  • Make Vite::isRunningHot public (#​44900)
  • Add method to be able to override the exception context format (#​44895)
  • Add zero-width space to trimmed characters in TrimStrings middleware (#​44906)
  • Show error if key:generate artisan command fails (#​44927)
  • Update database version check for lock popping for PlanetScale (#​44925)
  • Move function withoutTrashed into DatabaseRule (#​44938)
  • Use write connection on Schema::getColumnListing() and Schema::hasTable() for MySQL and PostgreSQL (#​44946)

v9.39.0

Compare Source

Added
  • Added template fragments to Blade (#​44774)
  • Added source file to Collection's dd method output (#​44793, d2e0e85)
  • Added Illuminate/Support/Testing/Fakes/PendingBatchFake::dispatchAfterResponse() (#​44815)
  • Added Illuminate/Foundation/Testing/Concerns/InteractsWithDatabase::assertDatabaseEmpty() (#​44810)
Fixed
  • Fixed InteractsWithContainer::withoutMix() (#​44822)
Changed
  • Update UpCommand::handle that must return int (#​44807)
  • Decouple database component from console component (#​44798)
  • Improve input argument parsing for commands (#​44662, #​44826)
  • Added DatabaseBatchRepository to provides() in BusServiceProvider (#​44833)
  • Move reusable onNotSuccessfulTest functionality to TestResponse (#​44827)
  • Add CSP nonce to Vite reactRefresh inline script (#​44816)
  • Allow route group method to be chained (#​44825)
  • Remove __sleep() & __wakeup() from SerializesModels trait. (#​44847)
  • Handle SQLite without ENABLE_DBSTAT_VTAB enabled in Illuminate/Database/Console/DatabaseInspectionCommand::getSqliteTableSize() (#​44867)
  • Apply force flag when necessary in Illuminate/Queue/Listener (#​44862)
  • De-couple Console component from framework (#​44864)
  • Update Vite mock to return empty array for preloadedAssets (#​44858)

v9.38.0

Compare Source

Added
  • Added Illuminate/Routing/Route::flushController() (#​44393)
  • Added Illuminate/Session/Store::setHandler() (#​44736)
  • Added dictionary to slug helper (#​44730)
  • Added ability to set middleware based on notifiable instance and channel (#​44767)
  • Added touchQuietly convenience method to Model (#​44722)
  • Added Illuminate/Routing/Router::removeMiddlewareFromGroup() (#​44780)
  • Allow queueable notifications to set maxExceptions (#​44773)
  • Make migrate command isolated (#​44743, ac3252a)
Fixed
  • Fixed whenPivotLoaded(As) api resource methods when using Eloquent strict mode (#​44792)
  • Fixed components view error when using $attributes in parent view (#​44778)
  • Fixed problem with disregarding global scopes when using existOr and doesntExistOr methods on model query (#​44795)
Changed
  • Recompiles views when necessary (#​44737)
  • Throw meaningful exception when broadcast connection not configured (#​44745)
  • Prevents booting of providers when running env:encrypt (#​44758)
  • Added nonce for preloaded assets (#​44747)
  • Inherit crossorigin attributes while preloading view (#​44800)

v9.37.0

Compare Source

Added
  • Added optional verbose output when view caching (#​44673)
  • Allow passing closure to rescue $report parameter (#​44710)
  • Support preloading assets with Vite (#​44096)
  • Added Illuminate/Mail/Mailables/Content::htmlString() (#​44703)
Fixed
  • Fixed model:show registering getAttribute() as a null accessor (#​44683)
  • Fix expectations for output assertions in PendingCommand (#​44723)

v9.36.4

Compare Source

Added
  • Added rawValue to Database Query Builder (and Eloquent as wrapper) (#​44631)
  • Added TransactionCommitting (#​44608)
  • Added dontIncludeSource to CliDumper and HtmlDumper (#​44623)
  • Added Illuminate/Filesystem/FilesystemAdapter::checksum() (#​44660)
  • Added handlers for silently discarded and missing attribute violations (#​44664)
Reverted
Changed
  • Create new Json ParameterBag Instance when cloning Request (#​44671)
  • Prevents booting providers when running env:decrypt (#​44654)

v9.36.3

Compare Source

Reverted
  • Reverts micro-optimization on view events (#​44653)
Fixed
  • Fixes blade not forgetting compiled views on view:clear (#​44643)
  • Fixed Illuminate/Database/Eloquent/Model::offsetExists() (#​44642)
  • Forget component's cache and factory between tests (#​44648)
Changed

v9.36.2

Compare Source

Fixed
  • Ensures view creators and composers are called when * is present (#​44636)

v9.36.1

Compare Source

Fixed
  • Fixes livewire components that were using createBladeViewFromString (#pull)

v9.36.0

Compare Source

Added
  • Added mailable assertions (#​44563)
  • Added Illuminate/Testing/TestResponse::assertContent() (#​44580)
  • Added to Illuminate/Console/Concerns/InteractsWithIO::alert() $verbosity param (#​44614)
Optimization
  • Makes blade components blazing fast (#​44487)
Fixed
  • Fixed Illuminate/Filesystem/Filesystem::relativeLink() (#​44519)
  • Fixed for model:show failing with models that have null timestamp columns (#​44576)
  • Allow Model::shouldBeStrict(false) to disable "strict mode" (#​44627)
Changed
  • Dont require a host for sqlite connections in php artisan db (#​44585)
  • Let MustVerifyEmail to be used on models without id as primary key (#​44613)
  • Changed Illuminate/Routing/Route::controllerMiddleware() (#​44590)

v9.35.1

Compare Source

Fixed
  • Remove check for $viewFactory->exists($component) in Illuminate/View/Compilers/ComponentTagCompiler::componentClass (7c6db00)

v9.35.0

Compare Source

Added
  • Allow loading trashed models for resource routes (#​44405)
  • Added Illuminate/Database/Eloquent/Model::shouldBeStrict() and other (#​44283)
  • Controller middleware without resolving controller (#​44516)
  • Alternative Mailable Syntax (#​44462)
Fixed
  • Fix issue with aggregates (withSum, etc.) for pivot columns on self-referencing many-to-many relations (#​44286)
  • Fixes issue using static class properties as blade attributes (#​44473)
  • Traversable should have priority over JsonSerializable in EnumerateValues (#​44456)
  • Fixed make:cast --inbound so it's a boolean option, not value (#​44505)
Changed
  • Testing methods. Making error messages with json_encode more readable (#​44397)
  • Have 'Model::withoutTimestamps()' return the callback's return value (#​44457)
  • only load trashed models on relevant routes (#​44478)
  • Adding additional PHP extensions to shouldBlockPhpUpload Function (#​44512)
  • Register cutInternals casters for particularly noisy objects (#​44514)
  • Use get methods to access application locale (#​44521)
  • return only on non empty response from channels (09d53ee, 3944a3e)
  • Correct channel matching (#​44531)
  • Migrate mail components (#​44527)

v9.34.0

Compare Source

Added
  • Short attribute syntax for Self Closing Blade Components (#​44413)
  • Adds support for PHP's BackedEnum to be "rendered" on blade views (#​44445)
Fixed
  • Fixed Precognition headers for Symfony responses (#​44424)
  • Allow to create databases with dots (#​44436)
  • Fixes dd source on windows (#​44451)
Changed
  • Adds error output to db command when missing host (#​44394)
  • Changed Illuminate/Database/Schema/ForeignIdColumnDefinition::constrained() (#​44425)
  • Allow maintenance mode events to be listened to in closure based listeners (#​44417)
  • Allow factories to recycle multiple models of a given typ (#​44328)
  • Improves dd clickable link on multiple editors and docker environments (#​44406)

v9.33.0

Compare Source

Added
  • Added Illuminate/Support/Testing/Fakes/MailFake::cc() (#​44319)
  • Added Ignore Case of Str::contains and Str::containsAll to Stringable contains and containsAll (#​44369)
  • Added missing morphs methods for the ULID support (#​44364)
  • Introduce Laravel Precognition (#​44339)
  • Added Illuminate/Routing/Route::flushController() (#​44386)
Fixed
  • Fixes memory leak on PHPUnit's Annotations registry (#​44324, #​44336)
  • Fixed Illuminate/Filesystem/FilesystemAdapter::url() with config prefix (#​44330)
  • Fixed the "Implicit conversion from float to int loses precision" error in Timebox Class (#​44357)
Changed
  • Improves dd source on compiled views (#​44347)
  • Only prints source on dd calls from dump.php (#​44367)
  • Ensures a Carbon version that supports PHP 8.2 (#​44374)

v9.32.0

Compare Source

Added
  • New env:encrypt and env:decrypt commands (#​44034)
  • Share WithoutOverlapping key across jobs (#​44227)
  • Add missing citext type mapping to Illuminate/Database/Console/DatabaseInspectionCommand::$typeMappings (#​44237)
  • Short attribute syntax for Blade Components (#​44217)
  • Adds source file to dd function output (#​44211)
  • Add methods to get request data as integer or float (#​44239)
  • Adds Eloquent User Provider query handler (#​44226)
  • Added Illuminate/Support/Testing/Fakes/BusFake::dispatchFakeBatch() (#​44176)
  • Added methods to cast Stringables (#​44238)
  • Added Illuminate/Routing/UrlGenerator::withKeyResolver() (#​44254)
  • Add a hook to the serialisation of collections (#​44272)
  • Allow enum route bindings to have default values (#​44255)
  • Added benchmark utility class (b4293d7, #​44297)
  • Added Illuminate/Console/Scheduling/ManagesFrequencies::everyOddHour() (#​44288)
Fixed
Changed
  • Patch for timeless timing attack vulnerability in user login (#​44069)
  • Refactor: register commands in artisan service (#​44257)
  • Allow factories to recycle models with for method (#​44265)
  • Use dedicated method for placeholder replacement in validator (#​44296)

v9.31.0

Compare Source

Added
  • Added unique deferrable initially deferred constants for PostgreSQL (#​44127)
  • Request lifecycle duration handler (#​44122)
  • Added Model::withoutTimestamps(...) (#​44138)
  • Added manifestHash function to Illuminate\Foundation\Vite (#​44136)
  • Added support for operator <=> in /Illuminate/Collections/Traits/EnumeratesValues::operatorForWhere() (#​44154)
  • Added that Illuminate/Database/Connection::registerDoctrineType() can accept object as well as classname for new doctrine type (#​44149)
  • Added Fake Batches (#​44104, #​44173)
  • Added Model::getAppends() (#​44180)
  • Added missing Str::wrap() static method (#​44207)
  • Added require symfony/uid (#​44202)
  • Make Vite macroable (#​44198)
Fixed
  • Async fix in Illuminate/Http/Client/PendingRequest (#​44179)
  • Fixes artisan serve command with PHP_CLI_SERVER_WORKERS environment variable (#​44204)
  • Fixed InteractsWithDatabase::castAsJson($value) incorrectly handles SQLite Database (#​44196)
Changed
  • Improve Blade compilation exception messages (#​44134)
  • Improve test failure output (#​43943)
  • Prompt to create MySQL db when migrating (#​44153)
  • Improve UUID and ULID support for Eloquent (#​44146)

v9.30.1

Compare Source

Added
  • Allow using a model instance in place of nested model factories (#​44107)
  • Added UUID and ULID support for Eloquent (#​44074)
  • Implement except method for fake classes to define what should not be faked (#​44117)
  • Added interacts with queue middleware to send queued mailable (#​44124)
  • Added new exception string to Illuminate/Database/DetectsLostConnections (#​44121)
Fixed
Changed
  • Enhance column modifying (#​44101)
  • Allow to define which jobs should be actually dispatched when using Bus::fake (#​44106)

v9.30.0

Compare Source

Added
  • Added stop_buffering config option to logger (#​44071)
  • Added read-only filesystem adapter decoration as a config option (#​44079)
  • Added scoped filesystem driver (#​44105)
  • Add force option to all make commands (#​44100)
Fixed
  • Fixed QueryBuilder whereNot with array conditions (#​44083)
Changed
  • Passing event into viaQueue and viaConnection of Queued Listener (#​44080)
  • Improve testability of batched jobs (#​44075)
  • Allow any kind of whitespace in cron expression (#​44110)

v9.29.0

Compare Source

Added
  • Added RequiredIfAccepted validation rule (#​44035)
  • Added Illuminate/Foundation/Vite::assetPath() (#​44037)
  • Added ability to discard Eloquent Model changes (#​43772)
  • Added ability to determine if attachments exist to Illuminate/Mail/Mailable (#​43967)
  • Added Illuminate/Support/Testing/Fakes/BusFake::assertNothingBatched() (#​44056)
Reverted
Fixed
  • Avoid Passing null to parameter exception on PHP 8.1 (#​43951)
  • Align Remember Me Cookie Duration with CookieJar expiration (#​44026)
  • Fix Stringable typehints with Enumerable (#​44030)
  • Fixed middleware "SetCacheHeaders" with file responses (#​44063)
Changed
  • Don't use locks for queue job popping for PlanetScale's MySQL-compatible Vitess engine (#​44027)
  • Avoid matching 'use' in custom Stub templates in Illuminate/Console/GeneratorCommand.php (#​44049)

v9.28.0

Compare Source

Added
  • Added view data assertions to TestView (#​43923)
  • Added Illuminate/Routing/Redirector::getIntendedUrl() (#​43938)
  • Added Eloq

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/laravel-framework-9.x branch from f88a19e to 316a4ae Compare September 6, 2022 16:52
@renovate renovate bot changed the title Update dependency laravel/framework to v9.27.0 Update dependency laravel/framework to v9.28.0 Sep 6, 2022
@renovate renovate bot force-pushed the renovate/laravel-framework-9.x branch from 316a4ae to 78190d9 Compare September 9, 2022 20:07
@renovate renovate bot changed the title Update dependency laravel/framework to v9.28.0 Update dependency laravel/framework to v9.29.0 Sep 9, 2022
@renovate renovate bot force-pushed the renovate/laravel-framework-9.x branch from 78190d9 to c310b5b Compare September 13, 2022 16:23
@renovate renovate bot changed the title Update dependency laravel/framework to v9.29.0 Update dependency laravel/framework to v9.30.0 Sep 13, 2022
@renovate renovate bot force-pushed the renovate/laravel-framework-9.x branch from c310b5b to 2b0e910 Compare September 15, 2022 15:28
@renovate renovate bot changed the title Update dependency laravel/framework to v9.30.0 Update dependency laravel/framework to v9.30.1 Sep 15, 2022
@renovate renovate bot force-pushed the renovate/laravel-framework-9.x branch from 2b0e910 to 90f3ac6 Compare September 20, 2022 14:41
@renovate renovate bot changed the title Update dependency laravel/framework to v9.30.1 Update dependency laravel/framework to v9.31.0 Sep 20, 2022
@renovate renovate bot force-pushed the renovate/laravel-framework-9.x branch from 90f3ac6 to a4bc5eb Compare September 27, 2022 15:30
@renovate renovate bot changed the title Update dependency laravel/framework to v9.31.0 Update dependency laravel/framework to v9.32.0 Sep 27, 2022
@renovate renovate bot force-pushed the renovate/laravel-framework-9.x branch from a4bc5eb to 3630f5f Compare September 30, 2022 14:17
@renovate renovate bot changed the title Update dependency laravel/framework to v9.32.0 Update dependency laravel/framework to v9.33.0 Sep 30, 2022
@renovate renovate bot force-pushed the renovate/laravel-framework-9.x branch 2 times, most recently from 7d5293b to 973a5b2 Compare October 4, 2022 14:28
@renovate renovate bot changed the title Update dependency laravel/framework to v9.33.0 Update dependency laravel/framework to v9.34.0 Oct 4, 2022
@renovate renovate bot force-pushed the renovate/laravel-framework-9.x branch from 973a5b2 to 19567c2 Compare October 11, 2022 15:42
@renovate renovate bot changed the title Update dependency laravel/framework to v9.34.0 Update dependency laravel/framework to v9.35.0 Oct 11, 2022
@renovate renovate bot force-pushed the renovate/laravel-framework-9.x branch from 19567c2 to d347a0b Compare October 11, 2022 20:09
@renovate renovate bot changed the title Update dependency laravel/framework to v9.35.0 Update dependency laravel/framework to v9.35.1 Oct 11, 2022
@renovate renovate bot force-pushed the renovate/laravel-framework-9.x branch from d347a0b to e74f863 Compare October 18, 2022 14:44
@renovate renovate bot changed the title Update dependency laravel/framework to v9.35.1 Update dependency laravel/framework to v9.36.0 Oct 18, 2022
@renovate renovate bot force-pushed the renovate/laravel-framework-9.x branch from e74f863 to 3715d66 Compare October 18, 2022 17:35
@renovate renovate bot changed the title Update dependency laravel/framework to v9.36.0 Update dependency laravel/framework to v9.36.1 Oct 18, 2022
@renovate renovate bot force-pushed the renovate/laravel-framework-9.x branch from 3715d66 to a572c80 Compare October 18, 2022 21:04
@renovate renovate bot changed the title Update dependency laravel/framework to v9.36.1 Update dependency laravel/framework to v9.36.2 Oct 18, 2022
@renovate renovate bot force-pushed the renovate/laravel-framework-9.x branch from a572c80 to 2fea5bd Compare October 19, 2022 16:49
@renovate renovate bot changed the title Update dependency laravel/framework to v9.36.2 Update dependency laravel/framework to v9.36.3 Oct 19, 2022
@renovate renovate bot force-pushed the renovate/laravel-framework-9.x branch from 2fea5bd to cc2cdb7 Compare October 20, 2022 17:20
@renovate renovate bot changed the title Update dependency laravel/framework to v9.36.3 Update dependency laravel/framework to v9.36.4 Oct 20, 2022
@renovate renovate bot force-pushed the renovate/laravel-framework-9.x branch from cc2cdb7 to 9dc46cd Compare October 25, 2022 17:36
@renovate renovate bot changed the title Update dependency laravel/framework to v9.36.4 Update dependency laravel/framework to v9.37.0 Oct 25, 2022
@renovate renovate bot force-pushed the renovate/laravel-framework-9.x branch 2 times, most recently from ae50efd to 931aec4 Compare October 30, 2022 05:34
@renovate renovate bot changed the title Update dependency laravel/framework to v9.37.0 Update dependency laravel/framework to v9.38.0 Nov 1, 2022
@renovate renovate bot force-pushed the renovate/laravel-framework-9.x branch from 931aec4 to 2f873d8 Compare November 1, 2022 16:00
@renovate renovate bot force-pushed the renovate/laravel-framework-9.x branch from 2f873d8 to f336e11 Compare November 8, 2022 17:19
@renovate renovate bot changed the title Update dependency laravel/framework to v9.38.0 Update dependency laravel/framework to v9.39.0 Nov 8, 2022
@renovate renovate bot force-pushed the renovate/laravel-framework-9.x branch from f336e11 to 5fc892a Compare November 15, 2022 15:00
@renovate renovate bot changed the title Update dependency laravel/framework to v9.39.0 Update dependency laravel/framework to v9.40.0 Nov 15, 2022
@renovate renovate bot force-pushed the renovate/laravel-framework-9.x branch from 5fc892a to 8a86a33 Compare November 15, 2022 17:40
@renovate renovate bot changed the title Update dependency laravel/framework to v9.40.0 Update dependency laravel/framework to v9.40.1 Nov 15, 2022
@renovate renovate bot force-pushed the renovate/laravel-framework-9.x branch from 8a86a33 to 1fc43cc Compare November 22, 2022 16:48
@renovate renovate bot changed the title Update dependency laravel/framework to v9.40.1 Update dependency laravel/framework to v9.41.0 Nov 22, 2022
@renovate renovate bot force-pushed the renovate/laravel-framework-9.x branch from 1fc43cc to de4879e Compare November 29, 2022 17:48
@renovate renovate bot changed the title Update dependency laravel/framework to v9.41.0 Update dependency laravel/framework to v9.42.0 Nov 29, 2022
@renovate renovate bot force-pushed the renovate/laravel-framework-9.x branch from de4879e to 4425e56 Compare November 30, 2022 17:23
@renovate renovate bot changed the title Update dependency laravel/framework to v9.42.0 Update dependency laravel/framework to v9.42.2 Nov 30, 2022
@renovate renovate bot force-pushed the renovate/laravel-framework-9.x branch from 4425e56 to 7709b14 Compare March 18, 2023 21:53
@renovate renovate bot changed the title Update dependency laravel/framework to v9.42.2 fix(deps): update dependency laravel/framework to v9.52.4 Mar 18, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Mar 18, 2023

⚠ Artifact update problem

Renovate 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:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: composer.lock
Command failed: docker run --rm --name=renovate_a_sidecar --label=renovate_a_child -v "/tmp/worker/c8e88a/e8043a/repos/github/dhoniaridho/laravel-vite-vue-ts":"/tmp/worker/c8e88a/e8043a/repos/github/dhoniaridho/laravel-vite-vue-ts" -v "/tmp/worker/c8e88a/e8043a/cache":"/tmp/worker/c8e88a/e8043a/cache" -e COMPOSER_CACHE_DIR -e COMPOSER_AUTH -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/tmp/worker/c8e88a/e8043a/repos/github/dhoniaridho/laravel-vite-vue-ts" ghcr.io/containerbase/sidecar bash -l -c "install-tool php 8.2.4 && install-tool composer 2.5.5 && composer update laravel/framework --with-dependencies --ignore-platform-req='ext-*' --ignore-platform-req='lib-*' --no-ansi --no-interaction --no-scripts --no-autoloader --no-plugins"
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - inertiajs/inertia-laravel is locked to version v0.5.4 and an update of this package was not requested.
    - inertiajs/inertia-laravel v0.5.4 requires php ^7.2|~8.0.0|~8.1.0 -> your php version (8.2.4) does not satisfy that requirement.
  Problem 2
    - phpspec/prophecy v1.15.0 requires php ^7.2 || ~8.0, <8.2 -> your php version (8.2.4) does not satisfy that requirement.
    - phpunit/phpunit 9.5.21 requires phpspec/prophecy ^1.12.1 -> satisfiable by phpspec/prophecy[v1.15.0].
    - phpunit/phpunit is locked to version 9.5.21 and an update of this package was not requested.


@renovate renovate bot changed the title fix(deps): update dependency laravel/framework to v9.52.4 fix(deps): update dependency laravel/framework to v9.52.5 Apr 3, 2023
@renovate renovate bot force-pushed the renovate/laravel-framework-9.x branch from 7709b14 to e0a0107 Compare April 3, 2023 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants