From 6f9de33f84f829519c339e419a604b6d4c5403f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2024 09:31:59 +0000 Subject: [PATCH 1/2] build(deps-dev): bump @playwright/test from 1.45.1 to 1.45.3 Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.45.1 to 1.45.3. - [Release notes](https://github.com/microsoft/playwright/releases) - [Commits](https://github.com/microsoft/playwright/compare/v1.45.1...v1.45.3) --- updated-dependencies: - dependency-name: "@playwright/test" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 32 ++++++++++++++++---------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/package.json b/package.json index 87197e7b..d16e6db7 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "devDependencies": { "@axe-core/playwright": "4.9.1", "@biomejs/biome": "1.8.3", - "@playwright/test": "1.45.1", + "@playwright/test": "1.45.3", "@simbathesailor/use-what-changed": "2.0.0", "@testing-library/jest-dom": "6.4.8", "@testing-library/react": "14.2.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index aead9738..eab98ac1 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -65,13 +65,13 @@ importers: devDependencies: '@axe-core/playwright': specifier: 4.9.1 - version: 4.9.1(playwright-core@1.45.1) + version: 4.9.1(playwright-core@1.45.3) '@biomejs/biome': specifier: 1.8.3 version: 1.8.3 '@playwright/test': - specifier: 1.45.1 - version: 1.45.1 + specifier: 1.45.3 + version: 1.45.3 '@simbathesailor/use-what-changed': specifier: 2.0.0 version: 2.0.0(react@18.2.0) @@ -969,8 +969,8 @@ packages: resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} engines: {node: '>= 8'} - '@playwright/test@1.45.1': - resolution: {integrity: sha512-Wo1bWTzQvGA7LyKGIZc8nFSTFf2TkthGIFBR+QVNilvwouGzFd4PYukZe3rvf5PSqjHi1+1NyKSDZKcQWETzaA==} + '@playwright/test@1.45.3': + resolution: {integrity: sha512-UKF4XsBfy+u3MFWEH44hva1Q8Da28G6RFtR2+5saw+jgAFQV5yYnB1fu68Mz7fO+5GJF3wgwAIs0UelU8TxFrA==} engines: {node: '>=18'} hasBin: true @@ -2372,13 +2372,13 @@ packages: pkg-types@1.0.3: resolution: {integrity: sha512-nN7pYi0AQqJnoLPC9eHFQ8AcyaixBUOwvqc5TDnIKCMEE6I0y8P7OKA7fPexsXGCGxQDl/cmrLAp26LhcwxZ4A==} - playwright-core@1.45.1: - resolution: {integrity: sha512-LF4CUUtrUu2TCpDw4mcrAIuYrEjVDfT1cHbJMfwnE2+1b8PZcFzPNgvZCvq2JfQ4aTjRCCHw5EJ2tmr2NSzdPg==} + playwright-core@1.45.3: + resolution: {integrity: sha512-+ym0jNbcjikaOwwSZycFbwkWgfruWvYlJfThKYAlImbxUgdWFO2oW70ojPm4OpE4t6TAo2FY/smM+hpVTtkhDA==} engines: {node: '>=18'} hasBin: true - playwright@1.45.1: - resolution: {integrity: sha512-Hjrgae4kpSQBr98nhCj3IScxVeVUixqj+5oyif8TdIn2opTCPEzqAqNMeK42i3cWDCVu9MI+ZsGWw+gVR4ISBg==} + playwright@1.45.3: + resolution: {integrity: sha512-QhVaS+lpluxCaioejDZ95l4Y4jSFCsBvl2UZkpeXlzxmqS+aABr5c82YmfMHrL6x27nvrvykJAFpkzT2eWdJww==} engines: {node: '>=18'} hasBin: true @@ -3157,10 +3157,10 @@ snapshots: jsonpointer: 5.0.1 leven: 3.1.0 - '@axe-core/playwright@4.9.1(playwright-core@1.45.1)': + '@axe-core/playwright@4.9.1(playwright-core@1.45.3)': dependencies: axe-core: 4.9.1 - playwright-core: 1.45.1 + playwright-core: 1.45.3 '@babel/code-frame@7.23.5': dependencies: @@ -4017,9 +4017,9 @@ snapshots: '@nodelib/fs.scandir': 2.1.5 fastq: 1.15.0 - '@playwright/test@1.45.1': + '@playwright/test@1.45.3': dependencies: - playwright: 1.45.1 + playwright: 1.45.3 '@polka/url@1.0.0-next.25': {} @@ -5520,11 +5520,11 @@ snapshots: mlly: 1.4.2 pathe: 1.1.1 - playwright-core@1.45.1: {} + playwright-core@1.45.3: {} - playwright@1.45.1: + playwright@1.45.3: dependencies: - playwright-core: 1.45.1 + playwright-core: 1.45.3 optionalDependencies: fsevents: 2.3.2 From 348df597384c8b22558a0e7751b0a72d87c7884c Mon Sep 17 00:00:00 2001 From: rare-magma Date: Sat, 3 Aug 2024 11:34:18 +0200 Subject: [PATCH 2/2] build: bump playwright image Signed-off-by: rare-magma --- .github/workflows/pr.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index debe7eed..43bccdd7 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -37,7 +37,7 @@ jobs: timeout-minutes: 10 runs-on: ubuntu-latest container: - image: mcr.microsoft.com/playwright:v1.45.1-jammy + image: mcr.microsoft.com/playwright:v1.45.3-jammy needs: - test steps: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 96d735a7..a0a4a921 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,7 +38,7 @@ jobs: timeout-minutes: 10 runs-on: ubuntu-latest container: - image: mcr.microsoft.com/playwright:v1.45.1-jammy + image: mcr.microsoft.com/playwright:v1.45.3-jammy needs: - test steps: