acquia / cli

Command-line interface for Acquia Cloud Platform products
https://docs.acquia.com/acquia-cli/
GNU General Public License v2.0
42 stars 47 forks source link

Bump the dependencies group with 5 updates #1692

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps the dependencies group with 5 updates:

Package From To
laminas/laminas-validator 2.47.0 2.49.0
league/csv 9.14.0 9.15.0
infection/infection 0.27.9 0.27.10
phpstan/phpstan 1.10.58 1.10.59
phpunit/phpunit 9.6.16 9.6.17

Updates laminas/laminas-validator from 2.47.0 to 2.49.0

Release notes

Sourced from laminas/laminas-validator's releases.

2.49.0

Release Notes for 2.49.0

Feature release (minor)

2.49.0

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Enhancement

2.48.0

Release Notes for 2.48.0

Feature release (minor)

2.48.0

  • Total issues resolved: 1
  • Total pull requests resolved: 2
  • Total contributors: 3

Enhancement

Bug

Commits
  • d58c2e7 Merge pull request #230 from gsteel/upgrade-psalm
  • 678d78c Upgrade Psalm to 5.22
  • fac99d7 Merge pull request #227 from laminas/iana-tld-list-update
  • e77d1ca Merge pull request #169 from codisart/bug-135-fix-GPS-point-validator
  • 4923b71 bug: Fix CI alerts from Psalm and PHPCS. Use the float casting and the is_num...
  • 7aed602 bug: #135 Add numeric state test to check if string is a real number
  • 5dac2c0 chore: #135 Extract isValueInbound method
  • a7e1dff chore: #135 Clean a little bit of the syntax
  • 84e1ae5 bug: #135 Add new test case to show the bug
  • 4af1c5b Update TLD list for hostname validator
  • See full diff in compare view


Updates league/csv from 9.14.0 to 9.15.0

Release notes

Sourced from league/csv's releases.

version 9.15.0

Added

  • Statement::select
  • TabularDataReader::getRecordsAsObject
  • TabularDataReader::chunkBy
  • TabularDataReader::mapHeader

Deprecated

  • TabularDataReader::getObjects use TabularDataReader::getRecordsAsObject instead

Fixed

  • Reader::select and ResultSet::select now internally use Statement::select
  • Statement should not throw when LimitIterator is used in combinaison with ArrayIterator.
  • Statement internal codebase improvement.
  • Using the $header argument on Statement::process is no longer deprecated. E_USER_DEPRECATED is no longer triggered.
  • BOM stripping no longer depends on the mbstring extension
  • TabularDataReader::fetchColumn is no longer deprecated

Removed

  • None
Changelog

Sourced from league/csv's changelog.

9.15.0 - 2023-02-20

Added

  • Statement::select
  • TabularDataReader::getRecordsAsObject
  • TabularDataReader::chunkBy
  • TabularDataReader::mapHeader

Deprecated

  • TabularDataReader::getObjects use TabularDataReader::getRecordsAsObject instead

Fixed

  • Reader::select and ResultSet::select now internally use Statement::select
  • Statement should not throw when LimitIterator is used in combinaison with ArrayIterator.
  • Statement internal codebase improvement.
  • Using the $header argument on Statement::process is no longer deprecated. E_USER_DEPRECATED is no longer triggered.
  • BOM stripping no longer depends on the mbstring extension
  • TabularDataReader::fetchColumn is no longer deprecated

Removed

  • None
Commits
  • fa7e244 Prepare new release
  • abdc930 Reorganize Reader methods
  • 51968b6 Simplify TabularDataReader::chunkBy method
  • 91dc8ff Remove PHP8.3 skipped tests
  • d697430 Fix internal docblock for Reader:computeHeader
  • 13091a6 Remove fetchColumn from deprecation
  • 900e368 Improve TabularDataReader::chunkBy method
  • c0bbdf3 update dependency requirements
  • dfe53f5 Adding TabularDataReader::mapHeader method
  • 60b0062 Adding TabularDataReader::chunkBy method
  • Additional commits viewable in compare view


Updates infection/infection from 0.27.9 to 0.27.10

Release notes

Sourced from infection/infection's releases.

Add support for sebastian/diff v6

Changed:

Full Changelog: https://github.com/infection/infection/compare/0.27.9...0.27.10

Commits
  • 873cd33 Conflict with nikic/php-parser in e2e tests unless #1909 is merged
  • 23664b2 feat: add support for sebastian/diff v6
  • f38a409 Enable Box Requirements Checker (#1906)
  • f862b44 Use is_numeric do detect numeric strings in ArgumentsAndOptionsBuilder (#1904)
  • See full diff in compare view


Updates phpstan/phpstan from 1.10.58 to 1.10.59

Release notes

Sourced from phpstan/phpstan's releases.

1.10.59

Bleeding edge 🔪

If you want to see the shape of things to come and adopt bleeding edge features early, you can include this config file in your project's phpstan.neon:

includes:
    - vendor/phpstan/phpstan/conf/bleedingEdge.neon

Of course, there are no backwards compatibility guarantees when you include this file. The behaviour and reported errors can change in minor versions with this file included. Learn more

Improvements 🔧

Bugfixes 🐛

Internals 🔍

Commits
  • e607609 PHPStan 1.10.59
  • 995eff9 Updated PHPStan to commit 995eff969168ed1d2f291b1d1da8842e7da39f52
  • 473df92 Updated PHPStan to commit 473df926b3f687e968e8e519e310882ab72ff4ff
  • 299df51 Updated PHPStan to commit 299df5130a14d5a23073edb044b46209ee7b5426
  • d2c30d1 Updated PHPStan to commit d2c30d159f7aabb24f188d7d0a8a1b9ea87f8b61
  • b026126 Updated PHPStan to commit b0261263e2e3a3643a9a89eb0931c07d8e71dc18
  • 938321c Updated PHPStan to commit 938321ce0ebb24da8cd550b525ae50651fffc156
  • cfe839d Update baselines
  • 7a2af63 Updated PHPStan to commit 7a2af631d14529f2c7be95e064fbfef0bedc4b9f
  • 37f3c82 Updated PHPStan to commit 37f3c826b18410fbfae33ad2993029b5e8a755b0
  • Additional commits viewable in compare view


Updates phpunit/phpunit from 9.6.16 to 9.6.17

Changelog

Sourced from phpunit/phpunit's changelog.

[9.6.17] - 2024-02-23

Fixed

  • #5712: Update dependencies for PHAR distribution of PHPUnit 9.6
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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 91.16%. Comparing base (864641a) to head (64f21b4).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1692 +/- ## ========================================= Coverage 91.16% 91.16% Complexity 1783 1783 ========================================= Files 122 122 Lines 6363 6363 ========================================= Hits 5801 5801 Misses 562 562 ```

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