From 7dcc6d35fdcc66508a6a7d0d7035b772d64cd136 Mon Sep 17 00:00:00 2001 From: "okeanos-renovate[bot]" <154629521+okeanos-renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 04:17:01 +0000 Subject: [PATCH 1/3] chore(deps): update dependency editorconfig-checker to v3.1.2 --- .mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mise.toml b/.mise.toml index 9c4cf88..d48f620 100644 --- a/.mise.toml +++ b/.mise.toml @@ -6,7 +6,7 @@ # See https://github.com/jdx/mise/blob/main/registry.toml for what is officially available # Everything else is just declared as a reference to keep track of it. [tools] - editorconfig-checker = "3.0.3" # GitHub Actions sha256sum=fc698b0bf5bca0d42e28dd59d72e25487a51f645ca242c5f74bae975369f16aa + editorconfig-checker = "3.1.2" # GitHub Actions sha256sum=fc698b0bf5bca0d42e28dd59d72e25487a51f645ca242c5f74bae975369f16aa gitleaks = "8.22.1" # GitHub Actions sha256sum=2f92ab3b8e08319ac30836c32b90818e01519c3a4982771e4f45a7f5607872f7 markdownlint-cli2 = "0.17.1" shellcheck = "0.10.0" From 469e3b73e6ce7d1f4a46169c1b3d9aec2cba1b8c Mon Sep 17 00:00:00 2001 From: Nikolas Grottendieck Date: Mon, 13 Jan 2025 18:43:33 +0100 Subject: [PATCH 2/3] chore: migrate to new editorconfig-checker config file name introduced with 3.1 --- .ecrc => .editorconfig-checker.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .ecrc => .editorconfig-checker.json (100%) diff --git a/.ecrc b/.editorconfig-checker.json similarity index 100% rename from .ecrc rename to .editorconfig-checker.json From 5502c0284a002d6bc5c23e9b2a10084ab68bc475 Mon Sep 17 00:00:00 2001 From: Nikolas Grottendieck Date: Mon, 13 Jan 2025 18:45:28 +0100 Subject: [PATCH 3/3] chore: update Gitleaks & fix sha sums --- .mise.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.mise.toml b/.mise.toml index d48f620..3f5baf7 100644 --- a/.mise.toml +++ b/.mise.toml @@ -6,8 +6,8 @@ # See https://github.com/jdx/mise/blob/main/registry.toml for what is officially available # Everything else is just declared as a reference to keep track of it. [tools] - editorconfig-checker = "3.1.2" # GitHub Actions sha256sum=fc698b0bf5bca0d42e28dd59d72e25487a51f645ca242c5f74bae975369f16aa - gitleaks = "8.22.1" # GitHub Actions sha256sum=2f92ab3b8e08319ac30836c32b90818e01519c3a4982771e4f45a7f5607872f7 + editorconfig-checker = "3.1.2" # GitHub Actions sha256sum=3fd4fc81e5077f89faddb71ff05a5d6e2983b8c3953d1b1b6663c7245300e653 + gitleaks = "8.23.0" # GitHub Actions sha256sum=d1c542f88efe2383469fef9c9bdddc809408ed8b5ba808b262720c03fddd8f8e markdownlint-cli2 = "0.17.1" shellcheck = "0.10.0" shfmt = "3.10.0"