Informatiqal / qlik-repo-api

Package to interact with Qlik Sense Repository API (QSEoW)
https://informatiqal.com/qlik-repository-api/
MIT License
5 stars 0 forks source link

Update dependency rollup-plugin-typescript2 to v0.34.0 #143

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rollup-plugin-typescript2 0.33.0 -> 0.34.0 age adoption passing confidence

Release Notes

ezolenko/rollup-plugin-typescript2 ### [`v0.34.0`](https://togithub.com/ezolenko/rollup-plugin-typescript2/releases/tag/0.34.0) [Compare Source](https://togithub.com/ezolenko/rollup-plugin-typescript2/compare/0.33.0...0.34.0) ##### Bugfixes - fix: handle all type-only imports by piping TS imports by [@​agilgur5](https://togithub.com/agilgur5) in [#​406](https://togithub.com/ezolenko/rollup-plugin-typescript2/pull/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 `type`s and `interface`s that would produce no JS. - For instance: [#​211](https://togithub.com/ezolenko/rollup-plugin-typescript2/issues/211), [#​298](https://togithub.com/ezolenko/rollup-plugin-typescript2/issues/298), [#​409](https://togithub.com/ezolenko/rollup-plugin-typescript2/issues/409), [etc](https://togithub.com/ezolenko/rollup-plugin-typescript2/issues?q=label%3A%22topic%3A+type-only+%2F+emit-less+imports%22+)
More Fixes ... - fix(dx): remove extra quote in `emitDeclarationOnly` log statement by [@​agilgur5](https://togithub.com/agilgur5) in [#​412](https://togithub.com/ezolenko/rollup-plugin-typescript2/pull/412)
##### Docs - docs: add a simple `CHANGELOG.md` that references GH releases by [@​agilgur5](https://togithub.com/agilgur5) in [#​419](https://togithub.com/ezolenko/rollup-plugin-typescript2/pull/419) - i.e. it references *this* page ##### Internal (testing, refactors) - test: ensure `declarationMap` sources are correct by [@​agilgur5](https://togithub.com/agilgur5) in [#​403](https://togithub.com/ezolenko/rollup-plugin-typescript2/pull/403) - test: add `print-diagnostics` spec by [@​agilgur5](https://togithub.com/agilgur5) in [#​405](https://togithub.com/ezolenko/rollup-plugin-typescript2/pull/405)
More Internal ... - refactor(test): heavily simplify the `context` helper by [@​agilgur5](https://togithub.com/agilgur5) in [#​404](https://togithub.com/ezolenko/rollup-plugin-typescript2/pull/404) - refactor: combine `check-tsconfig` with `parse-tsconfig` by [@​agilgur5](https://togithub.com/agilgur5) in [#​413](https://togithub.com/ezolenko/rollup-plugin-typescript2/pull/413) - clean: remove `ConsoleContext` entirely by using `buildStart` by [@​agilgur5](https://togithub.com/agilgur5) in [#​414](https://togithub.com/ezolenko/rollup-plugin-typescript2/pull/414) - refactor(cache): simplify creating / using the `cache` var by [@​agilgur5](https://togithub.com/agilgur5) in [#​415](https://togithub.com/ezolenko/rollup-plugin-typescript2/pull/415) - refactor: consolidate `diagnostics` funcs into single file by [@​agilgur5](https://togithub.com/agilgur5) in [#​415](https://togithub.com/ezolenko/rollup-plugin-typescript2/pull/416)
**Full Changelog**: https://github.com/ezolenko/rollup-plugin-typescript2/compare/0.33.0.1...0.34.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.