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 the prod-dependencies group with 9 updates #390

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 29, 2024

Bumps the prod-dependencies group with 9 updates:

Package From To
eluceo/ical 2.12.1 2.14.0
laravel/helpers 1.6.0 1.7.1
laravel/legacy-factories 1.3.2 1.4.0
laravel/tinker 2.8.2 2.10.0
laravel/ui 4.2.2 4.6.0
maatwebsite/excel 3.1.50 3.1.61
php-http/guzzle7-adapter 1.0.0 1.1.0
phpoffice/phpspreadsheet 1.29.0 1.29.5
spatie/laravel-blade-javascript 2.7.1 2.8.0

Updates eluceo/ical from 2.12.1 to 2.14.0

Release notes

Sourced from eluceo/ical's releases.

2.14.0

Fixed

  • Fix \n being escaped to \n, leading to no newlines in actual text #617

2.13.0

Added

  • Support PHP 8.3 #576
Changelog

Sourced from eluceo/ical's changelog.

[2.14.0] - 2024-07-11

Fixed

  • Fix \n being escaped to \n, leading to no newlines in actual text #617

[2.13.0] - 2023-12-19

Added

  • Support PHP 8.3 #576
Commits

Updates laravel/helpers from 1.6.0 to 1.7.1

Release notes

Sourced from laravel/helpers's releases.

v1.7.1

v1.7.0

Changelog

Sourced from laravel/helpers's changelog.

v1.7.1 - 2024-11-26

v1.7.0 - 2023-11-30

v1.5.0 (2022-01-12)

Changed

  • Laravel 9 support (#24)

v1.4.1 (2021-02-16)

Fixed

  • Use func_get_args to pass array_prepend call through to Arr::prepend (#21)

v1.4.0 (2020-11-03)

Added

  • PHP 8 Support (#20)

v1.3.0 (2020-08-25)

Added

v1.2.0 (2020-03-03)

Added

v1.1.1 (2019-07-30)

Changed

  • Removed old 5.9 versions (4c80f77)

v1.1.0 (2019-07-29)

Changed

... (truncated)

Commits

Updates laravel/legacy-factories from 1.3.2 to 1.4.0

Release notes

Sourced from laravel/legacy-factories's releases.

v1.4.0

Commits

Updates laravel/tinker from 2.8.2 to 2.10.0

Release notes

Sourced from laravel/tinker's releases.

v2.10.0

v2.9.0

Changelog

Sourced from laravel/tinker's changelog.

v2.10.0 - 2024-09-23

v2.9.0 - 2024-01-04

Commits

Updates laravel/ui from 4.2.2 to 4.6.0

Release notes

Sourced from laravel/ui's releases.

v4.6.0

v4.5.2

v4.5.1

v4.5.0

v4.4.0

v4.3.0

v4.2.3

Changelog

Sourced from laravel/ui's changelog.

v4.6.0 - 2024-11-21

v4.5.2 - 2024-05-08

v4.5.1 - 2024-03-21

v4.5.0 - 2024-03-04

v4.4.0 - 2024-01-12

v4.3.0 - 2023-12-19

v4.2.3 - 2023-11-23

Commits

Updates maatwebsite/excel from 3.1.50 to 3.1.61

Release notes

Sourced from maatwebsite/excel's releases.

3.1.61

What's Changed

New Contributors

Full Changelog: SpartnerNL/Laravel-Excel@3.1.60...3.1.61

3.1.60

Bump phpspreadsheet to 1.29.4

Full Changelog: SpartnerNL/Laravel-Excel@3.1.59...3.1.60

3.1.59

What's Changed

New Contributors

Full Changelog: SpartnerNL/Laravel-Excel@3.1.58...3.1.59

3.1.58

What's Changed

New Contributors

Full Changelog: SpartnerNL/Laravel-Excel@3.1.57...3.1.58

3.1.57

Full Changelog: SpartnerNL/Laravel-Excel@3.1.56...3.1.57

3.1.56

What's Changed

... (truncated)

Commits

Updates php-http/guzzle7-adapter from 1.0.0 to 1.1.0

Release notes

Sourced from php-http/guzzle7-adapter's releases.

1.1.0

Changed

  • Add support for PHP 8.4, drop support for PHP version 7.2

Fixed

  • Add missing composer test command and use it in CI
  • Fix deprecated usage of prophesize in phpunit tests
Changelog

Sourced from php-http/guzzle7-adapter's changelog.

[1.1.0] - 2024-11-26

Changed

  • Add support for PHP 8.4, drop support for PHP version 7.2

Fixed

  • Add missing composer test command and use it in CI
  • Fix deprecated usage of prophesize in phpunit tests
Commits
  • 03a415f prepare release
  • 93243a3 Merge pull request #17 from ruudk/patch-1
  • f6efdfc Add PHP 8.4 to CI matrix
  • 3b623a6 Merge pull request #16 from php-http/housekeeping
  • b88310d psalm stop complaining about unused method
  • dc4da39 chore: feat ci deprecations
  • 513f508 add test for createWithConfig
  • c6975e5 latest cs fixes
  • 427e734 cleanup branch alias and explicitly require legacy message-factory
  • 0332804 chore: add ci-tests for php 8.2, bump github action verions (#13)
  • Additional commits viewable in compare view

Updates phpoffice/phpspreadsheet from 1.29.0 to 1.29.5

Release notes

Sourced from phpoffice/phpspreadsheet's releases.

1.29.5 - 2024-11-22

Changed

Deprecated

  • Settings::setLibXmlLoaderOptions() and Settings::getLibXmlLoaderOptions() are no longer needed - no replacement.

1.29.4 - 2024-11-10

Fixed

Added

1.29.2 - 2024-09-29

Fixed

  • Backported security patches.
  • Support for Php8.4.
  • Change to Csv Reader (see below under Deprecated). Backport of PR #4162 intended for 3.0.0. [Issue #4161](PHPOffice/PhpSpreadsheet#4161)
  • Tweaks to ROUNDUP, ROUNDDOWN, TRUNC, AMORDEGRC (results had been different under 8.4).

Changed

  • Images will not be added to spreadsheet if they cannot be validated as images.

Security Patch

1.29.1 - 2024-09-03

Fixed

  • Backported security patches from PR #4119 and PR #3957.
Changelog

Sourced from phpoffice/phpspreadsheet's changelog.

1.29.5 - 2024-11-22

Changed

Deprecated

  • Settings::setLibXmlLoaderOptions() and Settings::getLibXmlLoaderOptions() are no longer needed - no replacement.

1.29.4 - 2024-11-10

Fixed

Added

1.29.2 - 2024-09-29

Fixed

  • Backported security patches.
  • Support for Php8.4.
  • Change to Csv Reader (see below under Deprecated). Backport of PR #4162 intended for 3.0.0. [Issue #4161](PHPOffice/PhpSpreadsheet#4161)
  • Tweaks to ROUNDUP, ROUNDDOWN, TRUNC, AMORDEGRC (results had been different under 8.4).

Changed

  • Images will not be added to spreadsheet if they cannot be validated as images.

Deprecated

  • Php8.4 will deprecate the escape parameter of fgetcsv. Csv Reader is affected by this; code is changed to be unaffected, but this will mean a breaking change is coming with Php9. Any code which uses the default escape value of backslash will fail in Php9. It is recommended to explicitly set the escape value to null string before then.

1.29.1 - 2024-09-03

Fixed

  • Backported security patches.
Commits

Updates spatie/laravel-blade-javascript from 2.7.1 to 2.8.0

Release notes

Sourced from spatie/laravel-blade-javascript's releases.

2.8.0

What's Changed

New Contributors

Full Changelog: spatie/laravel-blade-javascript@2.7.1...2.8.0

Commits

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot requested a review from a team as a code owner November 29, 2024 09:59
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Nov 29, 2024
Copy link
Member

@marijnvanderhorst marijnvanderhorst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only includes minor and patch updates of dependencies, so no issues expected.
@esac-ic/code-owners could someone still give it a quick test locally before we merge it?

Bumps the prod-dependencies group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [eluceo/ical](https://github.com/markuspoerschke/iCal) | `2.12.1` | `2.14.0` |
| [laravel/helpers](https://github.com/laravel/helpers) | `1.6.0` | `1.7.1` |
| [laravel/legacy-factories](https://github.com/laravel/legacy-factories) | `1.3.2` | `1.4.0` |
| [laravel/tinker](https://github.com/laravel/tinker) | `2.8.2` | `2.10.0` |
| [laravel/ui](https://github.com/laravel/ui) | `4.2.2` | `4.6.0` |
| [maatwebsite/excel](https://github.com/SpartnerNL/Laravel-Excel) | `3.1.50` | `3.1.61` |
| [php-http/guzzle7-adapter](https://github.com/php-http/guzzle7-adapter) | `1.0.0` | `1.1.0` |
| [phpoffice/phpspreadsheet](https://github.com/PHPOffice/PhpSpreadsheet) | `1.29.0` | `1.29.5` |
| [spatie/laravel-blade-javascript](https://github.com/spatie/laravel-blade-javascript) | `2.7.1` | `2.8.0` |


Updates `eluceo/ical` from 2.12.1 to 2.14.0
- [Release notes](https://github.com/markuspoerschke/iCal/releases)
- [Changelog](https://github.com/markuspoerschke/iCal/blob/2.x/CHANGELOG.md)
- [Commits](markuspoerschke/iCal@2.12.1...2.14.0)

Updates `laravel/helpers` from 1.6.0 to 1.7.1
- [Release notes](https://github.com/laravel/helpers/releases)
- [Changelog](https://github.com/laravel/helpers/blob/master/CHANGELOG.md)
- [Commits](laravel/helpers@v1.6.0...v1.7.1)

Updates `laravel/legacy-factories` from 1.3.2 to 1.4.0
- [Release notes](https://github.com/laravel/legacy-factories/releases)
- [Commits](laravel/legacy-factories@v1.3.2...v1.4.0)

Updates `laravel/tinker` from 2.8.2 to 2.10.0
- [Release notes](https://github.com/laravel/tinker/releases)
- [Changelog](https://github.com/laravel/tinker/blob/2.x/CHANGELOG.md)
- [Commits](laravel/tinker@v2.8.2...v2.10.0)

Updates `laravel/ui` from 4.2.2 to 4.6.0
- [Release notes](https://github.com/laravel/ui/releases)
- [Changelog](https://github.com/laravel/ui/blob/4.x/CHANGELOG.md)
- [Commits](laravel/ui@v4.2.2...v4.6.0)

Updates `maatwebsite/excel` from 3.1.50 to 3.1.61
- [Release notes](https://github.com/SpartnerNL/Laravel-Excel/releases)
- [Changelog](https://github.com/SpartnerNL/Laravel-Excel/blob/3.1/CHANGELOG.md)
- [Commits](SpartnerNL/Laravel-Excel@3.1.50...3.1.61)

Updates `php-http/guzzle7-adapter` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/php-http/guzzle7-adapter/releases)
- [Changelog](https://github.com/php-http/guzzle7-adapter/blob/1.x/CHANGELOG.md)
- [Commits](php-http/guzzle7-adapter@1.0.0...1.1.0)

Updates `phpoffice/phpspreadsheet` from 1.29.0 to 1.29.5
- [Release notes](https://github.com/PHPOffice/PhpSpreadsheet/releases)
- [Changelog](https://github.com/PHPOffice/PhpSpreadsheet/blob/1.29.5/CHANGELOG.md)
- [Commits](PHPOffice/PhpSpreadsheet@1.29.0...1.29.5)

Updates `spatie/laravel-blade-javascript` from 2.7.1 to 2.8.0
- [Release notes](https://github.com/spatie/laravel-blade-javascript/releases)
- [Changelog](https://github.com/spatie/laravel-blade-javascript/blob/master/CHANGELOG.md)
- [Commits](spatie/laravel-blade-javascript@2.7.1...2.8.0)

---
updated-dependencies:
- dependency-name: eluceo/ical
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: laravel/helpers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: laravel/legacy-factories
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: laravel/tinker
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: laravel/ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: maatwebsite/excel
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: php-http/guzzle7-adapter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
- dependency-name: phpoffice/phpspreadsheet
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-dependencies
- dependency-name: spatie/laravel-blade-javascript
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Copy link

codecov bot commented Dec 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 30.13%. Comparing base (5284624) to head (a3c9257).

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #390   +/-   ##
=========================================
  Coverage     30.13%   30.13%           
  Complexity      529      529           
=========================================
  Files            80       80           
  Lines          2014     2014           
=========================================
  Hits            607      607           
  Misses         1407     1407           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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