eslint: 9.20.0 -> 9.30.1

Diff: https://github.com/eslint/eslint/compare/refs/tags/v9.20.0...refs/tags/v9.30.1
This commit is contained in:
Michael Daniels
2025-07-05 02:30:51 -04:00
parent 75d495858f
commit 54a5b84cab
2 changed files with 3083 additions and 8846 deletions
+3080 -8843
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -6,13 +6,13 @@
}:
buildNpmPackage rec {
pname = "eslint";
version = "9.20.0";
version = "9.30.1";
src = fetchFromGitHub {
owner = "eslint";
repo = "eslint";
tag = "v${version}";
hash = "sha256-ahERh5Io2J/Uz9fgY875ldPtzjiasqxZ0ppINwYNoB4=";
hash = "sha256-IMML65KsmFLdTniciHWiw5ao0hSwILbHvz/Zx72+Mi8=";
};
# NOTE: Generating lock-file
@@ -24,7 +24,7 @@ buildNpmPackage rec {
cp ${./package-lock.json} package-lock.json
'';
npmDepsHash = "sha256-F3EUANBvniczR7QxNfo1LlksYPxXt16uqJDFzN6u64Y=";
npmDepsHash = "sha256-EurssIJmb6g7CmsYkUqtEdyDfvCs4Sc3VO6/4jTeP5Y=";
npmInstallFlags = [ "--omit=dev" ];
dontNpmBuild = true;