From 1ce20feb674c0fcd3878afe04a207ae73323731e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Oct 2023 13:55:24 +0000 Subject: [PATCH 1/3] Bump jdkato/vale from v2.21.0 to v2.29.2 in /vale Bumps jdkato/vale from v2.21.0 to v2.29.2. --- updated-dependencies: - dependency-name: jdkato/vale dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- vale/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vale/Dockerfile b/vale/Dockerfile index 6f1753230f..d0041f651b 100644 --- a/vale/Dockerfile +++ b/vale/Dockerfile @@ -1 +1 @@ -FROM jdkato/vale:v2.21.0 +FROM jdkato/vale:v2.29.2 From 4c373bad1d70ed5526719e3e8330b7548d51058a Mon Sep 17 00:00:00 2001 From: Chris Campbell Date: Thu, 12 Oct 2023 13:13:31 +1100 Subject: [PATCH 2/3] Update vale rules --- vale/styles/Buildkite/eg.yml | 3 +-- vale/styles/Buildkite/etc.yml | 3 +-- vale/styles/Buildkite/existence-case-sensitive.yml | 6 ++---- vale/styles/Buildkite/ie.yml | 3 +-- vale/styles/Buildkite/via.yml | 3 +-- 5 files changed, 6 insertions(+), 12 deletions(-) diff --git a/vale/styles/Buildkite/eg.yml b/vale/styles/Buildkite/eg.yml index 8030b2ab3b..19d955585b 100644 --- a/vale/styles/Buildkite/eg.yml +++ b/vale/styles/Buildkite/eg.yml @@ -1,8 +1,7 @@ extends: existence message: Consider replacing '%s' with 'for example' level: warning -code: false ignorecase: true tokens: - '\be\.g\b' - - '\be\.g.\b' \ No newline at end of file + - '\be\.g.\b' diff --git a/vale/styles/Buildkite/etc.yml b/vale/styles/Buildkite/etc.yml index 8416642490..76424e0d90 100644 --- a/vale/styles/Buildkite/etc.yml +++ b/vale/styles/Buildkite/etc.yml @@ -1,7 +1,6 @@ extends: existence message: Consider replacing '%s' with 'and so on' level: warning -code: false ignorecase: true tokens: - - '\betc\.\b' \ No newline at end of file + - '\betc\.\b' diff --git a/vale/styles/Buildkite/existence-case-sensitive.yml b/vale/styles/Buildkite/existence-case-sensitive.yml index e804642ff7..214e7c2c2f 100644 --- a/vale/styles/Buildkite/existence-case-sensitive.yml +++ b/vale/styles/Buildkite/existence-case-sensitive.yml @@ -5,8 +5,6 @@ # For most single words, try using the Buildkite.spelling ignore list first. - - extends: substitution message: Consider using '%s' instead of '%s' level: error @@ -17,7 +15,7 @@ swap: # Example: `(?i:Spongebob Meme): SpOnGeBoB MeMe` # Or use a regular string to capture a specific, frequent case error # Example: `Bell Hooks: bell hooks` - (? Date: Thu, 12 Oct 2023 13:15:02 +1100 Subject: [PATCH 3/3] Fix link tag --- pages/apis/api_differences.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/apis/api_differences.md b/pages/apis/api_differences.md index b415893598..7e1eeecf7d 100644 --- a/pages/apis/api_differences.md +++ b/pages/apis/api_differences.md @@ -23,7 +23,7 @@ On this page, we've collected the known limitation where some API features are o * <%= pill "AGENTS", "agents" %> [Get a list of agent token IDs (agent tokens are currently only available via GraphQL)](/docs/apis/graphql/cookbooks/agents#get-a-list-of-agent-token-ids). * <%= pill "BUILDS", "builds" %> [Get all environment variables set on a build](/docs/apis/graphql/cookbooks/builds#get-all-environment-variables-set-on-a-build). * <%= pill "BUILDS", "builds" %> [Increase the next build number](/docs/apis/graphql/cookbooks/builds#increase-the-next-build-number). -* <%= pill "BUILDS", "builds" %> [Get build info by ID] (/docs/apis/graphql/cookbooks/builds#get-build-info-by-id). +* <%= pill "BUILDS", "builds" %> [Get build info by ID](/docs/apis/graphql/cookbooks/builds#get-build-info-by-id). * <%= pill "JOBS", "jobs" %> [Get all jobs in a given queue for a given timeframe](/docs/apis/graphql/cookbooks/jobs#get-all-jobs-in-a-given-queue-for-a-given-timeframe). * <%= pill "JOBS", "jobs" %> [Get all jobs in a particular concurrency group](/docs/apis/graphql/cookbooks/jobs#get-all-jobs-in-a-particular-concurrency-group). * <%= pill "JOBS", "jobs" %> list job events.