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 6 updates #1600

Merged
merged 1 commit into from
Oct 9, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 9, 2023

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 <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 6 updates:

| Package | From | To |
| --- | --- | --- |
| [composer/composer](https://github.com/composer/composer) | `2.6.4` | `2.6.5` |
| [m4tthumphrey/php-gitlab-api](https://github.com/GitLabPHP/Client) | `11.11.0` | `11.12.0` |
| [brianium/paratest](https://github.com/paratestphp/paratest) | `6.10.0` | `6.10.1` |
| [dominikb/composer-license-checker](https://github.com/dominikb/composer-license-checker) | `2.4.2` | `2.4.3` |
| [phpstan/phpstan](https://github.com/phpstan/phpstan) | `1.10.36` | `1.10.38` |
| [slevomat/coding-standard](https://github.com/slevomat/coding-standard) | `8.13.4` | `8.14.1` |


Updates `composer/composer` from 2.6.4 to 2.6.5
- [Release notes](https://github.com/composer/composer/releases)
- [Changelog](https://github.com/composer/composer/blob/main/CHANGELOG.md)
- [Commits](composer/composer@2.6.4...2.6.5)

Updates `m4tthumphrey/php-gitlab-api` from 11.11.0 to 11.12.0
- [Release notes](https://github.com/GitLabPHP/Client/releases)
- [Changelog](https://github.com/GitLabPHP/Client/blob/11.12/CHANGELOG.md)
- [Commits](GitLabPHP/Client@11.11.0...11.12.0)

Updates `brianium/paratest` from 6.10.0 to 6.10.1
- [Release notes](https://github.com/paratestphp/paratest/releases)
- [Commits](paratestphp/paratest@v6.10.0...v6.10.1)

Updates `dominikb/composer-license-checker` from 2.4.2 to 2.4.3
- [Release notes](https://github.com/dominikb/composer-license-checker/releases)
- [Changelog](https://github.com/dominikb/composer-license-checker/blob/master/CHANGELOG.md)
- [Commits](dominikb/composer-license-checker@2.4.2...2.4.3)

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

Updates `slevomat/coding-standard` from 8.13.4 to 8.14.1
- [Release notes](https://github.com/slevomat/coding-standard/releases)
- [Commits](slevomat/coding-standard@8.13.4...8.14.1)

---
updated-dependencies:
- dependency-name: composer/composer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: m4tthumphrey/php-gitlab-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: brianium/paratest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: dominikb/composer-license-checker
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: phpstan/phpstan
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: slevomat/coding-standard
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 9, 2023
@codecov
Copy link

codecov bot commented Oct 9, 2023

Codecov Report

All modified lines are covered by tests ✅

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

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

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

@github-actions github-actions bot merged commit a6355be into main Oct 9, 2023
14 checks passed
@dependabot dependabot bot deleted the dependabot/composer/dependencies-8271c0d219 branch October 9, 2023 14:20
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants