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
buildStart
error by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/422- This fixes an initialization regression in
0.34.0
where users sawTypeError: Cannot read property 'done' of undefined
instead of their actual initialization error, such as atsconfig
issue (such as with https://github.com/ezolenko/rollup-plugin-typescript2/issues/421)
- This fixes an initialization regression in
- fix: add compatibility checks w/
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). - This also adds an error if
peerDependencies
minimum versions have not been met
-
- fix: don't resolve
filter
ed files by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/428- This fixes a regression from
0.33.0
that 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/resolve
by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/423 - test: increase
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
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.