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: eslint-config-standard@16.0.2
npm ERR! Found: eslint@8.0.0
npm ERR! node_modules/eslint
npm ERR! dev eslint@"^8.0.0" from the root project
npm ERR! peer eslint@">=7.0.0" from eslint-config-prettier@8.3.0
npm ERR! node_modules/eslint-config-prettier
npm ERR! dev eslint-config-prettier@"^8.3.0" from the root project
npm ERR! 7 more (eslint-plugin-es, eslint-plugin-mocha, eslint-utils, ...)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer eslint@"^7.12.1" from eslint-config-standard@16.0.2
npm ERR! node_modules/eslint-config-standard
npm ERR! dev eslint-config-standard@"^16.0.2" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: eslint@7.32.0
npm ERR! node_modules/eslint
npm ERR! peer eslint@"^7.12.1" from eslint-config-standard@16.0.2
npm ERR! node_modules/eslint-config-standard
npm ERR! dev eslint-config-standard@"^16.0.2" 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/2022-05-16T01_04_07_723Z-debug-0.log
Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.
You can manually request rebase by checking the rebase/retry box above.
⚠️ Warning: custom changes will be lost.
This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.
This PR contains the following updates:
^12.0.3
->^13.0.0
Release Notes
unexpectedjs/unexpected
### [`v13.1.0`](https://togithub.com/unexpectedjs/unexpected/blob/HEAD/CHANGELOG.md#v1310-2022-12-23) [Compare Source](https://togithub.com/unexpectedjs/unexpected/compare/v13.0.1...v13.1.0) ##### Pull requests - [#853](https://togithub.com/unexpectedjs/unexpected/pull/853) Upgrade ukkonen to version 2.1.0 ([depfu\[bot\]](mailto:23717796+depfu\[bot]@users.noreply.github.com)) ##### Commits to master - [Fix doc typos](https://togithub.com/unexpectedjs/unexpected/commit/4876931d038985622e2ac14c4dfc9e7c3e15257f) ([Andreas Lind](mailto:andreas.lind@workday.com)) ### [`v13.0.1`](https://togithub.com/unexpectedjs/unexpected/blob/HEAD/CHANGELOG.md#v1301-2022-08-22) [Compare Source](https://togithub.com/unexpectedjs/unexpected/compare/v13.0.0...v13.0.1) ##### Pull requests - [#852](https://togithub.com/unexpectedjs/unexpected/pull/852) Fix bug that caused expect({foo: 123}, 'to satisfy', {foo: undefined}) to pass ([Andreas Lind](mailto:andreaslindpetersen@gmail.com)) ##### Commits to master - [Fix CHANGELOG generation in preversion script now that an npm env var changed](https://togithub.com/unexpectedjs/unexpected/commit/c1ed24216e12c8bcb80f9a2996a63dd8a95ae495) ([Andreas Lind](mailto:andreaslindpetersen@gmail.com)) - [Unskip test that succeeds now we treat functions as objects](https://togithub.com/unexpectedjs/unexpected/commit/34da0beb8984149acfb69e06805db122ad0ad42f) ([Andreas Lind](mailto:andreaslindpetersen@gmail.com)) - [Fix typos in test descriptions](https://togithub.com/unexpectedjs/unexpected/commit/aa1eff45b0dacdb85002afed952e5cf148a73579) ([Andreas Lind](mailto:andreaslindpetersen@gmail.com)) ### [`v13.0.0`](https://togithub.com/unexpectedjs/unexpected/blob/HEAD/CHANGELOG.md#v1300-2022-04-26) [Compare Source](https://togithub.com/unexpectedjs/unexpected/compare/v12.0.4...v13.0.0) ##### Pull requests - [#820](https://togithub.com/unexpectedjs/unexpected/pull/820) Upgrade eslint-plugin-markdown to version 2.2.1 ([Andreas Lind](mailto:andreaslindpetersen@gmail.com), [depfu\[bot\]](mailto:23717796+depfu\[bot]@users.noreply.github.com)) - [#847](https://togithub.com/unexpectedjs/unexpected/pull/847) Upgrade jasmine to version 3.99.0 ([depfu\[bot\]](mailto:23717796+depfu\[bot]@users.noreply.github.com)) - [#851](https://togithub.com/unexpectedjs/unexpected/pull/851) Inspect BigInts as `123n` instead of `BigInt\(123\)` ([Andreas Lind](mailto:andreas.lind@workday.com)) - [#782](https://togithub.com/unexpectedjs/unexpected/pull/782) Remove legacy support for addAssertion without a subject type ([Andreas Lind](mailto:andreaslindpetersen@gmail.com)) - [#781](https://togithub.com/unexpectedjs/unexpected/pull/781) to satisfy: Disallow satisfying against a non-plain object ([Andreas Lind](mailto:andreas.lind@peakon.com)) - [#785](https://togithub.com/unexpectedjs/unexpected/pull/785) Add the parent expect to the prototype chain of a child expect ([Andreas Lind](mailto:andreaslindpetersen@gmail.com)) ##### Commits to master - [Add release notes](https://togithub.com/unexpectedjs/unexpected/commit/eafc0fbbcff54ae3dd294289e83a5daed18f5c1f) ([Andreas Lind](mailto:andreaslindpetersen@gmail.com)) - [Apply the jasmine patch for 4.x as well](https://togithub.com/unexpectedjs/unexpected/commit/8f03e9e19527c0e75c5093fbe7382263816f0f82) ([Andreas Lind](mailto:andreaslindpetersen@gmail.com)) - [Expect jasmine to exit with 3 when tests have failed https://github.com/jasmine/jasmine-npm/blob/main/release_notes/4.0.0.md#breaking-changes](https://togithub.com/unexpectedjs/unexpected/commit/d925306d26d6b9531778fb7d41f6fdd8d80b02e2) ([Andreas Lind](mailto:andreaslindpetersen@gmail.com)) - [Update jasmine to ^4.1.0](https://togithub.com/unexpectedjs/unexpected/commit/0e32f25cb472f89f0b527ec888cccb735f571622) ([Andreas Lind](mailto:andreaslindpetersen@gmail.com)) - [Drop support for node.js 10 and 12, add 16](https://togithub.com/unexpectedjs/unexpected/commit/1f9cac6d74d6920f9b6cf76d5fbe792f65cf9a03) ([Andreas Lind](mailto:andreaslindpetersen@gmail.com)) - [+6 more](https://togithub.com/unexpectedjs/unexpected/compare/v12.0.4...v13.0.0) ### [`v12.0.4`](https://togithub.com/unexpectedjs/unexpected/blob/HEAD/CHANGELOG.md#v1204-2022-02-22) [Compare Source](https://togithub.com/unexpectedjs/unexpected/compare/v12.0.3...v12.0.4) - [#850](https://togithub.com/unexpectedjs/unexpected/pull/850) Always escape special characters in string diffs ([Andreas Lind](mailto:andreaslindpetersen@gmail.com)) - [#848](https://togithub.com/unexpectedjs/unexpected/pull/848) Upgrade jasmine-core to version 4.0.0 ([depfu\[bot\]](mailto:23717796+depfu\[bot]@users.noreply.github.com)) - [#843](https://togithub.com/unexpectedjs/unexpected/pull/843) Upgrade eslint-plugin-mocha to version 10.0.1 ([depfu\[bot\]](mailto:23717796+depfu\[bot]@users.noreply.github.com)) - [#840](https://togithub.com/unexpectedjs/unexpected/pull/840) Upgrade prettier to version 2.5.0 ([depfu\[bot\]](mailto:23717796+depfu\[bot]@users.noreply.github.com)) - [#839](https://togithub.com/unexpectedjs/unexpected/pull/839) Upgrade karma to version 6.3.9 ([depfu\[bot\]](mailto:23717796+depfu\[bot]@users.noreply.github.com)) - [#838](https://togithub.com/unexpectedjs/unexpected/pull/838) Upgrade karma to version 6.3.8 ([depfu\[bot\]](mailto:23717796+depfu\[bot]@users.noreply.github.com)) - [#837](https://togithub.com/unexpectedjs/unexpected/pull/837) Upgrade karma to version 6.3.7 ([depfu\[bot\]](mailto:23717796+depfu\[bot]@users.noreply.github.com)) - [#836](https://togithub.com/unexpectedjs/unexpected/pull/836) Upgrade karma to version 6.3.6 ([depfu\[bot\]](mailto:23717796+depfu\[bot]@users.noreply.github.com)) - [#835](https://togithub.com/unexpectedjs/unexpected/pull/835) Upgrade eslint to version 8.1.0 ([depfu\[bot\]](mailto:23717796+depfu\[bot]@users.noreply.github.com)) - [#834](https://togithub.com/unexpectedjs/unexpected/pull/834) Upgrade hyperlink to version 5.0.0 ([depfu\[bot\]](mailto:23717796+depfu\[bot]@users.noreply.github.com)) - [#833](https://togithub.com/unexpectedjs/unexpected/pull/833) Upgrade karma to version 6.3.5 ([depfu\[bot\]](mailto:23717796+depfu\[bot]@users.noreply.github.com)) - [#819](https://togithub.com/unexpectedjs/unexpected/pull/819) Upgrade prettier to version 2.4.0 ([depfu\[bot\]](mailto:23717796+depfu\[bot]@users.noreply.github.com)) - [#816](https://togithub.com/unexpectedjs/unexpected/pull/816) Upgrade jasmine to version 3.9.0 ([depfu\[bot\]](mailto:23717796+depfu\[bot]@users.noreply.github.com)) - [#815](https://togithub.com/unexpectedjs/unexpected/pull/815) Upgrade jasmine to version 3.8.0 ([depfu\[bot\]](mailto:23717796+depfu\[bot]@users.noreply.github.com)) - [#812](https://togithub.com/unexpectedjs/unexpected/pull/812) Upgrade karma to version 6.3.4 ([depfu\[bot\]](mailto:23717796+depfu\[bot]@users.noreply.github.com)) - [#810](https://togithub.com/unexpectedjs/unexpected/pull/810) Upgrade karma to version 6.3.3 ([depfu\[bot\]](mailto:23717796+depfu\[bot]@users.noreply.github.com)) - [#808](https://togithub.com/unexpectedjs/unexpected/pull/808) Upgrade eslint-plugin-mocha to version 9.0.0 ([depfu\[bot\]](mailto:23717796+depfu\[bot]@users.noreply.github.com))Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.