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 2 updates #372

Merged
merged 1 commit into from
Nov 18, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 18, 2024

Bumps the dependencies group with 2 updates: squizlabs/php_codesniffer and phpstan/phpstan.

Updates squizlabs/php_codesniffer from 3.11.0 to 3.11.1

Release notes

Sourced from squizlabs/php_codesniffer's releases.

3.11.1 - 2024-11-16

Changed

Fixed

  • Fixed bug #674 : Generic.WhiteSpace.HereNowdocIdentifierSpacing broken XML documentation
  • Fixed bug #675 : InvalidArgumentException when a ruleset includes a sniff by file name and the included sniff does not comply with the PHPCS naming conventions.
    • Notwithstanding this fix, it is strongly recommended to ensure custom sniff classes comply with the PHPCS naming conventions.
    • Thanks to Juliette Reinders Folmer for the patch.

New Contributors

The PHP_CodeSniffer project is happy to welcome the following new contributors: @​MatmaRex

Statistics

Closed: 1 issue Merged: 11 pull requests

If you like to stay informed about releases and more, follow @​phpcs on Mastodon or @​PHP_CodeSniffer on X.

Please consider funding the PHP_CodeSniffer project. If you already do so: thank you!

Changelog

Sourced from squizlabs/php_codesniffer's changelog.

[3.11.1] - 2024-11-16

Changed

  • Output from the --generator=... feature will respect the OS-expected EOL char in more places. #671
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Various housekeeping, including improvements to the tests and documentation.
    • Thanks to [Bartosz Dziewoński][@​MatmaRex] and [Juliette Reinders Folmer][@​jrfnl] for their contributions.

Fixed

  • Fixed bug #674 : Generic.WhiteSpace.HereNowdocIdentifierSpacing broken XML documentation
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.
  • Fixed bug #675 : InvalidArgumentException when a ruleset includes a sniff by file name and the included sniff does not comply with the PHPCS naming conventions.
    • Notwithstanding this fix, it is strongly recommended to ensure custom sniff classes comply with the PHPCS naming conventions.
    • Thanks to [Juliette Reinders Folmer][@​jrfnl] for the patch.

#671: PHPCSStandards/PHP_CodeSniffer#671 #674: PHPCSStandards/PHP_CodeSniffer#674 #675: PHPCSStandards/PHP_CodeSniffer#675

Commits
  • 19473c3 Merge pull request #691 from PHPCSStandards/feature/changelog-3.11.1
  • 168c0d1 Changelog for the 3.11.1 release
  • 8ed93db Merge pull request #690 from PHPCSStandards/feature/ruleinclusiontests-improv...
  • 7e29324 RuleInclusionTest: add test with directory include
  • 78d3d3d RuleInclusionTest: record code coverage
  • 56784f1 Merge pull request #686 from PHPCSStandards/feature/generator-minor-tweak
  • e11d8f2 Merge pull request #685 from PHPCSStandards/feature/ruleinclusionabsolutewind...
  • 76927ef Generators/Generator: minor tweak
  • 3d64cb2 RuleInclusionAbsoluteWindowsTest: minor tweaks
  • f9c5f18 Generators: add initial set of tests (#671)
  • Additional commits viewable in compare view

Updates phpstan/phpstan from 2.0.1 to 2.0.2

Release notes

Sourced from phpstan/phpstan's releases.

2.0.2

Improvements 🔧

  • More details about PHP version information in diagnose command (#3609), thanks @​staabm!
  • Utilize phpVersion.min and max in VersionCompareFunctionDynamicReturnTypeExtension (#3631), thanks @​staabm!
  • Improvements and fixes from PHPStan 1.12.11

Internals 🔍

  • Refactor ComposerPhpVersionFactory, ConstantResolver (#3627), thanks @​staabm!
Commits
  • 6c98c76 PHPStan 2.0.2
  • c684505 Updated PHPStan to commit c684505c9f18c43a34f11e456c418cc501793d72
  • da1162b Update errors identifiers
  • 65ddbcb Updated PHPStan to commit 65ddbcb6fe3d248076c49af0d1532d0dc4f75460
  • 86d3630 Update errors identifiers
  • b80f208 Updated PHPStan to commit b80f20879ab84a848d2ed85a808091390b4fceb8
  • 1be8a09 Larastan update
  • 91bdfb5 Updated PHPStan to commit 91bdfb5bc1f9906ce9ae6d0d122dd926ff9920b0
  • c79a752 Updated PHPStan to commit c79a752b7ad8efedbe3bc940c76e81b65866234b
  • 1772fd3 Update BACKERS.md
  • 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 2 updates: [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) and [phpstan/phpstan](https://github.com/phpstan/phpstan).


Updates `squizlabs/php_codesniffer` from 3.11.0 to 3.11.1
- [Release notes](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases)
- [Changelog](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/CHANGELOG.md)
- [Commits](PHPCSStandards/PHP_CodeSniffer@3.11.0...3.11.1)

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

---
updated-dependencies:
- dependency-name: squizlabs/php_codesniffer
  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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Nov 18, 2024
@github-actions github-actions bot merged commit 86ab5ee into master Nov 18, 2024
6 of 7 checks passed
@dependabot dependabot bot deleted the dependabot/composer/dependencies-cb0003dcfc branch November 18, 2024 14:17
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 php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants