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 ^3.0 #230

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

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

Release notes

Sourced from wearerequired/coding-standards's releases.

3.0.0

Added

  • CSS: Add SCSS preset for stylelint-config.

Changed

  • PHP: Update slevomat/coding-standard from 7.0.12 to 7.0.18.
  • PHP: Update phpcompatibility/phpcompatibility-wp from 2.1.1 to 2.1.3.
  • PHP: Allow to install on PHP 8.
  • JS: Increase minimum peer dependency of eslint from 7 to 8.
  • JS: Increase minimum peer dependency of @wordpress/eslint-plugin from 8/9 to 10.
  • CSS: Increase minimum peer dependency of stylelint from 13 to 14.
  • CSS: Increase minimum peer dependency of @wordpress/stylelint-config from 19 to 20.

Fixed

  • CSS: Correctly set rules for function-url-quotes and at-rule-no-unknown.
Changelog

Sourced from wearerequired/coding-standards's changelog.

[3.0.0] - 2022-02-11

Added

  • CSS: Add SCSS preset for stylelint-config.

Changed

  • PHP: Update slevomat/coding-standard from 7.0.12 to 7.0.18.
  • PHP: Update phpcompatibility/phpcompatibility-wp from 2.1.1 to 2.1.3.
  • PHP: Allow to install on PHP 8.
  • JS: Increase minimum peer dependency of eslint from 7 to 8.
  • JS: Increase minimum peer dependency of @wordpress/eslint-plugin from 8/9 to 10.
  • CSS: Increase minimum peer dependency of stylelint from 13 to 14.
  • CSS: Increase minimum peer dependency of @wordpress/stylelint-config from 19 to 20.

Fixed

  • CSS: Correctly set rules for function-url-quotes and at-rule-no-unknown.

[2.2.0] - 2021-07-15

Changed

  • PHP: Update slevomat/coding-standard from 6.4.1 to 7.0.12.
  • PHP: Update sirbrillig/phpcs-variable-analysis from 2.11.0 to 2.11.2.

[2.1.0] - 2021-04-13

Changed

  • JS: Allow @wordpress/eslint-plugin v9 as dependency.
  • PHP: Update sirbrillig/phpcs-variable-analysis from 2.10.2 to 2.11.0.

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

... (truncated)

Commits
  • 3f81e0e Publish 3.0.0
  • 19e07bf Update changelog for 3.0.0
  • c3d253b Remove peer dependencies
  • d13073d Add .nvmrc and set Node version to 16
  • aa29c05 Publish 3.0.0-beta.0
  • 5ccf719 Move function-url-quotes and at-rule-no-unknown to the 'rules' key (#174)
  • 5059f65 Publish 3.0.0-alpha.0
  • 83419bc Increase minimum peer dependency of @wordpress/stylelint-config to ^20 and ...
  • 4b8f457 Increase minimum peer dependency of @wordpress/eslint-plugin to ^10 and `es...
  • 18d1e5b Allow to install PHP coding standards on PHP 8 (#169)
  • 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)