Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Bump laravel/framework from 9.16.0 to 9.17.0 #105

Merged
merged 1 commit into from
Jun 14, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 13, 2022

Bumps laravel/framework from 9.16.0 to 9.17.0.

Release notes

Sourced from laravel/framework's releases.

v9.17.0

Added

  • Added Illuminate/Database/Eloquent/Builder::withoutEagerLoad() (#42641)
  • Allow random string generation to be controlled (#42669)
  • Adds doesnt_start_with validation (#42683, de35bf2)
  • Added quarterlyOn cron schedule frequency command (#42692)

Fixed

  • Free reserved memory before handling fatal errors (#42630, #42646)
  • Prevent $mailer being reset when testing mailables that implement ShouldQueue (#42695)
  • Added checks for Pusher 7.1 preps (#42632)
  • Fixed grouping for user authorization (#42664)

Changed

  • Allow assertions against pushed string based pushed jobs (#42676)
Changelog

Sourced from laravel/framework's changelog.

v9.17.0 - 2022-06-07

Added

  • Added Illuminate/Database/Eloquent/Builder::withoutEagerLoad() (#42641)
  • Allow random string generation to be controlled (#42669)
  • Adds doesnt_start_with validation (#42683, de35bf2)
  • Added quarterlyOn cron schedule frequency command (#42692)

Fixed

  • Free reserved memory before handling fatal errors (#42630, #42646)
  • Prevent $mailer being reset when testing mailables that implement ShouldQueue (#42695)
  • Added checks for Pusher 7.1 preps (#42632)
  • Fixed grouping for user authorization (#42664)

Changed

  • Allow assertions against pushed string based pushed jobs (#42676)
Commits
  • 091e287 increment version
  • 6be5abd version
  • 5c488a0 adding quarterlyOn cron schedule frequency command (#42692)
  • 302a579 Apply fixes from StyleCI
  • c8c541c Merge branch 'mahmoudmohamedramadan/9.x' into 9.x
  • a62510e add test
  • de35bf2 formatting
  • 6149c62 Apply fixes from StyleCI
  • bc4e5ea [9.x] Add trashed() method phpDoc for Eloquent factory (#42693)
  • 065e4b8 Prevent $mailer being reset when testing mailables that implement ShouldQueue...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [laravel/framework](https://github.com/laravel/framework) from 9.16.0 to 9.17.0.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/9.x/CHANGELOG.md)
- [Commits](laravel/framework@v9.16.0...v9.17.0)

---
updated-dependencies:
- dependency-name: laravel/framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 13, 2022
@codecov
Copy link

codecov bot commented Jun 13, 2022

Codecov Report

Merging #105 (b374e14) into main (860e0ce) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##               main     #105   +/-   ##
=========================================
  Coverage     25.00%   25.00%           
  Complexity       50       50           
=========================================
  Files            16       16           
  Lines           116      116           
=========================================
  Hits             29       29           
  Misses           87       87           
Flag Coverage Δ
unittests 25.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 860e0ce...b374e14. Read the comment docs.

@gomzyakov gomzyakov merged commit 723a8bd into main Jun 14, 2022
@gomzyakov gomzyakov deleted the dependabot/composer/laravel/framework-9.17.0 branch June 14, 2022 16:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant