From 92c6c5552f0f989769ee46036d0024f63ec48221 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 09:55:47 +0000 Subject: [PATCH] Update dependency eslint-plugin-compat to v7 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 3fe9255..a0a7db5 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "cssnano": "7.1.2", "eslint": "10.0.2", "eslint-config-recommended": "4.1.0", - "eslint-plugin-compat": "6.2.1", + "eslint-plugin-compat": "7.0.0", "mini-css-extract-plugin": "2.10.0", "node-sass-magic-importer": "5.3.3", "postcss": "8.5.6", diff --git a/yarn.lock b/yarn.lock index 6056419..002d264 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3977,10 +3977,10 @@ eslint-plugin-babel@^5.2.1: dependencies: eslint-rule-composer "^0.3.0" -eslint-plugin-compat@6.2.1: - version "6.2.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-compat/-/eslint-plugin-compat-6.2.1.tgz#5784ea09b52426b8e6f55881535d3300c1d534d9" - integrity sha512-gLKqUH+lQcCL+HzsROUjBDvakc5Zaga51Y4ZAkPCXc41pzKBfyluqTr2j8zOx8QQQb7zyglu1LVoL5aSNWf2SQ== +eslint-plugin-compat@7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-compat/-/eslint-plugin-compat-7.0.0.tgz#94ab27a3b7e11bd0752fc0858dd906d5d597d611" + integrity sha512-P5AKzirW/Z6T5XzN+4N7O2HKVyFwfDD9NaUdBNrG9c4652Ef2W77whXDtzJXxPuRXppljJavzBvTLcYpcY0UXw== dependencies: "@mdn/browser-compat-data" "^6.1.1" ast-metadata-inferer "^0.8.1"