Closed tradeshift-renovate[bot] closed 1 month ago
Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.
:recycle: Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below:
npm WARN config cert `key` and `cert` are no longer used for most registry operations.
npm WARN config Use registry scoped `keyfile` and `certfile` instead.
npm WARN config Example:
npm WARN config //other-registry.tld/:keyfile=/path/to/key.pem
npm WARN config //other-registry.tld/:certfile=/path/to/cert.crt
npm WARN config key `key` and `cert` are no longer used for most registry operations.
npm WARN config Use registry scoped `keyfile` and `certfile` instead.
npm WARN config Example:
npm WARN config //other-registry.tld/:keyfile=/path/to/key.pem
npm WARN config //other-registry.tld/:certfile=/path/to/cert.crt
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: @rollup/plugin-babel@6.0.3
npm ERR! Found: rollup@4.14.1
npm ERR! node_modules/rollup
npm ERR! dev rollup@"^4.14.1" from the root project
npm ERR! peerOptional rollup@"^1.20.0||^2.0.0||^3.0.0||^4.0.0" from @rollup/plugin-json@6.1.0
npm ERR! node_modules/@rollup/plugin-json
npm ERR! dev @rollup/plugin-json@"^6.0.0" from the root project
npm ERR! 2 more (@rollup/plugin-node-resolve, @rollup/pluginutils)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peerOptional rollup@"^1.20.0||^2.0.0||^3.0.0" from @rollup/plugin-babel@6.0.3
npm ERR! node_modules/@rollup/plugin-babel
npm ERR! dev @rollup/plugin-babel@"^6.0.3" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: rollup@3.29.4
npm ERR! node_modules/rollup
npm ERR! peerOptional rollup@"^1.20.0||^2.0.0||^3.0.0" from @rollup/plugin-babel@6.0.3
npm ERR! node_modules/@rollup/plugin-babel
npm ERR! dev @rollup/plugin-babel@"^6.0.3" 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!
npm ERR! For a full report see:
npm ERR! /tmp/renovate/cache/others/npm/_logs/2024-04-07T23_41_16_120Z-eresolve-report.txt
npm ERR! A complete log of this run can be found in: /tmp/renovate/cache/others/npm/_logs/2024-04-07T23_41_16_120Z-debug-0.log
This PR contains the following updates:
^4.0.0
->^4.14.1
Release Notes
rollup/rollup (rollup)
### [`v4.14.1`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4141) [Compare Source](https://togithub.com/rollup/rollup/compare/v4.14.0...v4.14.1) *2024-04-07* ##### Bug Fixes - Show better error when running on musl Linux where the musl build is not supported ([#5454](https://togithub.com/rollup/rollup/issues/5454)) ##### Pull Requests - [#5451](https://togithub.com/rollup/rollup/pull/5451): chore: generate string constants from config ([@TrickyPi](https://togithub.com/TrickyPi)) - [#5452](https://togithub.com/rollup/rollup/pull/5452): chore(deps): lock file maintenance minor/patch updates ([@renovate](https://togithub.com/renovate)\[bot]) - [#5453](https://togithub.com/rollup/rollup/pull/5453): chore(deps): lock file maintenance ([@renovate](https://togithub.com/renovate)\[bot]) - [#5454](https://togithub.com/rollup/rollup/pull/5454): Improve error message when running on unsupported MUSL Linux ([@lukastaegert](https://togithub.com/lukastaegert)) - [#5455](https://togithub.com/rollup/rollup/pull/5455): Remove inlining logic in AST (de-)serializer ([@lukastaegert](https://togithub.com/lukastaegert)) ### [`v4.14.0`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4140) [Compare Source](https://togithub.com/rollup/rollup/compare/v4.13.2...v4.14.0) *2024-04-03* ##### Features - Display error causes in Rollup CLI ([#5422](https://togithub.com/rollup/rollup/issues/5422)) - Add basic support for explicit resource management via "using" and "await using" ([#5423](https://togithub.com/rollup/rollup/issues/5423)) ##### Pull Requests - [#5422](https://togithub.com/rollup/rollup/pull/5422): feat: show all cause in Error ([@devohda](https://togithub.com/devohda), [@lukastaegert](https://togithub.com/lukastaegert)) - [#5444](https://togithub.com/rollup/rollup/pull/5444): feat: support explicit-resource-management ([@TrickyPi](https://togithub.com/TrickyPi)) - [#5445](https://togithub.com/rollup/rollup/pull/5445): docs: add `@shikiji/vitepress-twoslash` ([@sapphi-red](https://togithub.com/sapphi-red)) - [#5447](https://togithub.com/rollup/rollup/pull/5447): chore(deps): lock file maintenance minor/patch updates ( [@renovate](https://togithub.com/renovate)\[bot]) - [#5448](https://togithub.com/rollup/rollup/pull/5448): chore(deps): lock file maintenance ([@renovate](https://togithub.com/renovate)\[bot]) ### [`v4.13.2`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4132) [Compare Source](https://togithub.com/rollup/rollup/compare/v4.13.1...v4.13.2) *2024-03-28* ##### Bug Fixes - Ensure accessing module info is cached after the build phase for improved performance ([#5438](https://togithub.com/rollup/rollup/issues/5438)) - Support powerpc64le CPUs ([#5350](https://togithub.com/rollup/rollup/issues/5350)) ##### Pull Requests - [#5350](https://togithub.com/rollup/rollup/pull/5350): Add support for ppc64le ([@pavolloffay](https://togithub.com/pavolloffay), [@lukastaegert](https://togithub.com/lukastaegert)) - [#5438](https://togithub.com/rollup/rollup/pull/5438): Cache module info getters before output generation ([@bluwy](https://togithub.com/bluwy), [@lukastaegert](https://togithub.com/lukastaegert)) ### [`v4.13.1`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4131) [Compare Source](https://togithub.com/rollup/rollup/compare/v4.13.0...v4.13.1) *2024-03-27* ##### Bug Fixes - Add new linux-s390x-gnu native binary package ([#5346](https://togithub.com/rollup/rollup/issues/5346)) ##### Pull Requests - [#5346](https://togithub.com/rollup/rollup/pull/5346): Add support for linux s390x gnu ([@edlerd](https://togithub.com/edlerd)) - [#5430](https://togithub.com/rollup/rollup/pull/5430): chore(deps): update dependency [@vue/eslint-config-typescript](https://togithub.com/vue/eslint-config-typescript) to v13 ([@renovate](https://togithub.com/renovate)\[bot], [@lukastaegert](https://togithub.com/lukastaegert)) - [#5431](https://togithub.com/rollup/rollup/pull/5431): chore(deps): lock file maintenance minor/patch updates ( [@renovate](https://togithub.com/renovate)\[bot]) - [#5432](https://togithub.com/rollup/rollup/pull/5432): chore(deps): lock file maintenance minor/patch updates ( [@renovate](https://togithub.com/renovate)\[bot]) - [#5436](https://togithub.com/rollup/rollup/pull/5436): chore(deps): lock file maintenance minor/patch updates ( [@renovate](https://togithub.com/renovate)\[bot]) - [#5437](https://togithub.com/rollup/rollup/pull/5437): chore(deps): lock file maintenance minor/patch updates ( [@renovate](https://togithub.com/renovate)\[bot]) ### [`v4.13.0`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4130) [Compare Source](https://togithub.com/rollup/rollup/compare/v4.12.1...v4.13.0) *2024-03-12* ##### Features - Ensure that the location of parse errors and other logs is encoded in the error message as well ([#5424](https://togithub.com/rollup/rollup/issues/5424)) ##### Pull Requests - [#5417](https://togithub.com/rollup/rollup/pull/5417): chore(deps): lock file maintenance minor/patch updates ( [@renovate](https://togithub.com/renovate)\[bot]) - [#5418](https://togithub.com/rollup/rollup/pull/5418): chore(deps): lock file maintenance ([@renovate](https://togithub.com/renovate)\[bot]) - [#5419](https://togithub.com/rollup/rollup/pull/5419): chore: fix typo ([@OnlyWick](https://togithub.com/OnlyWick)) - [#5424](https://togithub.com/rollup/rollup/pull/5424): Add locations to logs, warnings and error messages ( [@lukastaegert](https://togithub.com/lukastaegert)) ### [`v4.12.1`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4121) [Compare Source](https://togithub.com/rollup/rollup/compare/v4.12.0...v4.12.1) *2024-03-06* ##### Bug Fixes - Escape special characters in file references ([#5404](https://togithub.com/rollup/rollup/issues/5404)) ##### Pull Requests - [#5398](https://togithub.com/rollup/rollup/pull/5398): Rename `getRollupEror` to `getRollupError` ([@MrRefactoring](https://togithub.com/MrRefactoring)) - [#5399](https://togithub.com/rollup/rollup/pull/5399): chore(deps): lock file maintenance minor/patch updates ( [@renovate](https://togithub.com/renovate)\[bot]) - [#5404](https://togithub.com/rollup/rollup/pull/5404): fix: escape ids in `import.meta.ROLLUP_FILE_URL_referenceId` correctly ([@sapphi-red](https://togithub.com/sapphi-red)) - [#5406](https://togithub.com/rollup/rollup/pull/5406): chore(deps): lock file maintenance minor/patch updates ( [@renovate](https://togithub.com/renovate)\[bot]) - [#5407](https://togithub.com/rollup/rollup/pull/5407): chore(deps): lock file maintenance ([@renovate](https://togithub.com/renovate)\[bot]) - [#5411](https://togithub.com/rollup/rollup/pull/5411): Chunk assignment - Fix comment line breaks and typo ([@yoavweiss](https://togithub.com/yoavweiss), [@lukastaegert](https://togithub.com/lukastaegert)) ### [`v4.12.0`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4120) [Compare Source](https://togithub.com/rollup/rollup/compare/v4.11.0...v4.12.0) *2024-02-16* ##### Features - Improve raw bundling performance by 10-15% when not using the cache or plugins that return an AST ([#5391](https://togithub.com/rollup/rollup/issues/5391)) ##### Pull Requests - [#5391](https://togithub.com/rollup/rollup/pull/5391): Improve performance by directly constructing AST from buffer ( [@lukastaegert](https://togithub.com/lukastaegert)) - [#5393](https://togithub.com/rollup/rollup/pull/5393): chore(deps): update dependency eslint-plugin-unicorn to v51 ( [@renovate](https://togithub.com/renovate)\[bot]) - [#5394](https://togithub.com/rollup/rollup/pull/5394): chore(deps): update typescript-eslint monorepo to v7 (major) ( [@renovate](https://togithub.com/renovate)\[bot]) - [#5395](https://togithub.com/rollup/rollup/pull/5395): chore(deps): lock file maintenance minor/patch updates ( [@renovate](https://togithub.com/renovate)\[bot]) ### [`v4.11.0`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4110) [Compare Source](https://togithub.com/rollup/rollup/compare/v4.10.0...v4.11.0) *2024-02-15* ##### Features - Add `output.reexportProtoFromExternal` option to disable special code for handling `__proto__` reexports ([#5380](https://togithub.com/rollup/rollup/issues/5380)) ##### Bug Fixes - Ensure namespace reexport code can be parsed by cjs-module-lexer ([#5380](https://togithub.com/rollup/rollup/issues/5380)) - Throw when trying to reassing `const` variables ([#5388](https://togithub.com/rollup/rollup/issues/5388)) ##### Pull Requests - [#5380](https://togithub.com/rollup/rollup/pull/5380): fix: separately export `__proto__` for compatibility with CJS Transpiler Re-exports ([@TrickyPi](https://togithub.com/TrickyPi)) - [#5388](https://togithub.com/rollup/rollup/pull/5388): Add const reassign rule ([@TrickyPi](https://togithub.com/TrickyPi)) ### [`v4.10.0`](https://togithub.com/rollup/rollup/blob/HEAD/CHANGELOG.md#4100) [Compare Source](https://togithub.com/rollup/rollup/compare/v4.9.6...v4.10.0) *2024-02-10* ##### Features - Support base-36 and base-16 hashes again via new `output.hashCharacters` option ([#5371](https://togithub.com/rollup/rollup/issues/5371)) ##### Bug Fixes - Do not crash process for panics in native code but throw them as JavaScript errors ([#5383](https://togithub.com/rollup/rollup/issues/5383)) ##### Pull Requests - [#5359](https://togithub.com/rollup/rollup/pull/5359): chore(deps): update actions/cache action to v4 ([@renovate](https://togithub.com/renovate)\[bot]) - [#5360](https://togithub.com/rollup/rollup/pull/5360): chore(deps): update dependency pretty-ms to v9 ([@renovate](https://togithub.com/renovate)\[bot]) - [#5366](https://togithub.com/rollup/rollup/pull/5366): chore(deps): update dependency husky to v9 ([@renovate](https://togithub.com/renovate)\[bot]) - [#5367](https://togithub.com/rollup/rollup/pull/5367): chore(deps): update peter-evans/create-or-update-comment action to v4 ([@renovate](https://togithub.com/renovate)\[bot]) - [#5368](https://togithub.com/rollup/rollup/pull/5368): chore(deps): update peter-evans/find-comment action to v3 ( [@renovate](https://togithub.com/renovate)\[bot]) - [#5369](https://togithub.com/rollup/rollup/pull/5369): chore(deps): lock file maintenance minor/patch updates ( [@renovate](https://togithub.com/renovate)\[bot]) - [#5370](https://togithub.com/rollup/rollup/pull/5370): Fix dependency range for Node types ([@lukastaegert](https://togithub.com/lukastaegert)) - [#5371](https://togithub.com/rollup/rollup/pull/5371): Implement "output.hashCharacters" option to define character set for file hashes ([@lukastaegert](https://togithub.com/lukastaegert)) - [#5372](https://togithub.com/rollup/rollup/pull/5372): Roll back vitepress as 1.0.0-rc.40 breaks the development build ( [@lukastaegert](https://togithub.com/lukastaegert)) - [#5382](https://togithub.com/rollup/rollup/pull/5382): Update documentation ([@TrickyPi](https://togithub.com/TrickyPi)) - [#5383](https://togithub.com/rollup/rollup/pull/5383): Catch Rust panics and then throw them in JS ([@TrickyPi](https://togithub.com/TrickyPi)) - [#5384](https://togithub.com/rollup/rollup/pull/5384): chore(deps): update codecov/codecov-action action to v4 ( [@renovate](https://togithub.com/renovate)\[bot]) - [#5385](https://togithub.com/rollup/rollup/pull/5385): chore(deps): lock file maintenance minor/patch updates ( [@renovate](https://togithub.com/renovate)\[bot]) - [#5386](https://togithub.com/rollup/rollup/pull/5386): Resolve all rollup imports to node_modules to avoid type conflict ([@TrickyPi](https://togithub.com/TrickyPi))Configuration
:date: Schedule: Branch creation - At any time (no schedule defined), Automerge - "every weekday in 2125" in timezone Europe/Copenhagen.
:vertical_traffic_light: Automerge: Enabled.
:recycle: Rebasing: Never, or you tick the rebase/retry checkbox.
:ghost: Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.