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

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

+16 -13
+15 -12
package-lock.json
··· 65 65 }, 66 66 "devDependencies": { 67 67 "@eslint-community/eslint-plugin-eslint-comments": "4.3.0", 68 - "@playwright/test": "1.44.0", 68 + "@playwright/test": "1.44.1", 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", ··· 1351 1351 } 1352 1352 }, 1353 1353 "node_modules/@playwright/test": { 1354 - "version": "1.44.0", 1355 - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.44.0.tgz", 1356 - "integrity": "sha512-rNX5lbNidamSUorBhB4XZ9SQTjAqfe5M+p37Z8ic0jPFBMo5iCtQz1kRWkEMg+rYOKSlVycpQmpqjSFq7LXOfg==", 1354 + "version": "1.44.1", 1355 + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.44.1.tgz", 1356 + "integrity": "sha512-1hZ4TNvD5z9VuhNJ/walIjvMVvYkZKf71axoF/uiAqpntQJXpG64dlXhoDXE3OczPuTuvjf/M5KWFg5VAVUS3Q==", 1357 1357 "dev": true, 1358 + "license": "Apache-2.0", 1358 1359 "dependencies": { 1359 - "playwright": "1.44.0" 1360 + "playwright": "1.44.1" 1360 1361 }, 1361 1362 "bin": { 1362 1363 "playwright": "cli.js" ··· 9631 9632 "dev": true 9632 9633 }, 9633 9634 "node_modules/playwright": { 9634 - "version": "1.44.0", 9635 - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.44.0.tgz", 9636 - "integrity": "sha512-F9b3GUCLQ3Nffrfb6dunPOkE5Mh68tR7zN32L4jCk4FjQamgesGay7/dAAe1WaMEGV04DkdJfcJzjoCKygUaRQ==", 9635 + "version": "1.44.1", 9636 + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.44.1.tgz", 9637 + "integrity": "sha512-qr/0UJ5CFAtloI3avF95Y0L1xQo6r3LQArLIg/z/PoGJ6xa+EwzrwO5lpNr/09STxdHuUoP2mvuELJS+hLdtgg==", 9637 9638 "dev": true, 9639 + "license": "Apache-2.0", 9638 9640 "dependencies": { 9639 - "playwright-core": "1.44.0" 9641 + "playwright-core": "1.44.1" 9640 9642 }, 9641 9643 "bin": { 9642 9644 "playwright": "cli.js" ··· 9649 9651 } 9650 9652 }, 9651 9653 "node_modules/playwright-core": { 9652 - "version": "1.44.0", 9653 - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.44.0.tgz", 9654 - "integrity": "sha512-ZTbkNpFfYcGWohvTTl+xewITm7EOuqIqex0c7dNZ+aXsbrLj0qI8XlGKfPpipjm0Wny/4Lt4CJsWJk1stVS5qQ==", 9654 + "version": "1.44.1", 9655 + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.44.1.tgz", 9656 + "integrity": "sha512-wh0JWtYTrhv1+OSsLPgFzGzt67Y7BE/ZS3jEqgGBlp2ppp1ZDj8c+9IARNW4dwf1poq5MgHreEM2KV/GuR4cFA==", 9655 9657 "dev": true, 9658 + "license": "Apache-2.0", 9656 9659 "bin": { 9657 9660 "playwright-core": "cli.js" 9658 9661 },
+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.0", 67 + "@playwright/test": "1.44.1", 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",