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

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

+16 -16
+15 -15
package-lock.json
··· 65 65 }, 66 66 "devDependencies": { 67 67 "@eslint-community/eslint-plugin-eslint-comments": "4.3.0", 68 - "@playwright/test": "1.44.1", 68 + "@playwright/test": "1.45.0", 69 69 "@stoplight/spectral-cli": "6.11.1", 70 70 "@stylistic/eslint-plugin-js": "1.8.1", 71 71 "@stylistic/stylelint-plugin": "2.1.2", ··· 1410 1410 } 1411 1411 }, 1412 1412 "node_modules/@playwright/test": { 1413 - "version": "1.44.1", 1414 - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.44.1.tgz", 1415 - "integrity": "sha512-1hZ4TNvD5z9VuhNJ/walIjvMVvYkZKf71axoF/uiAqpntQJXpG64dlXhoDXE3OczPuTuvjf/M5KWFg5VAVUS3Q==", 1413 + "version": "1.45.0", 1414 + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.45.0.tgz", 1415 + "integrity": "sha512-TVYsfMlGAaxeUllNkywbwek67Ncf8FRGn8ZlRdO291OL3NjG9oMbfVhyP82HQF0CZLMrYsvesqoUekxdWuF9Qw==", 1416 1416 "dev": true, 1417 1417 "license": "Apache-2.0", 1418 1418 "dependencies": { 1419 - "playwright": "1.44.1" 1419 + "playwright": "1.45.0" 1420 1420 }, 1421 1421 "bin": { 1422 1422 "playwright": "cli.js" 1423 1423 }, 1424 1424 "engines": { 1425 - "node": ">=16" 1425 + "node": ">=18" 1426 1426 } 1427 1427 }, 1428 1428 "node_modules/@popperjs/core": { ··· 9865 9865 "dev": true 9866 9866 }, 9867 9867 "node_modules/playwright": { 9868 - "version": "1.44.1", 9869 - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.44.1.tgz", 9870 - "integrity": "sha512-qr/0UJ5CFAtloI3avF95Y0L1xQo6r3LQArLIg/z/PoGJ6xa+EwzrwO5lpNr/09STxdHuUoP2mvuELJS+hLdtgg==", 9868 + "version": "1.45.0", 9869 + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.45.0.tgz", 9870 + "integrity": "sha512-4z3ac3plDfYzGB6r0Q3LF8POPR20Z8D0aXcxbJvmfMgSSq1hkcgvFRXJk9rUq5H/MJ0Ktal869hhOdI/zUTeLA==", 9871 9871 "dev": true, 9872 9872 "license": "Apache-2.0", 9873 9873 "dependencies": { 9874 - "playwright-core": "1.44.1" 9874 + "playwright-core": "1.45.0" 9875 9875 }, 9876 9876 "bin": { 9877 9877 "playwright": "cli.js" 9878 9878 }, 9879 9879 "engines": { 9880 - "node": ">=16" 9880 + "node": ">=18" 9881 9881 }, 9882 9882 "optionalDependencies": { 9883 9883 "fsevents": "2.3.2" 9884 9884 } 9885 9885 }, 9886 9886 "node_modules/playwright-core": { 9887 - "version": "1.44.1", 9888 - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.44.1.tgz", 9889 - "integrity": "sha512-wh0JWtYTrhv1+OSsLPgFzGzt67Y7BE/ZS3jEqgGBlp2ppp1ZDj8c+9IARNW4dwf1poq5MgHreEM2KV/GuR4cFA==", 9887 + "version": "1.45.0", 9888 + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.45.0.tgz", 9889 + "integrity": "sha512-lZmHlFQ0VYSpAs43dRq1/nJ9G/6SiTI7VPqidld9TDefL9tX87bTKExWZZUF5PeRyqtXqd8fQi2qmfIedkwsNQ==", 9890 9890 "dev": true, 9891 9891 "license": "Apache-2.0", 9892 9892 "bin": { 9893 9893 "playwright-core": "cli.js" 9894 9894 }, 9895 9895 "engines": { 9896 - "node": ">=16" 9896 + "node": ">=18" 9897 9897 } 9898 9898 }, 9899 9899 "node_modules/pluralize": {
+1 -1
package.json
··· 64 64 }, 65 65 "devDependencies": { 66 66 "@eslint-community/eslint-plugin-eslint-comments": "4.3.0", 67 - "@playwright/test": "1.44.1", 67 + "@playwright/test": "1.45.0", 68 68 "@stoplight/spectral-cli": "6.11.1", 69 69 "@stylistic/eslint-plugin-js": "1.8.1", 70 70 "@stylistic/stylelint-plugin": "2.1.2",