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.7.2 (forgejo) (#6049)

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6049
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
8b1cbb47 067044ea

+5 -5
+4 -4
package-lock.json
··· 95 95 "stylelint-declaration-strict-value": "1.10.6", 96 96 "stylelint-value-no-unknown-custom-properties": "6.0.1", 97 97 "svgo": "3.2.0", 98 - "typescript": "5.6.3", 98 + "typescript": "5.7.2", 99 99 "typescript-eslint": "8.14.0", 100 100 "vite-string-plugin": "1.3.4", 101 101 "vitest": "2.1.4" ··· 15899 15899 } 15900 15900 }, 15901 15901 "node_modules/typescript": { 15902 - "version": "5.6.3", 15903 - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", 15904 - "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", 15902 + "version": "5.7.2", 15903 + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", 15904 + "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", 15905 15905 "devOptional": true, 15906 15906 "license": "Apache-2.0", 15907 15907 "bin": {
+1 -1
package.json
··· 94 94 "stylelint-declaration-strict-value": "1.10.6", 95 95 "stylelint-value-no-unknown-custom-properties": "6.0.1", 96 96 "svgo": "3.2.0", 97 - "typescript": "5.6.3", 97 + "typescript": "5.7.2", 98 98 "typescript-eslint": "8.14.0", 99 99 "vite-string-plugin": "1.3.4", 100 100 "vitest": "2.1.4"