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 @playwright/test to v1.48.2 (forgejo)' (#5704) from renovate/forgejo-playwright-monorepo into forgejo

+13 -13
+12 -12
package-lock.json
··· 62 62 "devDependencies": { 63 63 "@axe-core/playwright": "4.10.0", 64 64 "@eslint-community/eslint-plugin-eslint-comments": "4.4.0", 65 - "@playwright/test": "1.48.1", 65 + "@playwright/test": "1.48.2", 66 66 "@stoplight/spectral-cli": "6.13.1", 67 67 "@stylistic/eslint-plugin-js": "2.9.0", 68 68 "@stylistic/stylelint-plugin": "3.1.1", ··· 3616 3616 } 3617 3617 }, 3618 3618 "node_modules/@playwright/test": { 3619 - "version": "1.48.1", 3620 - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.48.1.tgz", 3621 - "integrity": "sha512-s9RtWoxkOLmRJdw3oFvhFbs9OJS0BzrLUc8Hf6l2UdCNd1rqeEyD4BhCJkvzeEoD1FsK4mirsWwGerhVmYKtZg==", 3619 + "version": "1.48.2", 3620 + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.48.2.tgz", 3621 + "integrity": "sha512-54w1xCWfXuax7dz4W2M9uw0gDyh+ti/0K/MxcCUxChFh37kkdxPdfZDw5QBbuPUJHr1CiHJ1hXgSs+GgeQc5Zw==", 3622 3622 "dev": true, 3623 3623 "license": "Apache-2.0", 3624 3624 "dependencies": { 3625 - "playwright": "1.48.1" 3625 + "playwright": "1.48.2" 3626 3626 }, 3627 3627 "bin": { 3628 3628 "playwright": "cli.js" ··· 12543 12543 } 12544 12544 }, 12545 12545 "node_modules/playwright": { 12546 - "version": "1.48.1", 12547 - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.48.1.tgz", 12548 - "integrity": "sha512-j8CiHW/V6HxmbntOfyB4+T/uk08tBy6ph0MpBXwuoofkSnLmlfdYNNkFTYD6ofzzlSqLA1fwH4vwvVFvJgLN0w==", 12546 + "version": "1.48.2", 12547 + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.48.2.tgz", 12548 + "integrity": "sha512-NjYvYgp4BPmiwfe31j4gHLa3J7bD2WiBz8Lk2RoSsmX38SVIARZ18VYjxLjAcDsAhA+F4iSEXTSGgjua0rrlgQ==", 12549 12549 "dev": true, 12550 12550 "license": "Apache-2.0", 12551 12551 "dependencies": { 12552 - "playwright-core": "1.48.1" 12552 + "playwright-core": "1.48.2" 12553 12553 }, 12554 12554 "bin": { 12555 12555 "playwright": "cli.js" ··· 12562 12562 } 12563 12563 }, 12564 12564 "node_modules/playwright-core": { 12565 - "version": "1.48.1", 12566 - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.48.1.tgz", 12567 - "integrity": "sha512-Yw/t4VAFX/bBr1OzwCuOMZkY1Cnb4z/doAFSwf4huqAGWmf9eMNjmK7NiOljCdLmxeRYcGPPmcDgU0zOlzP0YA==", 12565 + "version": "1.48.2", 12566 + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.48.2.tgz", 12567 + "integrity": "sha512-sjjw+qrLFlriJo64du+EK0kJgZzoQPsabGF4lBvsid+3CNIZIYLgnMj9V6JY5VhM2Peh20DJWIVpVljLLnlawA==", 12568 12568 "dev": true, 12569 12569 "license": "Apache-2.0", 12570 12570 "bin": {
+1 -1
package.json
··· 61 61 "devDependencies": { 62 62 "@axe-core/playwright": "4.10.0", 63 63 "@eslint-community/eslint-plugin-eslint-comments": "4.4.0", 64 - "@playwright/test": "1.48.1", 64 + "@playwright/test": "1.48.2", 65 65 "@stoplight/spectral-cli": "6.13.1", 66 66 "@stylistic/eslint-plugin-js": "2.9.0", 67 67 "@stylistic/stylelint-plugin": "3.1.1",