Skip to content

Commit 0e799e4

Browse files
committed
build: Update playwright to 1.31.1
1 parent ddc3b05 commit 0e799e4

File tree

4 files changed

+54
-64
lines changed

4 files changed

+54
-64
lines changed

packages/browser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"karma-typescript-es6-transform": "^4.0.0",
4141
"karma-webkit-launcher": "^1.0.2",
4242
"node-fetch": "^2.6.0",
43-
"playwright": "^1.27.1",
43+
"playwright": "^1.31.1",
4444
"sinon": "^7.3.2",
4545
"webpack": "^4.30.0"
4646
},

packages/integration-tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@
3232
},
3333
"dependencies": {
3434
"@babel/preset-typescript": "^7.16.7",
35-
"@playwright/test": "^1.29.2",
35+
"@playwright/test": "^1.31.1",
3636
"babel-loader": "^8.2.2",
3737
"html-webpack-plugin": "^5.5.0",
3838
"pako": "^2.1.0",
39-
"playwright": "^1.29.2",
39+
"playwright": "^1.31.1",
4040
"typescript": "^4.5.2",
4141
"webpack": "^5.52.0"
4242
},
Lines changed: 38 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
1-
{
2-
"private": true,
3-
"version": "7.39.0",
4-
"name": "@sentry-internal/overhead-metrics",
5-
"main": "index.js",
6-
"author": "Sentry",
7-
"license": "MIT",
8-
"type": "module",
9-
"scripts": {
10-
"build": "tsc",
11-
"dev:collect": "ts-node-esm ./configs/dev/collect.ts",
12-
"dev:process": "ts-node-esm ./configs/dev/process.ts",
13-
"ci:collect": "ts-node-esm ./configs/ci/collect.ts",
14-
"ci:process": "ts-node-esm ./configs/ci/process.ts",
15-
"fix": "run-s fix:eslint fix:prettier",
16-
"fix:eslint": "eslint . --format stylish --fix",
17-
"fix:prettier": "prettier --write \"{src,test-apps,configs}/**/*.{ts,js,html,css}\"",
18-
"lint": "run-s lint:prettier lint:eslint",
19-
"lint:eslint": "eslint . --format stylish",
20-
"lint:prettier": "prettier --check \"{src,test-apps,configs}/**/*.{ts,js,html,css}\""
21-
},
22-
"dependencies": {
23-
"@octokit/rest": "^19.0.5",
24-
"@types/node": "^18.11.17",
25-
"axios": "^1.2.2",
26-
"extract-zip": "^2.0.1",
27-
"filesize": "^10.0.6",
28-
"p-timeout": "^6.0.0",
29-
"playwright": "^1.29.1",
30-
"playwright-core": "^1.29.1",
31-
"simple-git": "^3.16.0",
32-
"simple-statistics": "^7.8.0",
33-
"typescript": "^4.9.4"
34-
},
35-
"devDependencies": {
36-
"ts-node": "^10.9.1"
37-
}
38-
}
1+
{
2+
"private": true,
3+
"version": "7.39.0",
4+
"name": "@sentry-internal/overhead-metrics",
5+
"main": "index.js",
6+
"author": "Sentry",
7+
"license": "MIT",
8+
"type": "module",
9+
"scripts": {
10+
"build": "tsc",
11+
"dev:collect": "ts-node-esm ./configs/dev/collect.ts",
12+
"dev:process": "ts-node-esm ./configs/dev/process.ts",
13+
"ci:collect": "ts-node-esm ./configs/ci/collect.ts",
14+
"ci:process": "ts-node-esm ./configs/ci/process.ts",
15+
"fix": "run-s fix:eslint fix:prettier",
16+
"fix:eslint": "eslint . --format stylish --fix",
17+
"fix:prettier": "prettier --write \"{src,test-apps,configs}/**/*.{ts,js,html,css}\"",
18+
"lint": "run-s lint:prettier lint:eslint",
19+
"lint:eslint": "eslint . --format stylish",
20+
"lint:prettier": "prettier --check \"{src,test-apps,configs}/**/*.{ts,js,html,css}\""
21+
},
22+
"dependencies": {
23+
"@octokit/rest": "^19.0.5",
24+
"@types/node": "^18.11.17",
25+
"axios": "^1.2.2",
26+
"extract-zip": "^2.0.1",
27+
"filesize": "^10.0.6",
28+
"p-timeout": "^6.0.0",
29+
"playwright": "^1.31.1",
30+
"playwright-core": "^1.29.1",
31+
"simple-git": "^3.16.0",
32+
"simple-statistics": "^7.8.0",
33+
"typescript": "^4.9.4"
34+
},
35+
"devDependencies": {
36+
"ts-node": "^10.9.1"
37+
}
38+
}

yarn.lock

Lines changed: 13 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -3579,13 +3579,15 @@
35793579
dependencies:
35803580
esquery "^1.0.1"
35813581

3582-
"@playwright/test@^1.29.2":
3583-
version "1.29.2"
3584-
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.29.2.tgz#c48184721d0f0b7627a886e2ec42f1efb2be339d"
3585-
integrity sha512-+3/GPwOgcoF0xLz/opTnahel1/y42PdcgZ4hs+BZGIUjtmEFSXGg+nFoaH3NSmuc7a6GSFwXDJ5L7VXpqzigNg==
3582+
"@playwright/test@^1.31.1":
3583+
version "1.31.1"
3584+
resolved "https://registry.yarnpkg.com/@playwright/test/-/test-1.31.1.tgz#39d6873dc46af135f12451d79707db7d1357455d"
3585+
integrity sha512-IsytVZ+0QLDh1Hj83XatGp/GsI1CDJWbyDaBGbainsh0p2zC7F4toUocqowmjS6sQff2NGT3D9WbDj/3K2CJiA==
35863586
dependencies:
35873587
"@types/node" "*"
3588-
playwright-core "1.29.2"
3588+
playwright-core "1.31.1"
3589+
optionalDependencies:
3590+
fsevents "2.3.2"
35893591

35903592
"@polka/url@^1.0.0-next.9":
35913593
version "1.0.0-next.12"
@@ -13261,6 +13263,11 @@ fs.realpath@^1.0.0:
1326113263
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
1326213264
integrity sha1-FQStJSMVjKpA20onh8sBQRmU6k8=
1326313265

13266+
[email protected], fsevents@^2.3.2, fsevents@~2.3.1, fsevents@~2.3.2:
13267+
version "2.3.2"
13268+
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
13269+
integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==
13270+
1326413271
fsevents@^1.2.7:
1326513272
version "1.2.13"
1326613273
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-1.2.13.tgz#f325cb0455592428bcf11b383370ef70e3bfcc38"
@@ -13269,11 +13276,6 @@ fsevents@^1.2.7:
1326913276
bindings "^1.5.0"
1327013277
nan "^2.12.1"
1327113278

13272-
fsevents@^2.3.2, fsevents@~2.3.1, fsevents@~2.3.2:
13273-
version "2.3.2"
13274-
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.3.2.tgz#8a526f78b8fdf4623b709e0b975c52c24c02fd1a"
13275-
integrity sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==
13276-
1327713279
fsevents@~2.1.2:
1327813280
version "2.1.3"
1327913281
resolved "https://registry.yarnpkg.com/fsevents/-/fsevents-2.1.3.tgz#fb738703ae8d2f9fe900c33836ddebee8b97f23e"
@@ -20414,24 +20416,12 @@ [email protected]:
2041420416
resolved "https://registry.yarnpkg.com/platform/-/platform-1.3.6.tgz#48b4ce983164b209c2d45a107adb31f473a6e7a7"
2041520417
integrity sha512-fnWVljUchTro6RiCFvCXBbNhJc2NijN7oIQxbwsyL0buWJPG85v81ehlHI9fXrJsMNgTofEoWIQeClKpgxFLrg==
2041620418

20417-
20418-
version "1.29.2"
20419-
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.29.2.tgz#2e8347e7e8522409f22b244e600e703b64022406"
20420-
integrity sha512-94QXm4PMgFoHAhlCuoWyaBYKb92yOcGVHdQLoxQ7Wjlc7Flg4aC/jbFW7xMR52OfXMVkWicue4WXE7QEegbIRA==
20421-
2042220419
[email protected], playwright-core@^1.29.1:
2042320420
version "1.31.1"
2042420421
resolved "https://registry.yarnpkg.com/playwright-core/-/playwright-core-1.31.1.tgz#4deeebbb8fb73b512593fe24bea206d8fd85ff7f"
2042520422
integrity sha512-JTyX4kV3/LXsvpHkLzL2I36aCdml4zeE35x+G5aPc4bkLsiRiQshU5lWeVpHFAuC8xAcbI6FDcw/8z3q2xtJSQ==
2042620423

20427-
playwright@^1.27.1, playwright@^1.29.2:
20428-
version "1.29.2"
20429-
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.29.2.tgz#d6a0a3e8e44f023f7956ed19ffa8af915a042769"
20430-
integrity sha512-hKBYJUtdmYzcjdhYDkP9WGtORwwZBBKAW8+Lz7sr0ZMxtJr04ASXVzH5eBWtDkdb0c3LLFsehfPBTRfvlfKJOA==
20431-
dependencies:
20432-
playwright-core "1.29.2"
20433-
20434-
playwright@^1.29.1:
20424+
playwright@^1.31.1:
2043520425
version "1.31.1"
2043620426
resolved "https://registry.yarnpkg.com/playwright/-/playwright-1.31.1.tgz#66164cdc1506bc883c7a98b44714dfea50b22d50"
2043720427
integrity sha512-zKJabsIA2rvOwJ12lGTqWv4HVJzlfw2JtUvO4hAr7J8UXQZ1qEPpX20E1vcz/9fotnTkwgqp3CVdIBwptBN3Fg==

0 commit comments

Comments
 (0)