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-dts to v6 #282

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

Conversation

descope[bot]
Copy link
Contributor

@descope descope bot commented Nov 13, 2023

This PR contains the following updates:

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

Release Notes

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

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/node-sdk@1.6.8
npm error Found: rollup@2.79.1
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 rollup-plugin-dts@6.1.1
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 be26723 to 74aade9 Compare February 27, 2025 21:29
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from 74aade9 to e547365 Compare March 3, 2025 15:04
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from e547365 to 2566fe9 Compare March 4, 2025 08:56
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from 2566fe9 to b154211 Compare March 4, 2025 18:32
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from b154211 to e0b70fc Compare March 6, 2025 10:09
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from e0b70fc to 4f91b0a Compare March 11, 2025 09:30
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from 4f91b0a to 319749c Compare March 13, 2025 10:23
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from 319749c to 209c6d1 Compare March 14, 2025 10:32
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from 209c6d1 to 483c5cc Compare March 15, 2025 20:16
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from 483c5cc to cef6152 Compare March 16, 2025 22:51
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from cef6152 to ac8ba6e Compare March 17, 2025 09:53
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from ac8ba6e to 954951d Compare March 17, 2025 22:22
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from 954951d to 6b63c59 Compare March 19, 2025 10:29
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from 6b63c59 to 9537b2b Compare March 19, 2025 13:30
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