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 @playwright/test to v1.49.1 (forgejo) (#6308)

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/6308
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
456d0599 a941b878

+13 -13
+12 -12
package-lock.json
··· 62 62 "devDependencies": { 63 63 "@axe-core/playwright": "4.10.1", 64 64 "@eslint-community/eslint-plugin-eslint-comments": "4.4.1", 65 - "@playwright/test": "1.48.2", 65 + "@playwright/test": "1.49.1", 66 66 "@stoplight/spectral-cli": "6.14.2", 67 67 "@stylistic/eslint-plugin-js": "2.12.1", 68 68 "@stylistic/stylelint-plugin": "3.1.1", ··· 3359 3359 } 3360 3360 }, 3361 3361 "node_modules/@playwright/test": { 3362 - "version": "1.48.2", 3363 - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.48.2.tgz", 3364 - "integrity": "sha512-54w1xCWfXuax7dz4W2M9uw0gDyh+ti/0K/MxcCUxChFh37kkdxPdfZDw5QBbuPUJHr1CiHJ1hXgSs+GgeQc5Zw==", 3362 + "version": "1.49.1", 3363 + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.49.1.tgz", 3364 + "integrity": "sha512-Ky+BVzPz8pL6PQxHqNRW1k3mIyv933LML7HktS8uik0bUXNCdPhoS/kLihiO1tMf/egaJb4IutXd7UywvXEW+g==", 3365 3365 "dev": true, 3366 3366 "license": "Apache-2.0", 3367 3367 "dependencies": { 3368 - "playwright": "1.48.2" 3368 + "playwright": "1.49.1" 3369 3369 }, 3370 3370 "bin": { 3371 3371 "playwright": "cli.js" ··· 11689 11689 } 11690 11690 }, 11691 11691 "node_modules/playwright": { 11692 - "version": "1.48.2", 11693 - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.48.2.tgz", 11694 - "integrity": "sha512-NjYvYgp4BPmiwfe31j4gHLa3J7bD2WiBz8Lk2RoSsmX38SVIARZ18VYjxLjAcDsAhA+F4iSEXTSGgjua0rrlgQ==", 11692 + "version": "1.49.1", 11693 + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.49.1.tgz", 11694 + "integrity": "sha512-VYL8zLoNTBxVOrJBbDuRgDWa3i+mfQgDTrL8Ah9QXZ7ax4Dsj0MSq5bYgytRnDVVe+njoKnfsYkH3HzqVj5UZA==", 11695 11695 "dev": true, 11696 11696 "license": "Apache-2.0", 11697 11697 "dependencies": { 11698 - "playwright-core": "1.48.2" 11698 + "playwright-core": "1.49.1" 11699 11699 }, 11700 11700 "bin": { 11701 11701 "playwright": "cli.js" ··· 11708 11708 } 11709 11709 }, 11710 11710 "node_modules/playwright-core": { 11711 - "version": "1.48.2", 11712 - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.48.2.tgz", 11713 - "integrity": "sha512-sjjw+qrLFlriJo64du+EK0kJgZzoQPsabGF4lBvsid+3CNIZIYLgnMj9V6JY5VhM2Peh20DJWIVpVljLLnlawA==", 11711 + "version": "1.49.1", 11712 + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.49.1.tgz", 11713 + "integrity": "sha512-BzmpVcs4kE2CH15rWfzpjzVGhWERJfmnXmniSyKeRZUs9Ws65m+RGIi7mjJK/euCegfn3i7jvqWeWyHe9y3Vgg==", 11714 11714 "dev": true, 11715 11715 "license": "Apache-2.0", 11716 11716 "bin": {
+1 -1
package.json
··· 61 61 "devDependencies": { 62 62 "@axe-core/playwright": "4.10.1", 63 63 "@eslint-community/eslint-plugin-eslint-comments": "4.4.1", 64 - "@playwright/test": "1.48.2", 64 + "@playwright/test": "1.49.1", 65 65 "@stoplight/spectral-cli": "6.14.2", 66 66 "@stylistic/eslint-plugin-js": "2.12.1", 67 67 "@stylistic/stylelint-plugin": "3.1.1",