Skip to content

Commit 0855932

Browse files
chore(deps-dev): bump rollup-plugin-typescript2 from 0.29.0 to 0.30.0
Bumps [rollup-plugin-typescript2](https://git.1-hub.cnezolenko/rollup-plugin-typescript2) from 0.29.0 to 0.30.0. - [Release notes](https://git.1-hub.cnezolenko/rollup-plugin-typescript2/releases) - [Commits](ezolenko/rollup-plugin-typescript2@0.29.0...0.30.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent d0fb4f5 commit 0855932

File tree

2 files changed

+33
-31
lines changed

2 files changed

+33
-31
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"rimraf": "^3.0.0",
5757
"rollup": "^2.0.2",
5858
"rollup-plugin-terser": "^7.0.0",
59-
"rollup-plugin-typescript2": "^0.29.0",
59+
"rollup-plugin-typescript2": "^0.30.0",
6060
"semantic-release": "^17.0.3",
6161
"typescript": "^3.7.5"
6262
},

yarn.lock

+32-30
Original file line numberDiff line numberDiff line change
@@ -286,13 +286,12 @@
286286
dependencies:
287287
"@types/node" ">= 8"
288288

289-
"@rollup/pluginutils@^3.1.0":
290-
version "3.1.0"
291-
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-3.1.0.tgz#706b4524ee6dc8b103b3c995533e5ad680c02b9b"
292-
integrity sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==
289+
"@rollup/pluginutils@^4.1.0":
290+
version "4.1.0"
291+
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-4.1.0.tgz#0dcc61c780e39257554feb7f77207dceca13c838"
292+
integrity sha512-TrBhfJkFxA+ER+ew2U2/fHbebhLT/l/2pRk0hfj9KusXUuRXd2v0R58AfaZK9VXDQ4TogOSEmICVrQAA3zFnHQ==
293293
dependencies:
294-
"@types/estree" "0.0.39"
295-
estree-walker "^1.0.1"
294+
estree-walker "^2.0.1"
296295
picomatch "^2.2.2"
297296

298297
"@semantic-release/changelog@^5.0.0":
@@ -409,11 +408,6 @@
409408
resolved "https://registry.yarnpkg.com/@types/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#1ee30d79544ca84d68d4b3cdb0af4f205663dd2d"
410409
integrity sha512-OCutwjDZ4aFS6PB1UZ988C4YgwlBHJd6wCeQqaLdmadZ/7e+w79+hbMUFC1QXDNCmdyoRfAFdm0RypzwR+Qpag==
411410

412-
"@types/estree@0.0.39":
413-
version "0.0.39"
414-
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
415-
integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
416-
417411
"@types/jasmine@^3.5.1":
418412
version "3.6.6"
419413
resolved "https://registry.yarnpkg.com/@types/jasmine/-/jasmine-3.6.6.tgz#4c0415f6198b2c643d895789f8c6d20436c1eddc"
@@ -2438,10 +2432,10 @@ estraverse@^5.2.0:
24382432
resolved "https://registry.yarnpkg.com/estraverse/-/estraverse-5.2.0.tgz#307df42547e6cc7324d3cf03c155d5cdb8c53880"
24392433
integrity sha512-BxbNGGNm0RyRYvUdHpIwv9IWzeM9XClbOxwoATuFdOE7ZE6wHL+HQ5T8hoPM+zHvmKzzsEqhgy0GrQ5X13afiQ==
24402434

2441-
estree-walker@^1.0.1:
2442-
version "1.0.1"
2443-
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-1.0.1.tgz#31bc5d612c96b704106b477e6dd5d8aa138cb700"
2444-
integrity sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==
2435+
estree-walker@^2.0.1:
2436+
version "2.0.2"
2437+
resolved "https://registry.yarnpkg.com/estree-walker/-/estree-walker-2.0.2.tgz#52f010178c2a4c117a7757cfe942adb7d2da4cac"
2438+
integrity sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==
24452439

24462440
esutils@^2.0.2:
24472441
version "2.0.3"
@@ -3447,6 +3441,13 @@ is-cidr@^3.0.0:
34473441
dependencies:
34483442
cidr-regex "^2.0.10"
34493443

3444+
is-core-module@^2.2.0:
3445+
version "2.2.0"
3446+
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.2.0.tgz#97037ef3d52224d85163f5597b2b63d9afed981a"
3447+
integrity sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ==
3448+
dependencies:
3449+
has "^1.0.3"
3450+
34503451
is-date-object@^1.0.1:
34513452
version "1.0.2"
34523453
resolved "https://registry.yarnpkg.com/is-date-object/-/is-date-object-1.0.2.tgz#bda736f2cd8fd06d32844e7743bfa7494c3bfd7e"
@@ -6145,11 +6146,12 @@ resolve-from@^5.0.0:
61456146
resolved "https://registry.yarnpkg.com/resolve-from/-/resolve-from-5.0.0.tgz#c35225843df8f776df21c57557bc087e9dfdfc69"
61466147
integrity sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==
61476148

6148-
resolve@1.17.0, resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.15.1, resolve@^1.17.0, resolve@^1.3.2:
6149-
version "1.17.0"
6150-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444"
6151-
integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==
6149+
resolve@1.20.0, resolve@^1.10.0, resolve@^1.12.0, resolve@^1.13.1, resolve@^1.15.1, resolve@^1.17.0, resolve@^1.3.2:
6150+
version "1.20.0"
6151+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
6152+
integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==
61526153
dependencies:
6154+
is-core-module "^2.2.0"
61536155
path-parse "^1.0.6"
61546156

61556157
restore-cursor@^3.1.0:
@@ -6212,16 +6214,16 @@ rollup-plugin-terser@^7.0.0:
62126214
serialize-javascript "^4.0.0"
62136215
terser "^5.0.0"
62146216

6215-
rollup-plugin-typescript2@^0.29.0:
6216-
version "0.29.0"
6217-
resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.29.0.tgz#b7ad83f5241dbc5bdf1e98d9c3fca005ffe39e1a"
6218-
integrity sha512-YytahBSZCIjn/elFugEGQR5qTsVhxhUwGZIsA9TmrSsC88qroGo65O5HZP/TTArH2dm0vUmYWhKchhwi2wL9bw==
6217+
rollup-plugin-typescript2@^0.30.0:
6218+
version "0.30.0"
6219+
resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.30.0.tgz#1cc99ac2309bf4b9d0a3ebdbc2002aecd56083d3"
6220+
integrity sha512-NUFszIQyhgDdhRS9ya/VEmsnpTe+GERDMmFo0Y+kf8ds51Xy57nPNGglJY+W6x1vcouA7Au7nsTgsLFj2I0PxQ==
62196221
dependencies:
6220-
"@rollup/pluginutils" "^3.1.0"
6222+
"@rollup/pluginutils" "^4.1.0"
62216223
find-cache-dir "^3.3.1"
62226224
fs-extra "8.1.0"
6223-
resolve "1.17.0"
6224-
tslib "2.0.1"
6225+
resolve "1.20.0"
6226+
tslib "2.1.0"
62256227

62266228
rollup@^2.0.2:
62276229
version "2.41.1"
@@ -7082,10 +7084,10 @@ trim-off-newlines@^1.0.0:
70827084
resolved "https://registry.yarnpkg.com/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3"
70837085
integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM=
70847086

7085-
tslib@2.0.1:
7086-
version "2.0.1"
7087-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.1.tgz#410eb0d113e5b6356490eec749603725b021b43e"
7088-
integrity sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ==
7087+
tslib@2.1.0:
7088+
version "2.1.0"
7089+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
7090+
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
70897091

70907092
tslib@^1.8.1, tslib@^1.9.0:
70917093
version "1.11.2"

0 commit comments

Comments
 (0)