Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency rollup-plugin-typescript2 to ^0.36.0 #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 14, 2018

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rollup-plugin-typescript2 ^0.12.0 -> ^0.36.0 age adoption passing confidence

Release Notes

ezolenko/rollup-plugin-typescript2 (rollup-plugin-typescript2)

v0.36.0

Compare Source

Features/bugfixes

Internal (testing, refactors)

Full Changelog: ezolenko/rollup-plugin-typescript2@0.35.0...0.36.0

v0.35.0

Compare Source

Features
Bugfixes

Full Changelog: ezolenko/rollup-plugin-typescript2@0.34.1...0.35.0

v0.34.1

Compare Source

Bugfixes

Internal (testing, refactors)

Full Changelog: ezolenko/rollup-plugin-typescript2@0.34.0...0.34.1

v0.34.0

Compare Source

Bugfixes

  • 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.
    • NOTE: This requires Rollup version 2.60.0+ as it requires the use of this.load
      • 0.34.0 will (accidentally) error out on older versions of Rollup. 0.34.1 patched this to instead give a warning and skip this check on older versions of Rollup.
More Fixes ...

Docs

  • docs: add a simple CHANGELOG.md that references GH releases by @​agilgur5 in #​419
    • i.e. it references this page

Internal (testing, refactors)

More Internal ...

Full Changelog: ezolenko/rollup-plugin-typescript2@0.33.0.1...0.34.0

v0.33.0

Compare Source

v0.32.1

Compare Source

Bugfixes

Full Changelog: ezolenko/rollup-plugin-typescript2@0.32.0...0.32.1

v0.32.0

Compare Source

Features
Bugfixes
Dependencies
Docs
More Docs ...
GitHub
Internal (testing, refactors)
More Internal ...

Full Changelog: ezolenko/rollup-plugin-typescript2@0.31.2...0.32.0

v0.31.2

Compare Source

What's Changed

Full Changelog: ezolenko/rollup-plugin-typescript2@0.31.1...0.31.2

v0.31.1

Compare Source

Fix for #​291

Full Changelog: ezolenko/rollup-plugin-typescript2@0.31.0...0.31.1

v0.31.0

Compare Source

  • PR #​290 fix for tslib on node 17
  • Updated dependencies

v0.30.0

Compare Source

#​251 Fix duplicate output with multiple entry points
allowing ES2020 module type in tsconfig

v0.29.0

Compare Source

#​249 use compilerOptions.rootDir to filter files

v0.28.0

Compare Source

#​221

v0.27.3

Compare Source

PR #​243

Updating dependencies

v0.27.2

Compare Source

Dependency updates

v0.27.1

Compare Source

v0.27.0

Compare Source

  • updated dependencies and some type changes

v0.26.0

Compare Source

#​203 Updating object-hash to 2.0.2 with async support.

Updating other dependencies.

v0.25.3

Compare Source

cwd option

v0.25.2

Compare Source

v0.24.3

Compare Source

  • fix for missing type definitions when type only files are imported by other type-only files

v0.24.2

Compare Source

  • fix for transformers: pass through afterDeclarations #​173

v0.24.1

Compare Source

Fix for preserveModules option in rollup.

https://github.com/ezolenko/rollup-plugin-typescript2/pull/170

v0.24.0

Compare Source

Switching to find-cache-dir, default cache is node_modules\.cache\rollup-plugin-typescript2 now.

v0.23.0

Compare Source

  • not generating typings for files that are not actually imported
  • not trying to resolve imports unrelated to this plugin

v0.22.1

Compare Source

v0.22.0

Compare Source

Dependency updates

v0.21.2

Compare Source

v0.21.1

Compare Source

PR #​151 with diagnostic message format fix

v0.21.0

Compare Source

v0.20.1

Compare Source

Fix for #​144

v0.20.0

Compare Source

v0.19.3

Compare Source

Fix for cache

v0.19.2

Compare Source

v0.19.1

Compare Source

v0.19.0

Compare Source

v0.18.1

Compare Source

v0.18.0

Compare Source

v0.17.2

Compare Source

v0.17.1

Compare Source

v0.17.0

Compare Source

v0.16.1

Compare Source

v0.16.0

Compare Source

v0.15.1

Compare Source

v0.15.0

Compare Source

v0.14.0

Compare Source

v0.13.0

Compare Source

clean: true doesn't create cache at all (#​68)
sourceMapCallback (#​69)


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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 5a03d4d to d5faabe Compare May 11, 2018 05:15
@renovate renovate bot changed the title Update dependency rollup-plugin-typescript2 to ^0.13.0 Update dependency rollup-plugin-typescript2 to ^0.14.0 May 11, 2018
@renovate renovate bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from d5faabe to 6879745 Compare June 12, 2018 23:22
@renovate renovate bot changed the title Update dependency rollup-plugin-typescript2 to ^0.14.0 Update dependency rollup-plugin-typescript2 to ^0.15.0 Jun 12, 2018
@renovate renovate bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 6879745 to edf0499 Compare July 18, 2018 15:48
@renovate renovate bot changed the title Update dependency rollup-plugin-typescript2 to ^0.15.0 Update dependency rollup-plugin-typescript2 to ^0.16.0 Jul 18, 2018
@renovate renovate bot changed the title Update dependency rollup-plugin-typescript2 to ^0.16.0 Update dependency rollup-plugin-typescript2 to ^0.17.0 Aug 28, 2018
@renovate renovate bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from edf0499 to b9b520c Compare August 28, 2018 17:37
@renovate renovate bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from b9b520c to de35f5b Compare November 12, 2018 04:34
@renovate renovate bot changed the title Update dependency rollup-plugin-typescript2 to ^0.17.0 Update dependency rollup-plugin-typescript2 to ^0.18.0 Nov 12, 2018
@renovate renovate bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from de35f5b to 0e75584 Compare January 16, 2019 00:38
@renovate renovate bot changed the title Update dependency rollup-plugin-typescript2 to ^0.18.0 Update dependency rollup-plugin-typescript2 to ^0.19.0 Jan 16, 2019
@renovate renovate bot changed the title Update dependency rollup-plugin-typescript2 to ^0.19.0 Update dependency rollup-plugin-typescript2 to ^0.20.0 Mar 11, 2019
@renovate renovate bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 0e75584 to bcb8022 Compare March 11, 2019 20:05
@renovate renovate bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from bcb8022 to 3afabac Compare May 4, 2019 14:58
@renovate renovate bot changed the title Update dependency rollup-plugin-typescript2 to ^0.20.0 Update dependency rollup-plugin-typescript2 to ^0.21.0 May 4, 2019
@renovate renovate bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 3afabac to 78445d0 Compare July 13, 2019 05:55
@renovate renovate bot changed the title Update dependency rollup-plugin-typescript2 to ^0.21.0 Update dependency rollup-plugin-typescript2 to ^0.22.0 Jul 13, 2019
@renovate renovate bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 78445d0 to 616ce6e Compare September 5, 2019 04:59
@renovate renovate bot changed the title Update dependency rollup-plugin-typescript2 to ^0.22.0 Update dependency rollup-plugin-typescript2 to ^0.24.0 Sep 5, 2019
@renovate renovate bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 616ce6e to 0586782 Compare November 12, 2019 04:57
@renovate renovate bot changed the title Update dependency rollup-plugin-typescript2 to ^0.24.0 Update dependency rollup-plugin-typescript2 to ^0.25.0 Nov 12, 2019
@renovate renovate bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 0586782 to b2a8e21 Compare February 16, 2020 14:00
@renovate renovate bot changed the title Update dependency rollup-plugin-typescript2 to ^0.25.0 Update dependency rollup-plugin-typescript2 to ^0.26.0 Feb 16, 2020
@renovate renovate bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from b2a8e21 to 69b3174 Compare April 26, 2020 12:55
@renovate renovate bot changed the title Update dependency rollup-plugin-typescript2 to ^0.26.0 Update dependency rollup-plugin-typescript2 to ^0.27.0 Apr 26, 2020
@renovate renovate bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 69b3174 to 9b75961 Compare October 29, 2020 13:58
@renovate renovate bot changed the title Update dependency rollup-plugin-typescript2 to ^0.27.0 Update dependency rollup-plugin-typescript2 to ^0.28.0 Oct 29, 2020
@renovate renovate bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 9b75961 to c3b6876 Compare November 27, 2020 03:58
@renovate renovate bot changed the title Update dependency rollup-plugin-typescript2 to ^0.28.0 Update dependency rollup-plugin-typescript2 to ^0.29.0 Nov 27, 2020
@renovate renovate bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from c3b6876 to 63233a1 Compare April 26, 2021 16:59
@renovate renovate bot changed the title Update dependency rollup-plugin-typescript2 to ^0.29.0 Update dependency rollup-plugin-typescript2 to ^0.30.0 Apr 26, 2021
@renovate renovate bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 63233a1 to 478e860 Compare March 7, 2022 12:29
@renovate renovate bot changed the title Update dependency rollup-plugin-typescript2 to ^0.30.0 Update dependency rollup-plugin-typescript2 to ^0.31.0 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 478e860 to 24962ea Compare June 18, 2022 20:52
@renovate renovate bot changed the title Update dependency rollup-plugin-typescript2 to ^0.31.0 Update dependency rollup-plugin-typescript2 to ^0.32.0 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 24962ea to 2d350f8 Compare September 25, 2022 14:33
@renovate renovate bot changed the title Update dependency rollup-plugin-typescript2 to ^0.32.0 Update dependency rollup-plugin-typescript2 to ^0.34.0 Sep 25, 2022
@renovate renovate bot changed the title Update dependency rollup-plugin-typescript2 to ^0.34.0 Update dependency rollup-plugin-typescript2 to ^0.35.0 Jun 23, 2023
@renovate renovate bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 2d350f8 to 4f816c4 Compare June 23, 2023 08:57
@renovate renovate bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 4f816c4 to 4c181fb Compare September 28, 2023 02:35
@renovate renovate bot changed the title Update dependency rollup-plugin-typescript2 to ^0.35.0 Update dependency rollup-plugin-typescript2 to ^0.36.0 Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants