acquia / cli

Acquia CLI
GNU General Public License v2.0
42 stars 47 forks source link

Bump the dependencies group with 3 updates #1656

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps the dependencies group with 3 updates: laminas/laminas-validator, league/csv and phpstan/phpstan.

Updates laminas/laminas-validator from 2.44.1 to 2.45.0

Release notes

Sourced from laminas/laminas-validator's releases.

2.45.0

Release Notes for 2.45.0

Feature release (minor)

2.45.0

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

Enhancement

renovate

Bug

Commits
  • 2a60d28 Merge pull request #221 from laminas/iana-tld-list-update
  • 2e50998 Update TLD list for hostname validator
  • a8e6fe4 Merge pull request #219 from laminas/renovate/lock-file-maintenance
  • 2c78bed Reinstate call to parent::setOptions()
  • 5deb0f9 Improve types for the IsCountable validator.
  • 40a06a8 Bump dev deps, refresh lock
  • c770ab8 Lock file maintenance
  • abedb4d Merge pull request #218 from laminas/2.44.x-merge-up-into-2.45.x_RgMfDw2X
  • See full diff in compare view


Updates league/csv from 9.12.0 to 9.13.0

Changelog

Sourced from league/csv's changelog.

9.13.0 - 2023-12-16

Added

  • League\Csv\SwapDelimiter stream filter to allow working with multibyte CSV delimiter
  • League\Csv\Serializer\AfterMapping to work around the limitation of not using the class constructor during denormalization.
  • League\Csv\Serializer\Denormalizer to allow registering type alias to improve callback usage.
  • League\Csv\Serializer\MapCell has a new property ignore to allow ignoring a property or a method during denormalization.

Deprecated

  • None

Fixed

  • None

Removed

  • None
Commits
  • 3690cc7 Prepare 9.13.0 release
  • 0c443c4 Update develop dependencies
  • c302584 Adding support for the MapCell::ignore property
  • b81b450 Improve documentation
  • 6dc3424 Improve test suite
  • cc27504 Add support for non typed properties and alias
  • a8fa559 Improve alias usage with dernormalization
  • b2d9063 Simplify Record mapping documentation
  • 11324fb Adding support for TypeCasting alias
  • 8d55c66 Fix typo in changelog (#511)
  • Additional commits viewable in compare view


Updates phpstan/phpstan from 1.10.48 to 1.10.50

Release notes

Sourced from phpstan/phpstan's releases.

1.10.50

Improvements 🔧

Bugfixes 🐛

Internals 🔍

1.10.49

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 🐛

Function signature fixes 🤖

Commits
  • 06a9851 PHPStan 1.10.50
  • 39fe102 Updated PHPStan to commit 39fe102d23c8aec32b8c21225152e2d835d224b2
  • a532baf Updated PHPStan to commit a532baf63ebd292df1fcc5ccff27935917e6c285
  • 24f92cc Updated PHPStan to commit 24f92cc2a69cbeecefb8e2093c6db41138cc9398
  • ac7c75e Updated PHPStan to commit ac7c75e0581fbb35cae145609e2d06191677b52c
  • 40c8fb2 Updated PHPStan to commit 40c8fb2266f040158fb811ac13b21a3e179c022a
  • db1a52a WP CS in integration tests
  • 9367ba4 PHPStan 1.10.49
  • 71f6c4d Updated PHPStan to commit 71f6c4d5fc21b6e880412c67ce8f745367f24d3d
  • 7c83225 Updated PHPStan to commit 7c832255ba59922db3225ee763c109d6c1e29f7a
  • 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 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 9 months ago

Codecov Report

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

Comparison is base (ce271ed) 91.62% compared to head (87c4e08) 91.62%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1656 +/- ## ========================================= Coverage 91.62% 91.62% Complexity 1780 1780 ========================================= Files 122 122 Lines 6414 6414 ========================================= Hits 5877 5877 Misses 537 537 ```

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