Skip to content

Bump maatwebsite/excel from 3.1.35 to 3.1.37

Created by: dependabot[bot]

Bumps maatwebsite/excel from 3.1.35 to 3.1.37.

Release notes

Sourced from maatwebsite/excel's releases.

3.1.37

New Contributors

Full Changelog: https://github.com/SpartnerNL/Laravel-Excel/blob/3.1/CHANGELOG.md

3.1.36

What's Changed

New Contributors

Full Changelog: https://github.com/SpartnerNL/Laravel-Excel/compare/3.1.35...3.1.36

Changelog

Sourced from maatwebsite/excel's changelog.

[3.1.37] - 2022-02-28

Fixed

  • Add @mixin docblock to all macroable classes to allow for IDE autocompletion of delegate classes
  • Fix issue with Excel::toArray not allowing nullable reader types for uploaded files

Changed

  • Change default Csv Import to auto-detect the delimiter when not explicitly defined

[3.1.36] - 2022-02-03

Fixed

  • Fix return type of FromQuery::query()

Changed

  • Support Laravel 9
  • Added a config setting to specify DB connection
  • Added a config setting to specify CSV output encoding
  • Added an ability to specify CSV ouput encoding through csvSettings
Commits
  • 49ccd41 Install legacy factories via github actions only
  • 9493633 Autodetect csv delimiter when not explicitly defined on imports
  • 85f2ee1 ReaderType can be nullable when using Excel::toArray
  • 560e8ca Update CHANGELOG.md
  • ca6b317 Add @mixin docblock to all macroable classes (#3527)
  • eb31f30 Added an ability to specify CSV ouput encoding (#3507)
  • 71c2f9b Fix typo in README links (#3503)
  • b737c76 Update README.md
  • 41747d8 Update README.md
  • 6f6ac07 Allow setting db connection from config (#3497)
  • 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)

Merge request reports