Skip to content

Update dependency rollup-plugin-typescript2 to v0.37.0#32

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/rollup-plugin-typescript2-0.x
Open

Update dependency rollup-plugin-typescript2 to v0.37.0#32
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/rollup-plugin-typescript2-0.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Dec 11, 2018

This PR contains the following updates:

Package Change Age Confidence
rollup-plugin-typescript2 0.18.00.37.0 age confidence

Release Notes

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

v0.37.0

Compare Source

Bugfixes

  • fix: replace +(|x) patterns with {,x} for picomatch 2.3.2 compatibility by @​koizuka in #​481

Internal (testing, refactors)

New Contributors

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

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

  • fix: don't error out while catching a buildStart error by @​agilgur5 in #​422
    • This fixes an initialization regression in 0.34.0 where users saw TypeError: Cannot read property 'done' of undefined instead of their actual initialization error, such as a tsconfig issue (such as with #​421)
  • fix: add compatibility checks w/ semver by @​agilgur5 in #​424
    • 0.34.0 introduced 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).
    • This also adds an error if peerDependencies minimum versions have not been met
  • fix: don't resolve filtered files by @​agilgur5 in #​428
    • This fixes a regression from 0.33.0 that could cause rpt2 to (accidentally) resolve files that should have been filtered out by the plugin include/exclude (such as with #​427)

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
  • deps: upgrade @rollup/plugin-commonjs to v22 to fix try/catch requires by @​agilgur5 in #​340
    • This fixes a regression in 0.32.0 that caused users with certain environments to experience ReferenceError: window is not defined when importing rpt2. See #​339

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.

#​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


Configuration

📅 Schedule: (UTC)

  • 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 36e3830 to 9c8061e Compare January 16, 2019 00:38
@renovate renovate Bot changed the title Update dependency rollup-plugin-typescript2 to v0.18.1 Update dependency rollup-plugin-typescript2 to v0.19.0 Jan 16, 2019
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 9c8061e to 31d7ed1 Compare January 18, 2019 00:32
@renovate renovate Bot changed the title Update dependency rollup-plugin-typescript2 to v0.19.0 Update dependency rollup-plugin-typescript2 to v0.19.1 Jan 18, 2019
@renovate renovate Bot changed the title Update dependency rollup-plugin-typescript2 to v0.19.1 Update dependency rollup-plugin-typescript2 to v0.19.2 Jan 18, 2019
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch 2 times, most recently from b1e71ea to a65bc8f Compare January 22, 2019 03:28
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from a65bc8f to a558098 Compare January 26, 2019 15:29
@renovate renovate Bot changed the title Update dependency rollup-plugin-typescript2 to v0.19.2 Update dependency rollup-plugin-typescript2 to v0.19.3 Feb 25, 2019
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from a558098 to 7397221 Compare February 25, 2019 17:06
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 7397221 to 3ebf9ca Compare March 7, 2019 12:37
@renovate renovate Bot changed the title Update dependency rollup-plugin-typescript2 to v0.19.3 Update dependency rollup-plugin-typescript2 to v0.20.0 Mar 11, 2019
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 3ebf9ca to 9f01265 Compare March 11, 2019 20:05
@renovate renovate Bot changed the title Update dependency rollup-plugin-typescript2 to v0.20.0 Update dependency rollup-plugin-typescript2 to v0.20.1 Mar 13, 2019
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 9f01265 to 4c0d33e Compare March 13, 2019 14:52
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 4c0d33e to 59e1c71 Compare April 15, 2019 12:38
@renovate renovate Bot changed the title Update dependency rollup-plugin-typescript2 to v0.20.1 Update dependency rollup-plugin-typescript2 to v0.21.0 Apr 23, 2019
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 59e1c71 to fe176c3 Compare April 23, 2019 22:16
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from fe176c3 to b2750e2 Compare May 17, 2019 19:31
@renovate renovate Bot changed the title Update dependency rollup-plugin-typescript2 to v0.21.0 Update dependency rollup-plugin-typescript2 to v0.21.1 May 17, 2019
@renovate renovate Bot changed the title Update dependency rollup-plugin-typescript2 to v0.21.1 Update dependency rollup-plugin-typescript2 to v0.21.2 Jun 19, 2019
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from b2750e2 to 866459a Compare June 19, 2019 14:51
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 866459a to e87f659 Compare July 13, 2019 06:51
@renovate renovate Bot changed the title Update dependency rollup-plugin-typescript2 to v0.21.2 Update dependency rollup-plugin-typescript2 to v0.22.0 Jul 13, 2019
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from e87f659 to 3bd35a4 Compare August 10, 2019 07:54
@renovate renovate Bot changed the title Update dependency rollup-plugin-typescript2 to v0.22.0 Update dependency rollup-plugin-typescript2 to v0.22.1 Aug 10, 2019
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 3bd35a4 to a17b5a6 Compare September 5, 2019 04:53
@renovate renovate Bot changed the title Update dependency rollup-plugin-typescript2 to v0.22.1 Update dependency rollup-plugin-typescript2 to v0.24.0 Sep 5, 2019
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from a17b5a6 to 67c3096 Compare October 5, 2019 10:51
@renovate renovate Bot changed the title Update dependency rollup-plugin-typescript2 to v0.24.0 Update dependency rollup-plugin-typescript2 to v0.24.3 Oct 5, 2019
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 8a23437 to cb5aa46 Compare May 15, 2020 15:54
@renovate renovate Bot changed the title Update dependency rollup-plugin-typescript2 to v0.27.0 Update dependency rollup-plugin-typescript2 to v0.27.1 May 15, 2020
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from cb5aa46 to bd4e9e7 Compare August 27, 2020 09:56
@renovate renovate Bot changed the title Update dependency rollup-plugin-typescript2 to v0.27.1 Update dependency rollup-plugin-typescript2 to v0.27.2 Aug 27, 2020
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from bd4e9e7 to 0c64463 Compare October 28, 2020 03:54
@renovate renovate Bot changed the title Update dependency rollup-plugin-typescript2 to v0.27.2 Update dependency rollup-plugin-typescript2 to v0.28.0 Oct 28, 2020
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 0c64463 to f35ff53 Compare November 28, 2020 17:51
@renovate renovate Bot changed the title Update dependency rollup-plugin-typescript2 to v0.28.0 Update dependency rollup-plugin-typescript2 to v0.29.0 Nov 28, 2020
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from f35ff53 to 0ba6057 Compare April 26, 2021 16:37
@renovate renovate Bot changed the title Update dependency rollup-plugin-typescript2 to v0.29.0 Update dependency rollup-plugin-typescript2 to v0.30.0 Apr 26, 2021
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 0ba6057 to 2254217 Compare March 7, 2022 16:12
@renovate renovate Bot changed the title Update dependency rollup-plugin-typescript2 to v0.30.0 Update dependency rollup-plugin-typescript2 to v0.31.2 Mar 7, 2022
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 2254217 to 624d91d Compare June 18, 2022 15:49
@renovate renovate Bot changed the title Update dependency rollup-plugin-typescript2 to v0.31.2 Update dependency rollup-plugin-typescript2 to v0.32.1 Jun 18, 2022
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 624d91d to b1c43aa Compare September 25, 2022 15:49
@renovate renovate Bot changed the title Update dependency rollup-plugin-typescript2 to v0.32.1 Update dependency rollup-plugin-typescript2 to v0.34.0 Sep 25, 2022
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from b1c43aa to 918113e Compare November 20, 2022 20:51
@renovate renovate Bot changed the title Update dependency rollup-plugin-typescript2 to v0.34.0 Update dependency rollup-plugin-typescript2 to v0.34.1 Nov 20, 2022
@renovate renovate Bot changed the title Update dependency rollup-plugin-typescript2 to v0.34.1 Update dependency rollup-plugin-typescript2 to v0.35.0 Jun 23, 2023
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 918113e to 07ed9ba Compare June 23, 2023 06:52
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 07ed9ba to 1371bd3 Compare September 27, 2023 18:23
@renovate renovate Bot changed the title Update dependency rollup-plugin-typescript2 to v0.35.0 Update dependency rollup-plugin-typescript2 to v0.36.0 Sep 27, 2023
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch 2 times, most recently from 94ec17c to 34960bd Compare August 13, 2025 11:41
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 34960bd to 35dc346 Compare October 21, 2025 16:49
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 35dc346 to b7e81a2 Compare February 12, 2026 17:37
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from b7e81a2 to e574675 Compare March 27, 2026 13:08
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from e574675 to ba4bd97 Compare March 29, 2026 09:03
@renovate renovate Bot changed the title Update dependency rollup-plugin-typescript2 to v0.36.0 Update dependency rollup-plugin-typescript2 to v0.37.0 Mar 29, 2026
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