From 74d8572f40d3f614c5d602106fd8ba4fbeb0e99a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 00:27:51 +0000 Subject: [PATCH 1/2] chore(deps): update dependency markdownlint-cli2 to v0.19.1 --- mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mise.toml b/mise.toml index f211d0b48..916bfb653 100644 --- a/mise.toml +++ b/mise.toml @@ -1,6 +1,6 @@ [tools] lychee = "0.21.0" -markdownlint-cli2 = "0.17.1" +markdownlint-cli2 = "0.19.1" [settings] # Only install tools explicitly defined in the [tools] section above From cb06a92316f574708c14e613de55fe9f6caa74a1 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Mon, 1 Dec 2025 08:23:08 -0800 Subject: [PATCH 2/2] fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 505e9786f..aff9a897d 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ feature or via instrumentation, this project is hopefully for you. | alpha | [AWS X-Ray Propagator](./aws-xray-propagator/README.md) | | alpha | [Baggage Processors](./baggage-processor/README.md) | | alpha | [zstd Compressor](./compressors/compressor-zstd/README.md) | -| alpha | [CEL-Based Sampler](./cel-sampler/README.md) | +| alpha | [CEL-Based Sampler](./cel-sampler/README.md) | | alpha | [Consistent Sampling](./consistent-sampling/README.md) | | alpha | [Disk Buffering](./disk-buffering/README.md) | | alpha | [GCP Authentication Extension](./gcp-auth-extension/README.md) |