From a8b570527416e4edf10d930a693f3fb1718c2375 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Sat, 25 Oct 2025 12:25:57 +0200 Subject: [PATCH] tools: Pin git node modules Both changes in the config (like new/changes rules) and the eslint wrapper (like updating to eslint 9.x) could require changes here, and therefore require a conscious update rather than randomly breaking the CI. Part-of: --- tools/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/package.json b/tools/package.json index 440df771..0d76d3ea 100644 --- a/tools/package.json +++ b/tools/package.json @@ -8,7 +8,7 @@ "lint": "cd .. && ci-run-eslint" }, "dependencies": { - "ci-run-eslint": "git+https://gitlab.gnome.org/World/javascript/ci-run-eslint.git", - "eslint-config-gnome": "git+https://gitlab.gnome.org/World/javascript/eslint-config-gnome.git" + "ci-run-eslint": "git+https://gitlab.gnome.org/World/javascript/ci-run-eslint.git#179fcc1f095d2b579ffe454505946bcad7f6a230", + "eslint-config-gnome": "git+https://gitlab.gnome.org/World/javascript/eslint-config-gnome.git#c479d059e8d9ea99c3b53c2ea43abf7fdb05eb51" } }