Skip to content

Commit

Permalink
chore(deps): bump github.com/errata-ai/vale/v3 in /scripts
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Dec 12, 2024
1 parent 0e6942d commit 8b402b5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions scripts/go.mod
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
module _

go 1.22.0

toolchain go1.22.4
toolchain go1.23.4

require (
github.com/Kunde21/markdownfmt/v3 v3.1.0
github.com/cloudflare/pint v0.62.2
github.com/errata-ai/vale/v3 v3.6.1
github.com/errata-ai/vale/v3 v3.9.1
github.com/google/go-jsonnet v0.20.0
github.com/grafana/dashboard-linter v0.0.0-20231114210226-c458893a5731
github.com/jsonnet-bundler/jsonnet-bundler v0.5.1
Expand Down Expand Up @@ -132,6 +131,7 @@ require (
github.com/imdario/mergo v0.3.16 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/ionos-cloud/sdk-go/v6 v6.1.11 // indirect
github.com/jdkato/go-tree-sitter-julia v0.1.0 // indirect
github.com/jdkato/twine v0.10.1 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
Expand Down
6 changes: 4 additions & 2 deletions scripts/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ github.com/errata-ai/ini v1.63.0 h1:XRFKXTn7FvF8mnC9RPOlYaL4Ud7dP0i35LnLcbIhWYU=
github.com/errata-ai/ini v1.63.0/go.mod h1:PhjYff6ijif0unCnaJtXxnVsmlY95CSiNJDLXQYXdX8=
github.com/errata-ai/regexp2 v1.7.0 h1:N+weOlhwTd5iyDTcTCAMljXnfzkftcOZrdXno6G+QPM=
github.com/errata-ai/regexp2 v1.7.0/go.mod h1:59rO+jaxayJPF1WKI5m9R5F3Y3zR2Wn0DHnQbxtPm4A=
github.com/errata-ai/vale/v3 v3.6.1 h1:7eWqg4fGyP8HCBqhEimTJ09wxNYer9QddWDbevFW+ZA=
github.com/errata-ai/vale/v3 v3.6.1/go.mod h1:nc9dPXfQkJE2/wnGh/Dlf1YBQWYMAs/1YVzyVaF1VRA=
github.com/errata-ai/vale/v3 v3.9.1 h1:CMAX/GMt5N3EMYwZtCJG4HgDKkZIqn9ZafS87GAXmNs=
github.com/errata-ai/vale/v3 v3.9.1/go.mod h1:forOP2QoR4vCauF9qtvHj0ijcmH60u55PA8P9Pxw914=
github.com/evanphx/json-patch v5.6.0+incompatible h1:jBYDEEiFBPxA0v50tFdvOzQQTCvpL6mnFh5mB2/l16U=
github.com/evanphx/json-patch v5.6.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk=
github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb h1:IT4JYU7k4ikYg1SCxNI1/Tieq/NFvh6dzLdgi7eu0tM=
Expand Down Expand Up @@ -477,6 +477,8 @@ github.com/ionos-cloud/sdk-go/v6 v6.1.11 h1:J/uRN4UWO3wCyGOeDdMKv8LWRzKu6UIkLEae
github.com/ionos-cloud/sdk-go/v6 v6.1.11/go.mod h1:EzEgRIDxBELvfoa/uBN0kOQaqovLjUWEB7iW4/Q+t4k=
github.com/jarcoal/httpmock v1.3.1 h1:iUx3whfZWVf3jT01hQTO/Eo5sAYtB2/rqaUuOtpInww=
github.com/jarcoal/httpmock v1.3.1/go.mod h1:3yb8rc4BI7TCBhFY8ng0gjuLKJNquuDNiPaZjnENuYg=
github.com/jdkato/go-tree-sitter-julia v0.1.0 h1:z+6zTbd6PHMKAge7GJx9QIwPQX2NOKb4Pj5jteJvaYY=
github.com/jdkato/go-tree-sitter-julia v0.1.0/go.mod h1:lXNEZorcvU63DcANEklLMbDRjwam4VQ44MIV1Cck0w8=
github.com/jdkato/twine v0.10.1 h1:Jexy1dua9nRyr45AQ3Bml1nCVYq3VIi9g09MOkg2Wwk=
github.com/jdkato/twine v0.10.1/go.mod h1:bYejIksa/MD4jxI5/o+DFxMb7Bw7JcGZDoA6ib4j+dg=
github.com/jmespath/go-jmespath v0.4.0 h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg=
Expand Down

0 comments on commit 8b402b5

Please sign in to comment.