Skip to content

Commit df34ed6

Browse files
chore(deps): bump github.com/errata-ai/vale/v3 in /scripts (#1046)
Bumps [github.com/errata-ai/vale/v3](https://github.com/errata-ai/vale) from 3.9.6 to 3.10.0. - [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.9.6...v3.10.0) --- updated-dependencies: - dependency-name: github.com/errata-ai/vale/v3 dependency-version: 3.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a6d2cb5 commit df34ed6

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

scripts/go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.24.1
77
require (
88
github.com/Kunde21/markdownfmt/v3 v3.1.0
99
github.com/cloudflare/pint v0.71.8
10-
github.com/errata-ai/vale/v3 v3.9.6
10+
github.com/errata-ai/vale/v3 v3.10.0
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
@@ -38,6 +38,7 @@ require (
3838
github.com/Masterminds/semver/v3 v3.3.1 // indirect
3939
github.com/Masterminds/sprig/v3 v3.3.0 // indirect
4040
github.com/Microsoft/go-winio v0.6.1 // indirect
41+
github.com/adrg/frontmatter v0.2.0 // indirect
4142
github.com/adrg/strutil v0.3.1 // indirect
4243
github.com/adrg/xdg v0.5.3 // indirect
4344
github.com/agext/levenshtein v1.2.1 // indirect

scripts/go.sum

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ github.com/Masterminds/sprig/v3 v3.3.0 h1:mQh0Yrg1XPo6vjYXgtf5OtijNAKJRNcTdOOGZe
108108
github.com/Masterminds/sprig/v3 v3.3.0/go.mod h1:Zy1iXRYNqNLUolqCpL4uhk6SHUMAOSCzdgBfDb35Lz0=
109109
github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migciow=
110110
github.com/Microsoft/go-winio v0.6.1/go.mod h1:LRdKpFKfdobln8UmuiYcKPot9D2v6svN5+sAH+4kjUM=
111+
github.com/adrg/frontmatter v0.2.0 h1:/DgnNe82o03riBd1S+ZDjd43wAmC6W35q67NHeLkPd4=
112+
github.com/adrg/frontmatter v0.2.0/go.mod h1:93rQCj3z3ZlwyxxpQioRKC1wDLto4aXHrbqIsnH9wmE=
111113
github.com/adrg/strutil v0.3.1 h1:OLvSS7CSJO8lBii4YmBt8jiK9QOtB9CzCzwl4Ic/Fz4=
112114
github.com/adrg/strutil v0.3.1/go.mod h1:8h90y18QLrs11IBffcGX3NW/GFBXCMcNg4M7H6MspPA=
113115
github.com/adrg/xdg v0.5.3 h1:xRnxJXne7+oWDatRhR1JLnvuccuIeCoBu2rtuLqQB78=
@@ -217,8 +219,8 @@ github.com/errata-ai/ini v1.63.0 h1:XRFKXTn7FvF8mnC9RPOlYaL4Ud7dP0i35LnLcbIhWYU=
217219
github.com/errata-ai/ini v1.63.0/go.mod h1:PhjYff6ijif0unCnaJtXxnVsmlY95CSiNJDLXQYXdX8=
218220
github.com/errata-ai/regexp2 v1.7.0 h1:N+weOlhwTd5iyDTcTCAMljXnfzkftcOZrdXno6G+QPM=
219221
github.com/errata-ai/regexp2 v1.7.0/go.mod h1:59rO+jaxayJPF1WKI5m9R5F3Y3zR2Wn0DHnQbxtPm4A=
220-
github.com/errata-ai/vale/v3 v3.9.6 h1:bO1xxwU7U8RIhbvWQonLrftp8lhR674DufrkCKscyU4=
221-
github.com/errata-ai/vale/v3 v3.9.6/go.mod h1:YLN5nWtniidhrqLsoGk9f09WV8j5gzAm5T3Api5aZpc=
222+
github.com/errata-ai/vale/v3 v3.10.0 h1:pbRP+n3BpI890qkLU1LXlSCKLhIOIF8FkqD+30zXhHc=
223+
github.com/errata-ai/vale/v3 v3.10.0/go.mod h1:SMj8S2J6g5R42cDaYtWMXYujYq3x1jsPNT6V2/hh90g=
222224
github.com/expr-lang/expr v1.17.0 h1:+vpszOyzKLQXC9VF+wA8cVA0tlA984/Wabc/1hF9Whg=
223225
github.com/expr-lang/expr v1.17.0/go.mod h1:8/vRC7+7HBzESEqt5kKpYXxrxkr31SaO8r40VO/1IT4=
224226
github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb h1:IT4JYU7k4ikYg1SCxNI1/Tieq/NFvh6dzLdgi7eu0tM=
@@ -1264,6 +1266,7 @@ gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
12641266
gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
12651267
gopkg.in/yaml.v2 v2.2.5/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
12661268
gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
1269+
gopkg.in/yaml.v2 v2.3.0/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
12671270
gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=
12681271
gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=
12691272
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=

0 commit comments

Comments
 (0)