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

Update php-parallel-lint/php-parallel-lint requirement from 1.3.2 to 1.4.0 #142

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2024

Updates the requirements on php-parallel-lint/php-parallel-lint to permit the latest version.

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 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 will merge this PR once it's up-to-date and CI passes on it, as requested by @xificurk.


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 <dependency name> 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 dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Apr 1, 2024
@xificurk
Copy link
Contributor

xificurk commented Apr 1, 2024

@dependabot squash and merge

Updates the requirements on [php-parallel-lint/php-parallel-lint](https://github.com/php-parallel-lint/PHP-Parallel-Lint) to permit the latest version.
- [Release notes](https://github.com/php-parallel-lint/PHP-Parallel-Lint/releases)
- [Changelog](https://github.com/php-parallel-lint/PHP-Parallel-Lint/blob/v1.4.0/CHANGELOG.md)
- [Commits](php-parallel-lint/PHP-Parallel-Lint@v1.3.2...v1.4.0)

---
updated-dependencies:
- dependency-name: php-parallel-lint/php-parallel-lint
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/composer/php-parallel-lint/php-parallel-lint-1.4.0 branch from 915dec6 to 7c1adf3 Compare April 1, 2024 17:24
@xificurk
Copy link
Contributor

xificurk commented Apr 1, 2024

@dependabot squash and merge

@dependabot dependabot bot merged commit be7c21b into master Apr 1, 2024
24 checks passed
@dependabot dependabot bot deleted the dependabot/composer/php-parallel-lint/php-parallel-lint-1.4.0 branch April 1, 2024 17:29
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 php Pull requests that update Php code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant