CSU-Booking-Platform / application

MIT License
0 stars 9 forks source link

fix(auto): bump laravel/framework from 8.36.2 to 8.56.0 #725

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps laravel/framework from 8.36.2 to 8.56.0.

Release notes

Sourced from laravel/framework's releases.

v8.55.0

Added

  • Added stringable support for isUuid (#38330)
  • Allow for closure reflection on all MailFake assertions (#38328)
  • Added Illuminate/Support/Testing/Fakes/MailFake::assertNothingOutgoing() (363af47)
  • Added Illuminate/Support/Testing/Fakes/MailFake::assertNotOutgoing() (a3658c9)
  • Added Support withTrashed on routes (#38348)
  • Added Failover Swift Transport driver (#38344)
  • Added Conditional rules (#38361)
  • Added assertRedirectToSignedRoute() method for testing responses (#38349)
  • Added Validated subsets (#38366)
  • Share handler instead of client between requests in pool to ensure ResponseReceived events are dispatched in async HTTP Request (#38380)
  • Support union types on event discovery (#38383)
  • Added Assert invalid in testResponse (#38384)
  • Add qualifyColumns method to Model class (#38403)
  • Added ability to throw a custom validation exception (#38406)
  • Support shorter subscription syntax (#38408)

Fixed

  • Handle exceptions in batch callbacks (#38327)
  • Bump AWS PHP SDK (#38297)
  • Fixed firstOrCreate and firstOrNew should merge attributes correctly (#38346)
  • Check for incomplete class to prevent unexpected error when class cannot be loaded in retry command (#38379)

Changed

  • Update the ParallelRunner to allow for a custom Runner to be resolved (#38374)
  • Use Fluent instead of array on Rule::when() (#38397)

v8.54.0

Added

  • Added support for GCM encryption (#38190, 827bc1d)
  • Added exception as parameter to the missing() callbacks in Illuminate/Routing/Middleware/SubstituteBindings.php (#38289)
  • Implement TrustProxies middleware (#38295)
  • Added bitwise not operator to Illuminate/Database/Query/Builder.php (#38316)
  • Adds attempt method to RateLimiter (#38313)
  • Added withoutTrashed on Exists rule (#38314)

Changed

  • Wraps column name inside subQuery of hasOneOfMany-relationship (#38263)
  • Change Visibility of the Markdown property in Mailable (#38320)
  • Swap multiple logical OR for in_array when checking date casting (#38307)

Fixed

  • Fixed out of bounds shift and pop behavior in Collection (bd89575)
  • Fixed schedule timezone when using CarbonImmutable (#38297)
  • Fixed isDateCastable for the new immutable_date and immutable_datetime casts (#38294)
  • Fixed Factory hasMany method (#38319)

v8.53.1

Added

... (truncated)

Changelog

Sourced from laravel/framework's changelog.

Release Notes for 8.x

Unreleased

v8.55.0 (2021-08-17)

Added

  • Added stringable support for isUuid (#38330)
  • Allow for closure reflection on all MailFake assertions (#38328)
  • Added Illuminate/Support/Testing/Fakes/MailFake::assertNothingOutgoing() (363af47)
  • Added Illuminate/Support/Testing/Fakes/MailFake::assertNotOutgoing() (a3658c9)
  • Added Support withTrashed on routes (#38348)
  • Added Failover Swift Transport driver (#38344)
  • Added Conditional rules (#38361)
  • Added assertRedirectToSignedRoute() method for testing responses (#38349)
  • Added Validated subsets (#38366)
  • Share handler instead of client between requests in pool to ensure ResponseReceived events are dispatched in async HTTP Request (#38380)
  • Support union types on event discovery (#38383)
  • Added Assert invalid in testResponse (#38384)
  • Add qualifyColumns method to Model class (#38403)
  • Added ability to throw a custom validation exception (#38406)
  • Support shorter subscription syntax (#38408)

Fixed

  • Handle exceptions in batch callbacks (#38327)
  • Bump AWS PHP SDK (#38297)
  • Fixed firstOrCreate and firstOrNew should merge attributes correctly (#38346)
  • Check for incomplete class to prevent unexpected error when class cannot be loaded in retry command (#38379)

Changed

  • Update the ParallelRunner to allow for a custom Runner to be resolved (#38374)
  • Use Fluent instead of array on Rule::when() (#38397)

v8.54.0 (2021-08-10)

Added

  • Added support for GCM encryption (#38190, 827bc1d)
  • Added exception as parameter to the missing() callbacks in Illuminate/Routing/Middleware/SubstituteBindings.php (#38289)
  • Implement TrustProxies middleware (#38295)
  • Added bitwise not operator to Illuminate/Database/Query/Builder.php (#38316)
  • Adds attempt method to RateLimiter (#38313)
  • Added withoutTrashed on Exists rule (#38314)

Changed

  • Wraps column name inside subQuery of hasOneOfMany-relationship (#38263)
  • Change Visibility of the Markdown property in Mailable (#38320)
  • Swap multiple logical OR for in_array when checking date casting (#38307)

... (truncated)

Commits
  • d700f33 version
  • c1e8dc8 Make getCookie public so it can be directly used in tests (#38524)
  • 62c7426 [8.x] Add link to support policy for security fixes (#38519)
  • 89069f8 [8.x] Add colon port support in serve host option. (#38522)
  • 20137ae [8.x] Add --implicit (and -i) option to make:rule (#38480)
  • b5300a1 [8.x] Adds Response authorization to Form Requests (#38489)
  • 30e1fd3 fix namespaces
  • aa9daa0 [8.x] Add fullUrlWithoutQuery method to Request (#38482)
  • 5671af9 Make resource stub return type compatible with parent method (#38487)
  • adf93f8 [8.x] Add assertListening To Comment Section For IDEs Autocomplete (#38488)
  • 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)
sonarcloud[bot] commented 3 years ago

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
No Duplication information No Duplication information

dependabot[bot] commented 3 years ago

Superseded by #726.