eslint: 10.5.0 -> 10.6.0

This commit is contained in:
R. Ryantm
2026-06-29 08:30:11 +00:00
parent 83f5f3de2c
commit 73cfd71526
2 changed files with 681 additions and 638 deletions
+678 -635
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -7,13 +7,13 @@
}:
buildNpmPackage (finalAttrs: {
pname = "eslint";
version = "10.5.0";
version = "10.6.0";
src = fetchFromGitHub {
owner = "eslint";
repo = "eslint";
tag = "v${finalAttrs.version}";
hash = "sha256-mhDOWOp9l42wwMFOFGZwI0Voc1+e5slcXVGh82Nebwg=";
hash = "sha256-lMdm5pKTPIhQqJjRnhvgCTLi5JxkQu5UqGtUSRHnnN8=";
};
# NOTE: Generating lock-file
@@ -22,7 +22,7 @@ buildNpmPackage (finalAttrs: {
cp ${./package-lock.json} package-lock.json
'';
npmDepsHash = "sha256-0quy/i4PeyDwNqQsbeebFxz616c/a+1f0XT7tbHgVXM=";
npmDepsHash = "sha256-tGeXepnZbD316nN/eGDLTcZ4hllFJiTPH2QMt/AWmZg=";
npmInstallFlags = [ "--omit=dev" ];
dontNpmBuild = true;