acquia / cli

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

Bump the dependencies group with 6 updates #1600

Closed dependabot[bot] closed 11 months ago

dependabot[bot] commented 11 months ago

Bumps the dependencies group with 6 updates:

Package From To
composer/composer 2.6.4 2.6.5
m4tthumphrey/php-gitlab-api 11.11.0 11.12.0
brianium/paratest 6.10.0 6.10.1
dominikb/composer-license-checker 2.4.2 2.4.3
phpstan/phpstan 1.10.36 1.10.38
slevomat/coding-standard 8.13.4 8.14.1

Updates composer/composer from 2.6.4 to 2.6.5

Release notes

Sourced from composer/composer's releases.

2.6.5

  • Fixed error when vendor dir contains broken symlinks (#11670)
  • Fixed composer.lock missing from Composer's zip archives (#11674)
  • Fixed AutoloadGenerator::dump() non-BC signature change in 2.6.4 (cb363b0e8)
Changelog

Sourced from composer/composer's changelog.

[2.6.5] 2023-10-06

  • Fixed error when vendor dir contains broken symlinks (#11670)
  • Fixed composer.lock missing from Composer's zip archives (#11674)
  • Fixed AutoloadGenerator::dump() non-BC signature change in 2.6.4 (cb363b0e8)
Commits


Updates m4tthumphrey/php-gitlab-api from 11.11.0 to 11.12.0

Release notes

Sourced from m4tthumphrey/php-gitlab-api's releases.

11.12.0 (08/10/2023)

  • Add PHP 8.3 support
  • Add Projects::updateProtectedBranch and Projects::updateApprovalsConfiguration
  • Add support for environment_scope in Projects::removeVariable
  • Add support for filter in Projects::variable
  • Add support for author in Repositories::commits
  • Add support for additional parameters in Projects::labels and Groups::labels

11.11.1 (08/10/2023)

  • Fixed double encoding of job name in artifacts download
Changelog

Sourced from m4tthumphrey/php-gitlab-api's changelog.

[11.12.0] - 2023-10-08

  • Add PHP 8.3 support
  • Add Projects::updateProtectedBranch and Projects::updateApprovalsConfiguration
  • Add support for environment_scope in Projects::removeVariable
  • Add support for filter in Projects::variable
  • Add support for author in Repositories::commits
  • Add support for additional parameters in Projects::labels and Groups::labels

[11.11.1] - 2023-10-08

  • Fixed double encoding of job name in artifacts download
Commits


Updates brianium/paratest from 6.10.0 to 6.10.1

Commits
  • d6f32a9 Set PHPUNIT_COMPOSER_INSTALL before requiring the autoloader so it can acce...
  • See full diff in compare view


Updates dominikb/composer-license-checker from 2.4.2 to 2.4.3

Release notes

Sourced from dominikb/composer-license-checker's releases.

2.4.3 - 2023-10-04

Change

  • Update required composer version to mitigate CVE exposure. (#29)

Thanks to: phansys

Changelog

Sourced from dominikb/composer-license-checker's changelog.

2.4.3 - 2023-10-04

Change

  • Update required composer version to mitigate CVE exposure. (#29)

Thanks to: phansys

Commits


Updates phpstan/phpstan from 1.10.36 to 1.10.38

Release notes

Sourced from phpstan/phpstan's releases.

1.10.38

Improvements 🔧

Bugfixes 🐛

Internals 🔍

1.10.37

Bugfixes 🐛

Commits
  • 5302bb4 PHPStan 1.10.38
  • e16a86d Update baselines
  • adbc35a Updated PHPStan to commit adbc35a1c72585df4586131f8e99b882bb64677d
  • 6348cc3 Updated PHPStan to commit 6348cc3ae8001fd3e2b1ef84f151fe4311e61487
  • c45d42d Updated PHPStan to commit c45d42dd1d031016668099957d2b77706f208d67
  • 0b8dca7 Updated PHPStan to commit 0b8dca74e5345244a955535b54e9874beae76713
  • 205928f Updated PHPStan to commit 205928f62839de533d6840f2d3b82387db7a3c8b
  • e242091 Updated PHPStan to commit e24209132c94f496b11c79bbb8ce5c6e283c0c7e
  • 885d7e9 Updated PHPStan to commit 885d7e977ed43ac854ecfe980afd34bc277eb6f7
  • 5e9c916 Updated PHPStan to commit 5e9c916bf810c2479b2af74b42f15edc566d33e8
  • Additional commits viewable in compare view


Updates slevomat/coding-standard from 8.13.4 to 8.14.1

Release notes

Sourced from slevomat/coding-standard's releases.

8.14.1

🐛 Fixes

8.14.0

🆕 New sniffs

  • SlevomatCodingStandard.Functions.NamedArgumentSpacing: Checks spacing in named argument (thanks to @​mzk)

🔧 Improvements

  • SlevomatCodingStandard.Namespaces.AlphabeticallySortedUses: If the file contains a group use then ignore the file completely (thanks to @​jonathan1055)
  • SlevomatCodingStandard.Namespaces.FullyQualifiedClassNameInAnnotation: New option ignoredAnnotationNames (thanks to @​gemal)

🐛 Fixes

  • SlevomatCodingStandard.ControlStructures.AssignmentInCondition: Prevent error during live coding (thanks to @​jrfnl)
  • SlevomatCodingStandard.ControlStructures.RequireSingleLineCondition: Prevent error during live coding (thanks to @​jrfnl)
  • SlevomatCodingStandard.PHP.UselessParentheses: Prevent error during live coding (thanks to @​jrfnl)
  • SlevomatCodingStandard.Arrays.DisallowImplicitArrayCreation: Recognize global statements (thanks to @​jrfnl)
  • SlevomatCodingStandard.Namespaces.FullyQualifiedGlobalConstants: Don't treat a group use as a constant (thanks to @​asispts)
  • SlevomatCodingStandard.Namespaces.ReferenceUsedNamesOnly: Fixed false positives
  • SlevomatCodingStandard.Classes.ConstantSpacing: Fixed internal error
  • SlevomatCodingStandard.Commenting.InlineDocCommentDeclaration: Fixed false positive for final constant
  • SlevomatCodingStandard.Namespaces.UnusedUses: Ignores uses in annotations with multi lines string arguments (thanks to @​mathroc)
  • NamespaceHelper::getAllNamespacesPointers(): Allow for namespace tokens used as operator (thanks to @​jrfnl)
Commits
  • fea1fd6 Fix more typos
  • 89cd8e7 Typo
  • 5cb40fa Added SlevomatCodingStandard.Functions.NamedArgumentSpacing
  • e741174 ControlStructures/AssignmentInCondition: prevent fatal error during live coding
  • b01453d ControlStructures/RequireSingleLineCondition: prevent error for parse error
  • 2d45e24 PHP/UselessParentheses: prevent error for parse error
  • f150966 Composer: no need to allow PHPUnit 7.x
  • e56f47a GH Actions: turn error reporting on
  • 0576c02 PHPUnit config: upgrade to 10.3 schema
  • 92b40dc PHPUnit config: display errors/warnings/notices etc
  • 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 11 months ago

Codecov Report

All modified lines are covered by tests :white_check_mark:

Comparison is base (3926065) 91.68% compared to head (51bbed7) 91.68%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1600 +/- ## ========================================= Coverage 91.68% 91.68% Complexity 1809 1809 ========================================= Files 124 124 Lines 6485 6485 ========================================= Hits 5946 5946 Misses 539 539 ```

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