wearerequired / traduttore

🗼 A WordPress plugin to improve the I18N workflow for your own projects based on @GlotPress.
https://wearerequired.github.io/traduttore/
72 stars 15 forks source link

Update wearerequired/coding-standards requirement from ^1.5 to ^2.0 #199

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

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

Release notes

Sourced from wearerequired/coding-standards's releases.

2.0.0

Changed

  • PHP: Update sirbrillig/phpcs-variable-analysis from 2.10.0 to 2.10.2.
  • PHP: Increase testVersion for PHP Compatibility check to 7.4.
  • PHP: Increase minimum_supported_wp_version to 5.3.
  • CSS: Replace stylelint-config-wordpress with @wordpress/stylelint-config.
  • JS: Allow @wordpress/eslint-plugin v8 as dependency, remove v6.

Added

  • PHP Rule SlevomatCodingStandard.TypeHints.ReturnTypeHint: Require type hints for return values.
  • PHP Rule SlevomatCodingStandard.TypeHints.ParameterTypeHint: Require type hints for parameters.
  • PHP Rule SlevomatCodingStandard.TypeHints.UselessConstantTypeHint: Disallow useless @var annotations.
  • PHP Rule SlevomatCodingStandard.Classes.ClassConstantVisibility: Require declaring the visibility of class constants.
  • PHP Rule SlevomatCodingStandard.Functions.RequireArrowFunction: Require short closures/arrow functions if possible.
  • PHP Rule SlevomatCodingStandard.Functions.ArrowFunctionDeclaration: Require specific style of arrow functions.
Changelog

Sourced from wearerequired/coding-standards's changelog.

[2.0.0] - 2021-02-26

Changed

  • PHP: Update sirbrillig/phpcs-variable-analysis from 2.10.0 to 2.10.2.
  • PHP: Increase testVersion for PHP Compatibility check to 7.4.
  • PHP: Increase minimum_supported_wp_version to 5.3.
  • CSS: Replace stylelint-config-wordpress with @wordpress/stylelint-config.
  • JS: Allow @wordpress/eslint-plugin v8 as dependency, remove v6.

Added

  • PHP Rule SlevomatCodingStandard.TypeHints.ReturnTypeHint: Require type hints for return values.
  • PHP Rule SlevomatCodingStandard.TypeHints.ParameterTypeHint: Require type hints for parameters.
  • PHP Rule SlevomatCodingStandard.TypeHints.UselessConstantTypeHint: Disallow useless @var annotations.
  • PHP Rule SlevomatCodingStandard.Classes.ClassConstantVisibility: Require declaring the visibility of class constants.
  • PHP Rule SlevomatCodingStandard.Functions.RequireArrowFunction: Require short closures/arrow functions if possible.
  • PHP Rule SlevomatCodingStandard.Functions.ArrowFunctionDeclaration: Require specific style of arrow functions.

[1.6.0] - 2020-12-12

Changed

  • Update slevomat/coding-standard from 6.3.8 to 6.4.1.
  • Update sirbrillig/phpcs-variable-analysis from 2.8.2 to 2.10.0 for PHP 7.4 support.
  • PHP: Add @subpackage to list of disallowed annotations.
  • CSS: Use renamed declaration-property-unit-allowed-list rule to avoid a deprecation warning. [#103]

[1.5.1] - 2020-06-15

Changed

  • Update sirbrillig/phpcs-variable-analysis from 2.8.1 to 2.8.2.
  • Update slevomat/coding-standard from 6.3.7 to 6.3.8.
  • CSS: Always require quotes in url() unless empty.
  • CSS: Allow at-rules used by postcss-mixins.
  • Support eslint peer dependency up to 7.x.
  • Support @wordpress/eslint-plugin peer dependency up to 7.x.

[1.5.0] - 2020-05-26

Added

Changed

  • Update slevomat/coding-standard from 6.3.5 to 6.3.7.

[1.4.1] - 2020-05-18

Changed

  • Update slevomat/coding-standard from 6.3.3 to 6.3.5.
  • Update wp-coding-standards/wpcs from 2.2.1 to 2.3.0.

... (truncated)

Commits
  • d4be3d6 Publish 2.0.0
  • 2d52808 Update changelog for 2.0.0
  • 91a27e4 Update eslint requirement from ^7.19.0 to ^7.20.0 (#119)
  • 3afdf52 Update phpcompatibility/phpcompatibility-wp requirement (#120)
  • 68ce2de Publish 2.0.0-rc.3
  • 31a7733 Add WordPress packages to the list of import/core-modules (#118)
  • 2740e8d Publish 2.0.0-rc.2
  • 19c9b24 Extend @wordpress/stylelint-config instead of stylelint-config-wordpress.
  • 93eb696 Publish 2.0.0-rc.1
  • e0d506d Fix version constraint for peerDependency
  • 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 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)
dependabot[bot] commented 3 years ago

Superseded by #201.