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.

Update dependency @playwright/test to v1.51.0 (forgejo) (#7229) Co-authored-by: Renovate Bot <forgejo-renovate-action@forgejo.org> Co-committed-by: Renovate Bot <forgejo-renovate-action@forgejo.org>

authored by

Renovate Bot
Renovate Bot
and committed by
forgejo-renovate-action
7a430d6b 66b7e1f3

+13 -13
+12 -12
package-lock.json
··· 63 63 "devDependencies": { 64 64 "@axe-core/playwright": "4.10.1", 65 65 "@eslint-community/eslint-plugin-eslint-comments": "4.4.1", 66 - "@playwright/test": "1.50.1", 66 + "@playwright/test": "1.51.0", 67 67 "@stoplight/spectral-cli": "6.14.3", 68 68 "@stylistic/eslint-plugin-js": "4.2.0", 69 69 "@stylistic/stylelint-plugin": "3.1.2", ··· 1684 1684 } 1685 1685 }, 1686 1686 "node_modules/@playwright/test": { 1687 - "version": "1.50.1", 1688 - "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.50.1.tgz", 1689 - "integrity": "sha512-Jii3aBg+CEDpgnuDxEp/h7BimHcUTDlpEtce89xEumlJ5ef2hqepZ+PWp1DDpYC/VO9fmWVI1IlEaoI5fK9FXQ==", 1687 + "version": "1.51.0", 1688 + "resolved": "https://registry.npmjs.org/@playwright/test/-/test-1.51.0.tgz", 1689 + "integrity": "sha512-dJ0dMbZeHhI+wb77+ljx/FeC8VBP6j/rj9OAojO08JI80wTZy6vRk9KvHKiDCUh4iMpEiseMgqRBIeW+eKX6RA==", 1690 1690 "dev": true, 1691 1691 "license": "Apache-2.0", 1692 1692 "dependencies": { 1693 - "playwright": "1.50.1" 1693 + "playwright": "1.51.0" 1694 1694 }, 1695 1695 "bin": { 1696 1696 "playwright": "cli.js" ··· 10868 10868 } 10869 10869 }, 10870 10870 "node_modules/playwright": { 10871 - "version": "1.50.1", 10872 - "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.50.1.tgz", 10873 - "integrity": "sha512-G8rwsOQJ63XG6BbKj2w5rHeavFjy5zynBA9zsJMMtBoe/Uf757oG12NXz6e6OirF7RCrTVAKFXbLmn1RbL7Qaw==", 10871 + "version": "1.51.0", 10872 + "resolved": "https://registry.npmjs.org/playwright/-/playwright-1.51.0.tgz", 10873 + "integrity": "sha512-442pTfGM0xxfCYxuBa/Pu6B2OqxqqaYq39JS8QDMGThUvIOCd6s0ANDog3uwA0cHavVlnTQzGCN7Id2YekDSXA==", 10874 10874 "dev": true, 10875 10875 "license": "Apache-2.0", 10876 10876 "dependencies": { 10877 - "playwright-core": "1.50.1" 10877 + "playwright-core": "1.51.0" 10878 10878 }, 10879 10879 "bin": { 10880 10880 "playwright": "cli.js" ··· 10887 10887 } 10888 10888 }, 10889 10889 "node_modules/playwright-core": { 10890 - "version": "1.50.1", 10891 - "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.50.1.tgz", 10892 - "integrity": "sha512-ra9fsNWayuYumt+NiM069M6OkcRb1FZSK8bgi66AtpFoWkg2+y0bJSNmkFrWhMbEBbVKC/EruAHH3g0zmtwGmQ==", 10890 + "version": "1.51.0", 10891 + "resolved": "https://registry.npmjs.org/playwright-core/-/playwright-core-1.51.0.tgz", 10892 + "integrity": "sha512-x47yPE3Zwhlil7wlNU/iktF7t2r/URR3VLbH6EknJd/04Qc/PSJ0EY3CMXipmglLG+zyRxW6HNo2EGbKLHPWMg==", 10893 10893 "dev": true, 10894 10894 "license": "Apache-2.0", 10895 10895 "bin": {
+1 -1
package.json
··· 62 62 "devDependencies": { 63 63 "@axe-core/playwright": "4.10.1", 64 64 "@eslint-community/eslint-plugin-eslint-comments": "4.4.1", 65 - "@playwright/test": "1.50.1", 65 + "@playwright/test": "1.51.0", 66 66 "@stoplight/spectral-cli": "6.14.3", 67 67 "@stylistic/eslint-plugin-js": "4.2.0", 68 68 "@stylistic/stylelint-plugin": "3.1.2",