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.43.0' (#3152) from renovate/playwright-monorepo into forgejo

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/3152
Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>

+13 -13
+12 -12
package-lock.json
··· 65 65 }, 66 66 "devDependencies": { 67 67 "@eslint-community/eslint-plugin-eslint-comments": "4.3.0", 68 - "@playwright/test": "1.42.1", 68 + "@playwright/test": "1.43.0", 69 69 "@stoplight/spectral-cli": "6.11.1", 70 70 "@stylistic/eslint-plugin-js": "1.7.0", 71 71 "@stylistic/stylelint-plugin": "2.1.1", ··· 1351 1351 } 1352 1352 }, 1353 1353 "node_modules/@playwright/test": { 1354 - "version": "1.42.1", 1355 - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.42.1.tgz", 1356 - "integrity": "sha512-Gq9rmS54mjBL/7/MvBaNOBwbfnh7beHvS6oS4srqXFcQHpQCV1+c8JXWE8VLPyRDhgS3H8x8A7hztqI9VnwrAQ==", 1354 + "version": "1.43.0", 1355 + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.43.0.tgz", 1356 + "integrity": "sha512-Ebw0+MCqoYflop7wVKj711ccbNlrwTBCtjY5rlbiY9kHL2bCYxq+qltK6uPsVBGGAOb033H2VO0YobcQVxoW7Q==", 1357 1357 "dev": true, 1358 1358 "dependencies": { 1359 - "playwright": "1.42.1" 1359 + "playwright": "1.43.0" 1360 1360 }, 1361 1361 "bin": { 1362 1362 "playwright": "cli.js" ··· 9532 9532 "dev": true 9533 9533 }, 9534 9534 "node_modules/playwright": { 9535 - "version": "1.42.1", 9536 - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.42.1.tgz", 9537 - "integrity": "sha512-PgwB03s2DZBcNRoW+1w9E+VkLBxweib6KTXM0M3tkiT4jVxKSi6PmVJ591J+0u10LUrgxB7dLRbiJqO5s2QPMg==", 9535 + "version": "1.43.0", 9536 + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.43.0.tgz", 9537 + "integrity": "sha512-SiOKHbVjTSf6wHuGCbqrEyzlm6qvXcv7mENP+OZon1I07brfZLGdfWV0l/efAzVx7TF3Z45ov1gPEkku9q25YQ==", 9538 9538 "dev": true, 9539 9539 "dependencies": { 9540 - "playwright-core": "1.42.1" 9540 + "playwright-core": "1.43.0" 9541 9541 }, 9542 9542 "bin": { 9543 9543 "playwright": "cli.js" ··· 9550 9550 } 9551 9551 }, 9552 9552 "node_modules/playwright-core": { 9553 - "version": "1.42.1", 9554 - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.42.1.tgz", 9555 - "integrity": "sha512-mxz6zclokgrke9p1vtdy/COWBH+eOZgYUVVU34C73M+4j4HLlQJHtfcqiqqxpP0o8HhMkflvfbquLX5dg6wlfA==", 9553 + "version": "1.43.0", 9554 + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.43.0.tgz", 9555 + "integrity": "sha512-iWFjyBUH97+pUFiyTqSLd8cDMMOS0r2ZYz2qEsPjH8/bX++sbIJT35MSwKnp1r/OQBAqC5XO99xFbJ9XClhf4w==", 9556 9556 "dev": true, 9557 9557 "bin": { 9558 9558 "playwright-core": "cli.js"
+1 -1
package.json
··· 64 64 }, 65 65 "devDependencies": { 66 66 "@eslint-community/eslint-plugin-eslint-comments": "4.3.0", 67 - "@playwright/test": "1.42.1", 67 + "@playwright/test": "1.43.0", 68 68 "@stoplight/spectral-cli": "6.11.1", 69 69 "@stylistic/eslint-plugin-js": "1.7.0", 70 70 "@stylistic/stylelint-plugin": "2.1.1",