FriendsOfREDAXO / rexstan

redaxo phpstan addon
https://staabm.github.io/archive.html#rexstan
MIT License
35 stars 3 forks source link

Bump php-parallel-lint/php-parallel-lint from 1.3.2 to 1.4.0 #686

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps php-parallel-lint/php-parallel-lint from 1.3.2 to 1.4.0.

Release notes

Sourced from php-parallel-lint/php-parallel-lint's releases.

v1.4.0

New version with support up to PHP 8.3 and preliminary support for PHP 8.4.

Added

  • The "skip linting" feature can now be used in PHP files starting with a shebang, #146 from @​xaben.

Fixed

  • PHP 8.4 deprecation notice, #154 from @​Ayesh and @​jrfnl.
  • Bug fix: the PHP version check in the application bootstrap did not work on PHP < 5.3, #100 from @​jrfnl, fixes #62.
  • Bug fix: files containing the ~ character in their name can now be processed correctly, #118 from @​jrfnl.
  • Bug fix: error message sometimes displayed on last line of code snippet, #98 from @​jrfnl, fixes #93.
  • Bug fix: error message would sometimes contain duplicate information, #117 from @​jrfnl.
  • Bug fix: the "in file .. on line part" text did not always get cleaned correctly from the error message, #118 from @​jrfnl.

Changed

Internal

#62: php-parallel-lint/PHP-Parallel-Lint#62 #93: php-parallel-lint/PHP-Parallel-Lint#93 #96: php-parallel-lint/PHP-Parallel-Lint#96 #97: php-parallel-lint/PHP-Parallel-Lint#97 #98: php-parallel-lint/PHP-Parallel-Lint#98 #99: php-parallel-lint/PHP-Parallel-Lint#99 #100: php-parallel-lint/PHP-Parallel-Lint#100

... (truncated)

Changelog

Sourced from php-parallel-lint/php-parallel-lint's changelog.

1.4.0 - 2024-03-27

Added

  • The "skip linting" feature can now be used in PHP files starting with a shebang, #146 from [@​xaben].

Fixed

  • PHP 8.4 deprecation notice, #154 from [@​Ayesh] and [@​jrfnl].
  • Bug fix: the PHP version check in the application bootstrap did not work on PHP < 5.3, #100 from [@​jrfnl], fixes #62.
  • Bug fix: files containing the ~ character in their name can now be processed correctly, #118 from [@​jrfnl].
  • Bug fix: error message sometimes displayed on last line of code snippet, #98 from [@​jrfnl], fixes #93.
  • Bug fix: error message would sometimes contain duplicate information, #117 from [@​jrfnl].
  • Bug fix: the "in file .. on line part" text did not always get cleaned correctly from the error message, #118 from [@​jrfnl].

Changed

Internal

#62: php-parallel-lint/PHP-Parallel-Lint#62 #93: php-parallel-lint/PHP-Parallel-Lint#93 #96: php-parallel-lint/PHP-Parallel-Lint#96 #97: php-parallel-lint/PHP-Parallel-Lint#97 #98: php-parallel-lint/PHP-Parallel-Lint#98 #99: php-parallel-lint/PHP-Parallel-Lint#99 #100: php-parallel-lint/PHP-Parallel-Lint#100 #102: php-parallel-lint/PHP-Parallel-Lint#102

... (truncated)

Commits
  • 6db5635 Changed version to 1.4.0
  • dd8accf README: update supported versions
  • c1600cd Changelog for the 1.4.0 release
  • d8ccacd CHANGELOG: order link list alphabetically
  • 359379e GH Actions: fix duplicate release
  • 9447a5c GH Actions: version update for various predefined actions
  • c6dad33 OutputTest: fix risky test
  • c09ad7f Make PHP 8.4 implicit nullability fix compatible with PHP < 7.1
  • 4d65d62 [PHP 8.4] Fixes for implicit nullability deprecation
  • b90851f Skip shebang sequence if it is the first line
  • 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)
staabm commented 5 months ago

re-applied custom patch from https://github.com/FriendsOfREDAXO/rexstan/pull/477 after update

dependabot[bot] commented 5 months ago

Looks like php-parallel-lint/php-parallel-lint is up-to-date now, so this is no longer needed.