Update dependency rollup-plugin-typescript2 to v0.37.0#32
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
Update dependency rollup-plugin-typescript2 to v0.37.0#32renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
36e3830 to
9c8061e
Compare
9c8061e to
31d7ed1
Compare
b1e71ea to
a65bc8f
Compare
a65bc8f to
a558098
Compare
a558098 to
7397221
Compare
7397221 to
3ebf9ca
Compare
3ebf9ca to
9f01265
Compare
9f01265 to
4c0d33e
Compare
4c0d33e to
59e1c71
Compare
59e1c71 to
fe176c3
Compare
fe176c3 to
b2750e2
Compare
b2750e2 to
866459a
Compare
866459a to
e87f659
Compare
e87f659 to
3bd35a4
Compare
3bd35a4 to
a17b5a6
Compare
a17b5a6 to
67c3096
Compare
8a23437 to
cb5aa46
Compare
cb5aa46 to
bd4e9e7
Compare
bd4e9e7 to
0c64463
Compare
0c64463 to
f35ff53
Compare
f35ff53 to
0ba6057
Compare
0ba6057 to
2254217
Compare
2254217 to
624d91d
Compare
624d91d to
b1c43aa
Compare
b1c43aa to
918113e
Compare
918113e to
07ed9ba
Compare
07ed9ba to
1371bd3
Compare
94ec17c to
34960bd
Compare
34960bd to
35dc346
Compare
35dc346 to
b7e81a2
Compare
b7e81a2 to
e574675
Compare
e574675 to
ba4bd97
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.18.0→0.37.0Release Notes
ezolenko/rollup-plugin-typescript2 (rollup-plugin-typescript2)
v0.37.0Compare Source
Bugfixes
+(|x)patterns with{,x}for picomatch 2.3.2 compatibility by @koizuka in #481Internal (testing, refactors)
actions/setup-node@v2tov4by @ezolenko in #477New Contributors
Full Changelog: ezolenko/rollup-plugin-typescript2@0.36.0...0.37.0
v0.36.0Compare Source
Features/bugfixes
moduleResolutionkinds, update build to TS 5.x by @ezolenko in #453Internal (testing, refactors)
dist/*as generated code by @agilgur5 in #457semvervianpm audit fixby @agilgur5 in #459Full Changelog: ezolenko/rollup-plugin-typescript2@0.35.0...0.36.0
v0.35.0Compare Source
Features
module: "ES2022"by @ezolenko in #450Bugfixes
Full Changelog: ezolenko/rollup-plugin-typescript2@0.34.1...0.35.0
v0.34.1Compare Source
Bugfixes
buildStarterror by @agilgur5 in #4220.34.0where users sawTypeError: Cannot read property 'done' of undefinedinstead of their actual initialization error, such as atsconfigissue (such as with #421)semverby @agilgur5 in #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 #4280.33.0that could cause rpt2 to (accidentally) resolve files that should have been filtered out by the plugininclude/exclude(such as with #427)Internal (testing, refactors)
@types/resolveby @agilgur5 in #423no-errorsintegration timeout to 20s by @agilgur5 in #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 #3400.32.0that caused users with certain environments to experienceReferenceError: window is not definedwhen importing rpt2. See #339Full Changelog: ezolenko/rollup-plugin-typescript2@0.32.0...0.32.1
v0.32.0Compare Source
Features
rpt2:prefix on more errors by @ezolenko inff88951Bugfixes
get-options-overridesby @agilgur5 in #331realpathto host to properly resolve monorepos / symlinks by @agilgur5 in #332.d.tsinstead of.vue.d.tsfor Vue declarations by @agilgur5 in #336.vue.d.ts. As such, this has been reverted in0.33.0sourceswhen no output by @agilgur5 in #334noEmitOnError: falseby @agilgur5 in #338Dependencies
f84afe9,0df5362,5a3e58b, and08d2f5b08d2f5bcaused a regression in certain environments per #339. If you're experiencingReferenceError: window is not defined, please upgrade to0.32.1, which should fix this issue.@types/colorspackage by @agilgur5 in #319normalizePathfrom@rollup/pluginutilsby @agilgur5 in #320tslibto^2.4.0, remove@yarn-tool/resolve-packageby @agilgur5 in #326Docs
_.mergedoesn't concat arrays by @agilgur5 in #314More Docs ...
4e9f8ffGitHub
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 #322npm cifor install and cachenpmby @agilgur5 in #323Full Changelog: ezolenko/rollup-plugin-typescript2@0.31.2...0.32.0
v0.31.2Compare Source
What's Changed
tracemethod to theLanguageServiceHostto enable usage withtraceResolutionby @Andarist in #296Full Changelog: ezolenko/rollup-plugin-typescript2@0.31.1...0.31.2
v0.31.1Compare Source
Fix for #291
Full Changelog: ezolenko/rollup-plugin-typescript2@0.31.0...0.31.1
v0.31.0Compare Source
tslibon node 17v0.30.0Compare Source
#251 Fix duplicate output with multiple entry points
allowing ES2020 module type in tsconfig
v0.29.0Compare Source
#249 use compilerOptions.rootDir to filter files
v0.28.0Compare Source
#221
v0.27.3Compare Source
PR #243
Updating dependencies
v0.27.2Compare Source
Dependency updates
v0.27.1Compare Source
v0.27.0Compare Source
v0.26.0Compare Source
#203 Updating object-hash to 2.0.2 with async support.
Updating other dependencies.
v0.25.3Compare Source
cwd option
v0.25.2Compare Source
v0.24.3Compare Source
v0.24.2Compare Source
afterDeclarations#173v0.24.1Compare Source
Fix for
preserveModulesoption in rollup.#170
v0.24.0Compare Source
Switching to
find-cache-dir, default cache isnode_modules\.cache\rollup-plugin-typescript2now.v0.23.0Compare Source
v0.22.1Compare Source
v0.22.0Compare Source
Dependency updates
v0.21.2Compare Source
v0.21.1Compare Source
PR #151 with diagnostic message format fix
v0.21.0Compare Source
v0.20.1Compare Source
Fix for #144
v0.20.0Compare Source
v0.19.3Compare Source
Fix for cache
v0.19.2Compare Source
v0.19.1Compare Source
v0.19.0Compare Source
v0.18.1Compare Source
Configuration
📅 Schedule: (UTC)
🚦 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 was generated by Mend Renovate. View the repository job log.