portaldots / PortalDots

最強の学園祭ウェブシステム
https://www.PortalDots.com
MIT License
41 stars 11 forks source link

Bump maatwebsite/excel from 3.1.48 to 3.1.55 #1864

Open dependabot[bot] opened 7 months ago

dependabot[bot] commented 7 months ago

Bumps maatwebsite/excel from 3.1.48 to 3.1.55.

Release notes

Sourced from maatwebsite/excel's releases.

3.1.55

Bugfix for output buffer cleaning

Full Changelog: https://github.com/SpartnerNL/Laravel-Excel/compare/3.1.54...3.1.55

3.1.54

  • Laravel 11 support
  • Detach cell parent when flushing cache to save memory
  • Explicitly fail when file does not exist on import

Full Changelog: https://github.com/SpartnerNL/Laravel-Excel/compare/3.1.53...3.1.54

3.1.53

  • Backport never released features: cascade persisting of belongs* relations and builder macros
  • Fix for L5.8
  • Remove conflicting db transactions trait from macro tests
  • Use app() helper instead of resolve() for old Lumen versions

Full Changelog: https://github.com/SpartnerNL/Laravel-Excel/compare/3.1.52...3.1.53

3.1.52

What's Changed

New Contributors

Full Changelog: https://github.com/SpartnerNL/Laravel-Excel/compare/3.1.51...3.1.52

3.1.51

What's Changed

New Contributors

Full Changelog: https://github.com/SpartnerNL/Laravel-Excel/compare/3.1.50...3.1.51

3.1.50

... (truncated)

Commits
  • 6d9d791 Apply fixes from StyleCI
  • 33f9732 Check if we can clear the output buffer before cleaning (fixes #4090 #4901)
  • c35a38e Add passing test for situation in #4077
  • 4719218 Apply fixes from StyleCI
  • 53f9137 Explicitly fail when file does not exist on import
  • 36ca9cb Apply fixes from StyleCI
  • 6e04801 Also fix batch cache flush in older Laravel versions
  • 6689506 Apply fixes from StyleCI
  • a9674cc Flush output buffer before downloading to prevent some weird issues
  • 3931c72 Apply fixes from StyleCI
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 44.18%. Comparing base (ed4f779) to head (cde3e4d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## 4.x #1864 +/- ## ========================================= Coverage 44.18% 44.18% Complexity 1482 1482 ========================================= Files 323 323 Lines 6341 6341 ========================================= Hits 2802 2802 Misses 3539 3539 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.