CSU-Booking-Platform / application

MIT License
0 stars 9 forks source link

fix(auto): bump laravel/framework from 8.36.2 to 8.49.1 #715

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps laravel/framework from 8.36.2 to 8.49.1.

Release notes

Sourced from laravel/framework's releases.

v8.49.0

Added

  • Add context to subsequent logs (#37847)

v8.48.2

Added

  • Added parameter casting for cursor paginated items (#37785, 31ebfc8)
  • Added Illuminate/Http/ResponseTrait::statusText() (#37795)
  • Track a loop variable for sequence and pass it with count to closure (#37799)
  • Added "precedence" order to route:list command (#37824)

Fixed

  • Remove ksort in pool results that modifies intended original order (#37775)
  • Make sure availableIn returns positive values in /Illuminate/Cache/RateLimiter::availableIn() (#37809)-
  • Ensure alias is rebound when mocking items in the container in tests (#37810)
  • Move primary after collate in /MySqlGrammar.php modifiers (#37815))

v8.48.1

Fixed

  • Order of Modifiers Amended in MySqlGrammar (#37782)

v8.48.0

Added

  • Added a queue:prune-failed command (#37696, 7aca658)
  • Added Illuminate/Filesystem/FilesystemManager::build() (#37720, c21fc12)
  • Allow customising the event.stub file (#37761)
  • Added Illuminate/Collections/Collection::sliding() and Illuminate/Collections/LazyCollection::sliding() (#37751)
  • Make Illuminate\Http\Client\Request macroable (#37744)
  • Added GIF, WEBP, WBMP, BMP support to FileFactory::image() (#37743)
  • Dispatch 'connection failed' event in http client (#37740)

Fixed

  • Adds a small fix for unicode with blade echo handlers (#37697)
  • Solve the Primary Key issue in databases with sql_require_primary_key enabled (#37715)

Changed

  • Removed unnecessary checks in RequiredIf validation, fixed tests (#37700)
  • Replace non ASCII apostrophe in the email notification template (#37709)
  • Change the order of the bindings for a Sql Server query with a offset and a subquery order by (#37728, 401928b)
  • Bind mock instances as singletons so they are not overwritten (#37746)
  • Encode objects when casting as JSON (#37759)
  • Call on_stats handler in Http stub callbacks (#37738)

v8.47.0

Added

  • Introduce scoped instances (#37521, 2971b64)
  • Added whereContains AssertableJson method (#37631, 2d2d108)
  • Added Illuminate/Database/Connection::setRecordModificationState() (ee1e6b4)

... (truncated)

Changelog

Sourced from laravel/framework's changelog.

Release Notes for 8.x

Unreleased

v8.49.0 (2021-07-02)

Added

  • Add context to subsequent logs (#37847)

v8.48.2 (2021-06-26)

Added

  • Added parameter casting for cursor paginated items (#37785, 31ebfc8)
  • Added Illuminate/Http/ResponseTrait::statusText() (#37795)
  • Track a loop variable for sequence and pass it with count to closure (#37799)
  • Added "precedence" order to route:list command (#37824)

Fixed

  • Remove ksort in pool results that modifies intended original order (#37775)
  • Make sure availableIn returns positive values in /Illuminate/Cache/RateLimiter::availableIn() (#37809)-
  • Ensure alias is rebound when mocking items in the container in tests (#37810)
  • Move primary after collate in /MySqlGrammar.php modifiers (#37815))

v8.48.1 (2021-06-23)

Fixed

  • Order of Modifiers Amended in MySqlGrammar (#37782)

v8.48.0 (2021-06-23)

Added

  • Added a queue:prune-failed command (#37696, 7aca658)
  • Added Illuminate/Filesystem/FilesystemManager::build() (#37720, c21fc12)
  • Allow customising the event.stub file (#37761)
  • Added Illuminate/Collections/Collection::sliding() and Illuminate/Collections/LazyCollection::sliding() (#37751)
  • Make Illuminate\Http\Client\Request macroable (#37744)
  • Added GIF, WEBP, WBMP, BMP support to FileFactory::image() (#37743)
  • Dispatch 'connection failed' event in http client (#37740)

Fixed

  • Adds a small fix for unicode with blade echo handlers (#37697)
  • Solve the Primary Key issue in databases with sql_require_primary_key enabled (#37715)

Changed

  • Removed unnecessary checks in RequiredIf validation, fixed tests (#37700)
  • Replace non ASCII apostrophe in the email notification template (#37709)

... (truncated)

Commits


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)
sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud 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
No Duplication information No Duplication information

dependabot[bot] commented 3 years ago

Superseded by #716.