Update dependency rollup-plugin-typescript2 to v0.34.1 - autoclosed#60
Closed
renovate[bot] wants to merge 1 commit intomasterfrom
Closed
Update dependency rollup-plugin-typescript2 to v0.34.1 - autoclosed#60renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
fa26061 to
7498c73
Compare
7498c73 to
931093f
Compare
931093f to
d5c875a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.31.2->0.34.1Release Notes
ezolenko/rollup-plugin-typescript2
v0.34.1Compare Source
Bugfixes
buildStarterror by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/4220.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)semverby @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/4240.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).peerDependenciesminimum versions have not been metfiltered files by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/4280.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)Internal (testing, refactors)
@types/resolveby @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/423no-errorsintegration timeout to 20s by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/425Full Changelog: ezolenko/rollup-plugin-typescript2@0.34.0...0.34.1
v0.34.0Compare Source
Bugfixes
types andinterfaces that would produce no JS.2.60.0+ as it requires the use ofthis.load0.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.More Fixes ...
emitDeclarationOnlylog statement by @agilgur5 in #412Docs
CHANGELOG.mdthat references GH releases by @agilgur5 in #419Internal (testing, refactors)
declarationMapsources are correct by @agilgur5 in #403print-diagnosticsspec by @agilgur5 in #405More Internal ...
contexthelper by @agilgur5 in #404check-tsconfigwithparse-tsconfigby @agilgur5 in #413ConsoleContextentirely by usingbuildStartby @agilgur5 in #414cachevar by @agilgur5 in #415diagnosticsfuncs into single file by @agilgur5 in #415Full Changelog: ezolenko/rollup-plugin-typescript2@0.33.0.1...0.34.0
v0.33.0Compare Source
v0.32.1Compare Source
Bugfixes
@rollup/plugin-commonjsto v22 to fix try/catch requires by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/3400.32.0that caused users with certain environments to experienceReferenceError: window is not definedwhen importing rpt2. See https://github.com/ezolenko/rollup-plugin-typescript2/issues/339Full Changelog: ezolenko/rollup-plugin-typescript2@0.32.0...0.32.1
v0.32.0Compare Source
Features
rpt2:prefix on more errors by @ezolenko in ezolenko/rollup-plugin-typescript2@ff88951Bugfixes
get-options-overridesby @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/331realpathto host to properly resolve monorepos / symlinks by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/332.d.tsinstead of.vue.d.tsfor Vue declarations by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/336.vue.d.ts. As such, this has been reverted in0.33.0sourceswhen no output by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/334noEmitOnError: falseby @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/338Dependencies
ReferenceError: window is not defined, please upgrade to0.32.1, which should fix this issue.@types/colorspackage by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/319normalizePathfrom@rollup/pluginutilsby @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/320tslibto^2.4.0, remove@yarn-tool/resolve-packageby @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/326Docs
_.mergedoesn't concat arrays by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/314More Docs ...
GitHub
Internal (testing, refactors)
get-options-overrides(createFilter) by @agilguhttps://github.com/ezolenko/rollup-plugin-typescript2/pull/329ll/329More Internal ...
partial.tsas this is built into TS by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/322npm cifor install and cachenpmby @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/323Full Changelog: ezolenko/rollup-plugin-typescript2@0.31.2...0.32.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.