chore(deps): update dependency rollup-plugin-typescript2 to v0.34.1
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| rollup-plugin-typescript2 | devDependencies | patch | 0.34.0 -> 0.34.1 |
Release Notes
ezolenko/rollup-plugin-typescript2
v0.34.1
Bugfixes
- fix: don't error out while catching a
buildStarterror by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/422- This fixes an initialization regression in
0.34.0where users sawTypeError: Cannot read property 'done' of undefinedinstead of their actual initialization error, such as atsconfigissue (such as with https://github.com/ezolenko/rollup-plugin-typescript2/issues/421)
- This fixes an initialization regression in
- fix: add compatibility checks w/
semverby @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/424-
0.34.0introduced 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). - This also adds an error if
peerDependenciesminimum versions have not been met
-
- fix: don't resolve
filtered files by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/428- This fixes a regression from
0.33.0that could cause rpt2 to (accidentally) resolve files that should have been filtered out by the plugininclude/exclude(such as with https://github.com/ezolenko/rollup-plugin-typescript2/issues/427)
- This fixes a regression from
Internal (testing, refactors)
- clean(deps): remove unused
@types/resolveby @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/423 - test: increase
no-errorsintegration 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
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.