eslint: 10.2.0 -> 10.2.1

Changelog: https://github.com/eslint/eslint/blob/v10.2.1/CHANGELOG.md
This commit is contained in:
Michael Daniels
2026-04-22 17:37:27 -04:00
parent 35bf2f905c
commit bad6683192
2 changed files with 304 additions and 646 deletions
+301 -643
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 = "10.2.0";
version = "10.2.1";
src = fetchFromGitHub {
owner = "eslint";
repo = "eslint";
tag = "v${version}";
hash = "sha256-JsfiBU+BiqiBAIc4DwxXYl/wtBoM9bQntiem1+vi+/s=";
hash = "sha256-XUVCFubLnht+OZIZRg2NzuX1/zDhqWYtQZzw8FwkTu4=";
};
# NOTE: Generating lock-file
@@ -24,7 +24,7 @@ buildNpmPackage rec {
cp ${./package-lock.json} package-lock.json
'';
npmDepsHash = "sha256-qpxHGNBRWN3hys5R+zJR870xIoN5VL6U3dUnKrIH0go=";
npmDepsHash = "sha256-SET3In91HxRdSEVAgZHETF+ahOJg/4+Jb1Jy5msVzZs=";
npmInstallFlags = [ "--omit=dev" ];
dontNpmBuild = true;