Skip to content

0.34.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@ezolenko ezolenko released this 03 Oct 19:32
· 14 commits to master since this release
f6db596

Bugfixes

  • fix: don't error out while catching a buildStart error by @agilgur5 in #422
    • This fixes an initialization regression in 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 #421)
  • fix: add compatibility checks w/ semver by @agilgur5 in #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 filtered files by @agilgur5 in #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 plugin include/exclude (such as with #427)

Internal (testing, refactors)

  • clean(deps): remove unused @types/resolve by @agilgur5 in #423
  • test: increase no-errors integration timeout to 20s by @agilgur5 in #425

Full Changelog: 0.34.0...0.34.1