Skip to content

Update alleyinteractive/alley-coding-standards requirement from ^1.0 to ^2.2 #473

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 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.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.
Changelog

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

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

  • Add PHPCompatibilityWP sniffs to our rules, configured for PHP 8.0+
  • Make template-parts rule checking more ambiguous to better support scanning standalone plugins and themes
  • Added static analysis keyword to Composer to promote package to be installed with --dev.

0.3.0

  • Add PHPCompatibilityWP standard as a dependency (#9)

... (truncated)

Commits
  • b1b39b0 Merge pull request #47 from alleyinteractive/hotfix/shorthand-php
  • cfa32dc Simplify files
  • 5092929 Namespace fix
  • 7db95ea Docblock
  • 7afb9e7 Adding sniff to disallow short php tags
  • 664d8cd Improve test to have a dataprovider key
  • 242b93f Merge pull request #41 from alleyinteractive/feature/allow-array-same-line-fu...
  • e552adf Merging in develop
  • c024f52 Merge pull request #42 from alleyinteractive/feature/dom-attributes
  • aab76a5 Extending example
  • 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.2.0)

---
updated-dependencies:
- dependency-name: alleyinteractive/alley-coding-standards
  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 Mar 17, 2025
@github-actions github-actions bot enabled auto-merge March 17, 2025 14:03
Copy link
Contributor Author

dependabot bot commented on behalf of github May 12, 2025

Superseded by #493.

@dependabot dependabot bot closed this May 12, 2025
auto-merge was automatically disabled May 12, 2025 13:46

Pull request was closed

@dependabot dependabot bot deleted the dependabot/composer/alleyinteractive/alley-coding-standards-tw-2.2 branch 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