mirror of
https://github.com/alecthomas/chroma.git
synced 2025-03-17 20:58:08 +02:00
chore(deps): update all non-major dependencies (#985)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | Type | Update | |---|---|---|---|---|---|---|---| | [github.com/dlclark/regexp2](https://togithub.com/dlclark/regexp2) | `v1.11.2` -> `v1.11.4` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | require | patch | | [svu](https://togithub.com/caarlos0/svu) | `2.0.1` -> `2.1.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/) | | minor | --- ### Release Notes <details> <summary>dlclark/regexp2 (github.com/dlclark/regexp2)</summary> ### [`v1.11.4`](https://togithub.com/dlclark/regexp2/compare/v1.11.3...v1.11.4) [Compare Source](https://togithub.com/dlclark/regexp2/compare/v1.11.3...v1.11.4) ### [`v1.11.3`](https://togithub.com/dlclark/regexp2/compare/v1.11.2...v1.11.3) [Compare Source](https://togithub.com/dlclark/regexp2/compare/v1.11.2...v1.11.3) </details> <details> <summary>caarlos0/svu (svu)</summary> ### [`v2.1.0`](https://togithub.com/caarlos0/svu/releases/tag/v2.1.0) #### Changelog ##### New Features - [`680777b`](680777bb64
): feat: try to infer sub-package tag ([#​161](https://togithub.com/caarlos0/svu/issues/161)) ([@​aymanbagabas](https://togithub.com/aymanbagabas)) ##### Bug fixes - [`3af7242`](3af72427ab
): fix: pre-release flag only worked on the pr command ([#​160](https://togithub.com/caarlos0/svu/issues/160)) ([@​djgilcrease](https://togithub.com/djgilcrease)) ##### Other work - [`d3987e0`](d3987e0e06
): ci: goreleaser.yml ([@​caarlos0](https://togithub.com/caarlos0)) - [`5fedd09`](5fedd09051
): ci: update goreleaser configs ([@​caarlos0](https://togithub.com/caarlos0)) *** *Released with [GoReleaser Pro](https://goreleaser.com/pro)!* </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/alecthomas/chroma). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
9221c6d919
commit
c6e90314df
2
go.mod
2
go.mod
@ -5,7 +5,7 @@ go 1.19
|
||||
require (
|
||||
github.com/alecthomas/assert/v2 v2.10.0
|
||||
github.com/alecthomas/repr v0.4.0
|
||||
github.com/dlclark/regexp2 v1.11.2
|
||||
github.com/dlclark/regexp2 v1.11.4
|
||||
)
|
||||
|
||||
require github.com/hexops/gotextdiff v1.0.3 // indirect
|
||||
|
2
go.sum
2
go.sum
@ -22,5 +22,7 @@ github.com/dlclark/regexp2 v1.11.0 h1:G/nrcoOa7ZXlpoa/91N3X7mM3r8eIlMBBJZvsz/mxK
|
||||
github.com/dlclark/regexp2 v1.11.0/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8=
|
||||
github.com/dlclark/regexp2 v1.11.2 h1:/u628IuisSTwri5/UKloiIsH8+qF2Pu7xEQX+yIKg68=
|
||||
github.com/dlclark/regexp2 v1.11.2/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8=
|
||||
github.com/dlclark/regexp2 v1.11.4 h1:rPYF9/LECdNymJufQKmri9gV604RvvABwgOA8un7yAo=
|
||||
github.com/dlclark/regexp2 v1.11.4/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8=
|
||||
github.com/hexops/gotextdiff v1.0.3 h1:gitA9+qJrrTCsiCl7+kh75nPqQt1cx4ZkudSTLoUqJM=
|
||||
github.com/hexops/gotextdiff v1.0.3/go.mod h1:pSWU5MAI3yDq+fZBTazCSJysOMbxWL1BSow5/V2vxeg=
|
||||
|
Loading…
x
Reference in New Issue
Block a user