release: 3.4.0 (PHPUnit, squizlabs migration, dependency cooldown)#10
Merged
Conversation
… 30-day cooldown Bumps @bsu/wp-coding-standards to 3.4.0. - Add phpunit/phpunit 12.5.29 (PHP 8.3+). - Migrate the abandoned phpcsstandards/php_codesniffer 4.0.1 to squizlabs/php_codesniffer 3.13.5 (the WPCS-supported PHPCS 3.x line). - Update and exact-pin wpcs 3.3.0, phpstan 2.2.2, extension-installer 1.4.3, phpstan-wordpress 2.0.3, acf-pro-stubs 6.8.2 — all releases >=30 days old. - npm min-release-age=30 + engines npm >=11.10 for the supply-chain cooldown. Consumers should reference vendor/bin/phpcs since the phpcs package dir moved.
The composer update regenerated CodeSniffer.conf via the dealerdirect installer, which only registers composer-installed standards and dropped the manual ../../../../BSUWordPressCS installed_paths entry that consuming repos need to resolve the BSUWordPressCS standard.
…port npm min-release-age (the supply-chain cooldown) requires npm >= 11.10; node 24.12.0 shipped npm 11.6.2, which ignored the setting and failed engine-strict against engines npm>=11.10. Node 24.18.0 ships npm 11.16.
composer install/update regenerates CodeSniffer.conf via the dealerdirect installer, which drops the consumer-side BSUWordPressCS installed_paths entry. A post-install/post-update hook (bin/register-bsuwordpresscs.php) re-appends it, so the standard survives future dependency updates without a manual conf edit.
…ooldown feat(deps): add PHPUnit, migrate to squizlabs, pin tools with a 30-day cooldown
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release 3.4.0 — see #9.