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 ezolenko/rollup-plugin-typescript2#421)
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 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 ezolenko/rollup-plugin-typescript2#427)
fix: handle all type-only imports by piping TS imports by @agilgur5 in #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 and interfaces that would produce no JS.
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 rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/GoogleChromeLabs/pinch-zoom/network/alerts).
Removes braces. It's no longer used after updating ancestor dependencies braces, rollup-pluginutils and rollup-plugin-typescript2. These dependencies need to be updated together.
Removes
braces
Updates
rollup-pluginutils
from 2.3.3 to 2.8.2Changelog
Sourced from rollup-pluginutils's changelog.
Commits
3038972
2.8.2c94af05
Merge pull request #70 from styfle/patch-1c67f1d7
Use empty arrayea6ed78
Add testa653e20
Fix optional catch binding2d05b16
chore: fix a million audit warnings (#69)64211c3
Bump lodash from 4.17.11 to 4.17.15 (#66)dd3ab0c
Bump mixin-deep from 1.3.1 to 1.3.2 (#68)e59d5fb
Update minor dependencies3e27e60
2.8.1Updates
rollup-plugin-typescript2
from 0.17.2 to 0.36.0Release notes
Sourced from rollup-plugin-typescript2's releases.
... (truncated)
Commits
e9ede1d
- build592ed5c
switching from tslint (deprecated) to eslint (#463)fc85376
- build versionce2038d
support newermoduleResolution
kindsb43001e
deps: auto-updatesemver
vianpm audit fix
(#459)976dadb
fix: hardcode declaration extension check (#456)61c7392
github: markdist/*
as generated code (#457)68017ae
Adding node 20.x to unit test environments31f61f7
- build for 0.35.0bb78363
- fix for unittestDependabot 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 rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show