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 @axe-core/playwright to v4.10.0 (forgejo)' (#5021) from renovate/forgejo-axe-core-playwright-4.x into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/5021
Reviewed-by: Otto <otto@codeberg.org>

+7 -15
+6 -14
package-lock.json
··· 60 60 "wrap-ansi": "9.0.0" 61 61 }, 62 62 "devDependencies": { 63 - "@axe-core/playwright": "4.9.1", 63 + "@axe-core/playwright": "4.10.0", 64 64 "@eslint-community/eslint-plugin-eslint-comments": "4.4.0", 65 65 "@playwright/test": "1.46.1", 66 66 "@stoplight/spectral-cli": "6.11.1", ··· 138 138 } 139 139 }, 140 140 "node_modules/@axe-core/playwright": { 141 - "version": "4.9.1", 142 - "resolved": "https://registry.npmjs.org/@axe-core/playwright/-/playwright-4.9.1.tgz", 143 - "integrity": "sha512-8m4WZbZq7/aq7ZY5IG8GqV+ZdvtGn/iJdom+wBg+iv/3BAOBIfNQtIu697a41438DzEEyptXWmC3Xl5Kx/o9/g==", 141 + "version": "4.10.0", 142 + "resolved": "https://registry.npmjs.org/@axe-core/playwright/-/playwright-4.10.0.tgz", 143 + "integrity": "sha512-kEr3JPEVUSnKIYp/egV2jvFj+chIjCjPp3K3zlpJMza/CB3TFw8UZNbI9agEC2uMz4YbgAOyzlbUy0QS+OofFA==", 144 144 "dev": true, 145 + "license": "MPL-2.0", 145 146 "dependencies": { 146 - "axe-core": "~4.9.1" 147 + "axe-core": "~4.10.0" 147 148 }, 148 149 "peerDependencies": { 149 150 "playwright-core": ">= 1.0.0" 150 - } 151 - }, 152 - "node_modules/@axe-core/playwright/node_modules/axe-core": { 153 - "version": "4.9.1", 154 - "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.9.1.tgz", 155 - "integrity": "sha512-QbUdXJVTpvUTHU7871ppZkdOLBeGUKBQWHkHrvN2V9IQWGMt61zf3B45BtzjxEJzYuj0JBjBZP/hmYS/R9pmAw==", 156 - "dev": true, 157 - "engines": { 158 - "node": ">=4" 159 151 } 160 152 }, 161 153 "node_modules/@babel/code-frame": {
+1 -1
package.json
··· 59 59 "wrap-ansi": "9.0.0" 60 60 }, 61 61 "devDependencies": { 62 - "@axe-core/playwright": "4.9.1", 62 + "@axe-core/playwright": "4.10.0", 63 63 "@eslint-community/eslint-plugin-eslint-comments": "4.4.0", 64 64 "@playwright/test": "1.46.1", 65 65 "@stoplight/spectral-cli": "6.11.1",