Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

fix(deps): update dependency laravel/framework to v10 #232

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 14, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
laravel/framework (source) require major ^9.0 -> ^10.0

Release Notes

laravel/framework

v10.4.1

Compare Source

Changed
  • Move Symfony events dispatcher registration to Console\Kernel (#​46508)

v10.4.0

Compare Source

Added
  • Added Illuminate/Testing/Concerns/AssertsStatusCodes::assertUnsupportedMediaType() (#​46426)
  • Added curl_error_code: 77 to DetectsLostConnections (#​46429)
  • Allow for converting a HasMany to HasOne && MorphMany to MorphOne (#​46443)
  • Add option to create macroable method for paginationInformation (#​46461)
  • Added Illuminate/Filesystem/Filesystem::json() (#​46481)
Fixed
  • Fix parsed input arguments for command events using dispatcher rerouting (#​46442)
  • Fix enums uses with optional implicit parameters (#​46483)
  • Fix deprecations for embedded images in symfony mailer (#​46488)
Changed
  • Added alternative database port in Postgres DSN (#​46403)
  • Allow calling getControllerClass on closure-based routes (#​46411)
  • Remove obsolete method_exists(ReflectionClass::class, 'isEnum') call (#​46445)
  • Convert eloquent builder to base builder in whereExists (#​46460)
  • Refactor shared static methodExcludedByOptions method to trait (#​46498)

v10.3.3

Compare Source

Reverted

v10.3.2

Compare Source

Reverted
Fixed
  • Fixes Expression no longer implements Stringable (#​46395)

v10.3.1

Compare Source

Reverted

v10.3.0

Compare Source

Added
  • Adding Pipeline Facade (#​46271)
  • Add Support for SaveQuietly and Upsert with UUID/ULID Primary Keys (#​46161)
  • Add charAt method to both Str and Stringable (#​46349, dfb59bc2)
  • Adds Countable to the InvokedProcessPool class (#​46346)
  • Add processors to logging (placeholders) (#​46344)
Fixed
  • Fixed Illuminate/Mail/Mailable::buildMarkdownView() (791f8ea7)
  • FIX on CanBeOneOfMany trait giving erroneous results (#​46309)
Changed
  • Use fallback when previous URL is the same as the current in Illuminate/Routing/UrlGenerator::previous() (#​46234)
  • Allow override of the Builder paginate() total (#​46336)

v10.2.0

Compare Source

Added
  • Adding Conditionable train to Logger (#​46259)
  • Added "dot" method to Illuminate\Support\Collection class (#​46265)
  • Added a "channel:list" command (#​46248)
  • Added JobPopping and JobPopped events (#​46220)
  • Add isMatch method to Str and Stringable helpers (#​46303)
  • Add ArrayAccess to Stringable (#​46279)
Reverted
  • Revert "[10.x] Fix custom themes not reseting on Markdown renderer" (#​46328)
Fixed
  • Fix typo in function createMissingSqliteDatbase name in src/Illuminate/Database/Console/Migrations/MigrateCommand.php (#​46326)
Changed
  • Generate default command name based on class name in ConsoleMakeCommand (#​46256)
  • Do not mutate underlying values on redirect (#​46281)
  • Do not use null to initialise $lastExecutionStartedAt in ScheduleWorkCommand (#​46285)
  • Remove obsolete function_exists('enum_exists') calls (#​46319)
  • Cast json decoded failed_job_ids to array in DatabaseBatchRepository::toBatch (#​46329)

v10.1.5

Compare Source

Fixed
  • Fixed Illuminate/Foundation/Testing/Concerns/InteractsWithDatabase::expectsDatabaseQueryCount() $connection parameter (#​46228)
  • Fixed Facade Fake (#​46257)
Changed
  • Remove autoload dumping from make:migration (#​46215)

v10.1.4

Compare Source

Changed

v10.1.3

Compare Source

Added
  • Added protected method Illuminate/Http/Resources/Json/JsonResource::newCollection() for simplifies collection customisation (#​46217)
Fixed
Changes
  • Accept time when generating ULID in Str::ulid() (#​46201)

v10.1.2

Compare Source

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

v10.1.1

Compare Source

Added
  • Add the ability to re-resolve cache drivers (#​46203)
Fixed
  • Fixed Illuminate/Collections/Arr::shuffle() for empty array (0c6cae0)

v10.1.0

Compare Source

Fixed
  • Fixing issue where 0 is discarded as a valid timestamp (#​46158)
  • Fix custom themes not reseting on Markdown renderer (#​46200)
Changed
  • Use secure randomness in Arr:random and Arr:shuffle (#​46105)
  • Use mixed return type on controller stubs (#​46166)
  • Use InteractsWithDictionary in Eloquent collection (#​46196)

v10.0.3

Compare Source

Added
  • Added missing expression support for pluck in Builder (#​46146)

v10.0.2

Compare Source

Added
  • Register policies automatically to the gate (#​46132)

v10.0.1

Compare Source

Added
  • Standard Input can be applied to PendingProcess (#​46119)
Fixed
Changed
  • Add AddQueuedCookiesToResponse to middlewarePriority so it is handled in the right place (#​46130)
  • Show queue connection in MonitorCommand (#​46122)

v10.0.0

Compare Source

Please consult the upgrade guide and release notes in the official Laravel documentation.

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

@renovate
Copy link
Contributor Author

renovate bot commented Feb 14, 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: backend/php/laravel/composer.lock
Command failed: docker run --rm --name=renovate_sidecar --label=renovate_child -v "/mnt/renovate/gh/mateonunez/artchitect":"/mnt/renovate/gh/mateonunez/artchitect" -v "/tmp/renovate-cache":"/tmp/renovate-cache" -v "/tmp/containerbase":"/tmp/containerbase" -e COMPOSER_CACHE_DIR -e COMPOSER_AUTH -e BUILDPACK_CACHE_DIR -e CONTAINERBASE_CACHE_DIR -w "/mnt/renovate/gh/mateonunez/artchitect/backend/php/laravel" docker.io/containerbase/sidecar bash -l -c "install-tool php 8.2.4 && install-tool composer 2.5.4 && 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
Info from https://repo.packagist.org: #StandWithUkraine
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - laravel/framework[v10.0.0, ..., 10.x-dev] require monolog/monolog ^3.0 -> found monolog/monolog[dev-main, 3.0.0-RC1, ..., 3.x-dev] but these were not loaded, likely because it conflicts with another require.
    - Root composer.json requires laravel/framework ^10.0 -> satisfiable by laravel/framework[v10.0.0, ..., 10.x-dev].

Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.

@renovate renovate bot force-pushed the renovate/laravel-framework-10.x branch from ffd6eba to 4a983be Compare March 15, 2023 17:17
@renovate renovate bot force-pushed the renovate/laravel-framework-10.x branch from 4a983be to 597f7e8 Compare March 17, 2023 15:22
@mateonunez mateonunez closed this Mar 29, 2023
@mateonunez mateonunez deleted the renovate/laravel-framework-10.x branch March 29, 2023 15:08
@renovate
Copy link
Contributor Author

renovate bot commented Mar 29, 2023

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for any future 10.x releases. However, if you upgrade to 10.x manually then Renovate will reenable minor and patch updates automatically.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant