Skip to content

Commit b8bb2a4

Browse files
dependabot[bot]skl
andauthored
chore(deps): bump github.com/errata-ai/vale/v3 from 3.6.1 to 3.9.1 in /scripts (#995)
* chore(deps): bump github.com/errata-ai/vale/v3 in /scripts Bumps [github.com/errata-ai/vale/v3](https://github.com/errata-ai/vale) from 3.6.1 to 3.9.1. - [Release notes](https://github.com/errata-ai/vale/releases) - [Changelog](https://github.com/errata-ai/vale/blob/v3/.goreleaser.yml) - [Commits](errata-ai/vale@v3.6.1...v3.9.1) --- updated-dependencies: - dependency-name: github.com/errata-ai/vale/v3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * build: bump go.mod to 1.23.2 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stephen Lang <[email protected]>
1 parent a2e2d9a commit b8bb2a4

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

scripts/go.mod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
module _
22

3-
go 1.23.0
3+
go 1.23.2
44

55
toolchain go1.23.4
66

77
require (
88
github.com/Kunde21/markdownfmt/v3 v3.1.0
99
github.com/cloudflare/pint v0.69.1
10-
github.com/errata-ai/vale/v3 v3.6.1
10+
github.com/errata-ai/vale/v3 v3.9.1
1111
github.com/google/go-jsonnet v0.20.0
1212
github.com/grafana/dashboard-linter v0.0.0-20231114210226-c458893a5731
1313
github.com/jsonnet-bundler/jsonnet-bundler v0.6.0
@@ -132,6 +132,7 @@ require (
132132
github.com/imdario/mergo v0.3.16 // indirect
133133
github.com/inconshreveable/mousetrap v1.1.0 // indirect
134134
github.com/ionos-cloud/sdk-go/v6 v6.2.1 // indirect
135+
github.com/jdkato/go-tree-sitter-julia v0.1.0 // indirect
135136
github.com/jdkato/twine v0.10.1 // indirect
136137
github.com/jmespath/go-jmespath v0.4.0 // indirect
137138
github.com/josharian/intern v1.0.0 // indirect

scripts/go.sum

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,8 @@ github.com/errata-ai/ini v1.63.0 h1:XRFKXTn7FvF8mnC9RPOlYaL4Ud7dP0i35LnLcbIhWYU=
220220
github.com/errata-ai/ini v1.63.0/go.mod h1:PhjYff6ijif0unCnaJtXxnVsmlY95CSiNJDLXQYXdX8=
221221
github.com/errata-ai/regexp2 v1.7.0 h1:N+weOlhwTd5iyDTcTCAMljXnfzkftcOZrdXno6G+QPM=
222222
github.com/errata-ai/regexp2 v1.7.0/go.mod h1:59rO+jaxayJPF1WKI5m9R5F3Y3zR2Wn0DHnQbxtPm4A=
223-
github.com/errata-ai/vale/v3 v3.6.1 h1:7eWqg4fGyP8HCBqhEimTJ09wxNYer9QddWDbevFW+ZA=
224-
github.com/errata-ai/vale/v3 v3.6.1/go.mod h1:nc9dPXfQkJE2/wnGh/Dlf1YBQWYMAs/1YVzyVaF1VRA=
223+
github.com/errata-ai/vale/v3 v3.9.1 h1:CMAX/GMt5N3EMYwZtCJG4HgDKkZIqn9ZafS87GAXmNs=
224+
github.com/errata-ai/vale/v3 v3.9.1/go.mod h1:forOP2QoR4vCauF9qtvHj0ijcmH60u55PA8P9Pxw914=
225225
github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb h1:IT4JYU7k4ikYg1SCxNI1/Tieq/NFvh6dzLdgi7eu0tM=
226226
github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb/go.mod h1:bH6Xx7IW64qjjJq8M2u4dxNaBiDfKK+z/3eGDpXEQhc=
227227
github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
@@ -474,6 +474,8 @@ github.com/ionos-cloud/sdk-go/v6 v6.2.1 h1:mxxN+frNVmbFrmmFfXnBC3g2USYJrl6mc1LW2
474474
github.com/ionos-cloud/sdk-go/v6 v6.2.1/go.mod h1:SXrO9OGyWjd2rZhAhEpdYN6VUAODzzqRdqA9BCviQtI=
475475
github.com/jarcoal/httpmock v1.3.1 h1:iUx3whfZWVf3jT01hQTO/Eo5sAYtB2/rqaUuOtpInww=
476476
github.com/jarcoal/httpmock v1.3.1/go.mod h1:3yb8rc4BI7TCBhFY8ng0gjuLKJNquuDNiPaZjnENuYg=
477+
github.com/jdkato/go-tree-sitter-julia v0.1.0 h1:z+6zTbd6PHMKAge7GJx9QIwPQX2NOKb4Pj5jteJvaYY=
478+
github.com/jdkato/go-tree-sitter-julia v0.1.0/go.mod h1:lXNEZorcvU63DcANEklLMbDRjwam4VQ44MIV1Cck0w8=
477479
github.com/jdkato/twine v0.10.1 h1:Jexy1dua9nRyr45AQ3Bml1nCVYq3VIi9g09MOkg2Wwk=
478480
github.com/jdkato/twine v0.10.1/go.mod h1:bYejIksa/MD4jxI5/o+DFxMb7Bw7JcGZDoA6ib4j+dg=
479481
github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg=

0 commit comments

Comments
 (0)