You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-08-10 22:31:50 +02:00
chore(deps): update module github.com/alecthomas/chroma/v2 to v2.19.0 (#6949)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/alecthomas/chroma/v2](https://redirect.github.com/alecthomas/chroma) | `v2.18.0` -> `v2.19.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>alecthomas/chroma (github.com/alecthomas/chroma/v2)</summary> ### [`v2.19.0`](https://redirect.github.com/alecthomas/chroma/releases/tag/v2.19.0) [Compare Source](https://redirect.github.com/alecthomas/chroma/compare/v2.18.0...v2.19.0) #### Changelog - [`adeac8f`](https://redirect.github.com/alecthomas/chroma/commit/adeac8f) feat: WASM playground - [`484750a`](https://redirect.github.com/alecthomas/chroma/commit/484750a) chore: add uv - [`a5ceb28`](https://redirect.github.com/alecthomas/chroma/commit/a5ceb28) fix: add lexer compile time validation for group by - [`cd5c4a8`](https://redirect.github.com/alecthomas/chroma/commit/cd5c4a8) docs(readme): update go reference badge to point to v2 and new domain ([#​1087](https://redirect.github.com/alecthomas/chroma/issues/1087)) - [`970eacc`](https://redirect.github.com/alecthomas/chroma/commit/970eacc) Add MoonScript lexer ([#​1091](https://redirect.github.com/alecthomas/chroma/issues/1091)) - [`6ffb465`](https://redirect.github.com/alecthomas/chroma/commit/6ffb465) chore(deps): update all non-major dependencies ([#​1082](https://redirect.github.com/alecthomas/chroma/issues/1082)) - [`2c20473`](https://redirect.github.com/alecthomas/chroma/commit/2c20473) Various lexer & style fixes for RPGLE ([#​1086](https://redirect.github.com/alecthomas/chroma/issues/1086)) - [`c803d79`](https://redirect.github.com/alecthomas/chroma/commit/c803d79) fix(zig): detect zig object notation files as zig ([#​1085](https://redirect.github.com/alecthomas/chroma/issues/1085)) - [`bc60826`](https://redirect.github.com/alecthomas/chroma/commit/bc60826) Add Core lexer ([#​1083](https://redirect.github.com/alecthomas/chroma/issues/1083)) - [`ffedbf4`](https://redirect.github.com/alecthomas/chroma/commit/ffedbf4) fix(kotlin): detect kotlin script files as kotlin ([#​1081](https://redirect.github.com/alecthomas/chroma/issues/1081)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-go). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
@@ -36,7 +36,7 @@ require (
|
||||
github.com/Microsoft/go-winio v0.6.2 // indirect
|
||||
github.com/OpenPeeDeeP/depguard/v2 v2.2.1 // indirect
|
||||
github.com/ProtonMail/go-crypto v1.3.0 // indirect
|
||||
github.com/alecthomas/chroma/v2 v2.18.0 // indirect
|
||||
github.com/alecthomas/chroma/v2 v2.19.0 // indirect
|
||||
github.com/alecthomas/go-check-sumtype v0.3.1 // indirect
|
||||
github.com/alexkohler/nakedret/v2 v2.0.6 // indirect
|
||||
github.com/alexkohler/prealloc v1.0.0 // indirect
|
||||
|
@@ -37,8 +37,8 @@ github.com/ProtonMail/go-crypto v1.3.0 h1:ILq8+Sf5If5DCpHQp4PbZdS1J7HDFRXz/+xKBi
|
||||
github.com/ProtonMail/go-crypto v1.3.0/go.mod h1:9whxjD8Rbs29b4XWbB8irEcE8KHMqaR2e7GWU1R+/PE=
|
||||
github.com/alecthomas/assert/v2 v2.11.0 h1:2Q9r3ki8+JYXvGsDyBXwH3LcJ+WK5D0gc5E8vS6K3D0=
|
||||
github.com/alecthomas/assert/v2 v2.11.0/go.mod h1:Bze95FyfUr7x34QZrjL+XP+0qgp/zg8yS+TtBj1WA3k=
|
||||
github.com/alecthomas/chroma/v2 v2.18.0 h1:6h53Q4hW83SuF+jcsp7CVhLsMozzvQvO8HBbKQW+gn4=
|
||||
github.com/alecthomas/chroma/v2 v2.18.0/go.mod h1:RVX6AvYm4VfYe/zsk7mjHueLDZor3aWCNE14TFlepBk=
|
||||
github.com/alecthomas/chroma/v2 v2.19.0 h1:Im+SLRgT8maArxv81mULDWN8oKxkzboH07CHesxElq4=
|
||||
github.com/alecthomas/chroma/v2 v2.19.0/go.mod h1:RVX6AvYm4VfYe/zsk7mjHueLDZor3aWCNE14TFlepBk=
|
||||
github.com/alecthomas/go-check-sumtype v0.3.1 h1:u9aUvbGINJxLVXiFvHUlPEaD7VDULsrxJb4Aq31NLkU=
|
||||
github.com/alecthomas/go-check-sumtype v0.3.1/go.mod h1:A8TSiN3UPRw3laIgWEUOHHLPa6/r9MtoigdlP5h3K/E=
|
||||
github.com/alecthomas/repr v0.4.0 h1:GhI2A8MACjfegCPVq9f1FLvIBS+DrQ2KQBFZP1iFzXc=
|
||||
|
Reference in New Issue
Block a user