Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump overtrue/phplint from 4.5.0 to 9.0.4 #340

Merged
merged 1 commit into from
Mar 1, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2023

Bumps overtrue/phplint from 4.5.0 to 9.0.4.

Release notes

Sourced from overtrue/phplint's releases.

9.0.4 - 2023-02-23

Added

  • PHPUnit 10 support

Changed

  • ConsoleOutput is no more final to be able to customize it
  • LinterOutput implement Countable interface
  • Finder implement JsonSerializable interface

Fixed

  • #182 : Docker usage may raise a permission denied
  • #183 : Error is unintuitive when there are no files to lint
  • #185 : Analyse multiple path at same time did not work with console command
  • #187 : Improve log options implementation

Full Changelog: 9.0.3...9.0.4

9.0.3 - 2023-02-14

Fixed

  • #178 : "no configuration file is found" message without --no-configuration flag
  • #175 : PHAR version not available since release 9.0.0

Full Changelog: 9.0.2...9.0.3

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

... (truncated)

Changelog

Sourced from overtrue/phplint's changelog.

9.0.4 - 2023-02-23

Added

  • PHPUnit 10 support

Changed

  • ConsoleOutput is no more final to be able to customize it
  • LinterOutput implement Countable interface
  • Finder implement JsonSerializable interface

Fixed

  • #182 : Docker usage may raise a permission denied
  • #183 : Error is unintuitive when there are no files to lint
  • #185 : Analyse multiple path at same time did not work with console command
  • #187 : Improve log options implementation

Full Changelog: 9.0.3...9.0.4

9.0.3 - 2023-02-14

Fixed

  • #178 : "no configuration file is found" message without --no-configuration flag
  • #175 : PHAR version not available since release 9.0.0

Full Changelog: 9.0.2...9.0.3

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

... (truncated)

Commits
  • da8aa33 prepare bugfix release 9.0.4
  • 4cb2bd2 fix issue #187
  • 1cbfb39 release workflow is again more easy (CHANGELOG.md should be built before this...
  • 1f02db5 release workflow is now triggered only when pushing new tag
  • 9002c8f fix issue #185
  • 6465bb7 multiple path syntax (may be also used as single path syntax)
  • 87ceeef fix issue #183
  • 3ce2673 Finder implement JsonSerializable interface
  • 296a2a9 make example more readable
  • 111359b LinterOutput implement Countable interface
  • 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 dependabot bot added the dependencies Pull requests that update a dependency file label Mar 1, 2023
@codecov
Copy link

codecov bot commented Mar 1, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (33f3094) 100.00% compared to head (3a44a0f) 100.00%.

Additional details and impacted files
@@             Coverage Diff             @@
##              master      #340   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity       257       257           
===========================================
  Files             88        88           
  Lines           1695      1695           
===========================================
  Hits            1695      1695           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Bumps [overtrue/phplint](https://github.com/overtrue/phplint) from 4.5.0 to 9.0.4.
- [Release notes](https://github.com/overtrue/phplint/releases)
- [Changelog](https://github.com/overtrue/phplint/blob/main/CHANGELOG.md)
- [Commits](overtrue/phplint@4.5.0...9.0.4)

---
updated-dependencies:
- dependency-name: overtrue/phplint
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/composer/overtrue/phplint-9.0.4 branch from c3faafb to 3a44a0f Compare March 1, 2023 07:04
@github-actions github-actions bot merged commit 6815e1e into master Mar 1, 2023
@dependabot dependabot bot deleted the dependabot/composer/overtrue/phplint-9.0.4 branch March 1, 2023 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants