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

Bump laravel/framework from 8.79.0 to 8.80.0 in /web #771

Merged
merged 1 commit into from
Jan 24, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 24, 2022

Bumps laravel/framework from 8.79.0 to 8.80.0.

Release notes

Sourced from laravel/framework's releases.

v8.80.0

Added

  • Allow enums as entity_type in morphs (#40375)
  • Added support for specifying a route group controller (#40276)
  • Added phpredis serialization and compression config support (#40282)
  • Added a BladeCompiler::render() method to render a string with Blade (#40425)
  • Added a method to sort keys in a collection using a callback (#40458)

Changed

  • Convert "/" in -e parameter to "" in Illuminate/Foundation/Console/ListenerMakeCommand (#40383)

Fixed

  • Throws an error upon make:policy if no model class is configured (#40348)
  • Fix forwarded call with named arguments in Illuminate/Filesystem/FilesystemAdapter (#40421)
  • Fix 'strstr' function usage based on its signature (#40457)
Changelog

Sourced from laravel/framework's changelog.

v8.80.0 (2022-01-18)

Added

  • Allow enums as entity_type in morphs (#40375)
  • Added support for specifying a route group controller (#40276)
  • Added phpredis serialization and compression config support (#40282)
  • Added a BladeCompiler::render() method to render a string with Blade (#40425)
  • Added a method to sort keys in a collection using a callback (#40458)

Changed

  • Convert "/" in -e parameter to "" in Illuminate/Foundation/Console/ListenerMakeCommand (#40383)

Fixed

  • Throws an error upon make:policy if no model class is configured (#40348)
  • Fix forwarded call with named arguments in Illuminate/Filesystem/FilesystemAdapter (#40421)
  • Fix 'strstr' function usage based on its signature (#40457)
Commits
  • 8949a2e version
  • e711113 Fix docblock of $contents argument of PendingRequest->attach() (#40473)
  • 9156c99 Corrected parameters for migration fulltext and spatial index on columns (#40...
  • e5a624a Use isNotEmpty for whenNotEmpty (#40452)
  • 914ada9 add test
  • 0776ffd Fix 'strstr' function usage based on its signature (#40457)
  • f9870ef [8.x] Add a method to sort keys in a collection using a callback (#40458)
  • 4599548 [8.x] simplify whenEmpty & whenNotEmpty methods (#40438)
  • 5ce33c0 Apply fixes from StyleCI
  • 5e104a0 [8.x] Add a BladeCompiler::render() method to render a string with Blade (#40...
  • 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 8.79.0 to 8.80.0.
- [Release notes](https://github.com/laravel/framework/releases)
- [Changelog](https://github.com/laravel/framework/blob/8.x/CHANGELOG-8.x.md)
- [Commits](laravel/framework@v8.79.0...v8.80.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 dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jan 24, 2022
@codecov
Copy link

codecov bot commented Jan 24, 2022

Codecov Report

Merging #771 (f52ff41) into develop (6355bd7) will decrease coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #771      +/-   ##
===========================================
- Coverage    49.13%   49.12%   -0.02%     
===========================================
  Files          353      353              
  Lines        16951    16951              
  Branches        96       96              
===========================================
- Hits          8329     8327       -2     
- Misses        8610     8612       +2     
  Partials        12       12              
Flag Coverage Δ *Carryforward flag
deepwell 2.12% <ø> (ø) Carriedforward from 36ed746
ftml 83.69% <ø> (-0.03%) ⬇️ Carriedforward from 36ed746
web 29.27% <ø> (ø)

*This pull request uses carry forward flags. Click here to find out more.

Impacted Files Coverage Δ
ftml/src/render/html/mod.rs 93.33% <0.00%> (-6.67%) ⬇️
ftml/src/render/html/context.rs 87.38% <0.00%> (-0.91%) ⬇️

@emmiegit emmiegit merged commit 83a3a0f into develop Jan 24, 2022
@emmiegit emmiegit deleted the dependabot/composer/web/laravel/framework-8.80.0 branch January 24, 2022 06:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant