this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

⬆️ Update Playwright (#65)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

authored by

renovate[bot]
renovate[bot]
and committed by
GitHub
fd42cb8a 16094fd8

+7 -7
+2 -2
.github/workflows/test.yml
··· 19 19 name: Update screenshots 20 20 runs-on: ubuntu-latest 21 21 container: 22 - image: ghcr.io/gwennlbh/playwright-bun:v1.57.0 22 + image: ghcr.io/gwennlbh/playwright-bun:v1.58.0 23 23 steps: 24 24 - uses: actions/checkout@v6 25 25 with: ··· 61 61 name: Test 62 62 runs-on: ubuntu-latest 63 63 container: 64 - image: ghcr.io/gwennlbh/playwright-bun:v1.57.0 64 + image: ghcr.io/gwennlbh/playwright-bun:v1.58.0 65 65 environment: 66 66 name: Visual diffing for PR #${{ github.event.pull_request.number }} 67 67 url: ${{ steps.deploy-to-gh-pages.outputs.page_url }}
+4 -4
bun.lock
··· 19 19 "yaml": "^2.8.2", 20 20 }, 21 21 "devDependencies": { 22 - "@playwright/test": "^1.57.0", 22 + "@playwright/test": "^1.58.0", 23 23 "@types/bun": "^1.3.6", 24 24 "@types/jsdom": "^27.0.0", 25 25 "@types/picomatch": "^4.0.2", ··· 431 431 432 432 "@pkgjs/parseargs": ["@pkgjs/parseargs@0.11.0", "", {}, "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg=="], 433 433 434 - "@playwright/test": ["@playwright/test@1.57.0", "", { "dependencies": { "playwright": "1.57.0" }, "bin": { "playwright": "cli.js" } }, "sha512-6TyEnHgd6SArQO8UO2OMTxshln3QMWBtPGrOCgs3wVEmQmwyuNtB10IZMfmYDE0riwNR1cu4q+pPcxMVtaG3TA=="], 434 + "@playwright/test": ["@playwright/test@1.58.0", "", { "dependencies": { "playwright": "1.58.0" }, "bin": { "playwright": "cli.js" } }, "sha512-fWza+Lpbj6SkQKCrU6si4iu+fD2dD3gxNHFhUPxsfXBPhnv3rRSQVd0NtBUT9Z/RhF/boCBcuUaMUSTRTopjZg=="], 435 435 436 436 "@pnpm/config.env-replace": ["@pnpm/config.env-replace@1.1.0", "", {}, "sha512-htyl8TWnKL7K/ESFa1oW2UB5lVDxuF5DpM7tBi6Hu2LNL3mWkIzNLG6N4zoCUP1lCKNxWy/3iu8mS8MvToGd6w=="], 437 437 ··· 1843 1843 1844 1844 "pkg-types": ["pkg-types@1.3.1", "", { "dependencies": { "confbox": "^0.1.8", "mlly": "^1.7.4", "pathe": "^2.0.1" } }, "sha512-/Jm5M4RvtBFVkKWRu2BLUTNP8/M2a+UwuAX+ae4770q1qVGtfjG+WTCupoZixokjmHiry8uI+dlY8KXYV5HVVQ=="], 1845 1845 1846 - "playwright": ["playwright@1.57.0", "", { "dependencies": { "playwright-core": "1.57.0" }, "optionalDependencies": { "fsevents": "2.3.2" }, "bin": { "playwright": "cli.js" } }, "sha512-ilYQj1s8sr2ppEJ2YVadYBN0Mb3mdo9J0wQ+UuDhzYqURwSoW4n1Xs5vs7ORwgDGmyEh33tRMeS8KhdkMoLXQw=="], 1846 + "playwright": ["playwright@1.58.0", "", { "dependencies": { "playwright-core": "1.58.0" }, "optionalDependencies": { "fsevents": "2.3.2" }, "bin": { "playwright": "cli.js" } }, "sha512-2SVA0sbPktiIY/MCOPX8e86ehA/e+tDNq+e5Y8qjKYti2Z/JG7xnronT/TXTIkKbYGWlCbuucZ6dziEgkoEjQQ=="], 1847 1847 1848 - "playwright-core": ["playwright-core@1.57.0", "", { "bin": { "playwright-core": "cli.js" } }, "sha512-agTcKlMw/mjBWOnD6kFZttAAGHgi/Nw0CZ2o6JqWSbMlI219lAFLZZCyqByTsvVAJq5XA5H8cA6PrvBRpBWEuQ=="], 1848 + "playwright-core": ["playwright-core@1.58.0", "", { "bin": { "playwright-core": "cli.js" } }, "sha512-aaoB1RWrdNi3//rOeKuMiS65UCcgOVljU46At6eFcOFPFHWtd2weHRRow6z/n+Lec0Lvu0k9ZPKJSjPugikirw=="], 1849 1849 1850 1850 "pofile": ["pofile@1.1.4", "", {}, "sha512-r6Q21sKsY1AjTVVjOuU02VYKVNQGJNQHjTIvs4dEbeuuYfxgYk/DGD2mqqq4RDaVkwdSq0VEtmQUOPe/wH8X3g=="], 1851 1851
+1 -1
package.json
··· 32 32 "yaml": "^2.8.2" 33 33 }, 34 34 "devDependencies": { 35 - "@playwright/test": "^1.57.0", 35 + "@playwright/test": "^1.58.0", 36 36 "@types/bun": "^1.3.6", 37 37 "@types/jsdom": "^27.0.0", 38 38 "@types/picomatch": "^4.0.2",