Open renovate[bot] opened 2 years 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 could not resolve
npm ERR!
npm ERR! While resolving: upload-to-zenodo@2.0.0
npm ERR! Found: rollup@2.75.6
npm ERR! node_modules/rollup
npm ERR! peer rollup@"^2.68.0" from @rollup/plugin-commonjs@22.0.2
npm ERR! node_modules/@rollup/plugin-commonjs
npm ERR! dev @rollup/plugin-commonjs@"22.0.2" from the root project
npm ERR! peer rollup@"^1.20.0 || ^2.0.0" from @rollup/plugin-json@4.1.0
npm ERR! node_modules/@rollup/plugin-json
npm ERR! dev @rollup/plugin-json@"4.1.0" from the root project
npm ERR! 3 more (@rollup/pluginutils, rollup-plugin-esbuild, rollup-plugin-terser)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! dev @rollup/plugin-node-resolve@"15.2.3" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: rollup@4.0.2
npm ERR! node_modules/rollup
npm ERR! peerOptional rollup@"^2.78.0||^3.0.0||^4.0.0" from @rollup/plugin-node-resolve@15.2.3
npm ERR! node_modules/@rollup/plugin-node-resolve
npm ERR! dev @rollup/plugin-node-resolve@"15.2.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/worker/aeb298/272581/cache/others/npm/_logs/2023-10-11T21_45_10_135Z-eresolve-report.txt
npm ERR! A complete log of this run can be found in: /tmp/worker/aeb298/272581/cache/others/npm/_logs/2023-10-11T21_45_10_135Z-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 could not resolve
npm ERR!
npm ERR! While resolving: upload-to-zenodo@2.0.0
npm ERR! Found: rollup@2.75.6
npm ERR! node_modules/rollup
npm ERR! peer rollup@"^2.68.0" from @rollup/plugin-commonjs@22.0.2
npm ERR! node_modules/@rollup/plugin-commonjs
npm ERR! dev @rollup/plugin-commonjs@"22.0.2" from the root project
npm ERR! peer rollup@"^1.20.0 || ^2.0.0" from @rollup/plugin-json@4.1.0
npm ERR! node_modules/@rollup/plugin-json
npm ERR! dev @rollup/plugin-json@"4.1.0" from the root project
npm ERR! 3 more (@rollup/pluginutils, rollup-plugin-esbuild, rollup-plugin-terser)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! dev @rollup/plugin-node-resolve@"15.3.0" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: rollup@4.22.4
npm ERR! node_modules/rollup
npm ERR! peerOptional rollup@"^2.78.0||^3.0.0||^4.0.0" from @rollup/plugin-node-resolve@15.3.0
npm ERR! node_modules/@rollup/plugin-node-resolve
npm ERR! dev @rollup/plugin-node-resolve@"15.3.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-09-26T18_41_45_393Z-debug-0.log
This PR contains the following updates:
13.3.0
->15.3.0
Release Notes
rollup/plugins (@rollup/plugin-node-resolve)
### [`v15.3.0`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1530) *2024-09-23* ##### Features - feat: allow preferBuiltins to be a function ([#1694](https://redirect.github.com/rollup/plugins/issues/1694)) ### [`v15.2.4`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1524) *2024-09-22* ##### Updates - chore: remove is-builtin-module ([#1735](https://redirect.github.com/rollup/plugins/issues/1735)) ### [`v15.2.3`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1523) [Compare Source](https://redirect.github.com/rollup/plugins/compare/dfe48153f8cb94fa92d520e047f49ff5f642c64c...f7fb936485437ea66baffaa078d82560085c6b6d) *2023-10-08* ##### Bugfixes - fix: modulePaths default is not set [#1534](https://redirect.github.com/rollup/plugins/pull/1534) ### [`v15.2.2`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1522) [Compare Source](https://redirect.github.com/rollup/plugins/compare/767a8f5b49a3c871d681407a7b237475a7c6a97d...dfe48153f8cb94fa92d520e047f49ff5f642c64c) *2023-10-05* ##### Bugfixes - fix: ensure rollup 4 compatibility [#1595](https://redirect.github.com/rollup/plugins/pull/1595) ### [`v15.2.1`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1521) [Compare Source](https://redirect.github.com/rollup/plugins/compare/7d395b8828db2b208c561a5bda87997c00ecf2b6...767a8f5b49a3c871d681407a7b237475a7c6a97d) *2023-08-22* ##### Bugfixes - fix: Implement package exports / imports resolution algorithm according to Node documentation [#1549](https://redirect.github.com/rollup/plugins/pull/1549) ### [`v15.2.0`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1520) [Compare Source](https://redirect.github.com/rollup/plugins/compare/616bdd3e2dd613821267e4e56e9666d65aef862e...7d395b8828db2b208c561a5bda87997c00ecf2b6) *2023-08-17* ##### Features - feat: pass original importee to secondary resolve [#1557](https://redirect.github.com/rollup/plugins/pull/1557) ### [`v15.1.0`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1510) [Compare Source](https://redirect.github.com/rollup/plugins/compare/f6816155d568e60f9f7a20d091bb884034d8110a...616bdd3e2dd613821267e4e56e9666d65aef862e) *2023-05-30* ##### Features - feat: Resolve js/jsx/mjs/cjs imports from TypeScript files [#1498](https://redirect.github.com/rollup/plugins/pull/1498) ### [`v15.0.2`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1502) [Compare Source](https://redirect.github.com/rollup/plugins/compare/65530068f85e64736de18be5cf53fce753ad4b4f...f6816155d568e60f9f7a20d091bb884034d8110a) *2023-04-04* ##### Bugfixes - fix: bump is-builtin-module version, imports with a trailing slash [#1424](https://redirect.github.com/rollup/plugins/pull/1424) ### [`v15.0.1`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1501) [Compare Source](https://redirect.github.com/rollup/plugins/compare/8f1aea320bb43c16afe52bc44ed357746c8f9711...65530068f85e64736de18be5cf53fce753ad4b4f) *2022-10-21* ##### Updates - chore: update rollup dependencies ([3038271](https://redirect.github.com/rollup/plugins/commit/303827191ede6b2e4eade96c6968ed16a587683f)) ### [`v15.0.0`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1500) [Compare Source](https://redirect.github.com/rollup/plugins/compare/509d0310ff12f6dec78df59585b55b4f0209af9a...8f1aea320bb43c16afe52bc44ed357746c8f9711) *2022-10-10* ##### Breaking Changes - fix: prepare for Rollup 3 [#1288](https://redirect.github.com/rollup/plugins/pull/1288) ### [`v14.1.0`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1410) [Compare Source](https://redirect.github.com/rollup/plugins/compare/3dce792aa1dcb453555fc5efa214d6f034598563...509d0310ff12f6dec78df59585b55b4f0209af9a) *2022-09-12* ##### Features - feat: add new option, modulePaths ([#1104](https://redirect.github.com/rollup/plugins/issues/1104)) ### [`v14.0.1`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1401) [Compare Source](https://redirect.github.com/rollup/plugins/compare/608ad1001b4da5f97dad2c8ed18af4cdb49f0902...3dce792aa1dcb453555fc5efa214d6f034598563) *2022-09-08* ##### Bugfixes - fix: handle circular commonjs ([#1259](https://redirect.github.com/rollup/plugins/issues/1259)) ### [`v14.0.0`](https://redirect.github.com/rollup/plugins/blob/HEAD/packages/node-resolve/CHANGELOG.md#v1400) *2022-09-06* ##### Breaking Changes - fix: preserve moduleSideEffects when re-resolving files ([#1245](https://redirect.github.com/rollup/plugins/issues/1245))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 was generated by Mend Renovate. View the repository job log.