acquia / cli

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

Bump the dependencies group with 5 updates #1761

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps the dependencies group with 5 updates:

Package From To
laminas/laminas-validator 2.59.0 2.60.0
symfony/dependency-injection 6.4.8 6.4.9
symfony/filesystem 6.4.8 6.4.9
symfony/http-kernel 6.4.8 6.4.9
symfony/validator 6.4.8 6.4.9

Updates laminas/laminas-validator from 2.59.0 to 2.60.0

Release notes

Sourced from laminas/laminas-validator's releases.

2.60.0

Release Notes for 2.60.0

2.60.0

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

Feature Removal

Documentation,Feature Removal

Documentation,Enhancement

Commits
  • 66ab091 Merge pull request #274 from gsteel/v2/number-comparison
  • c69dfb5 Formatting and presentation improvements to number comparison docs
  • fc765ee Fix incorrect type declaration
  • b2847cc Remove unnecessary alias
  • fb05692 NumberComparison documentation improvements
  • 226be1d Split inclusive option to inclusiveMin and inclusiveMax so they can be ...
  • 7e04ea6 Introduce NumberComparison validator
  • 432d30a Merge pull request #275 from gsteel/v2/date-comparison
  • cb265a8 Document constructor option requirement of min, max or both
  • c37de0f Merge pull request #293 from gsteel/v2/barcode-deprecations
  • Additional commits viewable in compare view


Updates symfony/dependency-injection from 6.4.8 to 6.4.9

Release notes

Sourced from symfony/dependency-injection's releases.

v6.4.9

Changelog (https://github.com/symfony/dependency-injection/compare/v6.4.8...v6.4.9)

Commits
  • a4df9df [DependencyInjection] Add test coverage for `AutowireCallable::buildDefinitio...
  • 85cfebb [DependencyInjection] Fix ternary in AutowireCallable attribute
  • See full diff in compare view


Updates symfony/filesystem from 6.4.8 to 6.4.9

Release notes

Sourced from symfony/filesystem's releases.

v6.4.9

Changelog (https://github.com/symfony/filesystem/compare/v6.4.8...v6.4.9)

Commits
  • b51ef80 Merge branch '5.4' into 6.4
  • 6d29dd9 [Filesystem][Mime] Fix transient tests
  • 748ccd8 Merge branch '5.4' into 6.4
  • 6a03d7f [Filesystem] Fix Filesystem::remove() on Windows
  • See full diff in compare view


Updates symfony/http-kernel from 6.4.8 to 6.4.9

Release notes

Sourced from symfony/http-kernel's releases.

v6.4.9

Changelog (https://github.com/symfony/http-kernel/compare/v6.4.8...v6.4.9)

Commits
  • cc4a9be Update VERSION for 6.4.9
  • 6cc95b3 [HttpKernel] Enable optional cache-warmers when cache-dir != build-dir
  • b20d5c8 Merge branch '5.4' into 6.4
  • ebb6f7e [HttpKernel][Security] Fix accessing session for stateless request
  • 19f6ebc chore: upgrade class doc
  • 39f809a Bump Symfony version to 6.4.9
  • 27c7ae5 Bump Symfony version to 5.4.41
  • 3ad0318 Update VERSION for 5.4.40
  • See full diff in compare view


Updates symfony/validator from 6.4.8 to 6.4.9

Release notes

Sourced from symfony/validator's releases.

v6.4.9

Changelog (https://github.com/symfony/validator/compare/v6.4.8...v6.4.9)

Commits
  • ee0a4d6 fix test
  • 1be7d1d Merge branch '5.4' into 6.4
  • e00b254 [57251] Missing translations for Romanian (ro)
  • 11f7858 bug #57213 [Validator] [UniqueValidator] Use correct variable as parameter in...
  • 49bfa54 [Validator] [UniqueValidator] Use correct variable as parameter in (custom) e...
  • 1fee97c fix cssColor HSLA test dataProvider
  • See full diff 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
github-actions[bot] commented 3 months ago

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

curl -OL https://acquia-cli.s3.amazonaws.com/build/pr/1761/acli.phar
chmod +x acli.phar
codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 91.75%. Comparing base (4eb854b) to head (578bd3f).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1761 +/- ## ========================================= Coverage 91.75% 91.75% Complexity 1818 1818 ========================================= Files 121 121 Lines 6524 6524 ========================================= Hits 5986 5986 Misses 538 538 ```

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