Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 23, 2025

Bumps pantheon-systems/pantheon-wp-coding-standards from 2.0.3 to 3.0.1.

Release notes

Sourced from pantheon-systems/pantheon-wp-coding-standards's releases.

3.0.1

What's Changed

Full Changelog: pantheon-systems/Pantheon-WP-Coding-Standards@3.0.0...3.0.1

3.0.0

Breaking Changes

This update adds some changes that will cause previously-passing sniff checks to fail for two three sniffs that are added specifically to our Pantheon-WP and Pantheon-WP-Minimum standards.

  • Pantheon_WP.Commenting.DisallowMultilineSlashComment.LongLine - This sniff will ERROR if a comment is longer than 80 columns.
  • Pantheon_WP.Commenting.DisallowMultilineSlashComment.Found - This sniff will ERROR if there are multiple consecutive comments with //-style syntax. (/* .... */ syntax preferred).
  • Pantheon_WP_Minimum.Commenting.DisallowMultilineSlashComment.Found - This sniff will WARN if there are multiple consecutive comments with //-style syntax. (/* .... */ syntax preferred). (Note: this is the same as the above, the severity level is lower for Pantheon-WP-Minimum.)
  • Pantheon_WP_Minimum.Files.DisallowRenameFunction.RenameFunctionDisallowed - This sniff will ERROR if the PHP rename() function is found (replaces the WordPress.WP.AlternativeFunctions.rename_rename sniff).

Code should be evaluated against the new changes before upgrading to 3.0.

What's Changed

New Contributors

Full Changelog: pantheon-systems/Pantheon-WP-Coding-Standards@2.0.3...3.0.0

Commits
  • 40a97fc Improve comment handling (#20)
  • 79ee409 Add Pantheon-WP coding standards for comment usage (#19)
  • 40c96b5 Add DisallowRenameFunctionSniff for rename() restrictions (#18)
  • 570e638 Update yoast/phpunit-polyfills requirement from 1.x-dev to 4.0.0 (#16)
  • 1c92bce Update fig-r/psr2r-sniffer requirement from ^1.5 to ^2.2 (#17)
  • 25f3717 Ignore PHP errors related to the version being run (#12)
  • a9a69fc add a dependabot.yml for composer updates (#14)
  • 9588a0a Add @​pantheon-systems/devrel to codeowners for coding standards (#13)
  • c27064b Merge pull request #10 from pantheon-systems/rename-catalog-info-20240923
  • f9ade58 Rename catalog-info.yml to catalog-info.yaml
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pantheon-systems/pantheon-wp-coding-standards](https://github.com/pantheon-systems/Pantheon-WP-Coding-Standards) from 2.0.3 to 3.0.1.
- [Release notes](https://github.com/pantheon-systems/Pantheon-WP-Coding-Standards/releases)
- [Commits](pantheon-systems/Pantheon-WP-Coding-Standards@2.0.3...3.0.1)

---
updated-dependencies:
- dependency-name: pantheon-systems/pantheon-wp-coding-standards
  dependency-version: 3.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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 Jul 23, 2025
@dependabot dependabot bot requested a review from a team as a code owner July 23, 2025 06:17
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Jul 23, 2025
Copy link
Contributor

Composer Changes
Dev Packages Operation Base Target
dealerdirect/phpcodesniffer-composer-installer Upgraded v1.0.0 v1.1.2
fig-r/psr2r-sniffer Upgraded 1.5.1 2.2.1
pantheon-systems/pantheon-wp-coding-standards Upgraded 2.0.3 3.0.1
php-collective/code-sniffer New - 0.2.18
phpcompatibility/phpcompatibility-wp Upgraded 2.1.5 2.1.7
phpcsstandards/phpcsextra Upgraded 1.2.1 1.4.0
phpcsstandards/phpcsutils Upgraded 1.0.12 1.1.0
phpstan/phpdoc-parser Upgraded 1.33.0 2.2.0
sirbrillig/phpcs-variable-analysis Upgraded v2.11.19 v2.12.0
slevomat/coding-standard Upgraded 8.15.0 8.19.1
squizlabs/php_codesniffer Upgraded 3.10.1 3.13.2
spryker/code-sniffer Removed 0.17.18 -

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