Skip to content
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

Update alleyinteractive/alley-coding-standards requirement from ^1.0 to ^2.1 #64

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 29, 2024

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

Release notes

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

v2.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.

Full Changelog: alleyinteractive/alley-coding-standards@v2.0.2...v2.1.0

Changelog

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

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)
  • Exclude plugin template parts from WordPress.NamingConventions.PrefixAllGlobals sniff (#11)
  • Remove 'wp_cache_set' from forbidden functions (#12)

0.2.0

  • Sniff name changed to Alley-Interactive.

... (truncated)

Commits
  • 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
  • d0e26be Adding DOMDocument property names to the ruleset
  • 2626072 README update
  • d05f208 Add multi-line function argument support
  • 6d3ed6b Merge pull request #40 from alleyinteractive/feature/ci-tests
  • 873329b Add test for Generic.Files.OneObjectStructurePerFile sniff
  • ca4cc91 Adding a gitattributes
  • 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.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from srtfisher as a code owner July 29, 2024 07:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Requires understanding PHP labels Jul 29, 2024
@github-actions github-actions bot enabled auto-merge July 29, 2024 07:03
@srtfisher srtfisher closed this Aug 6, 2024
auto-merge was automatically disabled August 6, 2024 14:55

Pull request was closed

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 6, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/composer/alleyinteractive/alley-coding-standards-tw-2.1 branch August 6, 2024 14:55
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