eslint: 9.31.0 -> 9.32.0

This commit is contained in:
R. Ryantm 2025-08-02 18:09:34 +00:00
parent e2b2e81658
commit 26f9efe2c5
2 changed files with 229 additions and 450 deletions

File diff suppressed because it is too large Load Diff

View File

@ -7,13 +7,13 @@
}:
buildNpmPackage rec {
pname = "eslint";
version = "9.31.0";
version = "9.32.0";
src = fetchFromGitHub {
owner = "eslint";
repo = "eslint";
tag = "v${version}";
hash = "sha256-kVYLQ1GXs7ytv3HEyEToiAktzHpbbPCaNA30pwC02FI=";
hash = "sha256-ORqkolpd5B2mZ5lpePHU3RCpUHnl2p9ugMe2+A8sauA=";
};
# NOTE: Generating lock-file
@ -25,7 +25,7 @@ buildNpmPackage rec {
cp ${./package-lock.json} package-lock.json
'';
npmDepsHash = "sha256-4CXfMQJCLxOAo/ZoAFs+nwFv2cRN1dPYIHqIGs6dybo=";
npmDepsHash = "sha256-9IWGjPwvZFPlbClQ5XRx0clN0HD6eyggX+v5mtU0exQ=";
npmInstallFlags = [ "--omit=dev" ];
dontNpmBuild = true;