Skip to content

Conversation

@descope
Copy link
Contributor

@descope descope bot commented Nov 13, 2023

This PR contains the following updates:

Package Type Update Change OpenSSF
rollup-plugin-dts devDependencies major ^4.2.2 -> ^6.0.0 OpenSSF Scorecard

Release Notes

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

v6.3.0

Compare Source

Features:

  • Support default export of object/array literals
  • Add support for child imports and nesting in namespaces

Fixes:

  • Rewrite names of module declarations with relative paths
  • Remove unused reference tracking

Thank you:

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

v6.2.3

Compare Source

Fixes:

  • Preserve imports for types used in typeof generic

Thank you:

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

v6.2.1

Compare Source

Fixes:

  • Disable problematic type-only import/export changes

Thank you:

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

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:

v4.2.3

Compare Source

Fixes:

  • Add types to exports.
  • Fix handling of class property initializers.

Thank you:

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


Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,every weekend,before 5am every weekday" in timezone Asia/Jerusalem, 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 has been generated by Renovate Bot.

@descope descope bot added the renovate label Nov 13, 2023
@descope descope bot enabled auto-merge (squash) November 13, 2023 20:29
@descope
Copy link
Contributor Author

descope bot commented Nov 13, 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 error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: @descope/[email protected]
npm error Found: [email protected]
npm error node_modules/rollup
npm error   dev rollup@"^2.62.0" from the root project
npm error
npm error Could not resolve dependency:
npm error peer rollup@"^3.29.4 || ^4" from [email protected]
npm error node_modules/rollup-plugin-dts
npm error   dev rollup-plugin-dts@"^6.0.0" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
npm error
npm error For a full report see:
npm error /tmp/renovate/cache/others/npm/_logs/2024-06-09T20_10_44_029Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-06-09T20_10_44_029Z-debug-0.log

@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from 4bd0606 to 2e54ea7 Compare November 13, 2023 23:11
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from 2e54ea7 to 23ec928 Compare November 13, 2023 23:13
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from 23ec928 to 2adb1d7 Compare November 13, 2023 23:17
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from 2adb1d7 to 03885d4 Compare November 13, 2023 23:20
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from 03885d4 to 7a3836d Compare November 13, 2023 23:23
descope-approve[bot]
descope-approve bot previously approved these changes Nov 13, 2023
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from 6dfdc19 to 266d044 Compare November 21, 2023 11:44
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from 266d044 to 3a7cf61 Compare November 24, 2023 13:05
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from 3a7cf61 to 05871fb Compare November 27, 2023 21:49
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from 05871fb to 69eb9cb Compare November 28, 2023 10:15
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from 69eb9cb to cf49eeb Compare November 29, 2023 14:37
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from cf49eeb to 6ae0900 Compare December 4, 2023 02:40
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from 0363b9b to d24c4c3 Compare November 19, 2025 12:33
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from d24c4c3 to d51a79e Compare November 20, 2025 23:42
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from d51a79e to aef4858 Compare December 1, 2025 19:10
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from aef4858 to ecae371 Compare December 2, 2025 13:05
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from ecae371 to c545098 Compare December 3, 2025 15:19
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from c545098 to 882c7f7 Compare December 5, 2025 04:47
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from 882c7f7 to 1eec6d4 Compare December 13, 2025 16:27
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from 1eec6d4 to 10f00b2 Compare December 16, 2025 12:15
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from 10f00b2 to 6f91cde Compare December 20, 2025 00:39
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from 6f91cde to 8f40d10 Compare December 20, 2025 20:21
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from 8f40d10 to e8a0fd7 Compare December 23, 2025 13:12
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from e8a0fd7 to 34e226d Compare December 24, 2025 06:44
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from 34e226d to 25a992c Compare December 24, 2025 13:39
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.

1 participant