Skip to content

Commit

Permalink
Update dependency @playwright/test to v1.43.0 (#36788)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
matticbot and renovate-bot committed Apr 8, 2024
1 parent fcf3667 commit 98b12f9
Show file tree
Hide file tree
Showing 22 changed files with 83 additions and 43 deletions.
64 changes: 32 additions & 32 deletions pnpm-lock.yaml

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

Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
2 changes: 1 addition & 1 deletion projects/js-packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@babel/plugin-syntax-jsx": "7.23.3",
"@babel/preset-react": "7.23.3",
"@babel/runtime": "7.24.0",
"@playwright/test": "1.39.0",
"@playwright/test": "1.43.0",
"@storybook/addon-a11y": "8.0.6",
"@storybook/addon-docs": "8.0.6",
"@storybook/addon-essentials": "8.0.6",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
2 changes: 1 addition & 1 deletion projects/packages/jetpack-mu-wpcom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@babel/core": "7.24.0",
"@babel/plugin-transform-react-jsx": "7.23.4",
"@babel/preset-react": "7.23.3",
"@playwright/test": "1.39.0",
"@playwright/test": "1.43.0",
"@types/node": "^20.4.2",
"@types/react": "^18.2.28",
"@types/react-dom": "18.2.24",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"test:run": ". ./node_modules/jetpack-e2e-commons/bin/app-password.sh && playwright install && NODE_CONFIG_DIR='./config' ALLURE_RESULTS_DIR=./output/allure-results NODE_PATH=\"$PWD/node_modules\" playwright test --config=./playwright.config.mjs"
},
"devDependencies": {
"@playwright/test": "1.39.0",
"@playwright/test": "1.43.0",
"allure-playwright": "2.9.2",
"config": "3.3.7",
"jetpack-e2e-commons": "workspace:*"
Expand Down
4 changes: 4 additions & 0 deletions projects/plugins/boost/changelog/renovate-playwright-monorepo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
2 changes: 1 addition & 1 deletion projects/plugins/boost/tests/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"prepare:e2e": "pnpm jetpack docker --type e2e --name t1 exec-silent -- chown -R www-data .htaccess wp-config.php wp-content"
},
"devDependencies": {
"@playwright/test": "1.39.0",
"@playwright/test": "1.43.0",
"allure-playwright": "2.9.2",
"config": "3.3.7",
"jetpack-e2e-commons": "workspace:*"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: other

Updated package dependencies.
2 changes: 1 addition & 1 deletion projects/plugins/jetpack/tests/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"test-encrypt-config": "openssl enc -md sha1 -aes-256-cbc -pass env:CONFIG_KEY -in config/local.cjs -out ./config/encrypted.enc"
},
"devDependencies": {
"@playwright/test": "1.39.0",
"@playwright/test": "1.43.0",
"allure-playwright": "2.9.2",
"config": "3.3.7",
"jetpack-e2e-commons": "workspace:*"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
2 changes: 1 addition & 1 deletion projects/plugins/migration/tests/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"test:run": ". ./node_modules/jetpack-e2e-commons/bin/app-password.sh && playwright install && NODE_CONFIG_DIR='./config' ALLURE_RESULTS_DIR=./output/allure-results NODE_PATH=\"$PWD/node_modules\" playwright test --config=./playwright.config.mjs"
},
"devDependencies": {
"@playwright/test": "1.39.0",
"@playwright/test": "1.43.0",
"allure-playwright": "2.9.2",
"config": "3.3.7",
"jetpack-e2e-commons": "workspace:*"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
2 changes: 1 addition & 1 deletion projects/plugins/search/tests/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"test:run": ". ./node_modules/jetpack-e2e-commons/bin/app-password.sh && playwright install && NODE_CONFIG_DIR='./config' ALLURE_RESULTS_DIR=./output/allure-results NODE_PATH=\"$PWD/node_modules\" playwright test --config=playwright.config.mjs"
},
"devDependencies": {
"@playwright/test": "1.39.0",
"@playwright/test": "1.43.0",
"allure-playwright": "2.9.2",
"config": "3.3.7",
"jetpack-e2e-commons": "workspace:*"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
2 changes: 1 addition & 1 deletion projects/plugins/social/tests/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"test:run": ". ./node_modules/jetpack-e2e-commons/bin/app-password.sh && playwright install && NODE_CONFIG_DIR='./config' ALLURE_RESULTS_DIR=./output/allure-results NODE_PATH=\"$PWD/node_modules\" playwright test --config=./playwright.config.mjs"
},
"devDependencies": {
"@playwright/test": "1.39.0",
"@playwright/test": "1.43.0",
"allure-playwright": "2.9.2",
"config": "3.3.7",
"jetpack-e2e-commons": "workspace:*"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
2 changes: 1 addition & 1 deletion projects/plugins/starter-plugin/tests/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"test:run": ". ./node_modules/jetpack-e2e-commons/bin/app-password.sh && playwright install && NODE_CONFIG_DIR='./config' ALLURE_RESULTS_DIR=./output/allure-results NODE_PATH=\"$PWD/node_modules\" playwright test --config=./playwright.config.mjs"
},
"devDependencies": {
"@playwright/test": "1.39.0",
"@playwright/test": "1.43.0",
"allure-playwright": "2.9.2",
"config": "3.3.7",
"jetpack-e2e-commons": "workspace:*"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

Updated package dependencies.
2 changes: 1 addition & 1 deletion projects/plugins/videopress/tests/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"test:run": ". ./node_modules/jetpack-e2e-commons/bin/app-password.sh && playwright install && NODE_CONFIG_DIR='./config' ALLURE_RESULTS_DIR=./output/allure-results NODE_PATH=\"$PWD/node_modules\" playwright test --config=./playwright.config.mjs"
},
"devDependencies": {
"@playwright/test": "1.39.0",
"@playwright/test": "1.43.0",
"allure-playwright": "2.9.2",
"config": "3.3.7",
"jetpack-e2e-commons": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion tools/e2e-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"jetpack-connect": "node bin/e2e-jetpack-connector.js"
},
"devDependencies": {
"@playwright/test": "1.39.0",
"@playwright/test": "1.43.0",
"@slack/web-api": "6.10.0",
"allure-playwright": "2.9.2",
"axios": "1.6.8",
Expand Down

0 comments on commit 98b12f9

Please sign in to comment.