Closed renovate[bot] closed 4 months ago
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:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: neverthrow@6.2.1
npm ERR! Found: rollup@2.75.6
npm ERR! node_modules/rollup
npm ERR! dev rollup@"2.75.6" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer rollup@"^3.29.4 || ^4" from rollup-plugin-dts@6.1.0
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-04-22T15_44_29_125Z-debug-0.log
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:
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: neverthrow@6.2.2
npm ERR! Found: rollup@2.75.6
npm ERR! node_modules/rollup
npm ERR! dev rollup@"2.75.6" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer rollup@"^3.29.4 || ^4" from rollup-plugin-dts@6.1.1
npm ERR! node_modules/rollup-plugin-dts
npm ERR! dev rollup-plugin-dts@"6.1.1" 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-29T14_52_38_603Z-debug-0.log
Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 6.x
releases. But if you manually upgrade to 6.x
then Renovate will re-enable minor
and patch
updates automatically.
If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
This PR contains the following updates:
3.0.1
->6.1.1
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) ### [`v4.2.3`](https://togithub.com/Swatinem/rollup-plugin-dts/blob/HEAD/CHANGELOG.md#423) [Compare Source](https://togithub.com/Swatinem/rollup-plugin-dts/compare/v4.2.2...v4.2.3) **Fixes**: - Add `types` to `exports`. - Fix handling of class property initializers. **Thank you**: Features, fixes and improvements in this release have been contributed by: - [@RebeccaStevens](https://togithub.com/RebeccaStevens) ### [`v4.2.2`](https://togithub.com/Swatinem/rollup-plugin-dts/blob/HEAD/CHANGELOG.md#422) [Compare Source](https://togithub.com/Swatinem/rollup-plugin-dts/compare/v4.2.1...v4.2.2) **Fixes**: - Add support for TS 4.7 infer type constraints. ### [`v4.2.1`](https://togithub.com/Swatinem/rollup-plugin-dts/blob/HEAD/CHANGELOG.md#421) [Compare Source](https://togithub.com/Swatinem/rollup-plugin-dts/compare/v4.2.0...v4.2.1) **Fixes**: - Add support for prefix unary expressions. ### [`v4.2.0`](https://togithub.com/Swatinem/rollup-plugin-dts/blob/HEAD/CHANGELOG.md#420) [Compare Source](https://togithub.com/Swatinem/rollup-plugin-dts/compare/v4.1.0...v4.2.0) **Compatibility Notice**: Relaxed TypeScript version compatibility, to be forward compatible to newer releases. **Features**: - Add support for `.d.cts` / `.d.mts` files. **Thank you**: Features, fixes and improvements in this release have been contributed by: - [@xiaoxiangmoe](https://togithub.com/xiaoxiangmoe) ### [`v4.1.0`](https://togithub.com/Swatinem/rollup-plugin-dts/blob/HEAD/CHANGELOG.md#410) [Compare Source](https://togithub.com/Swatinem/rollup-plugin-dts/compare/v4.0.1...v4.1.0) **Compatibility Notice**: The peer dependency requirements were actually lowered to **TypeScript 4.1** and **Rollup 2.55**. **Features**: - Support reference path directives. **Fixes**: - Correctly forward generic type bounds. - Fix inheritance from `null`. **Thank you**: Features, fixes and improvements in this release have been contributed by: - [@lmartorella](https://togithub.com/lmartorella) - [@funnisimo](https://togithub.com/funnisimo) ### [`v4.0.1`](https://togithub.com/Swatinem/rollup-plugin-dts/blob/HEAD/CHANGELOG.md#401) [Compare Source](https://togithub.com/Swatinem/rollup-plugin-dts/compare/v4.0.0...v4.0.1) **Fixes**: - Write output files to the correct directly corresponding to the input file. - Allow overriding default compiler options. **Thank you**: Features, fixes and improvements in this release have been contributed by: - [@lesyk-lesyk](https://togithub.com/lesyk-lesyk) - [@cy-98](https://togithub.com/cy-98) ### [`v4.0.0`](https://togithub.com/Swatinem/rollup-plugin-dts/blob/HEAD/CHANGELOG.md#400) [Compare Source](https://togithub.com/Swatinem/rollup-plugin-dts/compare/v3.0.2...v4.0.0) **Compatibility Notice**: This release targets **TypeScript 4.4** and **Rollup 2.56**. **Fixes**: - Add preliminary support for nested namespace declarations. - Fix renaming of exports from namespaces declarations. ### [`v3.0.2`](https://togithub.com/Swatinem/rollup-plugin-dts/blob/HEAD/CHANGELOG.md#302) [Compare Source](https://togithub.com/Swatinem/rollup-plugin-dts/compare/v3.0.1...v3.0.2) **Fixes**: - Fix undefined Error in post-processing. - Support using keywords as exports. **Internal**: - Restructure internals, splitting transformer from the Rest of the Plugin. **Thank you**: Features, fixes and improvements in this release have been contributed by: - [@AriaMinaei](https://togithub.com/AriaMinaei) - [@angeloashmore](https://togithub.com/angeloashmore)Configuration
📅 Schedule: Branch creation - "every 1 months on the first day of the month" (UTC), 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.