From b8eb046a3ef267ddc93263766972b84612be1fa3 Mon Sep 17 00:00:00 2001 From: forgejo-backport-action Date: Wed, 23 Jul 2025 10:08:34 +0200 Subject: [PATCH] [v11.0/forgejo] fix(ci): pull stylus from github:stylus/stylus#0.57.0 (#8626) **Backport:** https://codeberg.org/forgejo/forgejo/pulls/8625 npm error 404 Not Found - GET https://registry.npmjs.org/stylus/-/stylus-0.57.0.tgz - Not found Workaround to be reverted when the issue is fixed. Refs https://github.com/stylus/stylus/issues/2938 Co-authored-by: Earl Warren Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/8626 Reviewed-by: Earl Warren Co-authored-by: forgejo-backport-action Co-committed-by: forgejo-backport-action --- package-lock.json | 3 +-- package.json | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 88f1d637a5..b6875c9c89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13413,8 +13413,7 @@ }, "node_modules/stylus": { "version": "0.57.0", - "resolved": "https://registry.npmjs.org/stylus/-/stylus-0.57.0.tgz", - "integrity": "sha512-yOI6G8WYfr0q8v8rRvE91wbxFU+rJPo760Va4MF6K0I6BZjO4r+xSynkvyPBP9tV1CIEUeRsiidjIs2rzb1CnQ==", + "resolved": "git+ssh://git@github.com/stylus/stylus.git#bc1404aa1f6c03341bd76529c8cf4beb4f3d99f7", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index e6444ab63f..d83a3ec5f8 100644 --- a/package.json +++ b/package.json @@ -100,6 +100,9 @@ "vite-string-plugin": "1.3.4", "vitest": "3.0.8" }, + "overrides": { + "stylus": "github:stylus/stylus#0.57.0" + }, "browserslist": [ "defaults" ]