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

Composer: Update php-parallel-lint/php-console-highlighter requirement from ^0.5 to ^0.5 || ^1.0 #113

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 23, 2022

Composer: update PHP Parallel Lint and Console Highlighter

PHP Console Highlighter has, at long last, released version 1.0.0 and PHP Parallel Lint version 1.3.2 is the first PHP Parallel Lint version which supports PHP Console Highlighter 1.0.0.

As the minimum supported PHP version is still PHP 5.3 for both, we can safely update both dependency requirements.

Refs:


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

Release notes

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

v1.0.0

Fixed

  • Bug fix: if the highlighted code snippet was at the start of the file, too many lines were retrieved, #35 from [@​jrfnl].
  • Bug fix: code snippets highlighted with line numbers had a stray blank line at the end of the snippet, #35 from [@​jrfnl].
  • PHP 8.0: handle changed tokenization of namespaced names #19 from [@​jrfnl].

Changed

Internal

#4: php-parallel-lint/PHP-Console-Highlighter#4 #10: php-parallel-lint/PHP-Console-Highlighter#10 #11: php-parallel-lint/PHP-Console-Highlighter#11 #12: php-parallel-lint/PHP-Console-Highlighter#12 #13: php-parallel-lint/PHP-Console-Highlighter#13 #14: php-parallel-lint/PHP-Console-Highlighter#14 #15: php-parallel-lint/PHP-Console-Highlighter#15 #16: php-parallel-lint/PHP-Console-Highlighter#16 #17: php-parallel-lint/PHP-Console-Highlighter#17 #18: php-parallel-lint/PHP-Console-Highlighter#18 #19: php-parallel-lint/PHP-Console-Highlighter#19 #20: php-parallel-lint/PHP-Console-Highlighter#20 #21: php-parallel-lint/PHP-Console-Highlighter#21 #22: php-parallel-lint/PHP-Console-Highlighter#22 #23: php-parallel-lint/PHP-Console-Highlighter#23 #24: php-parallel-lint/PHP-Console-Highlighter#24 #25: php-parallel-lint/PHP-Console-Highlighter#25 #26: php-parallel-lint/PHP-Console-Highlighter#26 #27: php-parallel-lint/PHP-Console-Highlighter#27 #28: php-parallel-lint/PHP-Console-Highlighter#28 #29: php-parallel-lint/PHP-Console-Highlighter#29 #30: php-parallel-lint/PHP-Console-Highlighter#30 #31: php-parallel-lint/PHP-Console-Highlighter#31 #33: php-parallel-lint/PHP-Console-Highlighter#33 #34: php-parallel-lint/PHP-Console-Highlighter#34 #35: php-parallel-lint/PHP-Console-Highlighter#35 #36: php-parallel-lint/PHP-Console-Highlighter#36

... (truncated)

Changelog

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

[1.0.0] - 2022-02-18

Fixed

  • Bug fix: if the highlighted code snippet was at the start of the file, too many lines were retrieved, #35 from [@​jrfnl].
  • Bug fix: code snippets highlighted with line numbers had a stray blank line at the end of the snippet, #35 from [@​jrfnl].
  • PHP 8.0: handle changed tokenization of namespaced names #19 from [@​jrfnl].

Changed

Internal

#4: php-parallel-lint/PHP-Console-Highlighter#4 #10: php-parallel-lint/PHP-Console-Highlighter#10 #11: php-parallel-lint/PHP-Console-Highlighter#11 #12: php-parallel-lint/PHP-Console-Highlighter#12 #13: php-parallel-lint/PHP-Console-Highlighter#13 #14: php-parallel-lint/PHP-Console-Highlighter#14 #15: php-parallel-lint/PHP-Console-Highlighter#15 #16: php-parallel-lint/PHP-Console-Highlighter#16 #17: php-parallel-lint/PHP-Console-Highlighter#17 #18: php-parallel-lint/PHP-Console-Highlighter#18 #19: php-parallel-lint/PHP-Console-Highlighter#19 #20: php-parallel-lint/PHP-Console-Highlighter#20 #21: php-parallel-lint/PHP-Console-Highlighter#21 #22: php-parallel-lint/PHP-Console-Highlighter#22 #23: php-parallel-lint/PHP-Console-Highlighter#23 #24: php-parallel-lint/PHP-Console-Highlighter#24 #25: php-parallel-lint/PHP-Console-Highlighter#25 #26: php-parallel-lint/PHP-Console-Highlighter#26 #27: php-parallel-lint/PHP-Console-Highlighter#27 #28: php-parallel-lint/PHP-Console-Highlighter#28 #29: php-parallel-lint/PHP-Console-Highlighter#29 #30: php-parallel-lint/PHP-Console-Highlighter#30 #31: php-parallel-lint/PHP-Console-Highlighter#31 #33: php-parallel-lint/PHP-Console-Highlighter#33 #34: php-parallel-lint/PHP-Console-Highlighter#34 #35: php-parallel-lint/PHP-Console-Highlighter#35

... (truncated)

Commits
  • 5b48033 Release version 1.0.0
  • 3968028 Tests: add dedicated tests for the colorLines() method
  • 0e54669 Tests: add dedicated tests for the getWholeFile[WithLineNumbers]() methods
  • c43139c Tests: add a dedicated test for the class constructor
  • d40f627 GH Actions: fix build cancelling
  • 6e51cb1 Highlighter::lineNumbers(): bug fix - remove stray blank line at end of output
  • d44defc Highlighter::getCodeSnippet(): bug fix - too many lines retrieved at start of...
  • 27dcb1d Tests: add dedicated tests for the getCodeSnippet() method
  • 90cfacc Tests: introduce base HighlighterTestCase
  • 5fee9a6 GH Actions: set short_open_tag ini setting for PHP 5.3 test run
  • 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 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)

PHP Console Highlighter has, at long last, released version `1.0.0` and PHP Parallel Lint version `1.3.2` is the first PHP Parallel Lint version which supports PHP Console Highlighter `1.0.0`.

As the minimum supported PHP version is still PHP 5.3 for both, we can safely update both dependency requirements.

Refs:
* https://github.com/php-parallel-lint/PHP-Console-Highlighter/releases/tag/v1.0.0
* https://github.com/php-parallel-lint/PHP-Parallel-Lint/releases/tag/v1.3.2
@jrfnl jrfnl force-pushed the dependabot/composer/php-parallel-lint/php-console-highlighter-tw-0.5or-tw-1.0 branch from c003290 to 00f632d Compare April 24, 2022 00:18
@jrfnl jrfnl added this to the 1.0.0-alpha4 milestone Apr 24, 2022
@jrfnl jrfnl merged commit 7491842 into develop Apr 24, 2022
@jrfnl jrfnl deleted the dependabot/composer/php-parallel-lint/php-console-highlighter-tw-0.5or-tw-1.0 branch April 24, 2022 00:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant