[v11.0/forgejo] Revert "fix(ci): pull stylus from github:stylus/stylus#0.57.0 (#8625)" (#8640)

**Backport:** https://codeberg.org/forgejo/forgejo/pulls/8638

This reverts commit 4d06d62515.

https://www.npmjs.com/package/stylus?activeTab=versions is back.

Co-authored-by: Earl Warren <contact@earl-warren.org>
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/8640
Co-authored-by: forgejo-backport-action <forgejo-backport-action@noreply.codeberg.org>
Co-committed-by: forgejo-backport-action <forgejo-backport-action@noreply.codeberg.org>
This commit is contained in:
forgejo-backport-action 2025-07-23 23:21:03 +02:00 committed by Earl Warren
commit b4b2b367d8
2 changed files with 2 additions and 4 deletions

3
package-lock.json generated
View file

@ -13413,7 +13413,8 @@
}, },
"node_modules/stylus": { "node_modules/stylus": {
"version": "0.57.0", "version": "0.57.0",
"resolved": "git+ssh://git@github.com/stylus/stylus.git#bc1404aa1f6c03341bd76529c8cf4beb4f3d99f7", "resolved": "https://registry.npmjs.org/stylus/-/stylus-0.57.0.tgz",
"integrity": "sha512-yOI6G8WYfr0q8v8rRvE91wbxFU+rJPo760Va4MF6K0I6BZjO4r+xSynkvyPBP9tV1CIEUeRsiidjIs2rzb1CnQ==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {

View file

@ -100,9 +100,6 @@
"vite-string-plugin": "1.3.4", "vite-string-plugin": "1.3.4",
"vitest": "3.0.8" "vitest": "3.0.8"
}, },
"overrides": {
"stylus": "github:stylus/stylus#0.57.0"
},
"browserslist": [ "browserslist": [
"defaults" "defaults"
] ]