From 8aafa1ead1ffd9dd5958573c900d434df5f8920a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 21:24:41 +0000 Subject: [PATCH 1/2] chore(deps): update dependency oxlint to v1.64.0 --- mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mise.toml b/mise.toml index abe9102e..8cb751d7 100644 --- a/mise.toml +++ b/mise.toml @@ -16,7 +16,7 @@ typos = "1.46.2" release-plz = "0.3.158" cargo-dist = "0.31.0" bun = "1.3.14" -oxlint = "1.63.0" +oxlint = "1.64.0" oxfmt = "0.48.0" pitchfork = "2.11.0" tombi = "0.11.5" From 42bfa494ef1a11e492f7f9561db64b3a08dd451c Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 21:26:57 +0000 Subject: [PATCH 2/2] style: apply automated fixes --- docs/.vitepress/theme/index.ts | 2 +- mise.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/.vitepress/theme/index.ts b/docs/.vitepress/theme/index.ts index bfc6d34d..eededdc8 100644 --- a/docs/.vitepress/theme/index.ts +++ b/docs/.vitepress/theme/index.ts @@ -1,6 +1,6 @@ import DefaultTheme from "vitepress/theme"; -// eslint-disable-next-line eslint/sort-imports import/no-unassigned-import +// eslint-disable-next-line import/no-unassigned-import import "./custom.css"; // eslint-disable-next-line import/no-default-export diff --git a/mise.lock b/mise.lock index 70a93714..0c291db0 100644 --- a/mise.lock +++ b/mise.lock @@ -225,7 +225,7 @@ version = "0.48.0" backend = "npm:oxfmt" [[tools.oxlint]] -version = "1.63.0" +version = "1.64.0" backend = "npm:oxlint" [[tools.pinact]]