Skip to content

Commit 808879b

Browse files
build(deps-dev): bump rollup-plugin-typescript2 from 0.31.2 to 0.34.0
Bumps [rollup-plugin-typescript2](https://github.com/ezolenko/rollup-plugin-typescript2) from 0.31.2 to 0.34.0. - [Release notes](https://github.com/ezolenko/rollup-plugin-typescript2/releases) - [Changelog](https://github.com/ezolenko/rollup-plugin-typescript2/blob/master/CHANGELOG.md) - [Commits](ezolenko/rollup-plugin-typescript2@0.31.2...0.34.0) --- updated-dependencies: - dependency-name: rollup-plugin-typescript2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9f08bd8 commit 808879b

File tree

2 files changed

+11
-113
lines changed

2 files changed

+11
-113
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"pretty-bytes": "^5.6.0",
105105
"rollup": "^2.79.1",
106106
"rollup-plugin-terser": "^7.0.0",
107-
"rollup-plugin-typescript2": "^0.31.2",
107+
"rollup-plugin-typescript2": "^0.34.0",
108108
"shx": "^0.3.2",
109109
"ts-jest": "^26.5.6",
110110
"typescript": "4.6.4"

yarn.lock

+10-112
Original file line numberDiff line numberDiff line change
@@ -1611,14 +1611,6 @@
16111611
resolved "https://registry.yarnpkg.com/@tootallnate/once/-/once-1.1.2.tgz#ccb91445360179a04e7fe6aff78c00ffc1eeaf82"
16121612
integrity sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==
16131613

1614-
"@ts-type/package-dts@^1.0.58":
1615-
version "1.0.58"
1616-
resolved "https://registry.yarnpkg.com/@ts-type/package-dts/-/package-dts-1.0.58.tgz#75f6fdf5f1e8f262a5081b90346439b4c4bc8d01"
1617-
integrity sha512-Ry5RPZDAnSz/gyLtjd2a2yNC07CZ/PCOsuDzYj3phOolIgEH68HXRw6SbsDlavnVUEenDYj5GUM10gQ5iVEbVQ==
1618-
dependencies:
1619-
"@types/semver" "^7.3.9"
1620-
ts-type "^2.1.4"
1621-
16221614
"@types/babel__core@^7.0.0", "@types/babel__core@^7.1.7":
16231615
version "7.1.19"
16241616
resolved "https://registry.yarnpkg.com/@types/babel__core/-/babel__core-7.1.19.tgz#7b497495b7d1b4812bdb9d02804d0576f43ee460"
@@ -1760,11 +1752,6 @@
17601752
dependencies:
17611753
"@types/node" "*"
17621754

1763-
"@types/semver@^7.3.9":
1764-
version "7.3.9"
1765-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.9.tgz#152c6c20a7688c30b967ec1841d31ace569863fc"
1766-
integrity sha512-L/TMpyURfBkf+o/526Zb6kd/tchUP3iBDEPjqjb+U2MAJhVRxxrmr2fwpe08E7QsV7YLcpq0tUaQ9O9x97ZIxQ==
1767-
17681755
"@types/stack-utils@^2.0.0":
17691756
version "2.0.0"
17701757
resolved "https://registry.yarnpkg.com/@types/stack-utils/-/stack-utils-2.0.0.tgz#7036640b4e21cc2f259ae826ce843d277dad8cff"
@@ -1872,16 +1859,6 @@
18721859
"@typescript-eslint/types" "4.0.1"
18731860
eslint-visitor-keys "^2.0.0"
18741861

1875-
"@yarn-tool/resolve-package@^1.0.40":
1876-
version "1.0.42"
1877-
resolved "https://registry.yarnpkg.com/@yarn-tool/resolve-package/-/resolve-package-1.0.42.tgz#4a72c1a77b7035dc86250744d2cdbc16292bc4f8"
1878-
integrity sha512-1BAsoiD6jGAaPc7mRH0UxIVXgRSTv7fnhwfKkaFUYpqsU4ZR7KIigZTMcb2bujtlzKQbNneMPQGjiqe3F8cmlw==
1879-
dependencies:
1880-
"@ts-type/package-dts" "^1.0.58"
1881-
pkg-dir "< 6 >= 5"
1882-
tslib "^2.3.1"
1883-
upath2 "^3.1.12"
1884-
18851862
abab@^2.0.3, abab@^2.0.5:
18861863
version "2.0.6"
18871864
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.6.tgz#41b80f2c871d19686216b82309231cfd3cb3d291"
@@ -3355,14 +3332,6 @@ find-up@^4.0.0, find-up@^4.1.0:
33553332
locate-path "^5.0.0"
33563333
path-exists "^4.0.0"
33573334

3358-
find-up@^5.0.0:
3359-
version "5.0.0"
3360-
resolved "https://registry.yarnpkg.com/find-up/-/find-up-5.0.0.tgz#4c92819ecb7083561e4f4a240a86be5198f536fc"
3361-
integrity sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==
3362-
dependencies:
3363-
locate-path "^6.0.0"
3364-
path-exists "^4.0.0"
3365-
33663335
flat-cache@^3.0.4:
33673336
version "3.0.4"
33683337
resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-3.0.4.tgz#61b0338302b2fe9f957dcc32fc2a87f1c3048b11"
@@ -4750,13 +4719,6 @@ locate-path@^5.0.0:
47504719
dependencies:
47514720
p-locate "^4.1.0"
47524721

4753-
locate-path@^6.0.0:
4754-
version "6.0.0"
4755-
resolved "https://registry.yarnpkg.com/locate-path/-/locate-path-6.0.0.tgz#55321eb309febbc59c4801d931a72452a681d286"
4756-
integrity sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==
4757-
dependencies:
4758-
p-locate "^5.0.0"
4759-
47604722
lodash.debounce@^4.0.8:
47614723
version "4.0.8"
47624724
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
@@ -5205,13 +5167,6 @@ p-limit@^2.2.0:
52055167
dependencies:
52065168
p-try "^2.0.0"
52075169

5208-
p-limit@^3.0.2:
5209-
version "3.1.0"
5210-
resolved "https://registry.yarnpkg.com/p-limit/-/p-limit-3.1.0.tgz#e1daccbe78d0d1388ca18c64fea38e3e57e3706b"
5211-
integrity sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==
5212-
dependencies:
5213-
yocto-queue "^0.1.0"
5214-
52155170
p-locate@^2.0.0:
52165171
version "2.0.0"
52175172
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-2.0.0.tgz#20a0103b222a70c8fd39cc2e580680f3dde5ec43"
@@ -5226,13 +5181,6 @@ p-locate@^4.1.0:
52265181
dependencies:
52275182
p-limit "^2.2.0"
52285183

5229-
p-locate@^5.0.0:
5230-
version "5.0.0"
5231-
resolved "https://registry.yarnpkg.com/p-locate/-/p-locate-5.0.0.tgz#83c8315c6785005e3bd021839411c9e110e6d834"
5232-
integrity sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==
5233-
dependencies:
5234-
p-limit "^3.0.2"
5235-
52365184
p-map@^4.0.0:
52375185
version "4.0.0"
52385186
resolved "https://registry.yarnpkg.com/p-map/-/p-map-4.0.0.tgz#bb2f95a5eda2ec168ec9274e06a747c3e2904d2b"
@@ -5309,13 +5257,6 @@ path-is-absolute@^1.0.0:
53095257
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
53105258
integrity sha1-F0uSaHNVNP+8es5r9TpanhtcX18=
53115259

5312-
path-is-network-drive@^1.0.13:
5313-
version "1.0.13"
5314-
resolved "https://registry.yarnpkg.com/path-is-network-drive/-/path-is-network-drive-1.0.13.tgz#c9aa0183eb72c328aa83f43def93ddcb9d7ec4d4"
5315-
integrity sha512-Hg74mRN6mmXV+gTm3INjFK40ncAmC/Lo4qoQaSZ+GT3hZzlKdWQSqAjqyPeW0SvObP2W073WyYEBWY9d3wOm3A==
5316-
dependencies:
5317-
tslib "^2.3.1"
5318-
53195260
path-key@^2.0.0, path-key@^2.0.1:
53205261
version "2.0.1"
53215262
resolved "https://registry.yarnpkg.com/path-key/-/path-key-2.0.1.tgz#411cadb574c5a140d3a4b1910d40d80cc9f40b40"
@@ -5331,13 +5272,6 @@ path-parse@^1.0.7:
53315272
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.7.tgz#fbc114b60ca42b30d9daf5858e4bd68bbedb6735"
53325273
integrity sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==
53335274

5334-
path-strip-sep@^1.0.10:
5335-
version "1.0.10"
5336-
resolved "https://registry.yarnpkg.com/path-strip-sep/-/path-strip-sep-1.0.10.tgz#2be4e789406b298af8709ff79af716134b733b98"
5337-
integrity sha512-JpCy+8LAJQQTO1bQsb/84s1g+/Stm3h39aOpPRBQ/paMUGVPPZChLTOTKHoaCkc/6sKuF7yVsnq5Pe1S6xQGcA==
5338-
dependencies:
5339-
tslib "^2.3.1"
5340-
53415275
path-type@^2.0.0:
53425276
version "2.0.0"
53435277
resolved "https://registry.yarnpkg.com/path-type/-/path-type-2.0.0.tgz#f012ccb8415b7096fc2daa1054c3d72389594c73"
@@ -5375,13 +5309,6 @@ pirates@^4.0.1:
53755309
resolved "https://registry.yarnpkg.com/pirates/-/pirates-4.0.5.tgz#feec352ea5c3268fb23a37c702ab1699f35a5f3b"
53765310
integrity sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==
53775311

5378-
"pkg-dir@< 6 >= 5":
5379-
version "5.0.0"
5380-
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-5.0.0.tgz#a02d6aebe6ba133a928f74aec20bafdfe6b8e760"
5381-
integrity sha512-NPE8TDbzl/3YQYY7CSS228s3g2ollTFnc+Qi3tqmqJp9Vg2ovUpixcJEo2HJScN2Ez+kEaal6y70c0ehqJBJeA==
5382-
dependencies:
5383-
find-up "^5.0.0"
5384-
53855312
pkg-dir@^2.0.0:
53865313
version "2.0.0"
53875314
resolved "https://registry.yarnpkg.com/pkg-dir/-/pkg-dir-2.0.0.tgz#f6d5d1109e19d63edf428e0bd57e12777615334b"
@@ -5706,7 +5633,7 @@ resolve-url@^0.2.1:
57065633
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
57075634
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
57085635

5709-
resolve@^1.1.6, resolve@^1.10.0, resolve@^1.10.1, resolve@^1.13.1, resolve@^1.14.2, resolve@^1.17.0, resolve@^1.18.1, resolve@^1.19.0, resolve@^1.20.0:
5636+
resolve@^1.1.6, resolve@^1.10.0, resolve@^1.10.1, resolve@^1.13.1, resolve@^1.14.2, resolve@^1.17.0, resolve@^1.18.1, resolve@^1.19.0:
57105637
version "1.22.0"
57115638
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.22.0.tgz#5e0b8c67c15df57a89bdbabe603a002f21731198"
57125639
integrity sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==
@@ -5757,17 +5684,15 @@ rollup-plugin-terser@^7.0.0:
57575684
serialize-javascript "^4.0.0"
57585685
terser "^5.0.0"
57595686

5760-
rollup-plugin-typescript2@^0.31.2:
5761-
version "0.31.2"
5762-
resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.31.2.tgz#463aa713a7e2bf85b92860094b9f7fb274c5a4d8"
5763-
integrity sha512-hRwEYR1C8xDGVVMFJQdEVnNAeWRvpaY97g5mp3IeLnzhNXzSVq78Ye/BJ9PAaUfN4DXa/uDnqerifMOaMFY54Q==
5687+
rollup-plugin-typescript2@^0.34.0:
5688+
version "0.34.0"
5689+
resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.34.0.tgz#06ed351dc84bf7101bca2b3098c7d6a737aeae33"
5690+
integrity sha512-dGtOz2kL6nQVgfIOmnA4Xh+5cFrs3bdu4jja/ej7WKR92RzOOixsn71LY5ZFFmKe1R677nUh+k2++NiY3un2PQ==
57645691
dependencies:
57655692
"@rollup/pluginutils" "^4.1.2"
5766-
"@yarn-tool/resolve-package" "^1.0.40"
57675693
find-cache-dir "^3.3.2"
57685694
fs-extra "^10.0.0"
5769-
resolve "^1.20.0"
5770-
tslib "^2.3.1"
5695+
tslib "^2.4.0"
57715696

57725697
rollup@^2.79.1:
57735698
version "2.79.1"
@@ -6392,14 +6317,6 @@ ts-jest@^26.5.6:
63926317
semver "7.x"
63936318
yargs-parser "20.x"
63946319

6395-
ts-type@^2.1.4:
6396-
version "2.1.4"
6397-
resolved "https://registry.yarnpkg.com/ts-type/-/ts-type-2.1.4.tgz#d268d52ac054ef3076bf1c3b2fde0d4d5496e6a3"
6398-
integrity sha512-wnajiiIMhn/RHJ1oPld95siKmMJrOgaT6+rMmC8vO1LORgDFEzKP2nBmEFM5b4XVe7Q0J5KcU9oRJFzju7UzrA==
6399-
dependencies:
6400-
tslib "^2.3.1"
6401-
typedarray-dts "^1.0.0"
6402-
64036320
tsconfig-paths@^3.9.0:
64046321
version "3.9.0"
64056322
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.9.0.tgz#098547a6c4448807e8fcb8eae081064ee9a3c90b"
@@ -6415,10 +6332,10 @@ tslib@^1.8.1, tslib@^1.9.0:
64156332
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.13.0.tgz#c881e13cc7015894ed914862d276436fa9a47043"
64166333
integrity sha512-i/6DQjL8Xf3be4K/E6Wgpekn5Qasl1usyw++dAA35Ue5orEn65VIxOA+YvNNl9HV3qv70T7CNwjODHZrLwvd1Q==
64176334

6418-
tslib@^2.3.1:
6419-
version "2.3.1"
6420-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01"
6421-
integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw==
6335+
tslib@^2.4.0:
6336+
version "2.4.0"
6337+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.4.0.tgz#7cecaa7f073ce680a05847aa77be941098f36dc3"
6338+
integrity sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==
64226339

64236340
tsutils@^3.17.1:
64246341
version "3.17.1"
@@ -6466,11 +6383,6 @@ type-fest@^0.8.1:
64666383
resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.8.1.tgz#09e249ebde851d3b1e48d27c105444667f17b83d"
64676384
integrity sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==
64686385

6469-
typedarray-dts@^1.0.0:
6470-
version "1.0.0"
6471-
resolved "https://registry.yarnpkg.com/typedarray-dts/-/typedarray-dts-1.0.0.tgz#9dec9811386dbfba964c295c2606cf9a6b982d06"
6472-
integrity sha512-Ka0DBegjuV9IPYFT1h0Qqk5U4pccebNIJCGl8C5uU7xtOs+jpJvKGAY4fHGK25hTmXZOEUl9Cnsg5cS6K/b5DA==
6473-
64746386
typedarray-to-buffer@^3.1.5:
64756387
version "3.1.5"
64766388
resolved "https://registry.yarnpkg.com/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz#a97ee7a9ff42691b9f783ff1bc5112fe3fca9080"
@@ -6546,15 +6458,6 @@ unset-value@^1.0.0:
65466458
has-value "^0.3.1"
65476459
isobject "^3.0.0"
65486460

6549-
upath2@^3.1.12:
6550-
version "3.1.12"
6551-
resolved "https://registry.yarnpkg.com/upath2/-/upath2-3.1.12.tgz#441b3dfbadde21731017bd1b7beb169498efd0a9"
6552-
integrity sha512-yC3eZeCyCXFWjy7Nu4pgjLhXNYjuzuUmJiRgSSw6TJp8Emc+E4951HGPJf+bldFC5SL7oBLeNbtm1fGzXn2gxw==
6553-
dependencies:
6554-
path-is-network-drive "^1.0.13"
6555-
path-strip-sep "^1.0.10"
6556-
tslib "^2.3.1"
6557-
65586461
update-browserslist-db@^1.0.9:
65596462
version "1.0.9"
65606463
resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.9.tgz#2924d3927367a38d5c555413a7ce138fc95fcb18"
@@ -6834,8 +6737,3 @@ yargs@^15.4.1:
68346737
which-module "^2.0.0"
68356738
y18n "^4.0.0"
68366739
yargs-parser "^18.1.2"
6837-
6838-
yocto-queue@^0.1.0:
6839-
version "0.1.0"
6840-
resolved "https://registry.yarnpkg.com/yocto-queue/-/yocto-queue-0.1.0.tgz#0294eb3dee05028d31ee1a5fa2c556a6aaf10a1b"
6841-
integrity sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==

0 commit comments

Comments
 (0)