chore(deps): update dependency eslint to v9.10.0

This commit is contained in:
renovate[bot] 2024-09-06 22:37:21 +00:00 committed by GitHub
parent 5ddef135d2
commit fc712aba48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 24 additions and 12 deletions

32
package-lock.json generated
View File

@ -39,7 +39,7 @@
"@jsdoc/util": "^0.3.0",
"ajv": "^8.17.1",
"c8": "^10.1.2",
"eslint": "^9.9.1",
"eslint": "^9.10.0",
"execa": "^9.3.1",
"hereby": "^1.9.0",
"husky": "^9.1.5",
@ -527,9 +527,9 @@
}
},
"node_modules/@eslint/js": {
"version": "9.9.1",
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.9.1.tgz",
"integrity": "sha512-xIDQRsfg5hNBqHz04H1R3scSVwmI+KUbqjsQKHKQ1DAUSaUjYPReZZmS/5PNiKu1fUvzDd6H7DEDKACSEhu+TQ==",
"version": "9.10.0",
"resolved": "https://registry.npmjs.org/@eslint/js/-/js-9.10.0.tgz",
"integrity": "sha512-fuXtbiP5GWIn8Fz+LWoOMVf/Jxm+aajZYkhi6CuEm4SxymFM+eUWzbO9qXT+L0iCkL5+KGYMCSGxo686H19S1g==",
"license": "MIT",
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
@ -544,6 +544,18 @@
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
}
},
"node_modules/@eslint/plugin-kit": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/@eslint/plugin-kit/-/plugin-kit-0.1.0.tgz",
"integrity": "sha512-autAXT203ixhqei9xt+qkYOvY8l6LAFIdT2UXc/RPNeUVfqRF1BV94GTJyVPFKT8nFM6MyVJhjLj9E8JWvf5zQ==",
"license": "Apache-2.0",
"dependencies": {
"levn": "^0.4.1"
},
"engines": {
"node": "^18.18.0 || ^20.9.0 || >=21.1.0"
}
},
"node_modules/@fontsource-variable/open-sans": {
"version": "5.0.30",
"resolved": "https://registry.npmjs.org/@fontsource-variable/open-sans/-/open-sans-5.0.30.tgz",
@ -3931,16 +3943,17 @@
}
},
"node_modules/eslint": {
"version": "9.9.1",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.9.1.tgz",
"integrity": "sha512-dHvhrbfr4xFQ9/dq+jcVneZMyRYLjggWjk6RVsIiHsP8Rz6yZ8LvZ//iU4TrZF+SXWG+JkNF2OyiZRvzgRDqMg==",
"version": "9.10.0",
"resolved": "https://registry.npmjs.org/eslint/-/eslint-9.10.0.tgz",
"integrity": "sha512-Y4D0IgtBZfOcOUAIQTSXBKoNGfY0REGqHJG6+Q81vNippW5YlKjHFj4soMxamKK1NXHUWuBZTLdU3Km+L/pcHw==",
"license": "MIT",
"dependencies": {
"@eslint-community/eslint-utils": "^4.2.0",
"@eslint-community/regexpp": "^4.11.0",
"@eslint/config-array": "^0.18.0",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "9.9.1",
"@eslint/js": "9.10.0",
"@eslint/plugin-kit": "^0.1.0",
"@humanwhocodes/module-importer": "^1.0.1",
"@humanwhocodes/retry": "^0.3.0",
"@nodelib/fs.walk": "^1.2.8",
@ -3963,7 +3976,6 @@
"is-glob": "^4.0.0",
"is-path-inside": "^3.0.3",
"json-stable-stringify-without-jsonify": "^1.0.1",
"levn": "^0.4.1",
"lodash.merge": "^4.6.2",
"minimatch": "^3.1.2",
"natural-compare": "^1.4.0",
@ -12165,7 +12177,7 @@
"node": ">=v18.12.0"
},
"peerDependencies": {
"eslint": ">= 9.9.1",
"eslint": ">= 9.10.0",
"prettier": ">= 3.3.3"
}
},

View File

@ -18,7 +18,7 @@
"@jsdoc/util": "^0.3.0",
"ajv": "^8.17.1",
"c8": "^10.1.2",
"eslint": "^9.9.1",
"eslint": "^9.10.0",
"execa": "^9.3.1",
"hereby": "^1.9.0",
"husky": "^9.1.5",

View File

@ -18,7 +18,7 @@
"globals": "^15.9.0"
},
"peerDependencies": {
"eslint": ">= 9.9.1",
"eslint": ">= 9.10.0",
"prettier": ">= 3.3.3"
},
"publishConfig": {