Skip to content

Commit

Permalink
Bump e2e dependencies versions (#23698)
Browse files Browse the repository at this point in the history
  • Loading branch information
adimoldovan authored Mar 30, 2022
1 parent 0781963 commit 79e490c
Show file tree
Hide file tree
Showing 8 changed files with 273 additions and 188 deletions.
419 changes: 246 additions & 173 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions projects/plugins/boost/changelog/e2e-bump-pw-1.20.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

E2E tests - bumped dependencies versions
6 changes: 3 additions & 3 deletions projects/plugins/boost/tests/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
"slack": "NODE_CONFIG_DIR='./config' slack"
},
"devDependencies": {
"@playwright/test": "1.17.2",
"allure-playwright": "2.0.0-beta.14",
"config": "^3.3.7",
"@playwright/test": "1.20.1",
"allure-playwright": "2.0.0-beta.15",
"config": "3.3.7",
"eslint-plugin-playwright": "0.8.0",
"jetpack-e2e-commons": "*"
},
Expand Down
4 changes: 4 additions & 0 deletions projects/plugins/jetpack/changelog/e2e-bump-pw-1.20.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: other

E2E tests - bumped dependencies versions
4 changes: 2 additions & 2 deletions projects/plugins/jetpack/tests/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"slack": "NODE_CONFIG_DIR='./config' slack"
},
"devDependencies": {
"@playwright/test": "1.17.2",
"allure-playwright": "2.0.0-beta.14",
"@playwright/test": "1.20.1",
"allure-playwright": "2.0.0-beta.15",
"config": "3.3.7",
"eslint-plugin-playwright": "0.8.0",
"jetpack-e2e-commons": "*"
Expand Down
4 changes: 4 additions & 0 deletions projects/plugins/search/changelog/e2e-bump-pw-1.20.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: changed

E2E tests - bumped dependencies versions
4 changes: 2 additions & 2 deletions projects/plugins/search/tests/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"slack": "NODE_CONFIG_DIR='./config' slack"
},
"devDependencies": {
"@playwright/test": "1.17.2",
"allure-playwright": "2.0.0-beta.14",
"@playwright/test": "1.20.1",
"allure-playwright": "2.0.0-beta.15",
"config": "3.3.7",
"eslint-plugin-playwright": "0.8.0",
"jetpack-e2e-commons": "*"
Expand Down
16 changes: 8 additions & 8 deletions tools/e2e-commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@
"jetpack-connect": "node bin/e2e-jetpack-connector.js"
},
"devDependencies": {
"@playwright/test": "1.17.2",
"@slack/web-api": "6.5.1",
"allure-playwright": "2.0.0-beta.14",
"axios": "0.24.0",
"chalk": "4.1.2",
"@playwright/test": "1.20.1",
"@slack/web-api": "6.7.1",
"allure-playwright": "2.0.0-beta.15",
"axios": "0.26.1",
"chalk": "5.0.1",
"config": "3.3.7",
"eslint-plugin-playwright": "0.8.0",
"localtunnel": "2.0.2",
"lodash": "4.17.21",
"pm2": "5.1.2",
"pm2": "5.2.0",
"shell-escape": "0.2.0",
"winston": "3.3.3",
"winston": "3.6.0",
"wpapi": "1.2.2",
"yargs": "17.3.0"
"yargs": "17.4.0"
},
"engines": {
"node": "^14.18.3 || ^16.13.2",
Expand Down

0 comments on commit 79e490c

Please sign in to comment.