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 #147

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2024

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


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 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)

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] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file php Pull requests that update Php code labels Mar 3, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 3, 2024

Dependabot tried to add @femiwiki/reviewer as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/femiwiki/DiscordRCFeed/pulls/147/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the teams you specified is not a collaborator of the femiwiki/DiscordRCFeed repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request

@lens0021 lens0021 closed this May 25, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 25, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/composer/php-parallel-lint/php-console-highlighter-1.0.0 branch May 25, 2024 04:23
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.

1 participant