Skip to content

Commit

Permalink
Merge pull request #2089 from db-ui/dependabot-npm_and_yarn-playwrigh…
Browse files Browse the repository at this point in the history
…t-92364c5538

chore(deps-dev): bump the playwright group with 3 updates
  • Loading branch information
mfranzke authored Jan 17, 2024
2 parents 6dfbb4f + 9088356 commit 6542ee5
Show file tree
Hide file tree
Showing 9 changed files with 63 additions and 63 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/update-playwright.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Replace from 'replace-in-file';
import packageJson from '../../package.json' assert { type: 'json' };

const oldPlaywrightVersion = '1.40.1';
const oldPlaywrightVersion = '1.41.0';

const updatePlaywright = () => {
const version = packageJson.devDependencies['@playwright/test'];
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/02-e2e-showcases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: 🧪🎭 - ${{ matrix.framework }}:${{ matrix.shard }}
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.40.1
image: mcr.microsoft.com/playwright:v1.41.0
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/02-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: 🧪🎭 - ${{ matrix.framework }}:${{ matrix.shard }}
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.40.1
image: mcr.microsoft.com/playwright:v1.41.0
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion e2e/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/playwright:v1.40.1 as playwright
FROM mcr.microsoft.com/playwright:v1.41.0 as playwright

COPY e2e /e2e
WORKDIR /e2e
Expand Down
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"test:vue-showcase": "npm run test:e2e --workspace=vue-showcase"
},
"devDependencies": {
"@playwright/test": "1.40.1",
"@playwright/test": "1.41.0",
"cpr": "3.0.1",
"cross-env": "^7.0.3",
"dotenv": "^16.0.3",
Expand Down
2 changes: 1 addition & 1 deletion output/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@axe-core/playwright": "^4.8.3",
"@playwright/experimental-ct-react": "1.40.1",
"@playwright/experimental-ct-react": "1.41.0",
"@types/react": "^18.2.48",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion output/vue/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@axe-core/playwright": "^4.8.3",
"@playwright/experimental-ct-vue": "1.40.1",
"@playwright/experimental-ct-vue": "1.41.0",
"@vitejs/plugin-vue": "^5.0.3",
"sass": "^1.69.7",
"typescript": "^5.3.3",
Expand Down
110 changes: 55 additions & 55 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"devDependencies": {
"@commitlint/cli": "18.4.4",
"@commitlint/config-conventional": "18.4.4",
"@playwright/test": "1.40.1",
"@playwright/test": "1.41.0",
"adm-zip": "0.5.10",
"commander": "^11.1.0",
"cpr": "3.0.1",
Expand Down

0 comments on commit 6542ee5

Please sign in to comment.