loading up the forgejo repo on tangled to test page performance
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update dependency typescript to v5.8.3 (forgejo) (#7467)

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7467
Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org>
Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>

authored by

Renovate Bot
Renovate Bot
and committed by
Michael Kriese
2e6f624d 0766cb47

+5 -5
+4 -4
package-lock.json
··· 97 97 "stylelint-declaration-strict-value": "1.10.11", 98 98 "stylelint-value-no-unknown-custom-properties": "6.0.1", 99 99 "svgo": "3.2.0", 100 - "typescript": "5.7.3", 100 + "typescript": "5.8.3", 101 101 "typescript-eslint": "8.29.0", 102 102 "vite-string-plugin": "1.3.4", 103 103 "vitest": "3.1.1" ··· 13995 13995 } 13996 13996 }, 13997 13997 "node_modules/typescript": { 13998 - "version": "5.7.3", 13999 - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.3.tgz", 14000 - "integrity": "sha512-84MVSjMEHP+FQRPy3pX9sTVV/INIex71s9TL2Gm5FG/WG1SqXeKyZ0k7/blY/4FdOzI12CBy1vGc4og/eus0fw==", 13998 + "version": "5.8.3", 13999 + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz", 14000 + "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==", 14001 14001 "devOptional": true, 14002 14002 "license": "Apache-2.0", 14003 14003 "bin": {
+1 -1
package.json
··· 96 96 "stylelint-declaration-strict-value": "1.10.11", 97 97 "stylelint-value-no-unknown-custom-properties": "6.0.1", 98 98 "svgo": "3.2.0", 99 - "typescript": "5.7.3", 99 + "typescript": "5.8.3", 100 100 "typescript-eslint": "8.29.0", 101 101 "vite-string-plugin": "1.3.4", 102 102 "vitest": "3.1.1"