Skip to content

Comments

Bump alleyinteractive/alley-coding-standards from 2.3.2 to 2.4.1#51

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/composer/alleyinteractive/alley-coding-standards-2.4.1
Open

Bump alleyinteractive/alley-coding-standards from 2.3.2 to 2.4.1#51
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/composer/alleyinteractive/alley-coding-standards-2.4.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2026

Bumps alleyinteractive/alley-coding-standards from 2.3.2 to 2.4.1.

Release notes

Sourced from alleyinteractive/alley-coding-standards's releases.

v2.4.1

Changed

  • Remove Squiz.Commenting.PostStatementComment sniff.

v2.4.0

🚨Breaking change: Upgraded to wp-coding-standards/wpcs 3.3+ which changes the prefix length from 3 to 4. Previously, a prefix like ai_ was allowed. This is now invalid and must be changed to alley_ or a similar 4 character prefix.

To continue using a 3 character prefix, you can lock wp-coding-standards/wpcs to version 3.2.0 in your project's composer.json file like this:

{
	"require-dev": {
		"wp-coding-standards/wpcs": "3.2.0"
	}
}

Or via CLI:

composer require --dev wp-coding-standards/wpcs:3.2.0

Changes

  • Drops the package's requirement on a specific version of wp-coding-standards/wpcs. Will now install the latest compatible version used by automattic/vipwpcs.
  • Drop WordPress.NamingConventions.PrefixAllGlobals sniff from blocks/ directory to allow for any variable naming conventions in block files.
  • Improves tests to ensure tests expected to fail only fail for expected reasons.
  • Drops phpcompatibility/phpcompatibility-wp as a dependency.
  • Relax rules for test files.
Changelog

Sourced from alleyinteractive/alley-coding-standards's changelog.

2.4.1

Changed

  • Remove Squiz.Commenting.PostStatementComment sniff.

2.4.0

🚨Breaking change: Upgraded to wp-coding-standards/wpcs 3.3+ which changes the prefix length from 3 to 4. Previously, a prefix like ai_ was allowed. This is now invalid and must be changed to alley_ or a similar 4 character prefix.

To continue using a 3 character prefix, you can lock wp-coding-standards/wpcs to version 3.2.0 in your project's composer.json file like this:

{
	"require-dev": {
		"wp-coding-standards/wpcs": "3.2.0"
	}
}

Changes

  • Drops the package's requirement on a specific version of wp-coding-standards/wpcs. Will now install the latest compatible version used by automattic/vipwpcs.
  • Drop WordPress.NamingConventions.PrefixAllGlobals sniff from blocks/ directory to allow for any variable naming conventions in block files.
  • Improves tests to ensure tests expected to fail only fail for expected reasons.
  • Drops phpcompatibility/phpcompatibility-wp as a dependency.
  • Relax rules for test files.
Commits
  • 6119f3a Ignore Squiz.Commenting.PostStatementComment.AnnotationFound sniff (#66)
  • 0cb82c4 Upgrade the project to wpcs 3.3 / relax standards for test files (#65)
  • e783219 Merge pull request #63 from alleyinteractive/feature/issue-57/remove-php-comp...
  • b75090d Remove tests that no longer are required
  • 16ae8e7 Ready for review
  • 58f103d Remove PHP Compatibility
  • 4cb7597 WIP: issue-57
  • 29374b7 Merge pull request #62 from alleyinteractive/feature/issue-46/compare-stub-er...
  • 11bc927 Update CHANGELOG
  • 232923f Ready for review
  • 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 [alleyinteractive/alley-coding-standards](https://github.com/alleyinteractive/alley-coding-standards) from 2.3.2 to 2.4.1.
- [Release notes](https://github.com/alleyinteractive/alley-coding-standards/releases)
- [Changelog](https://github.com/alleyinteractive/alley-coding-standards/blob/develop/CHANGELOG.md)
- [Commits](alleyinteractive/alley-coding-standards@v2.3.2...v2.4.1)

---
updated-dependencies:
- dependency-name: alleyinteractive/alley-coding-standards
  dependency-version: 2.4.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Requires understanding PHP labels Feb 2, 2026
@alley-ci
Copy link

alley-ci commented Feb 2, 2026

Composer Lock Changes

The following is a summary of the changes to the composer.lock file(s) in this pull request and should be reviewed carefully:

composer.lock

Require

Package Operation Previous Version Version

Require-Dev

Package Operation Previous Version Version
alleyinteractive/alley-coding-standards 🟡 upgraded v2.3.2 v2.4.1
phpcompatibility/php-compatibility 🔴 removed 9.3.5
phpcompatibility/phpcompatibility-paragonie 🔴 removed 1.3.4
phpcompatibility/phpcompatibility-wp 🔴 removed 2.1.8
wp-coding-standards/wpcs 🟡 upgraded 3.1.0 3.3.0

This is an automated summary of the changes to the composer.lock files in this pull request.

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 Requires understanding PHP

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant