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 #437

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
rollup-plugin-dts devDependencies major ^4.2.2 -> ^6.0.0

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:


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 22:06
@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 ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: @descope/[email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/rollup
npm ERR!   dev rollup@"^2.62.0" 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.0.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-06-09T09_42_21_825Z-debug-0.log

@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from f65c1f9 to 4ba7204 Compare November 21, 2023 21:43
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from 4ba7204 to 52234a0 Compare November 22, 2023 21:26
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from 52234a0 to cf8e70f Compare November 29, 2023 08:42
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from cf8e70f to 0a12644 Compare November 29, 2023 16:14
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from 0a12644 to f5eee7e Compare December 9, 2023 20:10
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from f5eee7e to ce0ecee Compare December 18, 2023 13:25
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from ce0ecee to eed532e Compare December 20, 2023 07:37
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from eed532e to 0845045 Compare December 20, 2023 10:13
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from 0845045 to 219c87f Compare December 21, 2023 19:10
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from 219c87f to 2269596 Compare December 24, 2023 16:17
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from 2269596 to 6815d11 Compare January 1, 2024 10:34
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from 6815d11 to b825d90 Compare January 14, 2024 10:00
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from b825d90 to 1e5f10f Compare January 17, 2024 02:30
auto-merge was automatically disabled May 16, 2024 21:15

Pull Request is not mergeable

auto-merge was automatically disabled May 16, 2024 21:15

Pull Request is not mergeable

@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from 483b9eb to 54b167e Compare May 19, 2024 07:06
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from 54b167e to 5d58a7b Compare May 23, 2024 08:49
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from 5d58a7b to d784bc6 Compare May 23, 2024 12:08
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from d784bc6 to 4644941 Compare May 23, 2024 14:14
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from 4644941 to 53167e5 Compare May 24, 2024 18:57
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from 53167e5 to 4eb4109 Compare May 26, 2024 13:38
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from 4eb4109 to 3766b90 Compare May 30, 2024 10:52
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from 3766b90 to be3a50d Compare May 30, 2024 12:35
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from be3a50d to 316dd18 Compare May 30, 2024 12:57
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from 316dd18 to ad691ef Compare June 6, 2024 10:25
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from ad691ef to 78f6822 Compare June 6, 2024 22:52
@descope descope bot force-pushed the renovate/rollup-plugin-dts-6.x branch from 78f6822 to bd30ab8 Compare June 9, 2024 09:42
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.

None yet

0 participants