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

Update dependency laravel/framework to v9.49.0 #715

Merged
merged 1 commit into from
Feb 1, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 11, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
laravel/framework (source) require minor v9.47.0 -> v9.49.0

Release Notes

laravel/framework

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)

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 Jan 11, 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_sidecar --label=renovate_child -v "/mnt/renovate/gh/w3bdesign/laravel-vue":"/mnt/renovate/gh/w3bdesign/laravel-vue" -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/w3bdesign/laravel-vue" docker.io/renovate/sidecar bash -l -c "install-tool php 8.2.1 && install-tool composer 2.5.1 && 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
    - moneyphp/money v4.0.5 requires php ~8.0.0 || ~8.1.0 -> your php version (8.2.1) does not satisfy that requirement.
    - laravel/cashier v13.16.0 requires moneyphp/money ^3.2|^4.0 -> satisfiable by moneyphp/money[v4.0.5].
    - laravel/cashier is locked to version v13.16.0 and an update of this package was not requested.


@renovate renovate bot changed the title Update dependency laravel/framework to v9.47.0 Update dependency laravel/framework to v9.47.0 - autoclosed Jan 11, 2023
@renovate renovate bot closed this Jan 11, 2023
@renovate renovate bot deleted the renovate/laravel-framework-9.x branch January 11, 2023 03:31
@renovate renovate bot changed the title Update dependency laravel/framework to v9.47.0 - autoclosed Update dependency laravel/framework to v9.47.0 Jan 17, 2023
@renovate renovate bot reopened this Jan 17, 2023
@renovate renovate bot restored the renovate/laravel-framework-9.x branch January 17, 2023 20:02
@renovate renovate bot changed the title Update dependency laravel/framework to v9.47.0 Update dependency laravel/framework to v9.48.0 Jan 17, 2023
@renovate renovate bot force-pushed the renovate/laravel-framework-9.x branch from 89ec777 to db2f21a Compare January 17, 2023 20:03
@renovate renovate bot force-pushed the renovate/laravel-framework-9.x branch from db2f21a to b4886c8 Compare January 31, 2023 17:42
@renovate renovate bot changed the title Update dependency laravel/framework to v9.48.0 Update dependency laravel/framework to v9.49.0 Jan 31, 2023
@renovate renovate bot force-pushed the renovate/laravel-framework-9.x branch from b4886c8 to 6f15c7b Compare February 1, 2023 03:34
@renovate renovate bot force-pushed the renovate/laravel-framework-9.x branch from 6f15c7b to c9929fe Compare February 1, 2023 03:34
@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 1, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@w3bdesign w3bdesign merged commit 3422494 into main Feb 1, 2023
@renovate renovate bot deleted the renovate/laravel-framework-9.x branch February 1, 2023 04:10
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.

1 participant