build: Update all linters to latest as of September 2023

eslint-config-wikimedia     0.25.0  →  0.25.1
 grunt-eslint                24.0.1  →  24.3.0
 grunt-stylelint             0.18.0  →  0.19.0
 stylelint-config-wikimedia  0.15.0  →  0.16.1

Change-Id: If484bdb4a5c842e7c362ffececba666bd4eb9ee5
This commit is contained in:
James D. Forrester 2023-09-20 09:22:51 +01:00
parent 613bfd1b45
commit 003fd5778f
2 changed files with 1301 additions and 681 deletions

1974
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -5,11 +5,11 @@
"test": "grunt test" "test": "grunt test"
}, },
"devDependencies": { "devDependencies": {
"eslint-config-wikimedia": "0.25.0", "eslint-config-wikimedia": "0.25.1",
"grunt": "1.6.1", "grunt": "1.6.1",
"grunt-banana-checker": "0.11.0", "grunt-banana-checker": "0.11.0",
"grunt-eslint": "24.0.1", "grunt-eslint": "24.3.0",
"grunt-stylelint": "0.18.0", "grunt-stylelint": "0.19.0",
"stylelint-config-wikimedia": "0.15.0" "stylelint-config-wikimedia": "0.16.1"
} }
} }