Skip to content

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
deps-update/main-github.comalecthomaschromav2
Open

fix(deps): Update module github.com/alecthomas/chroma/v2 to v2.24.1 (main)#21734
renovate-sh-app[bot] wants to merge 1 commit intomainfrom
deps-update/main-github.comalecthomaschromav2

Conversation

@renovate-sh-app
Copy link
Copy Markdown
Contributor

@renovate-sh-app renovate-sh-app Bot commented Apr 30, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/alecthomas/chroma/v2 v2.23.1v2.24.1 age confidence

Warning

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

Compare Source

Changelog

v2.24.0

Compare Source

Changelog


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

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


  • If you want to rebase/retry this PR, check this box

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.

@renovate-sh-app renovate-sh-app Bot requested a review from a team as a code owner April 30, 2026 07:05
@renovate-sh-app renovate-sh-app Bot added dependencies Pull requests that update a dependency file update-minor labels Apr 30, 2026
@renovate-sh-app
Copy link
Copy Markdown
Contributor Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
github.com/dlclark/regexp2 v1.11.5 -> v1.12.0

Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

Bugbot Autofix prepared a fix for the issue found in the latest run.

  • ✅ Fixed: Spade lexer references nonexistent lifetime state
    • Added the missing Spade lifetime lexer state so lifetime annotations no longer push to an undefined state.

Create PR

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.

Comment thread vendor/github.com/alecthomas/chroma/v2/lexers/embedded/spade.xml
@renovate-sh-app renovate-sh-app Bot force-pushed the deps-update/main-github.comalecthomaschromav2 branch 3 times, most recently from a298b27 to 9169b14 Compare May 3, 2026 13:08
@renovate-sh-app renovate-sh-app Bot changed the title fix(deps): Update module github.com/alecthomas/chroma/v2 to v2.24.0 (main) fix(deps): Update module github.com/alecthomas/chroma/v2 to v2.24.1 (main) May 3, 2026
@renovate-sh-app renovate-sh-app Bot force-pushed the deps-update/main-github.comalecthomaschromav2 branch 15 times, most recently from 1ec3706 to c4252f7 Compare May 8, 2026 01:42
| 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>
@renovate-sh-app renovate-sh-app Bot force-pushed the deps-update/main-github.comalecthomaschromav2 branch from c4252f7 to 855cbe1 Compare May 8, 2026 10:08
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 size/XS update-minor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants