From d68794aad56f9c514b3691741327aa87973eb272 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 22:28:32 +0000 Subject: [PATCH] chore(deps-dev): bump @antfu/eslint-config from 7.7.3 to 9.0.0 Bumps [@antfu/eslint-config](https://github.com/antfu/eslint-config) from 7.7.3 to 9.0.0. - [Release notes](https://github.com/antfu/eslint-config/releases) - [Commits](https://github.com/antfu/eslint-config/compare/v7.7.3...v9.0.0) --- updated-dependencies: - dependency-name: "@antfu/eslint-config" dependency-version: 9.0.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..e855c61 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ }, "dependencies": {}, "devDependencies": { - "@antfu/eslint-config": "^7.7.3", + "@antfu/eslint-config": "^9.0.0", "@commitlint/cli": "^20.1.0", "@commitlint/config-conventional": "^20.0.0", "@vitejs/plugin-vue-jsx": "^5.1.5",