8000 chore(wasm): Upgrade puppeteer to v18 (#7048) · akaedu2012/sentry-javascript@9a22389 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9a22389

Browse files
authored
chore(wasm): Upgrade puppeteer to v18 (getsentry#7048)
This has been bothering me because `yarn install` on an M1 fails due to puppeteer. Note: as of current v19 is latest, but it's incompatible with our version of TS (3.9)
1 parent 82bdbf6 commit 9a22389

File tree

2 files changed

+67
-40
lines changed

2 files changed

+67
-40
lines changed

packages/wasm/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,10 @@
2323
},
2424
"devDependencies": {
2525
"@types/jest-environment-puppeteer": "^4.4.0",
26-
"@types/puppeteer": "^5.4.0",
2726
"cross-env": "^7.0.3",
2827
"express": "^4.17.1",
2928
"jest-puppeteer": "^4.4.0",
30-
"puppeteer": "^5.5.0"
29+
"puppeteer": "18.2.1"
3130
},
3231
"scripts": {
3332
"build": "run-p build:transpile build:bundle build:types",

yarn.lock

Lines changed: 66 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -4624,7 +4624,7 @@
46244624
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.3.tgz#2ab0d5da2e5815f94b0b9d4b95d1e5f243ab2ca7"
46254625
integrity sha512-KfRL3PuHmqQLOG+2tGpRO26Ctg+Cq1E01D2DMriKEATHgWLfeNDmq9e29Q9WIky0dQ3NPkd1mzYH8Lm936Z9qw==
46264626

4627-
"@types/puppeteer@*", "@types/puppeteer@^5.4.0":
4627+
"@types/puppeteer@*":
46284628
version "5.4.3"
46294629
resolved "https://registry.yarnpkg.com/@types/puppeteer/-/puppeteer-5.4.3.tgz#cdca84aa7751d77448d8a477dbfa0af1f11485f2"
46304630
integrity sha512-3nE8YgR9DIsgttLW+eJf6mnXxq8Ge+27m5SU3knWmrlfl6+KOG0Bf9f7Ua7K+C4BnaTMAh3/UpySqdAYvrsvjg==
@@ -4850,9 +4850,9 @@
48504850
"@types/yargs-parser" "*"
48514851

48524852
"@types/yauzl@^2.9.1":
4853-
version "2.9.1"
4854-
resolved "https://registry.yarnpkg.com/@types/yauzl/-/yauzl-2.9.1.tgz#d10f69f9f522eef3cf98e30afb684a1e1ec923af"
4855-
integrity sha512-A1b8SU4D10uoPjwb0lnHmmu8wZhR9d+9o2PKBQT2jU5YPTKsxac6M2qGAdY7VcL+dHHhARVUDmeg0rOrcd9EjA==
4853+
version "2.10.0"
4854+
resolved "https://registry.yarnpkg.com/@types/yauzl/-/yauzl-2.10.0.tgz#b3248295276cf8c6f153ebe6a9aba0c988cb2599"
4855+
integrity sha512-Cn6WYCm0tXv8p6k+A8PvbDG763EDpBoTzHdA+Q/MF6H3sapGjCm9NzoaJncJS9tUKSuCoDs9XHxYYsQDgxR6kw==
48564856
dependencies:
48574857
"@types/node" "*"
48584858

@@ -9328,6 +9328,13 @@ cross-env@^7.0.3:
93289328
dependencies:
93299329
cross-spawn "^7.0.1"
93309330

9331+
cross-fetch@3.1.5:
9332+
version "3.1.5"
9333+
resolved "https://registry.yarnpkg.com/cross-fetch/-/cross-fetch-3.1.5.tgz#e1389f44d9e7ba767907f7af8454787952ab534f"
9334+
integrity sha512-lvb1SBsI0Z7GDwmuid+mU3kWVBwTVUbe7S0H52yaaAdQOXq2YktTCZdlAcNKFzE6QtRz0snpw9bNiPeOIkkQvw==
9335+
dependencies:
9336+
node-fetch "2.6.7"
9337+
93319338
cross-spawn@^6.0.0, cross-spawn@^6.0.5:
93329339
version "6.0.5"
93339340
resolved "https://registry.yarnpkg.com/cross-spawn/-/cross-spawn-6.0.5.tgz#4a5ec7c64dfae22c3a14124dbacdee846d80cbc4"
@@ -9764,7 +9771,7 @@ debug@3.2.6:
97649771
dependencies:
97659772
ms "^2.1.1"
97669773

9767-
debug@4, debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.2.0, debug@^4.3.1, debug@^4.3.2, debug@^4.3.3, debug@^4.3.4, debug@~4.3.1, debug@~4.3.2:
9774+
debug@4, debug@4.3.4, debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1, debug@^4.2.0, debug@^4.3.1, debug@^4.3.2, debug@^4.3.3, debug@^4.3.4, debug@~4.3.1, debug@~4.3.2:
97689775
version "4.3.4"
97699776
resolved "https://registry.yarnpkg.com/debug/-/debug-4.3.4.tgz#1319f6579357f2338d3337d2cdd4914bb5dcc865"
97709777
integrity sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==
@@ -10112,10 +10119,10 @@ detective-typescript@^7.0.0:
1011210119
node-source-walk "^4.2.0"
1011310120
typescript "^3.9.7"
1011410121

10115-
devtools-protocol@0.0.818844:
10116-
version "0.0.818844"
10117-
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.818844.tgz#d1947278ec85b53e4c8ca598f607a28fa785ba9e"
10118-
integrity sha512-AD1hi7iVJ8OD0aMLQU5VK0XH9LDlA1+BcPIgrAxPfaibx2DbWucuyOhc4oyQCbnvDDO68nN6/LcKfqTP343Jjg==
10122+
devtools-protocol@0.0.1045489:
10123+
version "0.0.1045489"
10124+
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.1045489.tgz#f959ad560b05acd72d55644bc3fb8168a83abf28"
10125+
integrity sha512-D+PTmWulkuQW4D1NTiCRCFxF7pQPn0hgp4YyX4wAQ6xYXKOadSWPR3ENGDQ47MW/Ewc9v2rpC/UEEGahgBYpSQ==
1011910126

1012010127
dezalgo@^1.0.0:
1012110128
version "1.0.3"
@@ -11971,7 +11978,7 @@ extract-stack@^2.0.0:
1197111978
resolved "https://registry.yarnpkg.com/extract-stack/-/extract-stack-2.0.0.tgz#11367bc865bfcd9bc0db3123e5edb57786f11f9b"
1197211979
integrity sha512-AEo4zm+TenK7zQorGK1f9mJ8L14hnTDi2ZQPR+Mub1NX8zimka1mXpV5LpH8x9HoUmFSHZCfLHqWvp0Y4FxxzQ==
1197311980

11974-
extract-zip@^2.0.0:
11981+
extract-zip@2.0.1:
1197511982
version "2.0.1"
1197611983
resolved "https://registry.yarnpkg.com/extract-zip/-/extract-zip-2.0.1.tgz#663dca56fe46df890d5f131ef4a06d22bb8ba13a"
1197711984
integrity sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==
@@ -13923,6 +13930,14 @@ https-browserify@1.0.0, https-browserify@^1.0.0:
1392313930
resolved "https://registry.yarnpkg.com/https-browserify/-/https-browserify-1.0.0.tgz#ec06c10e0a34c0f2faf199f7fd7fc78fffd03c73"
1392413931
integrity sha1-7AbBDgo0wPL68Zn3/X/Hj//QPHM=
1392513932

13933+
https-proxy-agent@5.0.1:
13934+
version "5.0.1"
13935+
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz#c59ef224a04fe8b754f3db0063a25ea30d0005d6"
13936+
integrity sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==
13937+
dependencies:
13938+
agent-base "6"
13939+
debug "4"
13940+
1392613941
https-proxy-agent@^2.2.1, https-proxy-agent@^2.2.3:
1392713942
version "2.2.4"
1392813943
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-2.2.4.tgz#4ee7a737abd92678a293d9b34a1af4d0d08c787b"
@@ -17957,6 +17972,13 @@ node-fetch@2.6.1:
1795717972
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
1795817973
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
1795917974

17975+
node-fetch@2.6.7, node-fetch@^2.2.0, node-fetch@^2.3.0, node-fetch@^2.6.0, node-fetch@^2.6.1, node-fetch@^2.6.7:
17976+
version "2.6.7"
17977+
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
17978+
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
17979+
dependencies:
17980+
whatwg-url "^5.0.0"
17981+
1796017982
node-fetch@^1.0.1:
1796117983
version "1.7.3"
1796217984
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-1.7.3.tgz#980f6f72d85211a5347c6b2bc18c5b84c3eb47ef"
@@ -17965,13 +17987,6 @@ node-fetch@^1.0.1:
1796517987
encoding "^0.1.11"
1796617988
is-stream "^1.0.1"
1796717989

17968-
node-fetch@^2.2.0, node-fetch@^2.3.0, node-fetch@^2.6.0, node-fetch@^2.6.1, node-fetch@^2.6.7:
17969-
version "2.6.7"
17970-
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.7.tgz#24de9fba827e3b4ae44dc8b20256a379160052ad"
17971-
integrity sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==
17972-
dependencies:
17973-
whatwg-url "^5.0.0"
17974-
1797517990
node-forge@^0.10.0:
1797617991
version "0.10.0"
1797717992
resolved "https://registry.yarnpkg.com/node-forge/-/node-forge-0.10.0.tgz#32dea2afb3e9926f02ee5ce8794902691a676bf3"
@@ -20133,7 +20148,7 @@ process@0.11.10, process@^0.11.10:
2013320148
resolved "https://registry.yarnpkg.com/process/-/process-0.11.10.tgz#7332300e840161bda3e69a1d1d91a7d4bc16f182"
2013420149
integrity sha1-czIwDoQBYb2j5podHZGn1LwW8YI=
2013520150

20136-
progress@^2.0.0, progress@^2.0.1, progress@^2.0.3:
20151+
progress@2.0.3, progress@^2.0.0, progress@^2.0.3:
2013720152
version "2.0.3"
2013820153
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.3.tgz#7e8cf8d8f5b8f239c1bc68beb4eb78567d572ef8"
2013920154
integrity sha512-7PiHtLll5LdnKIMw100I+8xJXR5gW2QwWYkT6iJva0bXitZKa/XMrSbdmg3r2Xnaidz9Qumd0VPaMrZlF9V9sA==
@@ -20284,7 +20299,7 @@ proxy-addr@~2.0.7:
2028420299
forwarded "0.2.0"
2028520300
ipaddr.js "1.9.1"
2028620301

20287-
proxy-from-env@^1.0.0, proxy-from-env@^1.1.0:
20302+
proxy-from-env@1.1.0, proxy-from-env@^1.1.0:
2028820303
version "1.1.0"
2028920304
resolved "https://registry.yarnpkg.com/proxy-from-env/-/proxy-from-env-1.1.0.tgz#e102f16ca355424865755d2c9e8ea4f24d58c3e2"
2029020305
integrity sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==
@@ -20370,23 +20385,31 @@ pupa@^2.1.1:
2037020385
dependencies:
2037120386
escape-goat "^2.0.0"
2037220387

20373-
puppeteer@^5.5.0:
20374-
version "5.5.0"
20375-
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-5.5.0.tgz#331a7edd212ca06b4a556156435f58cbae08af00"
20376-
integrity sha512-OM8ZvTXAhfgFA7wBIIGlPQzvyEETzDjeRa4mZRCRHxYL+GNH5WAuYUQdja3rpWZvkX/JKqmuVgbsxDNsDFjMEg==
20388+
puppeteer-core@18.2.1:
20389+
version "18.2.1"
20390+
resolved "https://registry.yarnpkg.com/puppeteer-core/-/puppeteer-core-18.2.1.tgz#9b7827bb2bf478bb615e2c21425e4659555dc1fe"
20391+
integrity sha512-MRtTAZfQTluz3U2oU/X2VqVWPcR1+94nbA2V6ZrSZRVEwLqZ8eclZ551qGFQD/vD2PYqHJwWOW/fpC721uznVw==
20392+
dependencies:
20393+
cross-fetch "3.1.5"
20394+
debug "4.3.4"
20395+
devtools-protocol &q 10000 uot;0.0.1045489"
20396+
extract-zip "2.0.1"
20397+
https-proxy-agent "5.0.1"
20398+
proxy-from-env "1.1.0"
20399+
rimraf "3.0.2"
20400+
tar-fs "2.1.1"
20401+
unbzip2-stream "1.4.3"
20402+
ws "8.9.0"
20403+
20404+
puppeteer@18.2.1:
20405+
version "18.2.1"
20406+
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-18.2.1.tgz#08967cd423efe511ee4c6e3a5c882ffaf2e6bbf3"
20407+
integrity sha512-7+UhmYa7wxPh2oMRwA++k8UGVDxh3YdWFB52r9C3tM81T6BU7cuusUSxImz0GEYSOYUKk/YzIhkQ6+vc0gHbxQ==
2037720408
dependencies:
20378-
debug "^4.1.0"
20379-
devtools-protocol "0.0.818844"
20380-
extract-zip "^2.0.0"
20381-
https-proxy-agent "^4.0.0"
20382-
node-fetch "^2.6.1"
20383-
pkg-dir "^4.2.0"
20384-
progress "^2.0.1"
20385-
proxy-from-env "^1.0.0"
20386-
rimraf "^3.0.2"
20387-
tar-fs "^2.0.0"
20388-
unbzip2-stream "^1.3.3"
20389-
ws "^7.2.3"
20409+
https-proxy-agent "5.0.1"
20410+
progress "2.0.3"
20411+
proxy-from-env "1.1.0"
20412+
puppeteer-core "18.2.1"
2039020413

2039120414
q@^1.1.2, q@^1.5.1, q@~1.5.0:
2039220415
version "1.5.1"
@@ -23256,7 +23279,7 @@ tapable@^2.0.0, tapable@^2.1.1, tapable@^2.2.0:
2325623279
resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0"
2325723280
integrity sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==
2325823281

23259-
tar-fs@^2.0.0:
23282+
tar-fs@2.1.1:
2326023283
version "2.1.1"
2326123284
resolved "https://registry.yarnpkg.com/tar-fs/-/tar-fs-2.1.1.tgz#489a15ab85f1f0befabb370b7de4f9eb5cbe8784"
2326223285
integrity sha512-V0r2Y9scmbDRLCNex/+hYzvp/zyYjvFbHPNgVTKfQvVrb6guiE/fxP+XblDNR011utopbkex2nM4dHNV6GDsng==
@@ -24080,7 +24103,7 @@ unbox-primitive@^1.0.2:
2408024103
has-symbols "^1.0.3"
2408124104
which-boxed-primitive "^1.0.2"
2408224105

24083-
unbzip2-stream@^1.3.3:
24106+
unbzip2-stream@1.4.3:
2408424107
version "1.4.3"
2408524108
resolved "https://registry.yarnpkg.com/unbzip2-stream/-/unbzip2-stream-1.4.3.tgz#b0da04c4371311df771cdc215e87f2130991ace7"
2408624109
integrity sha512-mlExGW4w71ebDJviH16lQLtZS32VKqsSfk80GCfUlwT/4/hNRFsoscrF/c++9xinkMzECL1uL9DDwXqFWkruPg==
@@ -25285,14 +25308,19 @@ write-pkg@^4.0.0:
2528525308
type-fest "^0.4.1"
2528625309
write-json-file "^3.2.0"
2528725310

25311+
ws@8.9.0:
25312+
version "8.9.0"
25313+
resolved "https://registry.yarnpkg.com/ws/-/ws-8.9.0.tgz#2a994bb67144be1b53fe2d23c53c028adeb7f45e"
25314+
integrity sha512-Ja7nszREasGaYUYCI2k4lCKIRTt+y7XuqVoHR44YpI49TtryyqbqvDMn5eqfW7e6HzTukDRIsXqzVHScqRcafg==
25315+
2528825316
ws@^6.2.1:
2528925317
version "6.2.2"
2529025318
resolved "https://registry.yarnpkg.com/ws/-/ws-6.2.2.tgz#dd5cdbd57a9979916097652d78f1cc5faea0c32e"
2529125319
integrity sha512-zmhltoSR8u1cnDsD43TX59mzoMZsLKqUweyYBAIvTngR3shc0W6aOZylZmq/7hqyVxPdi+5Ud2QInblgyE72fw==
2529225320
dependencies:
2529325321
async-limiter "~1.0.0"
2529425322

25295-
ws@^7.2.3, ws@^7.3.1, ws@^7.4.6:
25323+
ws@^7.3.1, ws@^7.4.6:
2529625324
version "7.5.6"
2529725325
resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.6.tgz#e59fc509fb15ddfb65487ee9765c5a51dec5fe7b"
2529825326
integrity sha512-6GLgCqo2cy2A2rjCNFlxQS6ZljG/coZfZXclldI8FB/1G3CCI36Zd8xy2HrFVACi8tfk5XrgLQEk+P0Tnz9UcA==

0 commit comments

Comments
 (0)
0