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.17.0 (#6687)
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/alecthomas/chroma/v2](https://redirect.github.com/alecthomas/chroma) | `v2.16.0` -> `v2.17.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.17.0`](https://redirect.github.com/alecthomas/chroma/releases/tag/v2.17.0) [Compare Source](https://redirect.github.com/alecthomas/chroma/compare/v2.16.0...v2.17.0) #### Changelog - [`8fa488c`](https://redirect.github.com/alecthomas/chroma/commit/8fa488c) Fix Gleam lexer ([#​1072](https://redirect.github.com/alecthomas/chroma/issues/1072)) - [`211957a`](https://redirect.github.com/alecthomas/chroma/commit/211957a) Update `pygments-lexers.txt` ([#​1070](https://redirect.github.com/alecthomas/chroma/issues/1070)) - [`22859e6`](https://redirect.github.com/alecthomas/chroma/commit/22859e6) Add Lean lexer ([#​1071](https://redirect.github.com/alecthomas/chroma/issues/1071)) - [`5409db0`](https://redirect.github.com/alecthomas/chroma/commit/5409db0) fix(vue): handle more edge cases for tags ([#​1069](https://redirect.github.com/alecthomas/chroma/issues/1069)) - [`3ee0984`](https://redirect.github.com/alecthomas/chroma/commit/3ee0984) chore(deps): update all non-major dependencies ([#​1067](https://redirect.github.com/alecthomas/chroma/issues/1067)) - [`3df29af`](https://redirect.github.com/alecthomas/chroma/commit/3df29af) styles: add proper diff styling to rrt (fix [#​603](https://redirect.github.com/alecthomas/chroma/issues/603)) ([#​1064](https://redirect.github.com/alecthomas/chroma/issues/1064)) - [`9077658`](https://redirect.github.com/alecthomas/chroma/commit/9077658) fix: properly tokenizes default_tags attribute ([#​1068](https://redirect.github.com/alecthomas/chroma/issues/1068)) - [`e4ce323`](https://redirect.github.com/alecthomas/chroma/commit/e4ce323) Link to Chroma-using pager in README.md ([#​1027](https://redirect.github.com/alecthomas/chroma/issues/1027)) - [`b310414`](https://redirect.github.com/alecthomas/chroma/commit/b310414) docs: add logo </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:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNDguNCIsInVwZGF0ZWRJblZlciI6IjM5LjI0OC40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJTa2lwIENoYW5nZWxvZyIsImRlcGVuZGVuY2llcyJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: dmathieu <42@dmathieu.com>
This commit is contained in:
@@ -34,7 +34,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.2.0 // indirect
|
||||
github.com/alecthomas/chroma/v2 v2.16.0 // indirect
|
||||
github.com/alecthomas/chroma/v2 v2.17.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
|
||||
|
@@ -33,8 +33,8 @@ github.com/ProtonMail/go-crypto v1.2.0 h1:+PhXXn4SPGd+qk76TlEePBfOfivE0zkWFenhGh
|
||||
github.com/ProtonMail/go-crypto v1.2.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.16.0 h1:QC5ZMizk67+HzxFDjQ4ASjni5kWBTGiigRG1u23IGvA=
|
||||
github.com/alecthomas/chroma/v2 v2.16.0/go.mod h1:RVX6AvYm4VfYe/zsk7mjHueLDZor3aWCNE14TFlepBk=
|
||||
github.com/alecthomas/chroma/v2 v2.17.0 h1:3r2Cgk+nXNICMBxIFGnTRTbQFUwMiLisW+9uos0TtUI=
|
||||
github.com/alecthomas/chroma/v2 v2.17.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