Skip to content

Commit 87b6593

Browse files
Merge #1353
1353: build(deps-dev): bump rollup-plugin-typescript2 from 0.34.0 to 0.34.1 r=bidoubiwa a=dependabot[bot] Bumps [rollup-plugin-typescript2](https://github.com/ezolenko/rollup-plugin-typescript2) from 0.34.0 to 0.34.1. <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.34.1</h2> <h2>Bugfixes</h2> <ul> <li>fix: don't error out while catching a <code>buildStart</code> error by <a href="https://github.com/agilgur5"><code>`@​agilgur5</code></a>` in <a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/pull/422">ezolenko/rollup-plugin-typescript2#422</a> <ul> <li>This fixes an initialization regression in <code>0.34.0</code> where users saw <code>TypeError: Cannot read property 'done' of undefined</code> instead of their actual initialization error, such as a <code>tsconfig</code> issue (such as with <a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/421">ezolenko/rollup-plugin-typescript2#421</a>)</li> </ul> </li> <li>fix: add compatibility checks w/ <code>semver</code> by <a href="https://github.com/agilgur5"><code>`@​agilgur5</code></a>` in <a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/pull/424">ezolenko/rollup-plugin-typescript2#424</a> <ul> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/releases/tag/0.34.0"><code>0.34.0</code></a> introduced a type-only fix that relied on Rollup 2.60.0+ and would (accidentally) error out on older versions of Rollup. This fix handles it gracefully with a clear warning message instead and skips that check when using an older version of Rollup (i.e. partly backward-compatible).</li> <li>This also adds an error if <a href="https://github.com/ezolenko/rollup-plugin-typescript2/blob/f6db59613a66f58c48310aa8fa785951970b5d6d/package.json#L41"><code>peerDependencies</code> minimum versions</a> have not been met</li> </ul> </li> <li>fix: don't resolve <code>filter</code>ed files by <a href="https://github.com/agilgur5"><code>`@​agilgur5</code></a>` in <a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/pull/428">ezolenko/rollup-plugin-typescript2#428</a> <ul> <li>This fixes a regression from <a href="https://github.com/ezolenko/rollup-plugin-typescript2/releases/tag/0.33.0.1"><code>0.33.0</code></a> that could cause rpt2 to (accidentally) resolve files that should have been filtered out by the plugin <code>include</code>/<code>exclude</code> (such as with <a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/427">ezolenko/rollup-plugin-typescript2#427</a>)</li> </ul> </li> </ul> <h2>Internal (testing, refactors)</h2> <ul> <li>clean(deps): remove unused <code>`@types/resolve</code>` by <a href="https://github.com/agilgur5"><code>`@​agilgur5</code></a>` in <a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/pull/423">ezolenko/rollup-plugin-typescript2#423</a></li> <li>test: increase <code>no-errors</code> integration timeout to 20s by <a href="https://github.com/agilgur5"><code>`@​agilgur5</code></a>` in <a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/pull/425">ezolenko/rollup-plugin-typescript2#425</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.34.0...0.34.1">https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.34.0...0.34.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/f6db59613a66f58c48310aa8fa785951970b5d6d"><code>f6db596</code></a> fix: don't resolve <code>filter</code>ed files (<a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/428">#428</a>)</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/3ef3289fc1a4d53f2fc423d7c46818c7563e571a"><code>3ef3289</code></a> fix: add compatibility checks w/ <code>semver</code> (<a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/424">#424</a>)</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/a1ae42b949bd0c3e14d6c5bfd6e1fdb1091d3fff"><code>a1ae42b</code></a> test: increase <code>no-errors</code> integration timeout to 20s (<a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/425">#425</a>)</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/ffb562dc84e2290140d35983a6fff45d7aa1a88a"><code>ffb562d</code></a> clean(deps): remove unused <code>`@types/resolve</code>` (<a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/423">#423</a>)</li> <li><a href="https://github.com/ezolenko/rollup-plugin-typescript2/commit/e8f59ef48541819ff96c1ae95d1dec2598aad9e1"><code>e8f59ef</code></a> fix: don't error out while catching a <code>buildStart</code> error (<a href="https://github-redirect.dependabot.com/ezolenko/rollup-plugin-typescript2/issues/422">#422</a>)</li> <li>See full diff in <a href="https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.34.0...0.34.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rollup-plugin-typescript2&package-manager=npm_and_yarn&previous-version=0.34.0&new-version=0.34.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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) </details> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 parents 430e7ef + abc6022 commit 87b6593

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
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.34.0",
107+
"rollup-plugin-typescript2": "^0.34.1",
108108
"shx": "^0.3.2",
109109
"ts-jest": "^26.5.6",
110110
"typescript": "4.6.4"

yarn.lock

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5708,14 +5708,15 @@ rollup-plugin-terser@^7.0.0:
57085708
serialize-javascript "^4.0.0"
57095709
terser "^5.0.0"
57105710

5711-
rollup-plugin-typescript2@^0.34.0:
5712-
version "0.34.0"
5713-
resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.34.0.tgz#06ed351dc84bf7101bca2b3098c7d6a737aeae33"
5714-
integrity sha512-dGtOz2kL6nQVgfIOmnA4Xh+5cFrs3bdu4jja/ej7WKR92RzOOixsn71LY5ZFFmKe1R677nUh+k2++NiY3un2PQ==
5711+
rollup-plugin-typescript2@^0.34.1:
5712+
version "0.34.1"
5713+
resolved "https://registry.yarnpkg.com/rollup-plugin-typescript2/-/rollup-plugin-typescript2-0.34.1.tgz#c457f155a71d133c142689213fce78694e30d0be"
5714+
integrity sha512-P4cHLtGikESmqi1CA+tdMDUv8WbQV48mzPYt77TSTOPJpERyZ9TXdDgjSDix8Fkqce6soYz3+fa4lrC93IEkcw==
57155715
dependencies:
57165716
"@rollup/pluginutils" "^4.1.2"
57175717
find-cache-dir "^3.3.2"
57185718
fs-extra "^10.0.0"
5719+
semver "^7.3.7"
57195720
tslib "^2.4.0"
57205721

57215722
rollup@^2.79.1:
@@ -5803,10 +5804,10 @@ semver-diff@^3.1.1:
58035804
resolved "https://registry.yarnpkg.com/semver/-/semver-5.7.1.tgz#a954f931aeba508d307bbf069eff0c01c96116f7"
58045805
integrity sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==
58055806

5806-
[email protected], semver@^7.2.1, semver@^7.3.2, semver@^7.3.4:
5807-
version "7.3.4"
5808-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.4.tgz#27aaa7d2e4ca76452f98d3add093a72c943edc97"
5809-
integrity sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==
5807+
[email protected], semver@^7.2.1, semver@^7.3.2, semver@^7.3.4, semver@^7.3.7:
5808+
version "7.3.8"
5809+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
5810+
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
58105811
dependencies:
58115812
lru-cache "^6.0.0"
58125813

0 commit comments

Comments
 (0)