From 52936acddb8f986bfb36405e38e920684ea27311 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 17:47:49 +0000 Subject: [PATCH] chore(deps-dev): bump @antfu/eslint-config from 7.7.3 to 8.2.0 Bumps [@antfu/eslint-config](https://github.com/antfu/eslint-config) from 7.7.3 to 8.2.0. - [Release notes](https://github.com/antfu/eslint-config/releases) - [Commits](https://github.com/antfu/eslint-config/compare/v7.7.3...v8.2.0) --- updated-dependencies: - dependency-name: "@antfu/eslint-config" dependency-version: 8.2.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7adc096..bbddc0b 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ }, "dependencies": {}, "devDependencies": { - "@antfu/eslint-config": "^7.7.3", + "@antfu/eslint-config": "^8.2.0", "@commitlint/cli": "^20.1.0", "@commitlint/config-conventional": "^20.0.0", "@vitejs/plugin-vue-jsx": "^5.1.5",