From f8b7b10183d292e88a0ea5b564da650e43fbd502 Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Thu, 6 Jun 2024 15:24:24 -0400 Subject: [PATCH] jquery: Raise tested version to 3.7, to match MediaWiki --- jquery.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jquery.json b/jquery.json index 7faffe3..0e545e9 100644 --- a/jquery.json +++ b/jquery.json @@ -5,7 +5,7 @@ "plugins": [ "no-jquery" ], "extends": [ "plugin:no-jquery/recommended", - "plugin:no-jquery/deprecated-3.5" + "plugin:no-jquery/deprecated-3.7" ], "rules": { "no-jquery/no-animate": [ "error", { "allowScroll": true } ],