1
0
mirror of https://github.com/alecthomas/chroma.git synced 2025-03-19 21:10:15 +02:00

chore(deps): update all non-major dependencies (#985)

[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](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` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fdlclark%2fregexp2/v1.11.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fdlclark%2fregexp2/v1.11.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fdlclark%2fregexp2/v1.11.2/v1.11.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fdlclark%2fregexp2/v1.11.2/v1.11.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
| require | patch |
| [svu](https://togithub.com/caarlos0/svu) | `2.0.1` -> `2.1.0` |
[![age](https://developer.mend.io/api/mc/badges/age/hermit/svu/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/hermit/svu/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/hermit/svu/2.0.1/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/hermit/svu/2.0.1/2.1.0?slim=true)](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
([#&#8203;161](https://togithub.com/caarlos0/svu/issues/161))
([@&#8203;aymanbagabas](https://togithub.com/aymanbagabas))

##### Bug fixes

-
[`3af7242`](3af72427ab):
fix: pre-release flag only worked on the pr command
([#&#8203;160](https://togithub.com/caarlos0/svu/issues/160))
([@&#8203;djgilcrease](https://togithub.com/djgilcrease))

##### Other work

-
[`d3987e0`](d3987e0e06):
ci: goreleaser.yml ([@&#8203;caarlos0](https://togithub.com/caarlos0))
-
[`5fedd09`](5fedd09051):
ci: update goreleaser configs
([@&#8203;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:
renovate[bot] 2024-08-05 15:27:49 +10:00 committed by GitHub
parent 9221c6d919
commit c6e90314df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 2 deletions

View File

@ -1 +1 @@
.svu-2.0.1.pkg
.svu-2.1.0.pkg

2
go.mod
View File

@ -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
View File

@ -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=