Skip to content

Commit d186a97

Browse files
Replace dependency rollup-plugin-node-resolve with @rollup/plugin-node-resolve ^6.0.0
1 parent 431da86 commit d186a97

File tree

3 files changed

+92
-17
lines changed

3 files changed

+92
-17
lines changed

REPOS/async/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"nyc": "^14.1.1",
5757
"rimraf": "^2.5.0",
5858
"rollup": "^0.63.4",
59-
"rollup-plugin-node-resolve": "^2.0.0",
59+
"@rollup/plugin-node-resolve": "^6.0.0",
6060
"rollup-plugin-npm": "^2.0.0",
6161
"rsvp": "^3.0.18",
6262
"semver": "^5.5.0",

REPOS/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"rollup": "^1.19.4",
8888
"rollup-plugin-babel": "^4.0.1",
8989
"rollup-plugin-commonjs": "^9.3.4",
90-
"rollup-plugin-node-resolve": "^2.1.1",
90+
"@rollup/plugin-node-resolve": "^6.0.0",
9191
"rollup-plugin-prettier": "^0.6.0",
9292
"rollup-plugin-replace": "^2.2.0",
9393
"rollup-plugin-strip-banner": "^0.2.0",

REPOS/react/yarn.lock

Lines changed: 90 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2038,6 +2038,26 @@
20382038
dependencies:
20392039
"@reach/component-component" "^0.1.3"
20402040

2041+
"@rollup/plugin-node-resolve@^6.0.0":
2042+
version "6.1.0"
2043+
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-6.1.0.tgz#0d2909f4bf606ae34d43a9bc8be06a9b0c850cf0"
2044+
integrity sha512-Cv7PDIvxdE40SWilY5WgZpqfIUEaDxFxs89zCAHjqyRwlTSuql4M5hjIuc5QYJkOH0/vyiyNXKD72O+LhRipGA==
2045+
dependencies:
2046+
"@rollup/pluginutils" "^3.0.0"
2047+
"@types/resolve" "0.0.8"
2048+
builtin-modules "^3.1.0"
2049+
is-module "^1.0.0"
2050+
resolve "^1.11.1"
2051+
2052+
"@rollup/pluginutils@^3.0.0":
2053+
version "3.1.0"
2054+
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b"
2055+
integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==
2056+
dependencies:
2057+
"@types/estree" "0.0.39"
2058+
estree-walker "^1.0.1"
2059+
picomatch "^2.2.2"
2060+
20412061
"@sindresorhus/is@^0.14.0":
20422062
version "0.14.0"
20432063
resolved "https://registry.yarnpkg.com/@sindresorhus/is/-/is-0.14.0.tgz#9fb3a3cf3132328151f353de4632e01e52102bea"
@@ -2110,6 +2130,11 @@
21102130
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.42.tgz#8d0c1f480339efedb3e46070e22dd63e0430dd11"
21112131
integrity sha512-K1DPVvnBCPxzD+G51/cxVIoc2X8uUVl1zpJeE6iKcgHMj4+tbat5Xu4TjV7v2QSDbIeAfLi2hIk+u2+s0MlpUQ==
21122132

2133+
2134+
version "0.0.39"
2135+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
2136+
integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
2137+
21132138
"@types/events@*":
21142139
version "3.0.0"
21152140
resolved "https://registry.yarnpkg.com/@types/events/-/events-3.0.0.tgz#2862f3f58a9a7f7c3e78d79f130dd4d71c25c2a7"
@@ -2179,6 +2204,13 @@
21792204
resolved "https://registry.yarnpkg.com/@types/prettier/-/prettier-1.19.1.tgz#33509849f8e679e4add158959fdb086440e9553f"
21802205
integrity sha512-5qOlnZscTn4xxM5MeGXAMOsIOIKIbh9e85zJWfBRVPlRMEVawzoPhINYbRGkBZCI8LxvBe7tJCdWiarA99OZfQ==
21812206

2207+
2208+
version "0.0.8"
2209+
resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-0.0.8.tgz#f26074d238e02659e323ce1a13d041eee280e194"
2210+
integrity sha512-auApPaJf3NPfe18hSoJkp8EbZzer2ISk7o8mCC3M9he/a04+gbMF97NkpD2S8riMGvm4BMRI59/SZQSaLTKpsQ==
2211+
dependencies:
2212+
"@types/node" "*"
2213+
21822214
"@types/source-list-map@*":
21832215
version "0.1.2"
21842216
resolved "https://registry.yarnpkg.com/@types/source-list-map/-/source-list-map-0.1.2.tgz#0078836063ffaf17412349bba364087e0ac02ec9"
@@ -3654,7 +3686,7 @@ browser-process-hrtime@^1.0.0:
36543686
resolved "https://registry.yarnpkg.com/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz#3c9b4b7d782c8121e56f10106d84c0d0ffc94626"
36553687
integrity sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==
36563688

3657-
browser-resolve@^1.11.0, browser-resolve@^1.11.3:
3689+
browser-resolve@^1.11.3:
36583690
version "1.11.3"
36593691
resolved "https://registry.yarnpkg.com/browser-resolve/-/browser-resolve-1.11.3.tgz#9b7cbb3d0f510e4cb86bdbd796124d28b5890af6"
36603692
integrity sha512-exDi1BYWB/6raKHmDTCicQfTkqwN5fioMFV4j8BsfMU4R2DK/QfZfK7kOVkmWCNANf0snkBzqGqAJBao9gZMdQ==
@@ -3828,10 +3860,10 @@ buffer@^5.1.0:
38283860
base64-js "^1.0.2"
38293861
ieee754 "^1.1.4"
38303862

3831-
builtin-modules@^1.1.0:
3832-
version "1.1.1"
3833-
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-1.1.1.tgz#270f076c5a72c02f5b65a47df94c5fe3a278892f"
3834-
integrity sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8=
3863+
builtin-modules@^3.1.0:
3864+
version "3.3.0"
3865+
resolved "https://registry.yarnpkg.com/builtin-modules/-/builtin-modules-3.3.0.tgz#cae62812b89801e9656336e46223e030386be7b6"
3866+
integrity sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==
38353867

38363868
builtin-status-codes@^3.0.0:
38373869
version "3.0.0"
@@ -5798,7 +5830,6 @@ [email protected]:
57985830

57995831
"eslint-plugin-react-internal@link:./scripts/eslint-rules":
58005832
version "0.0.0"
5801-
uid ""
58025833

58035834
eslint-plugin-react@^6.7.1:
58045835
version "6.10.3"
@@ -6036,6 +6067,11 @@ estree-walker@^0.6.0, estree-walker@^0.6.1:
60366067
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-0.6.1.tgz#53049143f40c6eb918b23671d1fe3219f3a1b362"
60376068
integrity sha512-SqmZANLWS0mnatqbSfRP5g8OXZC12Fgg1IwNtLsyHDzJizORW4khDfjPqJZsemPWBB2uqykUah5YpQ6epsqC/w==
60386069

6070+
estree-walker@^1.0.1:
6071+
version "1.0.1"
6072+
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-1.0.1.tgz#31bc5d612c96b704106b477e6dd5d8aa138cb700"
6073+
integrity sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==
6074+
60396075
esutils@^2.0.2:
60406076
version "2.0.3"
60416077
resolved "https://registry.yarnpkg.com/esutils/-/esutils-2.0.3.tgz#74d2eb4de0b8da1293711910d50775b9b710ef64"
@@ -6816,6 +6852,11 @@ function-bind@^1.1.1:
68166852
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.1.tgz#a56899d3ea3c9bab874bb9773b7c5ede92f4895d"
68176853
integrity sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==
68186854

6855+
function-bind@^1.1.2:
6856+
version "1.1.2"
6857+
resolved "https://registry.yarnpkg.com/function-bind/-/function-bind-1.1.2.tgz#2c02d864d97f3ea6c8830c464cbd11ab6eab7a1c"
6858+
integrity sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==
6859+
68196860
functional-red-black-tree@^1.0.1:
68206861
version "1.0.1"
68216862
resolved "https://registry.yarnpkg.com/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz#1b0ab3bd553b2a0d6399d29c0e3ea0b252078327"
@@ -7317,6 +7358,13 @@ hash.js@^1.0.0, hash.js@^1.0.3:
73177358
inherits "^2.0.3"
73187359
minimalistic-assert "^1.0.1"
73197360

7361+
hasown@^2.0.0:
7362+
version "2.0.0"
7363+
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.0.tgz#f4c513d454a57b7c7e1650778de226b11700546c"
7364+
integrity sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==
7365+
dependencies:
7366+
function-bind "^1.1.2"
7367+
73207368
hasurl@^1.0.0:
73217369
version "1.0.0"
73227370
resolved "https://registry.yarnpkg.com/hasurl/-/hasurl-1.0.0.tgz#e4c619097ae1e8fc906bee904ce47e94f5e1ea37"
@@ -7889,6 +7937,13 @@ is-ci@^2.0.0:
78897937
dependencies:
78907938
ci-info "^2.0.0"
78917939

7940+
is-core-module@^2.13.0:
7941+
version "2.13.1"
7942+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.13.1.tgz#ad0d7532c6fea9da1ebdc82742d74525c6273384"
7943+
integrity sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==
7944+
dependencies:
7945+
hasown "^2.0.0"
7946+
78927947
is-data-descriptor@^0.1.4:
78937948
version "0.1.4"
78947949
resolved "https://registry.yarnpkg.com/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz#0b5ee648388e2c860282e793f1856fec3f301b56"
@@ -8034,6 +8089,11 @@ [email protected]:
80348089
resolved "https://registry.yarnpkg.com/is-mergeable-object/-/is-mergeable-object-1.1.1.tgz#faaa3ed1cfce87d6f7d2f5885e92cc30af3e2ebf"
80358090
integrity sha512-CPduJfuGg8h8vW74WOxHtHmtQutyQBzR+3MjQ6iDHIYdbOnm1YC7jv43SqCoU8OPGTJD4nibmiryA4kmogbGrA==
80368091

8092+
is-module@^1.0.0:
8093+
version "1.0.0"
8094+
resolved "https://registry.yarnpkg.com/is-module/-/is-module-1.0.0.tgz#3258fb69f78c14d5b815d664336b4cffb6441591"
8095+
integrity sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==
8096+
80378097
is-negated-glob@^1.0.0:
80388098
version "1.0.0"
80398099
resolved "https://registry.yarnpkg.com/is-negated-glob/-/is-negated-glob-1.0.0.tgz#6910bca5da8c95e784b5751b976cf5a10fee36d2"
@@ -10863,6 +10923,11 @@ path-parse@^1.0.6:
1086310923
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
1086410924
integrity sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==
1086510925

10926+
path-parse@^1.0.7:
10927+
version "1.0.7"
10928+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
10929+
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
10930+
1086610931
1086710932
version "0.1.7"
1086810933
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -10917,6 +10982,11 @@ picomatch@^2.2.1:
1091710982
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.2.2.tgz#21f333e9b6b8eaff02468f5146ea406d345f4dad"
1091810983
integrity sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==
1091910984

10985+
picomatch@^2.2.2:
10986+
version "2.3.1"
10987+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42"
10988+
integrity sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==
10989+
1092010990
pify@^2.0.0:
1092110991
version "2.3.0"
1092210992
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -12020,6 +12090,15 @@ resolve@^1.1.6, resolve@^1.10.0, resolve@^1.12.0, resolve@^1.3.2:
1202012090
dependencies:
1202112091
path-parse "^1.0.6"
1202212092

12093+
resolve@^1.11.1:
12094+
version "1.22.8"
12095+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.8.tgz#b6c87a9f2aa06dfab52e3d70ac8cde321fa5a48d"
12096+
integrity sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==
12097+
dependencies:
12098+
is-core-module "^2.13.0"
12099+
path-parse "^1.0.7"
12100+
supports-preserve-symlinks-flag "^1.0.0"
12101+
1202312102
resolve@^1.15.1:
1202412103
version "1.15.1"
1202512104
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.15.1.tgz#27bdcdeffeaf2d6244b95bb0f9f4b4653451f3e8"
@@ -12145,15 +12224,6 @@ rollup-plugin-commonjs@^9.3.4:
1214512224
resolve "^1.10.0"
1214612225
rollup-pluginutils "^2.6.0"
1214712226

12148-
rollup-plugin-node-resolve@^2.1.1:
12149-
version "2.1.1"
12150-
resolved "https://registry.yarnpkg.com/rollup-plugin-node-resolve/-/rollup-plugin-node-resolve-2.1.1.tgz#cbb783b0d15b02794d58915350b2f0d902b8ddc8"
12151-
integrity sha1-y7eDsNFbAnlNWJFTULLw2QK43cg=
12152-
dependencies:
12153-
browser-resolve "^1.11.0"
12154-
builtin-modules "^1.1.0"
12155-
resolve "^1.1.6"
12156-
1215712227
rollup-plugin-prettier@^0.6.0:
1215812228
version "0.6.0"
1215912229
resolved "https://registry.yarnpkg.com/rollup-plugin-prettier/-/rollup-plugin-prettier-0.6.0.tgz#3b53b4ac2def23f150f496cff9106f4042a4ade1"
@@ -13206,6 +13276,11 @@ supports-hyperlinks@^2.0.0:
1320613276
has-flag "^4.0.0"
1320713277
supports-color "^7.0.0"
1320813278

13279+
supports-preserve-symlinks-flag@^1.0.0:
13280+
version "1.0.0"
13281+
resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09"
13282+
integrity sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==
13283+
1320913284
1321013285
version "1.0.1"
1321113286
resolved "https://registry.yarnpkg.com/symbol-observable/-/symbol-observable-1.0.1.tgz#8340fc4702c3122df5d22288f88283f513d3fdd4"

0 commit comments

Comments
 (0)