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

chore: bump github.com/alecthomas/chroma from 0.9.2 to 0.9.4 #128

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 18, 2021

Bumps github.com/alecthomas/chroma from 0.9.2 to 0.9.4.

Release notes

Sourced from github.com/alecthomas/chroma's releases.

v0.9.4

Changelog (since 0.9.2)

6520148857c2ae3106ff371e527abea815b23915 Re-add release workflow. 22ed667b6d41aad783d23c5b69bf24b7ccb48564 Add binary number to go lexer 785554e8b16b31ed88ebbd7156d24c4acf32fd49 Add sieve lexer 4b2b42da1d904cd8e5ffc6684bb23ba089192454 Tidy go.mod 9a8a647afb8f8e7ad2c961c477ca152b3b228815 Report file pattern errors when a lexer is initialised. 07a127dd74e0cf0b2d38def211382418b0baee8d Test for compiling all lexer patterns. 23160b30588bdfbf8f017037f9920e21e9aea8d3 lexers/internal: remove danwakefield/fnmatch 368394959b4562fb33caf5372828eb03859d9eef Update go modules 7259f5b2547990cb79197787c6cd7051936c7cc6 BashSession lexer 4d7154e8c7144dda848b882c81b8cd11c7b6c698 Raku: Fix unterminated heredoc fixes #547 82795e1420cca19a5eaa4c45e4340f4e063cdab1 Update to the last version of microsoft grammar file 04ed07d7b4022c8b9cbb3cd3001c0507238b37bf Update rust lexer (#548) d1f987668b9d720348552025d5b4893fcdefc8fa Add JSON test. f7c1454f132ccd52acb6a79c313daf63dc219c11 Support comments in JSON 02951cec424f204b6624f266a832d111fdb382df Implement 1S:Enterprise (#545) 4436c497ee311e32408f0826dc38fb44227f901a lexers: add Debian user configuration file backups to ignored suffixes 26f16a6f7ca2653220fc45081f6e387f9a5d1ed4 Raku: Improve nested regex and code, function designs 4f779665e94c1ac63e07c437409d5db9e33a4c79 Raku: Add more test data 22fac1fc0fa4c15381c51440380b8377d70368f5 Raku: Fix Match hash access, $ 2535d1a99ead7d14a356c94d1aa1d8671040b124 Raku: Fix operators that come after < bb38ae204f9b1c1e41f72f6f69b56b1ae329340b Raku: Fix detecting adverbs, plus a little cleanup 2eba3ce9a1fdbaf81232257031297aa153372575 Update APL lexer to cope with current Dyalog APL b71f4c66073d03e062aa6f8e2109326ebbde6795 Raku: Fix incorrectly matching closing brackets as opening 7966c295269fb4d9faf3d37eb6659b2955bf5179 Update README.md 61cfd7d7a709590e26f3854ef4ec543c8c710fbb Update README.md 594e3117f88757d552aca1a7c0b567dca6713db6 Update README.md f4ffd6cea954f700ac8bd5fe003854794f54e199 Fix Raku colon pair, function adverb and POD declaration 2cff0c9b1f60b5f72d79469dcd1fe92d4bc87cdf Switch from Circle to GHA. fb1dd01cfb0330eddacf7729eeea729dc47f152f [kotlin] expensive char list -> char classes eafea0d771c31bf8c6a76d0c476e2bcdcec1ec60 replace expensive char lists with char classes f09329ae624b870b8966ebdf2079dd6fa960e729 Add lexer for Meson build system a0e9618fbcc4021728be2d8195c8b043a52b4e4e ARM ASM (#531) d40210297631298bde98a8fcfd52c3d2555cc367 Support Fennel. (#530) 21a1750dc27a5a212dd6ee37a902bdf7485d4508 Remove go get for installation from README 6a6cf1764db914057a47d8fb782924f27dd3a7b9 Fix some buggy number patterns. d4eaef361b560e843d537a82b5dfd1f2fad742b7 Release arm64 builds. 54fd3bc12f037b727a8ca9537e0008e5331b4645 Clean up imports and make cmd/chroma its own module. 9df8bd4f92e3e7ec6b49cc87764f772d3780a175 fish: Fix incorrect tokenisation of command arguments containing dash

Commits

Dependabot compatibility score

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)

Bumps [github.com/alecthomas/chroma](https://github.com/alecthomas/chroma) from 0.9.2 to 0.9.4.
- [Release notes](https://github.com/alecthomas/chroma/releases)
- [Changelog](https://github.com/alecthomas/chroma/blob/master/.goreleaser.yml)
- [Commits](alecthomas/chroma@v0.9.2...v0.9.4)

---
updated-dependencies:
- dependency-name: github.com/alecthomas/chroma
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 18, 2021
@jawnsy jawnsy self-assigned this Oct 18, 2021
@jawnsy jawnsy merged commit 5c0525b into main Oct 18, 2021
@jawnsy jawnsy deleted the dependabot/go_modules/github.com/alecthomas/chroma-0.9.4 branch October 18, 2021 15:33
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant