From 89651cdbf6bef4079eae76ac24ea8b6b7c3dbb2d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 May 2025 00:09:59 +0000 Subject: [PATCH 1/3] build(nix): updated nix dependencies --- flake.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.lock b/flake.lock index 768fa4d..44ecbd5 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1747542820, - "narHash": "sha256-GaOZntlJ6gPPbbkTLjbd8BMWaDYafhuuYRNrxCGnPJw=", + "lastModified": 1747744144, + "narHash": "sha256-W7lqHp0qZiENCDwUZ5EX/lNhxjMdNapFnbErcbnP11Q=", "owner": "nixos", "repo": "nixpkgs", - "rev": "292fa7d4f6519c074f0a50394dbbe69859bb6043", + "rev": "2795c506fe8fb7b03c36ccb51f75b6df0ab2553f", "type": "github" }, "original": { From afa88b62742bb38514d6b422bcf2bf6e602dff5a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 May 2025 00:10:29 +0000 Subject: [PATCH 2/3] build(client): updated npm dependencies --- client/package-lock.json | 8 ++++---- client/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package-lock.json b/client/package-lock.json index e7915a8..a8279db 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -25,7 +25,7 @@ "clsx": "^2.1.1", "eslint": "^9.27.0", "eslint-config-prettier": "^10.1.5", - "eslint-plugin-svelte": "^3.8.2", + "eslint-plugin-svelte": "^3.9.0", "globals": "^16.1.0", "mode-watcher": "^1.0.7", "prettier": "^3.5.3", @@ -4089,9 +4089,9 @@ } }, "node_modules/eslint-plugin-svelte": { - "version": "3.8.2", - "resolved": "https://registry.npmjs.org/eslint-plugin-svelte/-/eslint-plugin-svelte-3.8.2.tgz", - "integrity": "sha512-TtepyI7nqWOPBqDXu/1kAFTeus9VuMByFGj6WIxNiByCknmR7b4w5DBoQ2qhj2RY5dMXyUJGHRp/pm/J2BSRxg==", + "version": "3.9.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-svelte/-/eslint-plugin-svelte-3.9.0.tgz", + "integrity": "sha512-nvIUNyyPGbr5922Kd1p/jXe+FfNdVPXsxLyrrXpwfSbZZEFdAYva9O/gm2lObC/wXkQo/AUmQkAihfmNJYeCjA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/client/package.json b/client/package.json index 6ae8e3e..932620b 100644 --- a/client/package.json +++ b/client/package.json @@ -31,7 +31,7 @@ "clsx": "^2.1.1", "eslint": "^9.27.0", "eslint-config-prettier": "^10.1.5", - "eslint-plugin-svelte": "^3.8.2", + "eslint-plugin-svelte": "^3.9.0", "globals": "^16.1.0", "mode-watcher": "^1.0.7", "prettier": "^3.5.3", From 0cdbfeaca97678b6d04184e749219b9bb01eb986 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 May 2025 00:12:20 +0000 Subject: [PATCH 3/3] build(nix): updated nix hashes --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 083a0cf..73e1111 100644 --- a/flake.nix +++ b/flake.nix @@ -130,7 +130,7 @@ pname = "check-client"; inherit version; src = ./client; - npmDepsHash = "sha256-9Dc4mG8fBG2tCWGfBIoLjtxLznjhgf37+ZK2nMzdIFY="; + npmDepsHash = "sha256-JKu9NXzaebO+bZ6J2T5XU7tBRBVrHV+1RMy7FTjXBc8="; dontNpmInstall = true; buildPhase = '' @@ -193,7 +193,7 @@ client = pkgs.buildNpmPackage { inherit pname version; src = ./client; - npmDepsHash = "sha256-9Dc4mG8fBG2tCWGfBIoLjtxLznjhgf37+ZK2nMzdIFY="; + npmDepsHash = "sha256-JKu9NXzaebO+bZ6J2T5XU7tBRBVrHV+1RMy7FTjXBc8="; installPhase = '' cp -r build "$out"