chore(deps): update dependency rollup-plugin-typescript2 to ^0.33.0#307
Merged
chore(deps): update dependency rollup-plugin-typescript2 to ^0.33.0#307
Conversation
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.33.0Release Notes
ezolenko/rollup-plugin-typescript2
v0.33.0Compare Source
What's Changed
Features
emitDeclarationOnlyby @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/366Bugfixes
filter"missed" declarations as well by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/347noErrors = falsewhen there arecompilerOptionserrors by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/342getScriptSnapshotmust also callfileNames.addby @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/364codeCachein most cases when imports change by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/369prettydefaults totruein TS 2.9+ by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/372noErrors = falsetoemitSkippedby @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/381tsconfigerror shouldn't sayundefinedby @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/383included files missed bytransform(type-only files) by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/345Other changes (docs, tests, refactoring)
docs, tests, refactoring)
optim: don't
getScriptSnapshotwhen we already have the snapshot by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/341clean: condense own
tsconfigby removing defaults by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/343clean: remove redundant
allImportedFilescheck in_onwriteby @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/346refactor: invert another if for readabilty -- in
get-options-overridesby @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/348refactor: simplify hosts to directly assign
tsModule.syswhere possible by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/349github: add troubleshooting steps to the issue template by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/350
docs: add a section on "Learning the codebase" to
CONTRIBUTING.mdby @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/351github: add more environment details to
envinfoby @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/353github: add a reproduction environment to the issue template by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/354
fix(test): handle
prettyformatting by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/377docs(cache): add/change some comments for clarity by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/357
refactor(cache):
makeName->createHashfor clarity by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/355refactor(cache): simplify condition w/ optional chaining by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/356
refactor(cache): tiny simplification to
walkTreeby @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/359docs(cache): add a typedoc
@returnstocreateHashby @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/361refactor(cache): simplify
cleanmethod by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/358refactor: split out a common
typecheckFilefunc by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/344refactor: use optional chaining for
sourceMapCallbackby @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/363docs/clean: formally deprecate
rollupCommonJSResolveHackby @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/367refactor(cache): split a
getCachedfunction out by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/360refactor(cache): simplify
noCachecondition by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/362github: add a Pull Request template by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/370
clean(cache): remove unused
checkNewCacheparameter by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/368docs: improve grammar & formatting, plus add TSConfig Reference links by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/375
clean: remove backward-compat checks for old Rollup versions by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/374
docs: mention
module: "ES2020"compatibility by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/376test: add initial integration test suite by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/371
docs: mention
ttypescript, a common integration by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/379docs: add a permalink to the og rpt by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/380
docs: mention
transpileOnlyincheck: falseby @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/378dx: add rpt2 prefix to remaining errors by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/382
docs: clarify
clean: trueand defaultincludeby @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/387dx(cache): improve
cleanedge-case errors with quotes by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/394dx: be more explicit with
emitSkippederror by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/395optim(watch): don't reset
DocumentRegistryb/t watch cycles by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/388optim(cache): don't check imports for syntactic diagnostics by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/389
refactor: move
generateRound = 0tobuildEndby @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/390refactor: move
snapshotcheck intotypecheckFileby @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/391refactor: split out an
addDeclarationfunc by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/392refactor(cache): further condense
walkTreeby @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/393refactor(diagnostics): simplify some conditionals by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/402
revert: back to using
vue.d.tsinstead of.d.tsfor Vue declarations by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/410test: add initial watch mode test suite by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/386
refactor: combine two context files into one by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/396
test: add
parse-tsconfigspec by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/397refactor(test): use more specific checks in
check-tsconfigspec by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/398test: 100% coverage for
tslib.ts(error case) by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/399clean: remove redundant
generateRound === 0check by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/400test(cache): ignore coverage for corrupted cache check by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/401
Full Changelog: ezolenko/rollup-plugin-typescript2@0.32.1...0.33.0
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/336sourceswhen 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
fix(docs):
_.mergedoesn't concat arrays by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/314docs: clarify the TS option's defaults by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/316
docs: split off a CONTRIBUTING.md and improve formatting, grammar, links by @agilgur5 in https://github.com/ezolenko/rollup-plugin-typescript2/pull/313
More Docs ...
More 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.