eslint: 9.9.1 -> 9.10.0

This commit is contained in:
Austin Horstman 2024-09-07 17:45:42 -05:00
parent 964e93cbf5
commit 28ec52d73d
No known key found for this signature in database
2 changed files with 31 additions and 18 deletions

View File

@ -1,19 +1,20 @@
{
"name": "eslint",
"version": "9.9.1",
"version": "9.10.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "eslint",
"version": "9.9.1",
"version": "9.10.0",
"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",
@ -36,7 +37,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",
@ -50,10 +50,11 @@
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@eslint/core": "^0.4.0",
"@eslint/json": "^0.3.0",
"@eslint/core": "^0.5.0",
"@eslint/json": "^0.4.0",
"@trunkio/launcher": "^1.3.0",
"@types/estree": "^1.0.5",
"@types/json-schema": "^7.0.15",
"@types/node": "^20.11.5",
"@wdio/browser-runner": "^9.0.5",
"@wdio/cli": "^9.0.5",
@ -2595,9 +2596,9 @@
}
},
"node_modules/@eslint/core": {
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.4.0.tgz",
"integrity": "sha512-dJzhhN5oSbpaoFWmfA1iEBTINf7gYyt3ZNjqDm0xw1UMz6QlA1YjcclWhPhGQSR1XbwAIon00y259kaBmjFgNg==",
"version": "0.5.0",
"resolved": "https://registry.npmjs.org/@eslint/core/-/core-0.5.0.tgz",
"integrity": "sha512-d7dQItxTFa0mgeYhU+E1sN28mYYX4Z5FRw0DRszhD8OQr92Tbd00dtSVU/HWj9+Q0iKPQUMtPcExqI/QvkHUow==",
"dev": true,
"license": "Apache-2.0",
"engines": {
@ -2640,18 +2641,18 @@
}
},
"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"
}
},
"node_modules/@eslint/json": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/@eslint/json/-/json-0.3.0.tgz",
"integrity": "sha512-fdih4NZ6sGMI3YFZUqShMJ/AWvDzDrNepqDlTwRQUfgR434jmajVYIMNc2Vs2M2cHjxZpcHG6FRsrxuiwYvprA==",
"version": "0.4.0",
"resolved": "https://registry.npmjs.org/@eslint/json/-/json-0.4.0.tgz",
"integrity": "sha512-1yhWrmsE0H97cS9FUEOY81FzndRJ69KmP3E6rjjL0vFq2A5wRM1JAmuZ67q4pFD/Ni3LzlwJ/EfeGiLNiYM9uQ==",
"dev": true,
"license": "Apache-2.0",
"dependencies": {
@ -2673,6 +2674,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/@humanwhocodes/module-importer": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",

View File

@ -12,13 +12,13 @@ let
in
buildNpmPackage' rec {
pname = "eslint";
version = "9.9.1";
version = "9.10.0";
src = fetchFromGitHub {
owner = "eslint";
repo = "eslint";
rev = "refs/tags/v${version}";
hash = "sha256-n07a50bigglwr3ItZqbyQxu0mPZawTSVunwIe8goJBQ=";
hash = "sha256-R5DO4xN3PkwGAIfyMkohs9SvFiLjWf1ddOwkY6wbsjA=";
};
# NOTE: Generating lock-file
@ -30,7 +30,7 @@ buildNpmPackage' rec {
cp ${./package-lock.json} package-lock.json
'';
npmDepsHash = "sha256-sqQ7YeCMMK/9/XOX6QHZjX+2U+dYHkKiAzsLI0ehpAE=";
npmDepsHash = "sha256-Nrcld0ONfjdSh/ItdbDMp6dXVFKoj83aaoGXDgoNE60=";
dontNpmBuild = true;
dontNpmPrune = true;