Skip to content

Commit c9276ba

Browse files
committed
Make all lints, tests and builds pass
1 parent fc0af9e commit c9276ba

File tree

5 files changed

+57
-37
lines changed

5 files changed

+57
-37
lines changed

packages/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@sentry/hub": "5.19.2",
2222
"@sentry/types": "5.19.2",
2323
"@sentry/utils": "5.19.2",
24-
"cookie": "^0.3.1",
24+
"cookie": "^0.4.1",
2525
"https-proxy-agent": "^5.0.0",
2626
"lru_map": "^0.3.3",
2727
"tslib": "^1.9.3"

packages/react/tsconfig.build.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "../../tsconfig.json",
33
"compilerOptions": {
4+
"esModuleInterop": true,
45
"baseUrl": ".",
56
"outDir": "dist",
67
"jsx": "react"

packages/react/tsconfig.esm.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "../../tsconfig.esm.json",
33
"compilerOptions": {
4+
"esModuleInterop": true,
45
"baseUrl": ".",
56
"outDir": "esm",
67
"jsx": "react"

packages/typescript/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"declaration": true,
55
"declarationMap": true,
66
"downlevelIteration": true,
7-
"esModuleInterop": true,
87
"inlineSources": true,
98
"importHelpers": true,
109
"lib": ["es6", "dom"],

yarn.lock

Lines changed: 54 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1303,9 +1303,9 @@
13031303
marked "^0.8.0"
13041304

13051305
"@testing-library/dom@^7.17.1":
1306-
version "7.21.0"
1307-
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.21.0.tgz#9eedde0b8d6a2cf5716773e9f3170ad032ea45f7"
1308-
integrity sha512-S8TTMCd7qCkLs6bhdh2+fk7/pIrD16UKvnwa6gJICalZzV1xoAxDY9Isp6qmelizYH4P1Tz+O5Y4nMmjx3x0uQ==
1306+
version "7.21.3"
1307+
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.21.3.tgz#09f96d89f06fbe49654993add11822904973668c"
1308+
integrity sha512-dZBp+llkl3iBGnJzxITWCZV3gWmFSe8I8CwHDrVWguJnwt44m6sCjIFMk171IaNbmDgT2KKrAra7Hj/eNrpooQ==
13091309
dependencies:
13101310
"@babel/runtime" "^7.10.3"
13111311
"@types/aria-query" "^4.2.0"
@@ -1550,9 +1550,9 @@
15501550
integrity sha512-NYrtPht0wGzhwe9+/idPaBB+TqkY9AhTvOLMkThm0IoEfLaiVQZwBwyJ5puCkO3AUCWrmcoePjp2mbFocKy4SQ==
15511551

15521552
"@types/node@*", "@types/node@>= 8":
1553-
version "14.0.23"
1554-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.23.tgz#676fa0883450ed9da0bb24156213636290892806"
1555-
integrity sha512-Z4U8yDAl5TFkmYsZdFPdjeMa57NOvnaf1tljHzhouaPEp7LCj2JKkejpI1ODviIAQuW4CcQmxkQ77rnLsOOoKw==
1553+
version "14.0.24"
1554+
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.24.tgz#b0f86f58564fa02a28b68f8b55d4cdec42e3b9d6"
1555+
integrity sha512-btt/oNOiDWcSuI721MdL8VQGnjsKjlTMdrKyTcLCKeQp/n4AAMFJ961wMbp+09y8WuGPClDEv07RIItdXKIXAA==
15561556

15571557
"@types/node@^11.13.7":
15581558
version "11.15.18"
@@ -3505,9 +3505,9 @@ caniuse-api@^3.0.0:
35053505
lodash.uniq "^4.5.0"
35063506

35073507
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30000844, caniuse-lite@^1.0.30001093:
3508-
version "1.0.30001102"
3509-
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001102.tgz#3275e7a8d09548f955f665e532df88de0b63741a"
3510-
integrity sha512-fOjqRmHjRXv1H1YD6QVLb96iKqnu17TjcLSaX64TwhGYed0P1E1CCWZ9OujbbK4Z/7zax7zAzvQidzdtjx8RcA==
3508+
version "1.0.30001104"
3509+
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001104.tgz#4e3d5b3b1dd3c3529f10cb7f519c62ba3e579f5d"
3510+
integrity sha512-pkpCg7dmI/a7WcqM2yfdOiT4Xx5tzyoHAXWsX5/HxZ3TemwDZs0QXdqbE0UPLPVy/7BeK7693YfzfRYfu1YVpg==
35113511

35123512
capture-exit@^2.0.0:
35133513
version "2.0.0"
@@ -3688,9 +3688,9 @@ cli-cursor@^3.1.0:
36883688
restore-cursor "^3.1.0"
36893689

36903690
cli-spinners@^2.2.0:
3691-
version "2.3.0"
3692-
resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.3.0.tgz#0632239a4b5aa4c958610142c34bb7a651fc8df5"
3693-
integrity sha512-Xs2Hf2nzrvJMFKimOR7YR0QwZ8fc0u98kdtwN1eNAZzNQgH3vK2pXzff6GJtKh7S5hoJ87ECiAiZFS2fb5Ii2w==
3691+
version "2.4.0"
3692+
resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.4.0.tgz#c6256db216b878cfba4720e719cec7cf72685d7f"
3693+
integrity sha512-sJAofoarcm76ZGpuooaO0eDy8saEy+YoZBLjC4h8srt4jeBnkYeOgqxgsJQTpyt2LjI5PTfLJHSL+41Yu4fEJA==
36943694

36953695
cli-width@^2.0.0:
36963696
version "2.2.1"
@@ -3780,9 +3780,9 @@ code-point-at@^1.0.0:
37803780
integrity sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=
37813781

37823782
codecov@^3.6.5:
3783-
version "3.7.0"
3784-
resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.7.0.tgz#4a09939cde24447a43f36d068e8b4e0188dc3f27"
3785-
integrity sha512-uIixKofG099NbUDyzRk1HdGtaG8O+PBUAg3wfmjwXw2+ek+PZp+puRvbTohqrVfuudaezivJHFgTtSC3M8MXww==
3783+
version "3.7.1"
3784+
resolved "https://registry.yarnpkg.com/codecov/-/codecov-3.7.1.tgz#434cb8d55f18ef01672e5739d3d266696bebc202"
3785+
integrity sha512-JHWxyPTkMLLJn9SmKJnwAnvY09kg2Os2+Ux+GG7LwZ9g8gzDDISpIN5wAsH1UBaafA/yGcd3KofMaorE8qd6Lw==
37863786
dependencies:
37873787
argv "0.0.2"
37883788
ignore-walk "3.0.3"
@@ -4135,7 +4135,7 @@ cookie-signature@1.0.6:
41354135
resolved "https://registry.yarnpkg.com/cookie-signature/-/cookie-signature-1.0.6.tgz#e303a882b342cc3ee8ca513a79999734dab3ae2c"
41364136
integrity sha1-4wOogrNCzD7oylE6eZmXNNqzriw=
41374137

4138-
cookie@0.3.1, cookie@^0.3.1:
4138+
cookie@0.3.1:
41394139
version "0.3.1"
41404140
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.3.1.tgz#e7e0a1f9ef43b4c8ba925c5c5a96e806d16873bb"
41414141
integrity sha1-5+Ch+e9DtMi6klxcWpboBtFoc7s=
@@ -4145,6 +4145,11 @@ cookie@0.4.0:
41454145
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.0.tgz#beb437e7022b3b6d49019d088665303ebe9c14ba"
41464146
integrity sha512-+Hp8fLp57wnUSt0tY0tHEXh4voZRDnoIrZPqlo3DPiI4y9lwg/jqx+1Om94/W6ZaPDOUbnjOt/99w66zk+l1Xg==
41474147

4148+
cookie@^0.4.1:
4149+
version "0.4.1"
4150+
resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.4.1.tgz#afd713fe26ebd21ba95ceb61f9a8116e50a537d1"
4151+
integrity sha512-ZwrFkGJxUR3EIoXtO+yVE69Eb7KlixbaeAWfBQB9vVsNn/o+Yw69gBWSSDK825hQNdN+wF8zELf3dFNl/kxkUA==
4152+
41484153
copy-concurrently@^1.0.0:
41494154
version "1.0.5"
41504155
resolved "https://registry.yarnpkg.com/copy-concurrently/-/copy-concurrently-1.0.5.tgz#92297398cae34937fcafd6ec8139c18051f0b5e0"
@@ -4773,6 +4778,11 @@ detect-port@1.2.1:
47734778
address "^1.0.1"
47744779
debug "^2.6.0"
47754780

4781+
devtools-protocol@0.0.767361:
4782+
version "0.0.767361"
4783+
resolved "https://registry.yarnpkg.com/devtools-protocol/-/devtools-protocol-0.0.767361.tgz#5977f2558b84f9df36f62501bdddb82f3ae7b66b"
4784+
integrity sha512-ziRTdhEVQ9jEwedaUaXZ7kl9w9TF/7A3SXQ0XuqrJB+hMS62POHZUWTbumDN2ehRTfvWqTPc2Jw4gUl/jggmHA==
4785+
47764786
dezalgo@^1.0.0:
47774787
version "1.0.3"
47784788
resolved "https://registry.yarnpkg.com/dezalgo/-/dezalgo-1.0.3.tgz#7f742de066fc748bc8db820569dddce49bf0d456"
@@ -4952,9 +4962,9 @@ ejs@^2.6.1:
49524962
integrity sha512-7vmuyh5+kuUyJKePhQfRQBhXV5Ce+RnaeeQArKu1EAMpL3WbgMt5WG6uQZpEVvYSSsxMXRKOewtDk9RaTKXRlA==
49534963

49544964
electron-to-chromium@^1.3.47, electron-to-chromium@^1.3.488:
4955-
version "1.3.499"
4956-
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.499.tgz#06949f19877dafa42915e57dfeb4c1cfb86a8649"
4957-
integrity sha512-y7FwtQm/8xuLMnYQfBQDYzCpNn+VkSnf4c3Km5TWMNXg7JA5RQBuxmcLaKdDVcIK0K5xGIa7TlxpRt4BdNxNoA==
4965+
version "1.3.502"
4966+
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.502.tgz#6a55e993ef60a01fbdc2152ef5e47ee00c885c98"
4967+
integrity sha512-TIeXOaHAvfP7FemGUtAJxStmOc1YFGWFNqdey/4Nk41L9b1nMmDVDGNMIWhZJvOfJxix6Cv5FGEnBK+yvw3UTg==
49584968

49594969
elliptic@^6.0.0, elliptic@^6.5.2:
49604970
version "6.5.3"
@@ -5182,14 +5192,14 @@ esrecurse@^4.1.0:
51825192
estraverse "^4.1.0"
51835193

51845194
estimo@^2.1.1:
5185-
version "2.1.1"
5186-
resolved "https://registry.yarnpkg.com/estimo/-/estimo-2.1.1.tgz#c97665f4457b1743311a16ec8bd0a74555cb2f0c"
5187-
integrity sha512-kTmHIdtB8JayoonqYok1gACpcsrrDkFXnVnHTHox4Dw9R2BBLC19UhdpvH4gnzxjGYsL2ZfgdaavdgiBVdeN8w==
5195+
version "2.1.2"
5196+
resolved "https://registry.yarnpkg.com/estimo/-/estimo-2.1.2.tgz#783815247715832e60f3a2b90a9197cf3b841fb3"
5197+
integrity sha512-rvCEGDx+Tam4CiEKfl4kqQjdbNl8Z4R2rJN9Yhx3BrS8+NHype/LTWxIGQTXnV3PqafSIrObI4GSNBfdUcexSA==
51885198
dependencies:
5189-
nanoid "^3.1.9"
5190-
puppeteer-core "^3.3.0"
5199+
nanoid "^3.1.10"
5200+
puppeteer-core "^5.2.0"
51915201
tracium "^0.2.1"
5192-
yargs "^15.3.1"
5202+
yargs "^15.4.1"
51935203

51945204
estraverse@^1.9.1:
51955205
version "1.9.3"
@@ -5606,7 +5616,7 @@ find-up@^2.0.0, find-up@^2.1.0:
56065616
dependencies:
56075617
locate-path "^2.0.0"
56085618

5609-
find-up@^4.1.0:
5619+
find-up@^4.0.0, find-up@^4.1.0:
56105620
version "4.1.0"
56115621
resolved "https://registry.yarnpkg.com/find-up/-/find-up-4.1.0.tgz#97afe7d6cdc0bc5928584b7c8d7b16e8a9aa5d19"
56125622
integrity sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==
@@ -8998,7 +9008,7 @@ nan@^2.12.1:
89989008
resolved "https://registry.yarnpkg.com/nan/-/nan-2.14.1.tgz#d7be34dfa3105b91494c3147089315eff8874b01"
89999009
integrity sha512-isWHgVjnFjh2x2yuJ/tj3JbwoHu3UC2dX5G/88Cm24yB6YopVgxvBObDY7n5xW6ExmFhJpSEQqFPvq9zaXc8Jw==
90009010

9001-
nanoid@^3.1.10, nanoid@^3.1.9:
9011+
nanoid@^3.1.10:
90029012
version "3.1.10"
90039013
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.10.tgz#69a8a52b77892de0d11cede96bc9762852145bc4"
90049014
integrity sha512-iZFMXKeXWkxzlfmMfM91gw7YhN2sdJtixY+eZh9V6QWJWTOiurhpKhBMgr82pfzgSqglQgqYSCowEYsz8D++6w==
@@ -9497,9 +9507,9 @@ optionator@^0.8.1:
94979507
word-wrap "~1.2.3"
94989508

94999509
ora@^4.0.4:
9500-
version "4.0.4"
9501-
resolved "https://registry.yarnpkg.com/ora/-/ora-4.0.4.tgz#e8da697cc5b6a47266655bf68e0fb588d29a545d"
9502-
integrity sha512-77iGeVU1cIdRhgFzCK8aw1fbtT1B/iZAvWjS+l/o1x0RShMgxHUZaD2yDpWsNCPwXg9z1ZA78Kbdvr8kBmG/Ww==
9510+
version "4.0.5"
9511+
resolved "https://registry.yarnpkg.com/ora/-/ora-4.0.5.tgz#7410b5cc2d99fa637fd5099bbb9f02bfbb5a361e"
9512+
integrity sha512-jCDgm9DqvRcNIAEv2wZPrh7E5PcQiDUnbnWbAfu4NGAE2ZNqPFbDixmWldy1YG2QfLeQhuiu6/h5VRrk6cG50w==
95039513
dependencies:
95049514
chalk "^3.0.0"
95059515
cli-cursor "^3.1.0"
@@ -10043,6 +10053,13 @@ pkg-dir@^3.0.0:
1004310053
dependencies:
1004410054
find-up "^3.0.0"
1004510055

10056+
pkg-dir@^4.2.0:
10057+
version "4.2.0"
10058+
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-4.2.0.tgz#f099133df7ede422e81d1d8448270eeb3e4261f3"
10059+
integrity sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==
10060+
dependencies:
10061+
find-up "^4.0.0"
10062+
1004610063
pkginfo@0.4.0:
1004710064
version "0.4.0"
1004810065
resolved "https://registry.yarnpkg.com/pkginfo/-/pkginfo-0.4.0.tgz#349dbb7ffd38081fcadc0853df687f0c7744cd65"
@@ -10595,15 +10612,17 @@ punycode@^2.1.0, punycode@^2.1.1:
1059510612
resolved "https://registry.yarnpkg.com/punycode/-/punycode-2.1.1.tgz#b58b010ac40c22c5657616c8d2c2c02c7bf479ec"
1059610613
integrity sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==
1059710614

10598-
puppeteer-core@^3.3.0:
10599-
version "3.3.0"
10600-
resolved "https://registry.yarnpkg.com/puppeteer-core/-/puppeteer-core-3.3.0.tgz#6178a6a0f6efa261cd79e42e34ab0780d8775f0d"
10601-
integrity sha512-hynQ3r0J/lkGrKeBCqu160jrj0WhthYLIzDQPkBxLzxPokjw4elk1sn6mXAian/kfD2NRzpdh9FSykxZyL56uA==
10615+
puppeteer-core@^5.2.0:
10616+
version "5.2.0"
10617+
resolved "https://registry.yarnpkg.com/puppeteer-core/-/puppeteer-core-5.2.0.tgz#d5474cfb0814440dfe36b949f40fcaa8885b7ae4"
10618+
integrity sha512-+gG1mW4ve7e4f1H18KWyEdbSc5Sb9+zxGBlb6CCclCf5rDsuPhYubTfOWJZB4L759D4XDtf04GOp+lmTmd61Nw==
1060210619
dependencies:
1060310620
debug "^4.1.0"
10621+
devtools-protocol "0.0.767361"
1060410622
extract-zip "^2.0.0"
1060510623
https-proxy-agent "^4.0.0"
1060610624
mime "^2.0.3"
10625+
pkg-dir "^4.2.0"
1060710626
progress "^2.0.1"
1060810627
proxy-from-env "^1.0.0"
1060910628
rimraf "^3.0.2"
@@ -13690,7 +13709,7 @@ yargs@^12.0.1:
1369013709
y18n "^3.2.1 || ^4.0.0"
1369113710
yargs-parser "^11.1.1"
1369213711

13693-
yargs@^15.0.2, yargs@^15.3.1:
13712+
yargs@^15.0.2, yargs@^15.4.1:
1369413713
version "15.4.1"
1369513714
resolved "https://registry.yarnpkg.com/yargs/-/yargs-15.4.1.tgz#0d87a16de01aee9d8bec2bfbf74f67851730f4f8"
1369613715
integrity sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==

0 commit comments

Comments
 (0)