npm(deps-dev): bump concurrently from 8.2.2 to 9.1.2
Type: Pull Request
State: Open
Association: None
Comments: 1
(6 months ago)
(6 months ago)
Bumps concurrently from 8.2.2 to 9.1.2.
Release notes
Sourced from concurrently's releases.
v9.1.2
What's Changed
- Add ability to have custom logger by
@mwood23in open-cli-tools/concurrently#522New Contributors
@mwood23made their first contribution in open-cli-tools/concurrently#522Full Changelog: https://github.com/open-cli-tools/concurrently/compare/v9.1.1...v9.1.2
v9.1.1
What's Changed
- fix: support Deno's JSON with comments configuration by
@mahtaranin open-cli-tools/concurrently#523Full Changelog: https://github.com/open-cli-tools/concurrently/compare/v9.1.0...v9.1.1
v9.1.0
What's Changed
- Remove signal event listeners on finish by
@gustavohenkein open-cli-tools/concurrently#512- Add support for Deno shortcuts and wildcards by
@mahtaranin open-cli-tools/concurrently#508- bin: show help when no args are passed by
@gustavohenkein open-cli-tools/concurrently#513New Contributors
@mahtaranmade their first contribution in open-cli-tools/concurrently#508Full Changelog: https://github.com/open-cli-tools/concurrently/compare/v9.0.1...v9.1.0
v9.0.1
What's Changed
- Don't set up more than 1 abort signal listener by
@gustavohenkein open-cli-tools/concurrently#503Full Changelog: https://github.com/open-cli-tools/concurrently/compare/v9.0.0...v9.0.1
v9.0.0
💥 Breaking Changes
Dropped support for Node.js < 18.0.0. Older Node.js version have reached end-of-life, and certain features require new-ish JS APIs.
Pending commands no longer run when
--max-processesis set and an interruption/kill signal is sent - #433, #452, #460 Before v9.0.0, pressing Ctrl+C when--max-processesis set meant that only those commands would receive it. Once these stopped, the pending commands would start, which in turn meant that another Ctrl+C press would be necessary to stop them, and so on. Similar situation applied to combining--max-processeswith--kill-others/--kill-others-on-fail.Starting with v9.0.0, this no longer happens, as these flags and/or key presses send a signal to stop the running commands in addition to preventing new commands from running.
The
concurrentlyand default exports are now the same - #399 It's reasonable to expect thatimport { concurrently } from 'concurrently'would work the same asimport concurrently from 'concurrently', however this has not been the case. The former used to be an unconfigured version of concurrently, lacking all features that you'd get from the CLI, which was seen as a "footgun". Both are now the same function.If you'd like to access the unconfigured function, use
import { createConcurrently } from 'concurrently'instead.✨ New Features
... (truncated)
Commits
7f3efb29.1.236eccaeAdd ability to have custom logger (#522)6cafc609.1.180fcedafix: support Deno's JSON with comments (#523)8d3f976docs: fix inconsistencies in passthrough args pagee3a76f79.1.0b358954bin: show help when no args are passed (#513)64b7e2aAdd support for Deno shortcuts and wildcards (#508)3bcc9c9Remove signal event listeners from process on finish (#512)79b32909.0.1- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request Statistics
0
0
+0
-0
Package Dependencies
Technical Details
| ID: | 580601 |
| UUID: | 3084054794 |
| Node ID: | PR_kwDOOuclws6XQ-B3 |
| Host: | GitHub |
| Repository: | Jefino9488/template-vite-react-node-postgres |