nielslange / smntcs-quantity-buttons-for-woocommerce

Display quantity buttons on WooCommerce product page.
https://wordpress.org/plugins/smntcs-woocommerce-quantity-buttons/
GNU General Public License v2.0
8 stars 4 forks source link

Bump overtrue/phplint from 5.5.0 to 9.0.2 #95

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps overtrue/phplint from 5.5.0 to 9.0.2.

Release notes

Sourced from overtrue/phplint's releases.

9.0.2 - 2023-02-13

Fixed

Full Changelog: 9.0.1...9.0.2

9.0.1 - 2023-02-13

Changed

  • configure Release Workflow to run manually

Fixed

  • #175 : Release Workflow was not able to build a PHAR with manifest distribution

Full Changelog: 9.0.0...9.0.1

9.0.0 - 2023-02-13

Added

  • introduces Changie for changelog automation
  • add declare strict_types directive on top of each php script
  • add PHP DocBlock header comment on top of each php script
  • introduces test automation with PHPUnit
  • introduces Finder component to find source files to analyse
  • introduces Logger component (basic PSR-3) for cache debugging purpose
  • introduces Dispatcher component with events to allow extensible code more easy
  • introduces extensions to display checking progress
  • introduces OptionsResolver component to resolve configuration with options
  • #173 : Improve PHAR build with BOX v4 by adding a manifest
  • --manifest option to display contents of manifest of the PHAR version (only) of PHPLinter

Changed

  • raise minimum version constraint on Symfony Components to use the current LTS (5.4)
  • update jetbrains/phpstorm-stubs requirement to accept v2022
  • update brainmaestro/composer-git-hooks requirement to accept v3.0 alpha1 : that will allow to update psr/log to v3 and symfony/console to v6
  • code-rewrites to use Symfony Cache Component
  • Lint process class was renamed and some minor type declaration were fixed
  • Remove n98/junit-xml dependency and replace it by new JunitXmlReporter extension (about 30 lines of code)
  • JsonOutput console/output is specialized to produce JSON output results (see --log-json option)
  • JunitOutput console/output is specialized to produce JUnit XML format results (see --log-junit option)
  • ConsoleOutput is specialized to produce CLI output (default results)
  • upgrade humbug/php-scoper to allow usage of Box v4 with at least PHP 8.1
  • Integration with PHP-Scoper to provide a PHAR code isolation with BOX project

... (truncated)

Changelog

Sourced from overtrue/phplint's changelog.

9.0.2 - 2023-02-13

Fixed

  • #176 : Enhance Cache support for Windows platform

Full Changelog: 9.0.1...9.0.2

9.0.1 - 2023-02-13

Changed

  • configure Release Workflow to run manually

Fixed

  • #175 : Release Workflow was not able to build a PHAR with manifest distribution

Full Changelog: 9.0.0...9.0.1

9.0.0 - 2023-02-13

Added

  • introduces Changie for changelog automation
  • add declare strict_types directive on top of each php script
  • add PHP DocBlock header comment on top of each php script
  • introduces test automation with PHPUnit
  • introduces Finder component to find source files to analyse
  • introduces Logger component (basic PSR-3) for cache debugging purpose
  • introduces Dispatcher component with events to allow extensible code more easy
  • introduces extensions to display checking progress
  • introduces OptionsResolver component to resolve configuration with options
  • #173 : Improve PHAR build with BOX v4 by adding a manifest
  • --manifest option to display contents of manifest of the PHAR version (only) of PHPLinter

Changed

  • raise minimum version constraint on Symfony Components to use the current LTS (5.4)
  • update jetbrains/phpstorm-stubs requirement to accept v2022
  • update brainmaestro/composer-git-hooks requirement to accept v3.0 alpha1 : that will allow to update psr/log to v3 and symfony/console to v6
  • code-rewrites to use Symfony Cache Component
  • Lint process class was renamed and some minor type declaration were fixed
  • Remove n98/junit-xml dependency and replace it by new JunitXmlReporter extension (about 30 lines of code)
  • JsonOutput console/output is specialized to produce JSON output results (see --log-json option)
  • JunitOutput console/output is specialized to produce JUnit XML format results (see --log-junit option)
  • ConsoleOutput is specialized to produce CLI output (default results)
  • upgrade humbug/php-scoper to allow usage of Box v4 with at least PHP 8.1
  • Integration with PHP-Scoper to provide a PHAR code isolation with BOX project
  • All dev tools are now under bamarni/composer-bin-plugin control

... (truncated)

Commits
  • ff1f022 prepare bugfix release 9.0.2
  • ec9fab6 fix issue #176
  • 3ce8ba3 prepare bugfix release 9.0.1
  • 87a712e configure Release Workflow to run manually
  • 14d726f fix issue #175
  • 81bf249 fix minor changes on architecture (see docs/architecture guide)
  • a4c49b8 introduces CHANGELOG.md file for version 9.0 (thanks to https://github.com/mi...
  • d494074 configure the auto-mode of Changie 1.11
  • e34a961 prepare next stable release 9.0.0
  • 524d062 fix CS by adding header phpdoc block comment one each php files of distribution
  • Additional commits viewable in compare view


Dependabot compatibility score

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 1 year ago

Superseded by #96.