lukebrogan-mend / juice-shop

MIT License
0 stars 0 forks source link

chore(deps): update dependency concurrently to v8 - autoclosed #45

Closed mend-for-github-com[bot] closed 6 days ago

mend-for-github-com[bot] commented 1 month ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
concurrently ^5.3.0 -> ^8.0.0 age adoption passing confidence

Release Notes

open-cli-tools/concurrently (concurrently) ### [`v8.2.2`](https://togithub.com/open-cli-tools/concurrently/releases/tag/v8.2.2) [Compare Source](https://togithub.com/open-cli-tools/concurrently/compare/v8.2.1...v8.2.2) #### What's Changed - fix(suggestion): prefixColors API type to embrace string type by [@​SeiwonPark](https://togithub.com/SeiwonPark) in [https://github.com/open-cli-tools/concurrently/pull/439](https://togithub.com/open-cli-tools/concurrently/pull/439) - Update dependencies by [@​paescuj](https://togithub.com/paescuj) in [https://github.com/open-cli-tools/concurrently/pull/441](https://togithub.com/open-cli-tools/concurrently/pull/441) - Test against Node.js v20 instead of v19 by [@​paescuj](https://togithub.com/paescuj) in [https://github.com/open-cli-tools/concurrently/pull/442](https://togithub.com/open-cli-tools/concurrently/pull/442) - Update dependencies by [@​paescuj](https://togithub.com/paescuj) in [https://github.com/open-cli-tools/concurrently/pull/449](https://togithub.com/open-cli-tools/concurrently/pull/449) #### New Contributors - [@​SeiwonPark](https://togithub.com/SeiwonPark) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/439](https://togithub.com/open-cli-tools/concurrently/pull/439) **Full Changelog**: https://github.com/open-cli-tools/concurrently/compare/v8.2.1...v8.2.2 ### [`v8.2.1`](https://togithub.com/open-cli-tools/concurrently/releases/tag/v8.2.1) [Compare Source](https://togithub.com/open-cli-tools/concurrently/compare/v8.2.0...v8.2.1) #### What's Changed - Delay summary timings output until finished by [@​kayahr](https://togithub.com/kayahr) in [https://github.com/open-cli-tools/concurrently/pull/431](https://togithub.com/open-cli-tools/concurrently/pull/431) - Replace deprecated RxJS code by [@​paescuj](https://togithub.com/paescuj) in [https://github.com/open-cli-tools/concurrently/pull/343](https://togithub.com/open-cli-tools/concurrently/pull/343) #### New Contributors - [@​kayahr](https://togithub.com/kayahr) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/431](https://togithub.com/open-cli-tools/concurrently/pull/431) **Full Changelog**: https://github.com/open-cli-tools/concurrently/compare/v8.2.0...v8.2.1 ### [`v8.2.0`](https://togithub.com/open-cli-tools/concurrently/releases/tag/v8.2.0) [Compare Source](https://togithub.com/open-cli-tools/concurrently/compare/v8.1.0...v8.2.0) #### What's Changed - Support REPL languages that use colons by [@​wyattades](https://togithub.com/wyattades) in [https://github.com/open-cli-tools/concurrently/pull/393](https://togithub.com/open-cli-tools/concurrently/pull/393) - Update dependencies by [@​paescuj](https://togithub.com/paescuj) in [https://github.com/open-cli-tools/concurrently/pull/427](https://togithub.com/open-cli-tools/concurrently/pull/427) #### New Contributors - [@​wyattades](https://togithub.com/wyattades) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/393](https://togithub.com/open-cli-tools/concurrently/pull/393) **Full Changelog**: https://github.com/open-cli-tools/concurrently/compare/v8.1.0...v8.2.0 ### [`v8.1.0`](https://togithub.com/open-cli-tools/concurrently/releases/tag/v8.1.0) [Compare Source](https://togithub.com/open-cli-tools/concurrently/compare/v8.0.1...v8.1.0) #### What's Changed - fix: move `types` condition to the front by [@​Andarist](https://togithub.com/Andarist) in [https://github.com/open-cli-tools/concurrently/pull/422](https://togithub.com/open-cli-tools/concurrently/pull/422) - Allow setting `raw` per command when using the API by [@​chbiel](https://togithub.com/chbiel) in [https://github.com/open-cli-tools/concurrently/pull/411](https://togithub.com/open-cli-tools/concurrently/pull/411) #### New Contributors - [@​Andarist](https://togithub.com/Andarist) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/422](https://togithub.com/open-cli-tools/concurrently/pull/422) - [@​chbiel](https://togithub.com/chbiel) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/411](https://togithub.com/open-cli-tools/concurrently/pull/411) **Full Changelog**: https://github.com/open-cli-tools/concurrently/compare/v8.0.1...v8.1.0 ### [`v8.0.1`](https://togithub.com/open-cli-tools/concurrently/releases/tag/v8.0.1) [Compare Source](https://togithub.com/open-cli-tools/concurrently/compare/v8.0.0...v8.0.1) #### What's Changed - Fix release workflow by [@​paescuj](https://togithub.com/paescuj) in [https://github.com/open-cli-tools/concurrently/pull/408](https://togithub.com/open-cli-tools/concurrently/pull/408) - Update dependencies by [@​paescuj](https://togithub.com/paescuj) in [https://github.com/open-cli-tools/concurrently/pull/409](https://togithub.com/open-cli-tools/concurrently/pull/409) **Full Changelog**: https://github.com/open-cli-tools/concurrently/compare/v8.0.0...v8.0.1 ### [`v8.0.0`](https://togithub.com/open-cli-tools/concurrently/releases/tag/v8.0.0) [Compare Source](https://togithub.com/open-cli-tools/concurrently/compare/v7.6.0...v8.0.0) #### What's Changed - **Breaking change:** Drop support for Node.js v12 & add support for Node.js v18 by [@​paescuj](https://togithub.com/paescuj) in [https://github.com/open-cli-tools/concurrently/pull/342](https://togithub.com/open-cli-tools/concurrently/pull/342) - Add support for Bun by [@​jakeboone02](https://togithub.com/jakeboone02) in [https://github.com/open-cli-tools/concurrently/pull/406](https://togithub.com/open-cli-tools/concurrently/pull/406) - Add `--kill-signal` option by [@​paulsmithkc](https://togithub.com/paulsmithkc) in [https://github.com/open-cli-tools/concurrently/pull/402](https://togithub.com/open-cli-tools/concurrently/pull/402) - Fixed broken link in the readme by [@​abstractpoint](https://togithub.com/abstractpoint) in [https://github.com/open-cli-tools/concurrently/pull/390](https://togithub.com/open-cli-tools/concurrently/pull/390) #### New Contributors - [@​abstractpoint](https://togithub.com/abstractpoint) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/390](https://togithub.com/open-cli-tools/concurrently/pull/390) - [@​jakeboone02](https://togithub.com/jakeboone02) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/406](https://togithub.com/open-cli-tools/concurrently/pull/406) - [@​paulsmithkc](https://togithub.com/paulsmithkc) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/402](https://togithub.com/open-cli-tools/concurrently/pull/402) **Full Changelog**: https://github.com/open-cli-tools/concurrently/compare/v7.6.0...v8.0.0 ### [`v7.6.0`](https://togithub.com/open-cli-tools/concurrently/releases/tag/v7.6.0) [Compare Source](https://togithub.com/open-cli-tools/concurrently/compare/v7.5.0...v7.6.0) #### What's Changed - Support percent values in maxProcesses by [@​lynxtaa](https://togithub.com/lynxtaa) in [https://github.com/open-cli-tools/concurrently/pull/375](https://togithub.com/open-cli-tools/concurrently/pull/375) - Enable TypeScript strict mode by [@​gustavohenke](https://togithub.com/gustavohenke) in [https://github.com/open-cli-tools/concurrently/pull/374](https://togithub.com/open-cli-tools/concurrently/pull/374) - update install command to use `--save-dev` by [@​DetachHead](https://togithub.com/DetachHead) in [https://github.com/open-cli-tools/concurrently/pull/376](https://togithub.com/open-cli-tools/concurrently/pull/376) - Correct wildcard naming as described in README by [@​paescuj](https://togithub.com/paescuj) in [https://github.com/open-cli-tools/concurrently/pull/385](https://togithub.com/open-cli-tools/concurrently/pull/385) #### New Contributors - [@​lynxtaa](https://togithub.com/lynxtaa) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/375](https://togithub.com/open-cli-tools/concurrently/pull/375) - [@​DetachHead](https://togithub.com/DetachHead) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/376](https://togithub.com/open-cli-tools/concurrently/pull/376) **Full Changelog**: https://github.com/open-cli-tools/concurrently/compare/v7.5.0...v7.6.0 ### [`v7.5.0`](https://togithub.com/open-cli-tools/concurrently/releases/tag/v7.5.0) [Compare Source](https://togithub.com/open-cli-tools/concurrently/compare/v7.4.0...v7.5.0) #### What's Changed - Add auto colors functionality by [@​eliasm307](https://togithub.com/eliasm307), [@​paescuj](https://togithub.com/paescuj), [@​gustavohenke](https://togithub.com/gustavohenke) in [https://github.com/open-cli-tools/concurrently/pull/296](https://togithub.com/open-cli-tools/concurrently/pull/296) - Fix `onFinish` signature when using exactOptionalPropertyTypes by [@​Baune8D](https://togithub.com/Baune8D) in [https://github.com/open-cli-tools/concurrently/pull/372](https://togithub.com/open-cli-tools/concurrently/pull/372) **Full Changelog**: https://github.com/open-cli-tools/concurrently/compare/v7.4.0...v7.5.0 ### [`v7.4.0`](https://togithub.com/open-cli-tools/concurrently/releases/tag/v7.4.0) [Compare Source](https://togithub.com/open-cli-tools/concurrently/compare/v7.3.0...v7.4.0) - Add shorthand `conc` - [#​358](https://togithub.com/open-cli-tools/concurrently/issues/358) - Updated dependencies `rxjs` and `date-fns` - [#​353](https://togithub.com/open-cli-tools/concurrently/issues/353), [#​340](https://togithub.com/open-cli-tools/concurrently/issues/340) #### New Contributors - [@​kecrily](https://togithub.com/kecrily) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/358](https://togithub.com/open-cli-tools/concurrently/pull/358) ### [`v7.3.0`](https://togithub.com/open-cli-tools/concurrently/releases/tag/v7.3.0) [Compare Source](https://togithub.com/open-cli-tools/concurrently/compare/v7.2.2...v7.3.0) #### What's Changed - Export package.json path - [#​339](https://togithub.com/open-cli-tools/concurrently/issues/339) ### [`v7.2.2`](https://togithub.com/open-cli-tools/concurrently/releases/tag/v7.2.2) [Compare Source](https://togithub.com/open-cli-tools/concurrently/compare/v7.2.1...v7.2.2) #### What's Changed - Update rxjs to version 7.0.0 - [#​326](https://togithub.com/open-cli-tools/concurrently/issues/326) - Fix TypeScript not able to resolve types when on Node 16 - [#​330](https://togithub.com/open-cli-tools/concurrently/issues/330) #### New Contributors - [@​jsfix-updater](https://togithub.com/jsfix-updater) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/326](https://togithub.com/open-cli-tools/concurrently/pull/326) - [@​Baune8D](https://togithub.com/Baune8D) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/330](https://togithub.com/open-cli-tools/concurrently/pull/330) ### [`v7.2.1`](https://togithub.com/open-cli-tools/concurrently/releases/tag/v7.2.1) [Compare Source](https://togithub.com/open-cli-tools/concurrently/compare/v7.2.0...v7.2.1) #### What's Changed - Fix `--success` `command-` syntax when command name has dashes - [#​324](https://togithub.com/open-cli-tools/concurrently/issues/324), [#​325](https://togithub.com/open-cli-tools/concurrently/issues/325) ### [`v7.2.0`](https://togithub.com/open-cli-tools/concurrently/releases/tag/v7.2.0) [Compare Source](https://togithub.com/open-cli-tools/concurrently/compare/v7.1.0...v7.2.0) - Support passthrough of additional arguments to commands via placeholders - [#​33](https://togithub.com/open-cli-tools/concurrently/issues/33), [#​282](https://togithub.com/open-cli-tools/concurrently/issues/282), [#​307](https://togithub.com/open-cli-tools/concurrently/issues/307) - Add `command-{name|index}` and `!command-{name|index}` to `--success` - [#​280](https://togithub.com/open-cli-tools/concurrently/issues/280), [#​281](https://togithub.com/open-cli-tools/concurrently/issues/281), [#​318](https://togithub.com/open-cli-tools/concurrently/issues/318) #### New Contributors - [@​paescuj](https://togithub.com/paescuj) made their first contribution in [#​317](https://togithub.com/open-cli-tools/concurrently/issues/317) and [#​307](https://togithub.com/open-cli-tools/concurrently/issues/307) ### [`v7.1.0`](https://togithub.com/open-cli-tools/concurrently/releases/tag/v7.1.0) [Compare Source](https://togithub.com/open-cli-tools/concurrently/compare/v7.0.0...v7.1.0) - **Excluding pattern support added**, e.g. `concurrently npm:lint:*(!fix)` ([#​305](https://togithub.com/open-cli-tools/concurrently/issues/305), [#​306](https://togithub.com/open-cli-tools/concurrently/issues/306)) - Fixed programmatic API docs to resemble v7.0.0 changes ([#​303](https://togithub.com/open-cli-tools/concurrently/issues/303)) #### New Contributors - [@​naxoc](https://togithub.com/naxoc) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/303](https://togithub.com/open-cli-tools/concurrently/pull/303) - [@​NullVoxPopuli](https://togithub.com/NullVoxPopuli) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/306](https://togithub.com/open-cli-tools/concurrently/pull/306) ### [`v7.0.0`](https://togithub.com/open-cli-tools/concurrently/releases/tag/v7.0.0) [Compare Source](https://togithub.com/open-cli-tools/concurrently/compare/v6.5.1...v7.0.0) πŸŽ‰ πŸ₯‚ Happy 2022! #### Breaking changes - **Dropped support for Node 10**. Minimum version is now 12.20. - `concurrently()` API now has a different return value. [Please refer to the docs](https://togithub.com/open-cli-tools/concurrently/blob/v7.0.0/README.md#concurrentlycommands-options). #### Functional changes - Added `--group` flag/option to run process in parallel but print output in sequence - [#​75](https://togithub.com/open-cli-tools/concurrently/issues/75), [#​79](https://togithub.com/open-cli-tools/concurrently/issues/79), [#​272](https://togithub.com/open-cli-tools/concurrently/issues/272) - Codebase converted to TypeScript. Some bugs may arise due to this, but I hope not! #### API Changes - concurrently can now be imported as an ES Module! Just do `import concurrently from 'concurrently'`. - `concurrently()` now returns the commands alongside a promise for the result - [#​209](https://togithub.com/open-cli-tools/concurrently/issues/209) #### New Contributors - [@​cdrini](https://togithub.com/cdrini) made their first contribution in [https://github.com/open-cli-tools/concurrently/pull/272](https://togithub.com/open-cli-tools/concurrently/pull/272) ### [`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)) ### [`v6.0.0`](https://togithub.com/open-cli-tools/concurrently/releases/tag/v6.0.0) [Compare Source](https://togithub.com/open-cli-tools/concurrently/compare/v5.3.0...v6.0.0) - **BREAKING CHANGE:** Dropped support for Node 8 ([#​244](https://togithub.com/open-cli-tools/concurrently/issues/244)) - `prefixColors` option now accepts HEX colors ([#​260](https://togithub.com/open-cli-tools/concurrently/issues/260), [#​261](https://togithub.com/open-cli-tools/concurrently/issues/261)) - Added `cwd` option to programmatic API ([#​216](https://togithub.com/open-cli-tools/concurrently/issues/216), [#​246](https://togithub.com/open-cli-tools/concurrently/issues/246))

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.