alleyinteractive / byline-manager

Manage an article's byline and author profiles in WordPress.
GNU General Public License v3.0
3 stars 2 forks source link

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

Open dependabot[bot] opened 1 month ago

dependabot[bot] commented 1 month ago

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: https://github.com/alleyinteractive/alley-coding-standards/compare/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


You can trigger a rebase of this PR 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 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.