rudderlabs / rudder-php-sdk

RudderStack's PHP SDK for effective server-side event tracking.
https://www.rudderstack.com
Other
5 stars 4 forks source link

chore(deps-dev): bump overtrue/phplint from 9.0.4 to 9.1.1 #73

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps overtrue/phplint from 9.0.4 to 9.1.1.

Release notes

Sourced from overtrue/phplint's releases.

9.1.1 - 2024-02-05

Fixed

  • #200 : Unable to create file /github/home/.composer/config.json in GitHub Action
  • #201 : GitHub Action build docker on fly with wrong version

Full Changelog: 9.1.0...9.1.1

9.1.0 - 2023-12-17

Added

  • PHPStan dev tool to enforce code quality of this project (see Contributor guide)
  • Introduces a DebugFormatterHelper for asynchronous process
  • Introduces a ProcessHelper for asynchronous process
  • Introduces a new extension (ProgressIndicator) to let users know that the phplint command isn't stalled. Uses --progress=indicator.

Changed

  • Replaces Symfony components constraint to new LTS (6.4), and drop support to old one (5.4)
  • ProgressPrinter and ProgressBar extensions must now implement the Overtrue\PHPLint\Output\ConsoleOutputInterface specification
  • Reorganize dev tools under their own composer namespace (check-style begins style:check, and fix-style begins style:fix)
  • #197 : Faster process linter
  • rename BOX config file to box.json.dist
  • Dockerfile bump default PHP version from 8.2 to 8.3 (to produce better perf)

Removed

  • drop support of PHPUnit 9
  • drop support of PHP 8.0
  • setApplicationVersion and setConfigResolver methods were removed from Overtrue\PHPLint\Output\ConsoleOutputInterface as there are no more required

Full Changelog: 9.0.6...9.1.0

9.0.8 - 2024-02-05

IMPORTANT Do not use version 9.0.7 (wrong fixes for Docker targets, including GitHub Actions)

Fixed

  • #200 : Unable to create file /github/home/.composer/config.json in GitHub Action
  • #201 : GitHub Action build docker on fly with wrong version

Full Changelog: 9.0.6...9.0.8

9.0.7 - 2024-02-05

... (truncated)

Changelog

Sourced from overtrue/phplint's changelog.

9.1.1 - 2024-02-05

Fixed

  • #200 : Unable to create file /github/home/.composer/config.json in GitHub Action
  • #201 : GitHub Action build docker on fly with wrong version

Full Changelog: 9.1.0...9.1.1

9.1.0 - 2023-12-17

Added

  • PHPStan dev tool to enforce code quality of this project (see Contributor guide)
  • Introduces a DebugFormatterHelper for asynchronous process
  • Introduces a ProcessHelper for asynchronous process
  • Introduces a new extension (ProgressIndicator) to let users know that the phplint command isn't stalled. Uses --progress=indicator.

Changed

  • Replaces Symfony components constraint to new LTS (6.4), and drop support to old one (5.4)
  • ProgressPrinter and ProgressBar extensions must now implement the Overtrue\PHPLint\Output\ConsoleOutputInterface specification
  • Reorganize dev tools under their own composer namespace (check-style begins style:check, and fix-style begins style:fix)
  • #197 : Faster process linter
  • rename BOX config file to box.json.dist
  • Dockerfile bump default PHP version from 8.2 to 8.3 (to produce better perf)

Removed

  • drop support of PHPUnit 9
  • drop support of PHP 8.0
  • setApplicationVersion and setConfigResolver methods were removed from Overtrue\PHPLint\Output\ConsoleOutputInterface as there are no more required

Full Changelog: 9.0.6...9.1.0

9.0.8 - 2024-02-05

IMPORTANT Do not use version 9.0.7 (wrong fixes for Docker targets, including GitHub Actions)

Fixed

  • #200 : Unable to create file /github/home/.composer/config.json in GitHub Action
  • #201 : GitHub Action build docker on fly with wrong version

Full Changelog: 9.0.6...9.0.8

9.0.7 - 2024-02-05

Fixed

... (truncated)

Commits
  • b76725c synchronize with branch 9.1
  • bd45b98 prepare bugfix releas 9.1.1 (same as for branch 9.0 - 9.0.8)
  • 340ccbc related to issue #200
  • d356316 related to issue #201
  • 0d89732 bump new version (same issue fixes as 9.0.8)
  • 2714971 synchronize ChangeLog with latest version 9.0.x
  • 24e27e4 merge branch 9.0 (for upcoming release 9.0.7)
  • 4eb6326 prepare bugfix release 9.0.7
  • a0f1add bump new version (of branch 9.0)
  • a0407dc fix issue #201
  • 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 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)
dependabot[bot] commented 9 months ago

Superseded by #75.