Skip to content

chore(deps): update dependency rollup-plugin-typescript2 to v0.37.0#693

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

chore(deps): update dependency rollup-plugin-typescript2 to v0.37.0#693
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 Oct 16, 2020

This PR contains the following updates:

Package Change Age Confidence
rollup-plugin-typescript2 0.27.30.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


Configuration

📅 Schedule: (in timezone Asia/Tokyo)

  • Branch creation
    • "every weekend"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 added the renovate label Oct 16, 2020
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch 3 times, most recently from 2df3d2f to 5056749 Compare October 23, 2020 17:52
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch 3 times, most recently from 51cc448 to 2f5578a Compare October 30, 2020 19:05
@renovate renovate Bot changed the title chore(deps): update dependency rollup-plugin-typescript2 to v0.28.0 chore(deps): update dependency rollup-plugin-typescript2 to v0.29.0 Oct 30, 2020
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch 4 times, most recently from 00991cc to d510568 Compare November 5, 2020 17:15
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from d510568 to 5c16d66 Compare November 12, 2020 15:38
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 5c16d66 to 26e50a8 Compare November 27, 2020 16:15
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 26e50a8 to 497edb3 Compare December 4, 2020 17:16
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 497edb3 to d826b14 Compare December 14, 2020 01:47
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from d826b14 to 58e846f Compare December 25, 2020 16:54
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 58e846f to 1fbe2d6 Compare February 18, 2021 17:32
@renovate renovate Bot changed the title chore(deps): update dependency rollup-plugin-typescript2 to v0.29.0 chore(deps): update dependency rollup-plugin-typescript2 to v0.30.0 Feb 18, 2021
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 1fbe2d6 to 495471f Compare May 28, 2021 02:20
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch 2 times, most recently from 4106b70 to 21832f0 Compare September 14, 2021 14:33
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 21832f0 to 267e6e6 Compare February 24, 2022 01:22
@renovate renovate Bot changed the title chore(deps): update dependency rollup-plugin-typescript2 to v0.30.0 chore(deps): update dependency rollup-plugin-typescript2 to v0.31.2 Feb 24, 2022
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 267e6e6 to a507bf7 Compare February 24, 2022 03:48
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch 3 times, most recently from ee3038f to 6ba1959 Compare March 15, 2022 04:52
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch 2 times, most recently from 5335ece to 829af39 Compare April 21, 2022 16:23
@renovate renovate Bot changed the title chore(deps): update dependency rollup-plugin-typescript2 to v0.34.1 Update dependency rollup-plugin-typescript2 to v0.34.1 Dec 17, 2022
@renovate renovate Bot changed the title Update dependency rollup-plugin-typescript2 to v0.34.1 chore(deps): update dependency rollup-plugin-typescript2 to v0.34.1 Dec 17, 2022
@renovate renovate Bot changed the title chore(deps): update dependency rollup-plugin-typescript2 to v0.34.1 chore(deps): 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 d8474e6 to 6783a6b Compare June 23, 2023 06:47
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch 4 times, most recently from adc5ffb to ef8d74a Compare August 11, 2023 04:46
@renovate renovate Bot changed the title chore(deps): update dependency rollup-plugin-typescript2 to v0.35.0 chore(deps): 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 from ef8d74a to 0581c0b Compare September 27, 2023 19:25
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch 12 times, most recently from 2a99a22 to 39c7612 Compare April 28, 2024 01:06
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch 3 times, most recently from 07412f3 to dc6afff Compare April 28, 2024 10:59
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from dc6afff to c337770 Compare May 18, 2024 04:26
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from c337770 to 2b3c7bd Compare May 26, 2024 00:47
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch 2 times, most recently from 379e6bc to 55a3174 Compare September 10, 2024 00:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants