Skip to content

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

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#11
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/rollup-plugin-typescript2-0.x

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Jul 26, 2019

This PR contains the following updates:

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


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.

@codecov
Copy link
Copy Markdown

codecov Bot commented Jul 26, 2019

Codecov Report

Merging #11 (6aa5f08) into master (9d92560) will not change coverage.
The diff coverage is n/a.

❗ Current head 6aa5f08 differs from pull request most recent head 0157265. Consider uploading reports for the commit 0157265 to get more accurate results

@@            Coverage Diff            @@
##            master       #11   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           20        20           
  Branches         1         1           
=========================================
  Hits            20        20           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 4b00445 to 9bd5fb6 Compare August 23, 2019 00:31
@renovate renovate Bot changed the title chore(deps): update dependency rollup-plugin-typescript2 to v0.22.1 chore(deps): update dependency rollup-plugin-typescript2 to v0.23.0 Aug 23, 2019
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 9bd5fb6 to 5f54add Compare August 28, 2019 23:54
@renovate renovate Bot changed the title chore(deps): update dependency rollup-plugin-typescript2 to v0.23.0 chore(deps): update dependency rollup-plugin-typescript2 to v0.24.0 Aug 28, 2019
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 5f54add to bfee24f Compare September 9, 2019 21:14
@renovate renovate Bot changed the title chore(deps): update dependency rollup-plugin-typescript2 to v0.24.0 chore(deps): update dependency rollup-plugin-typescript2 to v0.24.1 Sep 9, 2019
@renovate renovate Bot changed the title chore(deps): update dependency rollup-plugin-typescript2 to v0.24.1 chore(deps): update dependency rollup-plugin-typescript2 to v0.24.2 Sep 12, 2019
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from bfee24f to 52b5ac9 Compare September 12, 2019 22:31
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 52b5ac9 to 6aa5f08 Compare October 4, 2019 11:03
@renovate renovate Bot changed the title chore(deps): update dependency rollup-plugin-typescript2 to v0.24.2 chore(deps): update dependency rollup-plugin-typescript2 to v0.24.3 Oct 4, 2019
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 6aa5f08 to e5239c5 Compare November 11, 2019 10:09
@renovate renovate Bot changed the title chore(deps): update dependency rollup-plugin-typescript2 to v0.24.3 chore(deps): update dependency rollup-plugin-typescript2 to v0.25.2 Nov 11, 2019
@renovate renovate Bot changed the title chore(deps): update dependency rollup-plugin-typescript2 to v0.25.2 chore(deps): update dependency rollup-plugin-typescript2 to v0.25.3 Dec 14, 2019
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from e5239c5 to 9d8aa34 Compare December 14, 2019 20:53
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 9d8aa34 to 9e41112 Compare February 21, 2020 08:01
@renovate renovate Bot changed the title chore(deps): update dependency rollup-plugin-typescript2 to v0.25.3 chore(deps): update dependency rollup-plugin-typescript2 to v0.26.0 Feb 21, 2020
@renovate renovate Bot changed the title chore(deps): update dependency rollup-plugin-typescript2 to v0.26.0 chore(deps): update dependency rollup-plugin-typescript2 to v0.27.0 Apr 29, 2020
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 9e41112 to d37834b Compare April 29, 2020 09:00
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from d37834b to be80f5f Compare May 16, 2020 02:58
@renovate renovate Bot changed the title chore(deps): update dependency rollup-plugin-typescript2 to v0.27.0 chore(deps): update dependency rollup-plugin-typescript2 to v0.27.1 May 16, 2020
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from be80f5f to fcc8dac Compare August 24, 2020 21:58
@renovate renovate Bot changed the title chore(deps): update dependency rollup-plugin-typescript2 to v0.27.1 chore(deps): update dependency rollup-plugin-typescript2 to v0.27.2 Aug 24, 2020
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from fcc8dac to a828bec Compare October 25, 2020 22:01
@renovate renovate Bot changed the title chore(deps): update dependency rollup-plugin-typescript2 to v0.27.2 chore(deps): update dependency rollup-plugin-typescript2 to v0.28.0 Oct 25, 2020
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from a828bec to 3358d9f Compare November 27, 2020 13:01
@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 Nov 27, 2020
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 3358d9f to b44424d Compare April 26, 2021 14:41
@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 Apr 26, 2021
@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 Mar 26, 2022
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from b44424d to 9943017 Compare March 26, 2022 14:25
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 9943017 to 981604a Compare June 18, 2022 14:39
@renovate renovate Bot changed the title chore(deps): update dependency rollup-plugin-typescript2 to v0.31.2 chore(deps): 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 981604a to 5ea63c5 Compare September 25, 2022 15:27
@renovate renovate Bot changed the title chore(deps): update dependency rollup-plugin-typescript2 to v0.32.1 chore(deps): 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 5ea63c5 to fc5860a Compare November 20, 2022 11:32
@renovate renovate Bot changed the title chore(deps): update dependency rollup-plugin-typescript2 to v0.34.0 chore(deps): update dependency rollup-plugin-typescript2 to v0.34.1 Nov 20, 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 fc5860a to adaba4f Compare June 23, 2023 06:32
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from adaba4f to 0157265 Compare September 27, 2023 18:57
@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
Copy link
Copy Markdown
Author

renovate Bot commented Sep 27, 2023

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json
ERR! lerna Unknown command "info"
ERR! lerna Did you mean init?
npm WARN old lockfile 
npm WARN old lockfile The package-lock.json file was created with an old version of npm,
npm WARN old lockfile so supplemental metadata must be fetched from the registry.
npm WARN old lockfile 
npm WARN old lockfile This is a one-time fix-up, please be patient...
npm WARN old lockfile 
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: undefined@undefined
npm ERR! Found: rollup@1.17.0
npm ERR! node_modules/rollup
npm ERR!   dev rollup@"1.17.0" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer rollup@">=1.26.3" from rollup-plugin-typescript2@0.36.0
npm ERR! node_modules/rollup-plugin-typescript2
npm ERR!   dev rollup-plugin-typescript2@"0.36.0" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! 
npm ERR! For a full report see:
npm ERR! /tmp/worker/f3f4c1/6a7f5c/cache/others/npm/_logs/2023-09-27T18_56_42_768Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/worker/f3f4c1/6a7f5c/cache/others/npm/_logs/2023-09-27T18_56_42_768Z-debug-0.log

@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch 2 times, most recently from e28e108 to cb95ff7 Compare August 13, 2025 16:38
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from cb95ff7 to 97dd4c1 Compare October 22, 2025 00:43
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 97dd4c1 to cf806a6 Compare November 11, 2025 02:05
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from cf806a6 to 751e330 Compare November 18, 2025 23:03
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 751e330 to 2b1e8c8 Compare February 12, 2026 13:13
@renovate renovate Bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 2b1e8c8 to 6992bca Compare March 29, 2026 09:08
@renovate renovate Bot changed the title chore(deps): update dependency rollup-plugin-typescript2 to v0.36.0 chore(deps): 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