Skip to content

Update dependency rollup-plugin-dts to v6 #719

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 17, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
rollup-plugin-dts 4.2.3 -> 6.2.1 age adoption passing confidence

Release Notes

Swatinem/rollup-plugin-dts (rollup-plugin-dts)

v6.2.1

Compare Source

v6.2.0

Compare Source

Features:

  • Support importing json modules
  • Return Source Map Differences to Rollup

Fixes:

  • Unable to find the program when entry points exist intersection dependency
  • Create program for imports input file
  • Force emit types even when there's errors
  • Preserve type members of namespace in re-exported module
  • Imports and exports follows type-only
  • Import "local types" from "global modules"
  • Correctly restore type-only import/export names

Thank you:

Features, fixes and improvements in this release have been contributed by:

v6.1.1

Compare Source

Fixes:

  • Fix missing whitespace related to generic arguments.

Thank you:

Features, fixes and improvements in this release have been contributed by:

v6.1.0

Compare Source

Compatibility Notice:

This release adds compatibility with Rollup version 4.

Fixes:

  • Fix fallback path generation.

Thank you:

Features, fixes and improvements in this release have been contributed by:

v6.0.2

Compare Source

Fixes:

  • Fix typeof this being wrongly renamed.

Thank you:

Features, fixes and improvements in this release have been contributed by:

v6.0.1

Compare Source

Compatibility Notice:

This release lowers the minimum required node.js version to 16.

Fixes:

  • Fix namespace declarations being exported as export { type T }.

Thank you:

Features, fixes and improvements in this release have been contributed by:

v6.0.0

Compare Source

Compatibility Notice:

This release raises the minimum required Rollup version to 3.25, the minimum required TypeScript version to 4.5 and the minimum required node.js version to 18.

Fixes:

  • Export types with export { type T } syntax.

Thank you:

Features, fixes and improvements in this release have been contributed by:

v5.3.1

Compare Source

Fixes:

  • Export the plugin as a named dts export as well.
  • Export both cjs and mjs type definitions.

Thank you:

Features, fixes and improvements in this release have been contributed by:

v5.3.0

Compare Source

Compatibility Notice:

This release supports TypeScript 5.0.

Fixes:

  • Allow to use same resolve method as defined in tsconfig.
  • Add support for .d.cts and .d.mts files.
  • Fix declare modifiers of enums.

Thank you:

Features, fixes and improvements in this release have been contributed by:

v5.2.0

Compare Source

Fixes:

  • Properly support watch mode when transforming .ts files.

Thank you:

Features, fixes and improvements in this release have been contributed by:

v5.1.1

Compare Source

Fixes:

  • Resolve tsconfig.json correctly for relative imports.

Thank you:

Features, fixes and improvements in this release have been contributed by:

v5.1.0

Compare Source

Features:

  • Add support for .mts and .cts files.
  • Allow supplying a custom tsconfig.json.

Fixes:

  • Add an export {} for empty files without exports.

Thank you:

Features, fixes and improvements in this release have been contributed by:

v5.0.0

Compare Source

Compatibility Notice:

This release targets Rollup 3.0 and requires Node 14.

Features:

  • Support reference path directives.

Thank you:

Features, fixes and improvements in this release have been contributed by:


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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
Copy link
Contributor Author

renovate bot commented Aug 17, 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 ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @devprotocol/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/rollup
npm ERR!   dev rollup@"2.79.1" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer rollup@"^3.29.4 || ^4" from [email protected]
npm ERR! node_modules/rollup-plugin-dts
npm ERR!   dev rollup-plugin-dts@"6.1.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! See /tmp/renovate/cache/others/npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /tmp/renovate/cache/others/npm/_logs/2024-05-08T18_24_50_743Z-debug-0.log

@renovate renovate bot force-pushed the renovate/rollup-plugin-dts-6.x branch 8 times, most recently from efd960c to ef59230 Compare August 25, 2023 03:09
@renovate renovate bot force-pushed the renovate/rollup-plugin-dts-6.x branch 13 times, most recently from e4890c7 to 11ecc4e Compare September 2, 2023 01:34
@renovate renovate bot force-pushed the renovate/rollup-plugin-dts-6.x branch 4 times, most recently from 5321e65 to 9f78fbc Compare September 9, 2023 04:46
@renovate renovate bot force-pushed the renovate/rollup-plugin-dts-6.x branch 4 times, most recently from 56ff24a to 90bbe46 Compare September 16, 2023 10:48
@renovate renovate bot force-pushed the renovate/rollup-plugin-dts-6.x branch 8 times, most recently from 01f6957 to d7d57b8 Compare March 8, 2025 12:58
@renovate renovate bot force-pushed the renovate/rollup-plugin-dts-6.x branch 3 times, most recently from d001743 to 467ed99 Compare March 14, 2025 08:33
@renovate renovate bot force-pushed the renovate/rollup-plugin-dts-6.x branch 6 times, most recently from 8eb149b to c1a0382 Compare March 24, 2025 21:40
@renovate renovate bot force-pushed the renovate/rollup-plugin-dts-6.x branch 2 times, most recently from a47178e to f635527 Compare March 31, 2025 18:07
@renovate renovate bot force-pushed the renovate/rollup-plugin-dts-6.x branch 9 times, most recently from 35f8054 to 40fab0d Compare April 12, 2025 05:17
@renovate renovate bot force-pushed the renovate/rollup-plugin-dts-6.x branch from 40fab0d to 0e9ee6e Compare April 15, 2025 17:25
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