CI(deps): Update linters to v9.7.0

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-07-16 03:06:44 +00:00 committed by GitHub
parent 712257d20f
commit 1a9303a9e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 21 additions and 21 deletions

View file

@ -6,8 +6,8 @@
"main": "eslint.config.js",
"types": "./types/index.d.ts",
"dependencies": {
"@eslint/js": "9.6.0",
"eslint": "9.6.0",
"@eslint/js": "9.7.0",
"eslint": "9.7.0",
"eslint-config-prettier": "9.1.0",
"globals": "15.8.0"
},
@ -19,7 +19,7 @@
"prettier": "3.3.2"
},
"peerDependencies": {
"eslint": "9.6.0"
"eslint": "9.7.0"
},
"scripts": {
"tsc": "tsc eslint.config.js --declaration --allowJs --emitDeclarationOnly --esModuleInterop --outdir types"

34
package-lock.json generated
View file

@ -14,7 +14,7 @@
"@revi/prettier-config": "./npm/prettier-config",
"@types/node": "20.14.9",
"csslint": "1.0.5",
"eslint": "9.6.0",
"eslint": "9.7.0",
"eslint-config-wikimedia": "0.28.2",
"jshint": "2.13.6",
"prettier": "3.3.2",
@ -1566,9 +1566,9 @@
}
},
"node_modules/@eslint/js": {
"version": "9.6.0",
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.6.0.tgz",
"integrity": "sha512-D9B0/3vNg44ZeWbYMpBoXqNP4j6eQD5vNwIlGAuFRRzK/WtT/jvDQW3Bi9kkf3PMDMlM7Yi+73VLUsn5bJcl8A==",
"version": "9.7.0",
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.7.0.tgz",
"integrity": "sha512-ChuWDQenef8OSFnvuxv0TCVxEwmu3+hPNKvM9B34qpM0rDRbjL8t5QkQeHHeAfsKQjuH9wS82WeCi1J/owatng==",
"license": "MIT",
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@ -6240,16 +6240,16 @@
}
},
"node_modules/eslint": {
"version": "9.6.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.6.0.tgz",
"integrity": "sha512-ElQkdLMEEqQNM9Njff+2Y4q2afHk7JpkPvrd7Xh7xefwgQynqPxwf55J7di9+MEibWUGdNjFF9ITG9Pck5M84w==",
"version": "9.7.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.7.0.tgz",
"integrity": "sha512-FzJ9D/0nGiCGBf8UXO/IGLTgLVzIxze1zpfA8Ton2mjLovXdAPlYDv+MQDcqj3TmrhAGYfOpz9RfR+ent0AgAw==",
"license": "MIT",
"dependencies": {
"@eslint-community/eslint-utils": "^4.2.0",
"@eslint-community/regexpp": "^4.6.1",
"@eslint-community/regexpp": "^4.11.0",
"@eslint/config-array": "^0.17.0",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "9.6.0",
"@eslint/js": "9.7.0",
"@humanwhocodes/module-importer": "^1.0.1",
"@humanwhocodes/retry": "^0.3.0",
"@nodelib/fs.walk": "^1.2.8",
@ -6258,7 +6258,7 @@
"cross-spawn": "^7.0.2",
"debug": "^4.3.2",
"escape-string-regexp": "^4.0.0",
"eslint-scope": "^8.0.1",
"eslint-scope": "^8.0.2",
"eslint-visitor-keys": "^4.0.0",
"espree": "^10.1.0",
"esquery": "^1.5.0",
@ -6985,9 +6985,9 @@
}
},
"node_modules/eslint-scope": {
"version": "8.0.1",
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.0.1.tgz",
"integrity": "sha512-pL8XjgP4ZOmmwfFE8mEhSxA7ZY4C+LWyqjQ3o4yWkkmD0qcMT9kkW3zWHOczhWcjTSgqycYAgwSlXvZltv65og==",
"version": "8.0.2",
"resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-8.0.2.tgz",
"integrity": "sha512-6E4xmrTw5wtxnLA5wYL3WDfhZ/1bUBGOXV0zQvVRDOtrR8D0p6W7fs3JweNYhwRYeGvd/1CKX2se0/2s7Q/nJA==",
"license": "BSD-2-Clause",
"dependencies": {
"esrecurse": "^4.3.0",
@ -13849,11 +13849,11 @@
},
"npm/eslint-config": {
"name": "@revi/eslint-config",
"version": "0.0.6",
"version": "0.0.7",
"license": "Apache-2.0",
"dependencies": {
"@eslint/js": "9.6.0",
"eslint": "9.6.0",
"@eslint/js": "9.7.0",
"eslint": "9.7.0",
"eslint-config-prettier": "9.1.0",
"globals": "15.8.0"
},
@ -13868,7 +13868,7 @@
"url": "https://github.com/sponsors/revi"
},
"peerDependencies": {
"eslint": "9.6.0"
"eslint": "9.7.0"
}
},
"npm/prettier-config": {

View file

@ -7,7 +7,7 @@
"@revi/prettier-config": "./npm/prettier-config",
"@types/node": "20.14.9",
"csslint": "1.0.5",
"eslint": "9.6.0",
"eslint": "9.7.0",
"eslint-config-wikimedia": "0.28.2",
"jshint": "2.13.6",
"prettier": "3.3.2",