code0-tech / pictor

Base UI components for code0 applications
Other
3 stars 0 forks source link

Update dependency rollup-plugin-dts to v6 - autoclosed #121

Closed renovate[bot] closed 5 months ago

renovate[bot] commented 5 months ago

Mend Renovate

This PR contains the following updates:

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

Release Notes

Swatinem/rollup-plugin-dts (rollup-plugin-dts) ### [`v6.1.1`](https://togithub.com/Swatinem/rollup-plugin-dts/blob/HEAD/CHANGELOG.md#611) [Compare Source](https://togithub.com/Swatinem/rollup-plugin-dts/compare/v6.1.0...v6.1.1) **Fixes**: - Fix missing whitespace related to generic arguments. **Thank you**: Features, fixes and improvements in this release have been contributed by: - [@​brc-dd](https://togithub.com/brc-dd) ### [`v6.1.0`](https://togithub.com/Swatinem/rollup-plugin-dts/blob/HEAD/CHANGELOG.md#610) [Compare Source](https://togithub.com/Swatinem/rollup-plugin-dts/compare/v6.0.2...v6.1.0) **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: - [@​igordanchenko](https://togithub.com/igordanchenko) - [@​cschramm](https://togithub.com/cschramm) - [@​curlykay9527](https://togithub.com/curlykay9527) ### [`v6.0.2`](https://togithub.com/Swatinem/rollup-plugin-dts/blob/HEAD/CHANGELOG.md#602) [Compare Source](https://togithub.com/Swatinem/rollup-plugin-dts/compare/v6.0.1...v6.0.2) **Fixes**: - Fix `typeof this` being wrongly renamed. **Thank you**: Features, fixes and improvements in this release have been contributed by: - [@​crutchcorn](https://togithub.com/crutchcorn) ### [`v6.0.1`](https://togithub.com/Swatinem/rollup-plugin-dts/blob/HEAD/CHANGELOG.md#601) [Compare Source](https://togithub.com/Swatinem/rollup-plugin-dts/compare/v6.0.0...v6.0.1) **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: - [@​mithodin](https://togithub.com/mithodin) - [@​curlykay9527](https://togithub.com/curlykay9527) ### [`v6.0.0`](https://togithub.com/Swatinem/rollup-plugin-dts/blob/HEAD/CHANGELOG.md#600) [Compare Source](https://togithub.com/Swatinem/rollup-plugin-dts/compare/v5.3.1...v6.0.0) **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: - [@​mithodin](https://togithub.com/mithodin) ### [`v5.3.1`](https://togithub.com/Swatinem/rollup-plugin-dts/blob/HEAD/CHANGELOG.md#531) [Compare Source](https://togithub.com/Swatinem/rollup-plugin-dts/compare/v5.3.0...v5.3.1) **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: - [@​spiltbeans](https://togithub.com/spiltbeans) - [@​xiaoxiangmoe](https://togithub.com/xiaoxiangmoe) ### [`v5.3.0`](https://togithub.com/Swatinem/rollup-plugin-dts/blob/HEAD/CHANGELOG.md#530) [Compare Source](https://togithub.com/Swatinem/rollup-plugin-dts/compare/v5.2.0...v5.3.0) **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: - [@​remcovaes](https://togithub.com/remcovaes) - [@​Comandeer](https://togithub.com/Comandeer) - [@​hyrious](https://togithub.com/hyrious) ### [`v5.2.0`](https://togithub.com/Swatinem/rollup-plugin-dts/blob/HEAD/CHANGELOG.md#520) [Compare Source](https://togithub.com/Swatinem/rollup-plugin-dts/compare/v5.1.1...v5.2.0) **Fixes**: - Properly support watch mode when transforming `.ts` files. **Thank you**: Features, fixes and improvements in this release have been contributed by: - [@​rayzr522](https://togithub.com/rayzr522) - [@​btea](https://togithub.com/btea) ### [`v5.1.1`](https://togithub.com/Swatinem/rollup-plugin-dts/blob/HEAD/CHANGELOG.md#511) [Compare Source](https://togithub.com/Swatinem/rollup-plugin-dts/compare/v5.1.0...v5.1.1) **Fixes**: - Resolve `tsconfig.json` correctly for relative imports. **Thank you**: Features, fixes and improvements in this release have been contributed by: - [@​mrm007](https://togithub.com/mrm007) - [@​Mister-Hope](https://togithub.com/Mister-Hope) ### [`v5.1.0`](https://togithub.com/Swatinem/rollup-plugin-dts/blob/HEAD/CHANGELOG.md#510) [Compare Source](https://togithub.com/Swatinem/rollup-plugin-dts/compare/v5.0.0...v5.1.0) **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: - [@​await-ovo](https://togithub.com/await-ovo) - [@​privatenumber](https://togithub.com/privatenumber) ### [`v5.0.0`](https://togithub.com/Swatinem/rollup-plugin-dts/blob/HEAD/CHANGELOG.md#500) [Compare Source](https://togithub.com/Swatinem/rollup-plugin-dts/compare/v4.2.3...v5.0.0) **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: - [@​pi0](https://togithub.com/pi0)

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.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 5 months ago

⚠️ 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:

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: @code0-tech/pictor@0.2.3
npm error Found: rollup@2.79.1
npm error node_modules/rollup
npm error   dev rollup@"^2.79.1" 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.1.1" 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-05-22T13_16_26_479Z-eresolve-report.txt
npm error A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-05-22T13_16_26_479Z-debug-0.log
github-actions[bot] commented 5 months ago

GitLab Pipeline Action

General information

Link to pipeline: https://gitlab.com/code0-tech/development/pictor/-/pipelines/1300851822

Status: Failed \ Duration: 15 seconds