chore(deps): update php-parallel-lint/php-console-highlighter requirement from ^0.5.0 to ^1.0.0
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
- BC-Break: The top-level namespace for all classes has changed from
JakubOnderkatoPHP_Parallel_Lint. #28 from [@jrfnl], fixes #4.- Support for PHP 5.3 has been restored, #33 from [
@jrfnl].- Update PHP Console Color dependency to version
^1.0.1#17 from [@jrfnl].Internal
- Welcome [
@jrfnl] as new co-maintainer.- Improvements to the test suite, #10, #15, #21, #25, #34, #35, #37, #38, #39 from [
@peter279k] and [@jrfnl].- Improvements to the code consistency, #10, #20, #29, #30 from [
@peter279k] and [@jrfnl], fixes #11.- Improvements to the CI/QA setup, #12, #14, #16, #18, #23, #24, #26, #31, #36 from [
@jrfnl], fixes #13, #22.- Improvements to the changelog, #27 from [
@jrfnl].#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
- BC-Break: The top-level namespace for all classes has changed from
JakubOnderkatoPHP_Parallel_Lint. #28 from [@jrfnl], fixes #4.- Support for PHP 5.3 has been restored, #33 from [
@jrfnl].- Update PHP Console Color dependency to version
^1.0.1#17 from [@jrfnl].Internal
- Welcome [
@jrfnl] as new co-maintainer.- Improvements to the test suite, #10, #15, #21, #25, #34, #35, #37, #38, #39 from [
@peter279k] and [@jrfnl].- Improvements to the code consistency, #10, #20, #29, #30 from [
@peter279k] and [@jrfnl], fixes #11.- Improvements to the CI/QA setup, #12, #14, #16, #18, #23, #24, #26, #31, #36 from [
@jrfnl], fixes #13, #22.- Improvements to the changelog, #27 from [
@jrfnl].#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
5b48033Release version 1.0.03968028Tests: add dedicated tests for thecolorLines()method0e54669Tests: add dedicated tests for thegetWholeFile[WithLineNumbers]()methodsc43139cTests: add a dedicated test for the class constructord40f627GH Actions: fix build cancelling6e51cb1Highlighter::lineNumbers(): bug fix - remove stray blank line at end of outputd44defcHighlighter::getCodeSnippet(): bug fix - too many lines retrieved at start of...27dcb1dTests: add dedicated tests for thegetCodeSnippet()method90cfaccTests: introduce baseHighlighterTestCase5fee9a6GH Actions: setshort_open_tagini 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)