Open renovate[bot] opened 2 years ago
This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.
🔍 Inspect: https://vercel.com/dsebastien/website-dsebastien/CP13yHQUurURbds6LSvJ7LUPiTyk
✅ Preview: https://website-dsebastien-git-renovate-concurrently-6x-dsebastien.vercel.app
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: @nrwl/eslint-plugin-nx@13.9.6
npm ERR! Found: @typescript-eslint/parser@4.14.0
npm ERR! node_modules/@typescript-eslint/parser
npm ERR! dev @typescript-eslint/parser@"4.14.0" from the root project
npm ERR! peer @typescript-eslint/parser@"^4.0.0" from @typescript-eslint/eslint-plugin@4.14.0
npm ERR! node_modules/@typescript-eslint/eslint-plugin
npm ERR! dev @typescript-eslint/eslint-plugin@"4.14.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @typescript-eslint/parser@"~5.10.0" from @nrwl/eslint-plugin-nx@13.9.6
npm ERR! node_modules/@nrwl/eslint-plugin-nx
npm ERR! dev @nrwl/eslint-plugin-nx@"13.9.6" from the root project
npm ERR!
npm ERR! Conflicting peer dependency: @typescript-eslint/parser@5.10.2
npm ERR! node_modules/@typescript-eslint/parser
npm ERR! peer @typescript-eslint/parser@"~5.10.0" from @nrwl/eslint-plugin-nx@13.9.6
npm ERR! node_modules/@nrwl/eslint-plugin-nx
npm ERR! dev @nrwl/eslint-plugin-nx@"13.9.6" 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-04-09T12_00_08_538Z-debug-0.log
This PR contains the following updates:
6.0.0
->6.5.1
Release Notes
open-cli-tools/concurrently
### [`v6.5.1`](https://togithub.com/open-cli-tools/concurrently/releases/tag/v6.5.1) [Compare Source](https://togithub.com/open-cli-tools/concurrently/compare/v6.5.0...v6.5.1) - Fix command names when using npm wildcard ([#148](https://togithub.com/open-cli-tools/concurrently/issues/148), [#165](https://togithub.com/open-cli-tools/concurrently/issues/165), [#211](https://togithub.com/open-cli-tools/concurrently/issues/211), [#212](https://togithub.com/open-cli-tools/concurrently/issues/212)) ### [`v6.5.0`](https://togithub.com/open-cli-tools/concurrently/releases/tag/v6.5.0) [Compare Source](https://togithub.com/open-cli-tools/concurrently/compare/v6.4.0...v6.5.0) - Add support for configuring via environment variables that start with `CONCURRENTLY_` prefix ([#289](https://togithub.com/open-cli-tools/concurrently/issues/289)) - Add `--timings` flag to show when each process started and stopped, and how long they ran for ([#291](https://togithub.com/open-cli-tools/concurrently/issues/291), [#295](https://togithub.com/open-cli-tools/concurrently/issues/295)) ### [`v6.4.0`](https://togithub.com/open-cli-tools/concurrently/releases/tag/v6.4.0) [Compare Source](https://togithub.com/open-cli-tools/concurrently/compare/v6.3.0...v6.4.0) - Add `--hide` flag to hide the output of specified commands ([#138](https://togithub.com/open-cli-tools/concurrently/issues/138), [#173](https://togithub.com/open-cli-tools/concurrently/issues/173)) ### [`v6.3.0`](https://togithub.com/open-cli-tools/concurrently/releases/tag/v6.3.0) [Compare Source](https://togithub.com/open-cli-tools/concurrently/compare/v6.2.2...v6.3.0) - Distribute prefix colors correctly when using npm/yarn/pnpm script expansion ([#186](https://togithub.com/open-cli-tools/concurrently/issues/186), [#210](https://togithub.com/open-cli-tools/concurrently/issues/210), [#234](https://togithub.com/open-cli-tools/concurrently/issues/234), [#286](https://togithub.com/open-cli-tools/concurrently/issues/286)) - Add new option to programmatic API, `prefixColors`, which serves as fallback for commands without a `prefixColor` ([#286](https://togithub.com/open-cli-tools/concurrently/issues/286)) ### [`v6.2.2`](https://togithub.com/open-cli-tools/concurrently/releases/tag/v6.2.2) [Compare Source](https://togithub.com/open-cli-tools/concurrently/compare/v6.2.1...v6.2.2) - Remove `read-pkg` dependency which had a vulnerability issue ([#274](https://togithub.com/open-cli-tools/concurrently/issues/274)) ### [`v6.2.1`](https://togithub.com/open-cli-tools/concurrently/releases/tag/v6.2.1) [Compare Source](https://togithub.com/open-cli-tools/concurrently/compare/v6.2.0...v6.2.1) - **Fix hanging issue after using programmatic API to read from stdin** ([#252](https://togithub.com/open-cli-tools/concurrently/issues/252), [#253](https://togithub.com/open-cli-tools/concurrently/issues/253)) Big kudos to [@brandonchinn178](https://togithub.com/brandonchinn178) for finding and fixing this! 🏆 🎉 - Correctly reexport flow controllers ([#278](https://togithub.com/open-cli-tools/concurrently/issues/278)) ### [`v6.2.0`](https://togithub.com/open-cli-tools/concurrently/releases/tag/v6.2.0) [Compare Source](https://togithub.com/open-cli-tools/concurrently/compare/v6.1.0...v6.2.0) - Include `killed` in the command result in programmatic API ([#250](https://togithub.com/open-cli-tools/concurrently/issues/250)) - Make `--restart-tries` restart forever with negative values ([#263](https://togithub.com/open-cli-tools/concurrently/issues/263)) ### [`v6.1.0`](https://togithub.com/open-cli-tools/concurrently/releases/tag/v6.1.0) [Compare Source](https://togithub.com/open-cli-tools/concurrently/compare/v6.0.2...v6.1.0) - Change default color to `reset` (no color set), instead of `gray.dim` ([#259](https://togithub.com/open-cli-tools/concurrently/issues/259), [#275](https://togithub.com/open-cli-tools/concurrently/issues/275)) ### [`v6.0.2`](https://togithub.com/open-cli-tools/concurrently/releases/tag/v6.0.2) [Compare Source](https://togithub.com/open-cli-tools/concurrently/compare/v6.0.1...v6.0.2) - Fix `--handle-input` when input contains a colon ([#269](https://togithub.com/open-cli-tools/concurrently/issues/269)) - Update lodash to fix a vulnerability ([#270](https://togithub.com/open-cli-tools/concurrently/issues/270), [#271](https://togithub.com/open-cli-tools/concurrently/issues/271)) ### [`v6.0.1`](https://togithub.com/open-cli-tools/concurrently/releases/tag/v6.0.1) [Compare Source](https://togithub.com/open-cli-tools/concurrently/compare/v6.0.0...v6.0.1) - Fix cwd option not overwriting per command if specified in programmatic API ([#266](https://togithub.com/open-cli-tools/concurrently/issues/266), [#268](https://togithub.com/open-cli-tools/concurrently/issues/268))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.