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.47.0 (forgejo)' (#5238) 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.46.1", 65 + "@playwright/test": "1.47.0", 66 66 "@stoplight/spectral-cli": "6.11.1", 67 67 "@stylistic/eslint-plugin-js": "2.7.2", 68 68 "@stylistic/stylelint-plugin": "3.0.1", ··· 3565 3565 } 3566 3566 }, 3567 3567 "node_modules/@playwright/test": { 3568 - "version": "1.46.1", 3569 - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.46.1.tgz", 3570 - "integrity": "sha512-Fq6SwLujA/DOIvNC2EL/SojJnkKf/rAwJ//APpJJHRyMi1PdKrY3Az+4XNQ51N4RTbItbIByQ0jgd1tayq1aeA==", 3568 + "version": "1.47.0", 3569 + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.47.0.tgz", 3570 + "integrity": "sha512-SgAdlSwYVpToI4e/IH19IHHWvoijAYH5hu2MWSXptRypLSnzj51PcGD+rsOXFayde4P9ZLi+loXVwArg6IUkCA==", 3571 3571 "dev": true, 3572 3572 "license": "Apache-2.0", 3573 3573 "dependencies": { 3574 - "playwright": "1.46.1" 3574 + "playwright": "1.47.0" 3575 3575 }, 3576 3576 "bin": { 3577 3577 "playwright": "cli.js" ··· 12650 12650 } 12651 12651 }, 12652 12652 "node_modules/playwright": { 12653 - "version": "1.46.1", 12654 - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.46.1.tgz", 12655 - "integrity": "sha512-oPcr1yqoXLCkgKtD5eNUPLiN40rYEM39odNpIb6VE6S7/15gJmA1NzVv6zJYusV0e7tzvkU/utBFNa/Kpxmwng==", 12653 + "version": "1.47.0", 12654 + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.47.0.tgz", 12655 + "integrity": "sha512-jOWiRq2pdNAX/mwLiwFYnPHpEZ4rM+fRSQpRHwEwZlP2PUANvL3+aJOF/bvISMhFD30rqMxUB4RJx9aQbfh4Ww==", 12656 12656 "dev": true, 12657 12657 "license": "Apache-2.0", 12658 12658 "dependencies": { 12659 - "playwright-core": "1.46.1" 12659 + "playwright-core": "1.47.0" 12660 12660 }, 12661 12661 "bin": { 12662 12662 "playwright": "cli.js" ··· 12669 12669 } 12670 12670 }, 12671 12671 "node_modules/playwright-core": { 12672 - "version": "1.46.1", 12673 - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.46.1.tgz", 12674 - "integrity": "sha512-h9LqIQaAv+CYvWzsZ+h3RsrqCStkBHlgo6/TJlFst3cOTlLghBQlJwPOZKQJTKNaD3QIB7aAVQ+gfWbN3NXB7A==", 12672 + "version": "1.47.0", 12673 + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.47.0.tgz", 12674 + "integrity": "sha512-1DyHT8OqkcfCkYUD9zzUTfg7EfTd+6a8MkD/NWOvjo0u/SCNd5YmY/lJwFvUZOxJbWNds+ei7ic2+R/cRz/PDg==", 12675 12675 "dev": true, 12676 12676 "license": "Apache-2.0", 12677 12677 "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.46.1", 64 + "@playwright/test": "1.47.0", 65 65 "@stoplight/spectral-cli": "6.11.1", 66 66 "@stylistic/eslint-plugin-js": "2.7.2", 67 67 "@stylistic/stylelint-plugin": "3.0.1",