chore(deps): update dependency rollup-plugin-typescript2 to v0.34.1
Compare changes
+ 4
− 3
@@ -7513,13 +7513,14 @@ rollup-plugin-terser@^7.0.2:
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| rollup-plugin-typescript2 | devDependencies | patch | 0.34.0 -> 0.34.1 |
v0.34.1
buildStart error by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/422
0.34.0 where users saw TypeError: Cannot read property 'done' of undefined instead of their actual initialization error, such as a tsconfig issue (such as with https://github.com/ezolenko/rollup-plugin-typescript2/issues/421)semver by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/424
0.34.0 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).peerDependencies minimum versions have not been metfiltered files by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/428
0.33.0 that could cause rpt2 to (accidentally) resolve files that should have been filtered out by the plugin include/exclude (such as with https://github.com/ezolenko/rollup-plugin-typescript2/issues/427)@types/resolve by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/423
no-errors integration timeout to 20s by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/425
Full Changelog: https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.34.0...0.34.1




This MR has been generated by Renovate Bot.