dropzone-ui-react
dropzone-ui-react copied to clipboard
Bump rollup-plugin-typescript2 from 0.31.2 to 0.34.1
Bumps rollup-plugin-typescript2 from 0.31.2 to 0.34.1.
Release notes
Sourced from rollup-plugin-typescript2's releases.
0.34.1
Bugfixes
- fix: don't error out while catching a
buildStarterror by@agilgur5in ezolenko/rollup-plugin-typescript2#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 ezolenko/rollup-plugin-typescript2#421)- fix: add compatibility checks w/
semverby@agilgur5in ezolenko/rollup-plugin-typescript2#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 makes it give a nice, clear warning message instead and skip 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@agilgur5in ezolenko/rollup-plugin-typescript2#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 ezolenko/rollup-plugin-typescript2#427)Internal (testing, refactors)
- clean(deps): remove unused
@types/resolveby@agilgur5in ezolenko/rollup-plugin-typescript2#423- test: increase
no-errorsintegration timeout to 20s by@agilgur5in ezolenko/rollup-plugin-typescript2#425Full Changelog: https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.34.0...0.34.1
0.34.0
Bugfixes
- fix: handle all type-only imports by piping TS imports by
@agilgur5in #406
- If you have ever had issues with some files not being type-checked or not generating declarations, this should conclusively fix all such issues. This type of issue used to occur if you had a type-only / interface-only / emit-less file, i.e. a file with only TS
types andinterfaces that would produce no JS.- NOTE: This requires Rollup version
2.60.0+ as it requires the use ofthis.load
0.34.0will (accidentally) error out on older versions of Rollup.0.34.1patched this to instead give a warning and skip this check on older versions of Rollup.
- fix(dx): remove extra quote in
emitDeclarationOnlylog statement by@agilgur5in #412Docs
- docs: add a simple
CHANGELOG.mdthat references GH releases by@agilgur5in #419
- i.e. it references this page
Internal (testing, refactors)
- test: ensure
declarationMapsources are correct by@agilgur5in #403- test: add
print-diagnosticsspec by@agilgur5in #405
- refactor(test): heavily simplify the
contexthelper by@agilgur5in #404- refactor: combine
check-tsconfigwithparse-tsconfigby@agilgur5in #413- clean: remove
ConsoleContextentirely by usingbuildStartby@agilgur5in #414- refactor(cache): simplify creating / using the
cachevar by@agilgur5in #415
... (truncated)
Commits
f6db596fix: don't resolvefiltered files (#428)3ef3289fix: add compatibility checks w/semver(#424)a1ae42btest: increaseno-errorsintegration timeout to 20s (#425)ffb562dclean(deps): remove unused@types/resolve(#423)e8f59effix: don't error out while catching abuildStarterror (#422)0b99f8e- build for 34.0ba26293refactor: consolidatediagnosticsfuncs into single file (#416)e98e0eddocs: add a simple CHANGELOG.md that references GH releases (#419)560ed8dfix: handle all type-only imports by piping TS imports (#406)c6be0ebrefactor(cache): simplify creating / using thecachevar (#415)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)