Bump the composer group across 1 directory with 2 updates - #56
Conversation
Bumps the composer group with 2 updates in the / directory: [squizlabs/php_codesniffer](https://github.com/PHPCSStandards/PHP_CodeSniffer) and [wp-coding-standards/wpcs](https://github.com/WordPress/WordPress-Coding-Standards). Updates `squizlabs/php_codesniffer` from 3.13.5 to 3.13.6 - [Release notes](https://github.com/PHPCSStandards/PHP_CodeSniffer/releases) - [Changelog](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/4.x/CHANGELOG-3.x.md) - [Commits](PHPCSStandards/PHP_CodeSniffer@3.13.5...3.13.6) Updates `wp-coding-standards/wpcs` from 3.3.0 to 3.4.1 - [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.3.0...3.4.1) --- updated-dependencies: - dependency-name: squizlabs/php_codesniffer dependency-version: 3.13.6 dependency-type: indirect dependency-group: composer - dependency-name: wp-coding-standards/wpcs dependency-version: 3.4.1 dependency-type: indirect dependency-group: composer ... Signed-off-by: dependabot[bot] <support@github.com>
|
This updates PHPCS to fix a couple of upstream security issues that can prevent installation. There are some updated sniffs that are causing the tests to fail, I've updated to the tests to include the new warnings/errors as they seem pretty benign. @darylldoyle, do you have any objections to the expectation changes I've made? |
|
Edit: Night brain was wrong but I've added tests for the pattern none-the-less. <?php if ( is_singular() ) : ?>
<p>HTML markup</p>
<?php endif; ?> |
peterwilsoncc
left a comment
There was a problem hiding this comment.
Approving the bot's PR as my concerns about the syntax proved invalid.
Bumps the composer group with 2 updates in the / directory: squizlabs/php_codesniffer and wp-coding-standards/wpcs.
Updates
squizlabs/php_codesnifferfrom 3.13.5 to 3.13.6Release notes
Sourced from squizlabs/php_codesniffer's releases.
Changelog
Sourced from squizlabs/php_codesniffer's changelog.
Commits
4c378e1Merge pull request #1474 from PHPCSStandards/feature/changelog-3.13.6ddbf849Merge pull request #1473 from PHPCSStandards/security/cve-2026-67434742a068Changelog for the 3.13.6 release7a3a6bbReports/*blame: properly escape file nameb5ce04fMerge pull request #1470 from PHPCSStandards/dependabot/github_actions/3.x/ac...5f72703GH Actions: Bump the action-runners group with 2 updates20d0f55Merge pull request #1466 from PHPCSStandards/dependabot/github_actions/3.x/ac...2a2ac29Merge pull request #1469 from PHPCSStandards/feature/ghactions-setup-php-fail...6df695fMerge pull request #1467 from PHPCSStandards/dependabot/github_actions/3.x/ac...4da0184GH Actions: fail "setup-php" if requested tooling could not be installedUpdates
wp-coding-standards/wpcsfrom 3.3.0 to 3.4.1Release notes
Sourced from wp-coding-standards/wpcs's releases.
Changelog
Sourced from wp-coding-standards/wpcs's changelog.
... (truncated)
Commits
ec2ff94Merge pull request #2773 from WordPress/developb558639Merge pull request #2772 from WordPress/feature/changelog-3.4.11696dc8Changelog for the release of WordPressCS 3.4.1a29048dMerge pull request #2771 from WordPress/security/enqueuedresourceparams-fix-i...7262444WP/EnqueuedResourceParameters: remove eval() from is_falsy()54719c0Merge pull request #2770 from WordPress/feature/composer-update-versions267d84eComposer: update minimum version PHPCSUtils + PHPCSExtrae8064a6AddSECURITY.mdfile (#2766)7ac8973Merge pull request #2768 from WordPress/dependabot/github_actions/action-runn...9466b4bGH Actions: Bump actions/checkout in the action-runners groupDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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 conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.