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-console-highlighter requirement from 0.5.0 to 1.0.0 #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 18, 2022

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].

Changed

  • BC-Break: The top-level namespace for all classes has changed from JakubOnderka to PHP_Parallel_Lint. #28 from [@​jrfnl], fixes #4.
  • Support for PHP 5.3 has been restored, #33 from [@​jrfnl].
  • PHP 8.0: handle changed tokenization of namespaced names #19 from [@​jrfnl].
  • Update PHP Console Color dependency to version ^1.0.1 #17 from [@​jrfnl].

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)

Updates the requirements on [php-parallel-lint/php-console-highlighter](https://github.com/php-parallel-lint/PHP-Console-Highlighter) to permit the latest version.
- [Release notes](https://github.com/php-parallel-lint/PHP-Console-Highlighter/releases)
- [Changelog](https://github.com/php-parallel-lint/PHP-Console-Highlighter/blob/master/CHANGELOG.md)
- [Commits](php-parallel-lint/PHP-Console-Highlighter@v0.5...v1.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Feb 18, 2022
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
0 participants