From b52fb3c374438c232f5fd7758c5c06cf835aac71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 12:29:07 +0000 Subject: [PATCH] Bump eslint-plugin-format from 1.5.0 to 2.0.1 Bumps [eslint-plugin-format](https://github.com/antfu/eslint-plugin-format) from 1.5.0 to 2.0.1. - [Release notes](https://github.com/antfu/eslint-plugin-format/releases) - [Commits](https://github.com/antfu/eslint-plugin-format/compare/v1.5.0...v2.0.1) --- updated-dependencies: - dependency-name: eslint-plugin-format dependency-version: 2.0.1 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 b2c8875..c32ade8 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "astro-eslint-parser": "^1.2.2", "eslint": "^9.35.0", "eslint-plugin-astro": "^1.3.1", - "eslint-plugin-format": "^1.0.1", + "eslint-plugin-format": "^2.0.1", "eslint-plugin-svelte": "^3.14.0", "prettier-plugin-astro": "^0.14.1" }