fix(deps): Update module github.com/alecthomas/chroma/v2 to v2.24.1 (main)#21734
Open
renovate-sh-app[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): Update module github.com/alecthomas/chroma/v2 to v2.24.1 (main)#21734renovate-sh-app[bot] wants to merge 1 commit intomainfrom
renovate-sh-app[bot] wants to merge 1 commit intomainfrom
Conversation
Contributor
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix prepared a fix for the issue found in the latest run.
- ✅ Fixed: Spade lexer references nonexistent
lifetimestate- Added the missing Spade
lifetimelexer state so lifetime annotations no longer push to an undefined state.
- Added the missing Spade
Or push these changes by commenting:
@cursor push cf67f21828
Preview (cf67f21828)
diff --git a/vendor/github.com/alecthomas/chroma/v2/lexers/embedded/spade.xml b/vendor/github.com/alecthomas/chroma/v2/lexers/embedded/spade.xml
--- a/vendor/github.com/alecthomas/chroma/v2/lexers/embedded/spade.xml
+++ b/vendor/github.com/alecthomas/chroma/v2/lexers/embedded/spade.xml
@@ -20,6 +20,14 @@
<pop depth="1"/>
</rule>
</state>
+ <state name="lifetime">
+ <rule pattern="[a-zA-Z_]+\w*">
+ <token type="NameAttribute"/>
+ </rule>
+ <rule>
+ <pop depth="1"/>
+ </rule>
+ </state>
<state name="number_lit">
<rule pattern="[ui]\d*">
<token type="Keyword"/>You can send follow-ups to the cloud agent here.
Reviewed by Cursor Bugbot for commit 4657ac7. Configure here.
a298b27 to
9169b14
Compare
1ec3706 to
c4252f7
Compare
| datasource | package | from | to | | ---------- | ------------------------------- | ------- | ------- | | go | github.com/alecthomas/chroma/v2 | v2.23.1 | v2.24.1 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
c4252f7 to
855cbe1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


This PR contains the following updates:
v2.23.1→v2.24.1Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
alecthomas/chroma (github.com/alecthomas/chroma/v2)
v2.24.1Compare Source
Changelog
d2a3784fix: fallback bugv2.24.0Compare Source
Changelog
0b841eechore: go mod tidy10fcb68chore(deps): update ubuntu docker tag to v26 (#1251)2218de6chore(deps): update all non-major dependencies (#1236)2099887Update Solarized Light to use correct background color (#1250)ce43442Add Lateralus lexer (#1249)2b00673fix: commenting issues on gas lexer (#1247)8d04defAdd NameOther entry to github-dark theme (#1240)f2db790chore(deps): update all non-major dependencies (#1234)fc18a48Include embedded font license in COPYING file (#1233)e11ef85chore(deps): update all non-major dependencies (#1211)79e0fa7Add ERB lexer (#1228)b59560dAdd Spade lexer (#1229)83b5491Import Luau lexer (#1209)da72a97Add JetBrains Darcula theme (#1226)8087957styles: case-insensitive style registration and lookup (#1223)10daf04Add.json5to json Lexer (#1224)dccba78Add AMPL lexer (#1219)ee4ad0aFix MySQL lexer single comment render error (#1214)b160804AddusingKeyword to JavaScript (#1215)17e5911Pop type state when encountering punctuation for graphql (#1210)893841bShow error message in chromad (#1208)fef8258Fix error handling inneedRules()(#1207)d8a3315Update the PHP lexer (#1206)353c35bAdd the Kanagawa themes (#1198)41448feUpdate the Materialize lexer (#1201)020d1c0Add.qrcas extension for XML (#1205)6a63b3aAddmeson.optionsas filename for Meson (#1204)d398cafImport Gettext lexer (#1202)43245c9chore(deps): update dependency biome to v2.3.12 (#1200)8215091feat: add scdoc support (#1199)3fce7abchore(deps): update all non-major dependencies (#1188)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
Need help?
You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.