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.

Merge pull request 'Update dependency happy-dom to v15 (forgejo)' (#5099) from renovate/forgejo-happy-dom-15.x into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5099
Reviewed-by: Gusted <gusted@noreply.codeberg.org>

Gusted 696cbde9 8583ffa5

+6 -6
+5 -5
package-lock.json
··· 85 85 "eslint-plugin-vue": "9.27.0", 86 86 "eslint-plugin-vue-scoped-css": "2.8.1", 87 87 "eslint-plugin-wc": "2.1.0", 88 - "happy-dom": "14.12.3", 88 + "happy-dom": "15.0.0", 89 89 "license-checker-rseidelsohn": "4.3.0", 90 90 "markdownlint-cli": "0.41.0", 91 91 "postcss-html": "1.7.0", ··· 9931 9931 } 9932 9932 }, 9933 9933 "node_modules/happy-dom": { 9934 - "version": "14.12.3", 9935 - "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-14.12.3.tgz", 9936 - "integrity": "sha512-vsYlEs3E9gLwA1Hp+w3qzu+RUDFf4VTT8cyKqVICoZ2k7WM++Qyd2LwzyTi5bqMJFiIC/vNpTDYuxdreENRK/g==", 9934 + "version": "15.0.0", 9935 + "resolved": "https://registry.npmjs.org/happy-dom/-/happy-dom-15.0.0.tgz", 9936 + "integrity": "sha512-DsvANUcxxY20iCo3Yllm7dqwzPVPduGfVFxa7mONwMBLczFeQgkN0LpDir1kIY322JMh+hrcPV3aGLyHCESDlA==", 9937 9937 "dev": true, 9938 9938 "license": "MIT", 9939 9939 "dependencies": { ··· 9942 9942 "whatwg-mimetype": "^3.0.0" 9943 9943 }, 9944 9944 "engines": { 9945 - "node": ">=16.0.0" 9945 + "node": ">=18.0.0" 9946 9946 } 9947 9947 }, 9948 9948 "node_modules/has-bigints": {
+1 -1
package.json
··· 84 84 "eslint-plugin-vue": "9.27.0", 85 85 "eslint-plugin-vue-scoped-css": "2.8.1", 86 86 "eslint-plugin-wc": "2.1.0", 87 - "happy-dom": "14.12.3", 87 + "happy-dom": "15.0.0", 88 88 "license-checker-rseidelsohn": "4.3.0", 89 89 "markdownlint-cli": "0.41.0", 90 90 "postcss-html": "1.7.0",