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

chore(deps): update dependency rollup-plugin-typescript2 to v0.36.0 #285

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 23, 2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rollup-plugin-typescript2 0.22.1 -> 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

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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 2a75cf3 to 12afd4b Compare August 28, 2019 23:53
@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 12afd4b to 7fd8f8c Compare September 9, 2019 21:12
@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 force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 7fd8f8c to d2aa67b Compare September 12, 2019 22:30
@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 d2aa67b to 403193f Compare September 26, 2019 21:41
@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 Sep 26, 2019
@renovate renovate bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 403193f to e13a919 Compare October 28, 2019 16:35
@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.0 Oct 28, 2019
@renovate renovate bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from e13a919 to 08fbef5 Compare October 28, 2019 16:50
@renovate renovate bot changed the title chore(deps): update dependency rollup-plugin-typescript2 to v0.25.0 chore(deps): update dependency rollup-plugin-typescript2 to v0.24.3 Oct 28, 2019
@renovate renovate bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 08fbef5 to b80d130 Compare October 28, 2019 16:54
@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.1 Oct 28, 2019
@renovate renovate bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from b80d130 to 39ba9a4 Compare October 28, 2019 16:59
@renovate renovate bot changed the title chore(deps): update dependency rollup-plugin-typescript2 to v0.25.1 chore(deps): update dependency rollup-plugin-typescript2 to v0.24.3 Oct 28, 2019
@renovate renovate bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 39ba9a4 to 308cfc0 Compare November 5, 2019 18:21
@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 5, 2019
@renovate renovate bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 308cfc0 to d0047ad Compare December 14, 2019 17:58
@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 d0047ad to a8e166b Compare February 22, 2020 16:59
@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 22, 2020
@renovate renovate bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from a8e166b to 3d039db Compare May 2, 2020 19:03
@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 May 2, 2020
@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 15, 2020
@renovate renovate bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 3d039db to 512851c Compare May 15, 2020 15:01
@renovate renovate bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 512851c to d980e45 Compare August 24, 2020 21:01
@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 d980e45 to 65690f9 Compare October 27, 2020 13:58
@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 27, 2020
@renovate renovate bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 65690f9 to 3b28de6 Compare November 28, 2020 18:53
@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 28, 2020
@renovate renovate bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from 3b28de6 to bdec3ef Compare April 26, 2021 13:57
@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 force-pushed the renovate/rollup-plugin-typescript2-0.x branch from bdec3ef to e583449 Compare March 7, 2022 15:28
@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 7, 2022
@renovate renovate bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from e583449 to 5b6c68e Compare June 18, 2022 17:23
@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 5b6c68e to aa5349d Compare September 25, 2022 21:00
@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 aa5349d to e0fe959 Compare November 20, 2022 19:10
@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 e0fe959 to beb004f Compare June 23, 2023 06:50
@renovate renovate bot force-pushed the renovate/rollup-plugin-typescript2-0.x branch from beb004f to b00dcb1 Compare September 27, 2023 18: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
Copy link
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
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: create-graphql-app@1.7.0
npm ERR! Found: rollup@1.19.4
npm ERR! node_modules/rollup
npm ERR!   dev rollup@"1.19.4" 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/51af5d/1baf3f/cache/others/npm/_logs/2023-09-27T18_45_47_028Z-eresolve-report.txt

npm ERR! A complete log of this run can be found in: /tmp/worker/51af5d/1baf3f/cache/others/npm/_logs/2023-09-27T18_45_47_028Z-debug-0.log

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.

None yet

0 participants