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 dependencies group with 2 updates #1815

Merged
merged 1 commit into from
Oct 21, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 21, 2024

Bumps the dependencies group with 2 updates: league/csv and phpstan/phpstan.

Updates league/csv from 9.17.0 to 9.18.0

Release notes

Sourced from league/csv's releases.

version 9.18.0

Added

  • League\Csv\JsonConverter::chunkSize
  • League\Csv\AbstractCsv::download

Deprecated

  • League\Csv\AbstractCsv::output use League\Csv\AbstractCsv::download instead
  • League\Csv\FragmentFinder and derived methods are marked as experimental as their results will be changed in the next major version.

Fixed

  • League\Csv\JsonConverter::download the filename is now nullable
  • League\Csv\XMLConverter::download the filename is now nullable
  • League\Csv\JsonConverter::save throws a TypeError exception if the $destination type is not supported.

Remove

  • None
Changelog

Sourced from league/csv's changelog.

9.18.0 - 2024-10-18

Added

  • League\Csv\JsonConverter::chunkSize
  • League\Csv\AbstractCsv::download

Deprecated

  • League\Csv\AbstractCsv::output use League\Csv\AbstractCsv::download instead
  • League\Csv\FragmentFinder and derived methods are marked as experimental as their results will be changed in the next major version.

Fixed

  • League\Csv\JsonConverter::download the filename is now nullable
  • League\Csv\XMLConverter::download the filename is now nullable
  • League\Csv\JsonConverter::save throws a TypeError exception if the $destination type is not supported.

Remove

  • None
Commits
  • b02d010 Prepare new release
  • 434f0c4 Speed up JsonConverter again
  • 474b613 Improve documentation around escape parameter deprecation
  • 0d47043 Improve internal codebase
  • e3e2135 Normalizes the download method is the package
  • 6b2e346 Improve Info and function codebase
  • d70d5af Improve JSONConverter::chunkSize implementation
  • a422157 Improve JSONConverter codebase
  • b4583da Adding JsonConverter::chunkSize (#540)
  • See full diff in compare view

Updates phpstan/phpstan from 1.12.6 to 1.12.7

Release notes

Sourced from phpstan/phpstan's releases.

1.12.7

Major new features 🚀

Improvements 🔧

Bugfixes 🐛

Function signature fixes 🤖

Internals 🔍

Commits
  • dc2b997 PHPStan 1.12.7
  • 247ae64 Updated PHPStan to commit 247ae64eaa4126e6fd9bca563d71ac95080392cf
  • e802b85 Updated PHPStan to commit e802b85aa2cecf243410c41464e632ca58eaa658
  • dc5d8f4 Updated PHPStan to commit dc5d8f4d3eef18b1d80b8ffb3a1adfe8de6d7268
  • 40e461d Updated PHPStan to commit 40e461d2e8dff171cdf588e380eb20e782e94eb1
  • 3128f26 Updated PHPStan to commit 3128f266461cdcb559672e8519db7643666c669a
  • 107a7e3 Updated PHPStan to commit 107a7e38e2173d8b8b4f18e5d592fc8ead02b96a
  • 856208a Updated PHPStan to commit 856208a53b3b1c4eada01f7e4892573d756cdf3f
  • ff75213 Updated PHPStan to commit ff7521302711c2eca765d47f8606179f0ca0d19b
  • 66664bb Updated PHPStan to commit 66664bb612b4cfb4e8a870f5d11f5af731f5e21a
  • Additional commits viewable in compare view

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

Bumps the dependencies group with 2 updates: [league/csv](https://github.com/thephpleague/csv) and [phpstan/phpstan](https://github.com/phpstan/phpstan).


Updates `league/csv` from 9.17.0 to 9.18.0
- [Release notes](https://github.com/thephpleague/csv/releases)
- [Changelog](https://github.com/thephpleague/csv/blob/master/CHANGELOG.md)
- [Commits](thephpleague/csv@9.17.0...9.18.0)

Updates `phpstan/phpstan` from 1.12.6 to 1.12.7
- [Release notes](https://github.com/phpstan/phpstan/releases)
- [Changelog](https://github.com/phpstan/phpstan/blob/2.0.x/CHANGELOG.md)
- [Commits](phpstan/phpstan@1.12.6...1.12.7)

---
updated-dependencies:
- dependency-name: league/csv
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Oct 21, 2024
Copy link

codecov bot commented Oct 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.76%. Comparing base (1dba2de) to head (7283024).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #1815   +/-   ##
=========================================
  Coverage     92.76%   92.76%           
  Complexity     1822     1822           
=========================================
  Files           122      122           
  Lines          6912     6912           
=========================================
  Hits           6412     6412           
  Misses          500      500           

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

@github-actions github-actions bot merged commit 9f019a2 into main Oct 21, 2024
19 checks passed
Copy link

Try the dev build for this PR: https://acquia-cli.s3.amazonaws.com/build/pr/1815/acli.phar

curl -OL https://acquia-cli.s3.amazonaws.com/build/pr/1815/acli.phar
chmod +x acli.phar

@github-actions github-actions bot deleted the dependabot/composer/dependencies-ea1ebf0fdc branch October 21, 2024 14:32
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.

0 participants