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

chore(deps-dev): bump the composer-dev-dependencies group with 3 updates #156

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2024

Bumps the composer-dev-dependencies group with 3 updates: squizlabs/php_codesniffer, wp-coding-standards/wpcs and friendsoftwig/twigcs.

Updates squizlabs/php_codesniffer from 3.7.2 to 3.9.1

Commits

Updates wp-coding-standards/wpcs from 3.0.1 to 3.1.0

Release notes

Sourced from wp-coding-standards/wpcs's releases.

3.1.0

Added

  • WordPress-Core ruleset: now includes the Universal.PHP.LowercasePHPTag sniff.
  • WordPress-Extra ruleset: now includes the Generic.CodeAnalysis.RequireExplicitBooleanOperatorPrecedence and the Universal.CodeAnalysis.NoDoubleNegative sniffs.
  • The sanitize_locale_name() function to the list of known "escaping" functions. Props @​Chouby
  • The sanitize_locale_name() function to the list of known "sanitize & unslash" functions. Props @​Chouby

Changed

  • The minimum required PHP_CodeSniffer version to 3.9.0 (was 3.7.2).
  • The minimum required PHPCSUtils version to 1.0.10 (was 1.0.8).
  • The minimum required PHPCSExtra version to 1.2.1 (was 1.1.0). Please ensure you run composer update wp-coding-standards/wpcs --with-dependencies to benefit from these updates.
  • Core ruleset: the spacing after the use keyword for closure use statements will now consistently be checked. Props @​westonruter for reporting.
  • The default value for minimum_wp_version, as used by a number of sniffs detecting usage of deprecated WP features, has been updated to 6.2.
  • WordPress.NamingConventions.PrefixAllGlobals has been updated to recognize pluggable functions introduced in WP 6.4 and 6.5.
  • WordPress.NamingConventions.ValidPostTypeSlug has been updated to recognize reserved post types introduced in WP 6.4 and 6.5.
  • WordPress.WP.ClassNameCase has been updated to recognize classes introduced in WP 6.4 and 6.5.
  • WordPress.WP.DeprecatedClasses now detects classes deprecated in WordPress up to WP 6.5.
  • WordPress.WP.DeprecatedFunctions now detects functions deprecated in WordPress up to WP 6.5.
  • The IsUnitTestTrait will now recognize classes which extend the new WP Core WP_Font_Face_UnitTestCase class as test classes.
  • The test suite can now run on PHPUnit 4.x - 9.x (was 4.x - 7.x), which should make contributing more straight forward.
  • Various housekeeping, includes a contribution from @​rodrigoprimo.

Fixed

  • WordPress.WP.PostsPerPage could potentially result in an Internal.Exception when encountering a query string which doesn't include the value for posts_per_page in the query string. Props @​anomiex for reporting.
Changelog

Sourced from wp-coding-standards/wpcs's changelog.

[3.1.0] - 2024-03-25

Added

  • WordPress-Core ruleset: now includes the Universal.PHP.LowercasePHPTag sniff.
  • WordPress-Extra ruleset: now includes the Generic.CodeAnalysis.RequireExplicitBooleanOperatorPrecedence and the Universal.CodeAnalysis.NoDoubleNegative sniffs.
  • The sanitize_locale_name() function to the list of known "escaping" functions. Props [@​Chouby]
  • The sanitize_locale_name() function to the list of known "sanitize & unslash" functions. Props [@​Chouby]

Changed

  • The minimum required PHP_CodeSniffer version to 3.9.0 (was 3.7.2).
  • The minimum required PHPCSUtils version to 1.0.10 (was 1.0.8).
  • The minimum required PHPCSExtra version to 1.2.1 (was 1.1.0). Please ensure you run composer update wp-coding-standards/wpcs --with-dependencies to benefit from these updates.
  • Core ruleset: the spacing after the use keyword for closure use statements will now consistently be checked. Props [@​westonruter] for reporting.
  • The default value for minimum_wp_version, as used by a number of sniffs detecting usage of deprecated WP features, has been updated to 6.2.
  • WordPress.NamingConventions.PrefixAllGlobals has been updated to recognize pluggable functions introduced in WP 6.4 and 6.5.
  • WordPress.NamingConventions.ValidPostTypeSlug has been updated to recognize reserved post types introduced in WP 6.4 and 6.5.
  • WordPress.WP.ClassNameCase has been updated to recognize classes introduced in WP 6.4 and 6.5.
  • WordPress.WP.DeprecatedClasses now detects classes deprecated in WordPress up to WP 6.5.
  • WordPress.WP.DeprecatedFunctions now detects functions deprecated in WordPress up to WP 6.5.
  • The IsUnitTestTrait will now recognize classes which extend the new WP Core WP_Font_Face_UnitTestCase class as test classes.
  • The test suite can now run on PHPUnit 4.x - 9.x (was 4.x - 7.x), which should make contributing more straight forward.
  • Various housekeeping, includes a contribution from [@​rodrigoprimo].

Fixed

  • WordPress.WP.PostsPerPage could potentially result in an Internal.Exception when encountering a query string which doesn't include the value for posts_per_page in the query string. Props [@​anomiex] for reporting.
Commits
  • 9333efc Merge pull request #2439 from WordPress/develop
  • cf2cffe Merge pull request #2438 from WordPress/feature/changelog-release-3.1.0
  • 87ab204 Changelog for the release of WordPressCS 3.1.0
  • fe959de Merge pull request #2437 from WordPress/feature/composer-update-phpcsutils
  • 0119a3f Merge pull request #2436 from WordPress/feature/update-list-based-sniffs-wp-6.5
  • d4afaba Composer: raise the minimum supported PHPCSUtils version to 1.0.10
  • 4e384e2 Update the minimum_wp_version to WP 6.2
  • 16d40a0 WP/DeprecatedFunctions: update the functions list based on WP 6.5-RC3
  • 8b1ef9b WP/DeprecatedClasses: update the class list based on WP 6.5-RC3
  • 5e988d8 WP/ClassNameCase: update the class lists based on WP 6.5-RC3
  • Additional commits viewable in compare view

Updates friendsoftwig/twigcs from 6.2.0 to 6.4.0

Release notes

Sourced from friendsoftwig/twigcs's releases.

6.4.0

What's Changed

New Contributors

Full Changelog: friendsoftwig/twigcs@6.3.0...6.4.0

6.3.0

What's Changed

New Contributors

Full Changelog: friendsoftwig/twigcs@6.2.0...6.3.0

Changelog

Sourced from friendsoftwig/twigcs's changelog.

[6.4.0][6.4.0]

For a full diff see [6.3.0...6.4.0][6.3.0...6.4.0].

Added

  • Added support for symfony/console:^7.0.0, symfony/filesystem:^7.0.0, and symfony/finder:^7.0.0 (#314), by [@​kristoftorfs]

[6.3.0][6.3.0]

For a full diff see [6.2.0...6.3.0][6.2.0...6.3.0].

Added

Commits
  • 954e1af Enhancement: Prepare release
  • c41e5b9 Add support for Symfony 7 (#314)
  • 79d161b composer(deps-dev): Update symfony/phpunit-bridge requirement (#313)
  • c983bc3 composer(deps-dev): Update phpunit/phpunit requirement (#312)
  • d65120c composer(deps-dev): Update symfony/phpunit-bridge requirement (#310)
  • 265b18d Enhancement: Prepare release
  • 296db96 Fix: Reference
  • 8ab65c6 Fix: Remove extra empty line
  • 64826be Fix: Update CHANGELOG.md (#309)
  • b31340d Enhancement: Enable findUnusedBaselineEntry option for vimeo/psalm (#308)
  • 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 composer-dev-dependencies group with 3 updates: [squizlabs/php_codesniffer](https://github.com/squizlabs/PHP_CodeSniffer), [wp-coding-standards/wpcs](https://github.com/WordPress/WordPress-Coding-Standards) and [friendsoftwig/twigcs](https://github.com/friendsoftwig/twigcs).


Updates `squizlabs/php_codesniffer` from 3.7.2 to 3.9.1
- [Release notes](https://github.com/squizlabs/PHP_CodeSniffer/releases)
- [Commits](https://github.com/squizlabs/PHP_CodeSniffer/commits)

Updates `wp-coding-standards/wpcs` from 3.0.1 to 3.1.0
- [Release notes](https://github.com/WordPress/WordPress-Coding-Standards/releases)
- [Changelog](https://github.com/WordPress/WordPress-Coding-Standards/blob/develop/CHANGELOG.md)
- [Commits](WordPress/WordPress-Coding-Standards@3.0.1...3.1.0)

Updates `friendsoftwig/twigcs` from 6.2.0 to 6.4.0
- [Release notes](https://github.com/friendsoftwig/twigcs/releases)
- [Changelog](https://github.com/friendsoftwig/twigcs/blob/main/CHANGELOG.md)
- [Commits](friendsoftwig/twigcs@6.2.0...6.4.0)

---
updated-dependencies:
- dependency-name: squizlabs/php_codesniffer
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: composer-dev-dependencies
- dependency-name: wp-coding-standards/wpcs
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: composer-dev-dependencies
- dependency-name: friendsoftwig/twigcs
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: composer-dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Apr 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 29, 2024

Superseded by #160.

@dependabot dependabot bot closed this Apr 29, 2024
@dependabot dependabot bot deleted the dependabot/composer/composer-dev-dependencies-65d73b95d8 branch April 29, 2024 19:47
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