Skip to content

Update alleyinteractive/alley-coding-standards requirement from ^1.0 to ^2.3 #493

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

Open
wants to merge 1 commit into
base: production
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 12, 2025

Updates the requirements on alleyinteractive/alley-coding-standards to permit the latest version.

Release notes

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

v2.3.0

Please see the changelog for details about this release.

Changelog

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

2.3.0

  • Added sniff to warn about whitespaces in declare( strict_types = 1 ); declarations and require them to be removed declare(strict_types=1);: Alley.PHP.StrictTypeDeclarationSpacing.SpaceBeforeCloseParenthesis.
  • Disabled Yoda conditions.

2.2.0

  • Added sniff to detect the usage of short PHP echo tags (<?=) and require the use of the full PHP echo tags (<?php echo): Alley.PHP.DisallowShortEchoTag.Found.

2.1.0

  • Allow PSR-4 style ClassName.php file names to support our migration to PSR-4 for test files.
  • Remove the PEAR.Functions.FunctionCallSignature sniff from the ruleset and replace it with PSR2.Methods.FunctionCallSignature. This change is to allow for multi-line function calls to be formatted in a more readable way without having to insert a new line before the first argument.
  • Allow camelCase'd DOMDocument/DOMElement/etc. property names to not be flagged by WordPress.NamingConventions.ValidVariableName.

2.0.2

  • Fix issue with files with js/css in the path being ignored.
  • Bumping to PHP 8.1.

2.0.1

  • Update "Prefer array syntax" rule to 3.0.

2.0.0

  • Breaking Change: Upgraded to automattic/vipwpcs and wp-coding-standards/wpcs to 3.0. See Upgrading to 2.0 for more details.

1.0.1

  • Ignore deprecation errors in WPCS to allow it work with PHP 8.0+.

1.0.0

  • No changes, tagging a stable release of Alley Coding Standards.

0.4.1

  • Upgrading to automattic/vipwpcs v2.3.3 and dealerdirect/phpcodesniffer-composer-installer v0.7.2.

0.4.0

... (truncated)

Commits
  • b60ab99 Merge pull request #50 from alleyinteractive/fix/issue-49/remove-whitespace-s...
  • cf6a0b8 Merge branch 'develop' into fix/issue-49/remove-whitespace-strict-types
  • 3b04255 Merge pull request #51 from alleyinteractive/feature/issue-48/disable-yoda-co...
  • 07e5012 Ready for review
  • 87a2fff Add changelog
  • cffa7a6 Disable Yoada conditions
  • 4bf4dbd WIP: issue-48
  • c7f4e94 Add changelog
  • 5524034 Ready for review
  • 5f8897b Introduce the new StrictTypeDeclarationSpacingSniff sniff to alert/remove s...
  • 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 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)

Updates the requirements on [alleyinteractive/alley-coding-standards](https://github.com/alleyinteractive/alley-coding-standards) to permit the latest version.
- [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@v1.0.0...v2.3.0)

---
updated-dependencies:
- dependency-name: alleyinteractive/alley-coding-standards
  dependency-version: 2.3.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Requires understanding PHP labels May 12, 2025
@github-actions github-actions bot enabled auto-merge May 12, 2025 13:46
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.

0 participants