Skip to content

Commit f5ef131

Browse files
Merge #809
809: build(deps-dev): bump rollup-plugin-typescript2 from 0.29.0 to 0.30.0 r=bidoubiwa a=dependabot-preview[bot] Bumps [rollup-plugin-typescript2](https://github.com/ezolenko/rollup-plugin-typescript2) from 0.29.0 to 0.30.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ezolenko/rollup-plugin-typescript2/releases">rollup-plugin-typescript2's releases</a>.</em></p> <blockquote> <h2>0.30.0</h2> <p><a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/251">#251</a> Fix duplicate output with multiple entry points allowing ES2020 module type in tsconfig</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/c6f6e52933f520195364758cdf7fe8a371269611"><code>c6f6e52</code></a> - updating dependencies, version to 0.30.0</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/8ec49c78f523687deaf6816bc2ea320f16e325c7"><code>8ec49c7</code></a> Update README.md</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/eb1dd17babde0b22e9540b12e671eb56d9d6bce0"><code>eb1dd17</code></a> - allowing ES2020 module type in tsconfig</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/bd2e04317b0c002bab5b64c638a6443bafada710"><code>bd2e043</code></a> - updating dependencies</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/91846974dc70bf0979b2608ad59eae3fb48eb850"><code>9184697</code></a> Add tslib to installation instructions (<a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/253">#253</a>)</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/8d0d49c063a317ad23e9d74a234db2f9f6076157"><code>8d0d49c</code></a> - build</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/6fb0e75f5328666dca8ff7b11bc956096351a3eb"><code>6fb0e75</code></a> Fix duplicate output with multiple entry points (<a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/251">#251</a>)</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/5ce7676ad0451df81e61190d42694f97085111fc"><code>5ce7676</code></a> - package version</li> <li>See full diff in <a href="https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.29.0...0.30.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=rollup-plugin-typescript2&package-manager=npm_and_yarn&previous-version=0.29.0&new-version=0.30.0)](https://dependabot.com/compatibility-score/?dependency-name=rollup-plugin-typescript2&package-manager=npm_and_yarn&previous-version=0.29.0&new-version=0.30.0) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2 parents 9d1d5e0 + 2c1ba3d commit f5ef131

File tree

2 files changed

+26
-25
lines changed

2 files changed

+26
-25
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"pretty-bytes": "^5.6.0",
9494
"rollup": "^2.39.0",
9595
"rollup-plugin-terser": "^7.0.0",
96-
"rollup-plugin-typescript2": "^0.29.0",
96+
"rollup-plugin-typescript2": "^0.30.0",
9797
"shx": "^0.3.2",
9898
"ts-jest": "^26.5.1",
9999
"typescript": "4.1.3"

yarn.lock

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1290,6 +1290,14 @@
12901290
estree-walker "^1.0.1"
12911291
picomatch "^2.2.2"
12921292

1293+
"@rollup/pluginutils@^4.1.0":
1294+
version "4.1.0"
1295+
resolved "https://registry.yarnpkg.com/@rollup/pluginutils/-/pluginutils-4.1.0.tgz#0dcc61c780e39257554feb7f77207dceca13c838"
1296+
integrity sha512-TrBhfJkFxA+ER+ew2U2/fHbebhLT/l/2pRk0hfj9KusXUuRXd2v0R58AfaZK9VXDQ4TogOSEmICVrQAA3zFnHQ==
1297+
dependencies:
1298+
estree-walker "^2.0.1"
1299+
picomatch "^2.2.2"
1300+
12931301
"@sinonjs/commons@^1.7.0":
12941302
version "1.8.0"
12951303
resolved "https://registry.yarnpkg.com/@sinonjs/commons/-/commons-1.8.0.tgz#c8d68821a854c555bba172f3b06959a0039b236d"
@@ -3341,7 +3349,7 @@ is-ci@^2.0.0:
33413349
dependencies:
33423350
ci-info "^2.0.0"
33433351

3344-
is-core-module@^2.1.0:
3352+
is-core-module@^2.2.0:
33453353
version "2.2.0"
33463354
resolved "https://registry.yarnpkg.com/is-core-module/-/is-core-module-2.2.0.tgz#97037ef3d52224d85163f5597b2b63d9afed981a"
33473355
integrity sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ==
@@ -5132,19 +5140,12 @@ resolve-url@^0.2.1:
51325140
resolved "https://registry.yarnpkg.com/resolve-url/-/resolve-url-0.2.1.tgz#2c637fe77c893afd2a663fe21aa9080068e2052a"
51335141
integrity sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=
51345142

5135-
5136-
version "1.17.0"
5137-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.17.0.tgz#b25941b54968231cc2d1bb76a79cb7f2c0bf8444"
5138-
integrity sha512-ic+7JYiV8Vi2yzQGFWOkiZD5Z9z7O2Zhm9XMaTxdJExKasieFCr+yXZ/WmXsckHiKl12ar0y6XiXDx3m4RHn1w==
5143+
resolve@1.20.0, resolve@^1.1.6, resolve@^1.10.0, resolve@^1.10.1, resolve@^1.13.1, resolve@^1.17.0, resolve@^1.18.1, resolve@^1.19.0, resolve@^1.3.2:
5144+
version "1.20.0"
5145+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.20.0.tgz#629a013fb3f70755d6f0b7935cc1c2c5378b1975"
5146+
integrity sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==
51395147
dependencies:
5140-
path-parse "^1.0.6"
5141-
5142-
resolve@^1.1.6, resolve@^1.10.0, resolve@^1.10.1, resolve@^1.13.1, resolve@^1.17.0, resolve@^1.18.1, resolve@^1.19.0, resolve@^1.3.2:
5143-
version "1.19.0"
5144-
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.19.0.tgz#1af5bf630409734a067cae29318aac7fa29a267c"
5145-
integrity sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==
5146-
dependencies:
5147-
is-core-module "^2.1.0"
5148+
is-core-module "^2.2.0"
51485149
path-parse "^1.0.6"
51495150

51505151
restore-cursor@^3.1.0:
@@ -5182,16 +5183,16 @@ rollup-plugin-terser@^7.0.0:
51825183
serialize-javascript "^4.0.0"
51835184
terser "^5.0.0"
51845185

5185-
rollup-plugin-typescript2@^0.29.0:
5186-
version "0.29.0"
5187-
resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.29.0.tgz#b7ad83f5241dbc5bdf1e98d9c3fca005ffe39e1a"
5188-
integrity sha512-YytahBSZCIjn/elFugEGQR5qTsVhxhUwGZIsA9TmrSsC88qroGo65O5HZP/TTArH2dm0vUmYWhKchhwi2wL9bw==
5186+
rollup-plugin-typescript2@^0.30.0:
5187+
version "0.30.0"
5188+
resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.30.0.tgz#1cc99ac2309bf4b9d0a3ebdbc2002aecd56083d3"
5189+
integrity sha512-NUFszIQyhgDdhRS9ya/VEmsnpTe+GERDMmFo0Y+kf8ds51Xy57nPNGglJY+W6x1vcouA7Au7nsTgsLFj2I0PxQ==
51895190
dependencies:
5190-
"@rollup/pluginutils" "^3.1.0"
5191+
"@rollup/pluginutils" "^4.1.0"
51915192
find-cache-dir "^3.3.1"
51925193
fs-extra "8.1.0"
5193-
resolve "1.17.0"
5194-
tslib "2.0.1"
5194+
resolve "1.20.0"
5195+
tslib "2.1.0"
51955196

51965197
rollup@^2.39.0:
51975198
version "2.39.0"
@@ -5823,10 +5824,10 @@ tsconfig-paths@^3.9.0:
58235824
minimist "^1.2.0"
58245825
strip-bom "^3.0.0"
58255826

5826-
tslib@2.0.1:
5827-
version "2.0.1"
5828-
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.0.1.tgz#410eb0d113e5b6356490eec749603725b021b43e"
5829-
integrity sha512-SgIkNheinmEBgx1IUNirK0TUD4X9yjjBRTqqjggWCU3pUEqIk3/Uwl3yRixYKT6WjQuGiwDv4NomL3wqRCj+CQ==
5827+
tslib@2.1.0:
5828+
version "2.1.0"
5829+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.1.0.tgz#da60860f1c2ecaa5703ab7d39bc05b6bf988b97a"
5830+
integrity sha512-hcVC3wYEziELGGmEEXue7D75zbwIIVUMWAVbHItGPx0ziyXxrOMQx4rQEVEV45Ut/1IotuEvwqPopzIOkDMf0A==
58305831

58315832
tslib@^1.8.1, tslib@^1.9.0:
58325833
version "1.13.0"

0 commit comments

Comments
 (0)