Skip to content

chore(deps): update dependency concurrently to v9 - #843

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/concurrently-9.x
Open

chore(deps): update dependency concurrently to v9#843
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/concurrently-9.x

Conversation

@renovate

@renovate renovate Bot commented Sep 8, 2024

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
concurrently 8.2.29.2.1 age confidence

Release Notes

open-cli-tools/concurrently (concurrently)

v9.2.1

Compare Source

What's Changed

Full Changelog: open-cli-tools/concurrently@v9.2.0...v9.2.1

v9.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v9.1.2...v9.2.0

v9.1.2

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v9.1.1...v9.1.2

v9.1.1

Compare Source

What's Changed

Full Changelog: open-cli-tools/concurrently@v9.1.0...v9.1.1

v9.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: open-cli-tools/concurrently@v9.0.1...v9.1.0

v9.0.1

Compare Source

What's Changed

Full Changelog: open-cli-tools/concurrently@v9.0.0...v9.0.1

v9.0.0

Compare Source

💥 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-processes is set and an interruption/kill signal is sent - #​433, #​452, #​460
    Before v9.0.0, pressing Ctrl+C when --max-processes is 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-processes with --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 concurrently and default exports are now the same - #​399
    It's reasonable to expect that import { concurrently } from 'concurrently' would work the same as import 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

  • Exponential back-off support for process restarting - #​265, #​462
    Use --restart-after exponential. Restarts happen at 2^N seconds.
  • Add prefix padding via new --pad-prefix flag - #​166, #​417, #​495
  • Specify teardown commands via new --teardown flag - #​472, #​500
  • Expand node:<script> commands to node --run <script> - #​475
  • [API only] Inter-Process Communication (ipc) - #​498
  • [API only] Make it possible to use no colors at all - #​466
  • [API only] Add a state field to Command - #​455

🐛 Bug Fixes

Other Changes

New Contributors

Full Changelog: open-cli-tools/concurrently@v8.2.2...v9.0.0


Configuration

📅 Schedule: (UTC)

  • 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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@vercel

vercel Bot commented Sep 8, 2024

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
iron-session Error Error Mar 4, 2026 1:03pm

Request Review

@codecov

codecov Bot commented Sep 8, 2024

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (main@d28012d). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #843   +/-   ##
=======================================
  Coverage        ?   79.45%           
=======================================
  Files           ?        2           
  Lines           ?      516           
  Branches        ?       39           
=======================================
  Hits            ?      410           
  Misses          ?      104           
  Partials        ?        2           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate
renovate Bot force-pushed the renovate/concurrently-9.x branch from 13e4c90 to 53d8aee Compare September 12, 2024 03:09
@renovate
renovate Bot force-pushed the renovate/concurrently-9.x branch from 53d8aee to 7b1f11b Compare September 12, 2024 14:22
@renovate
renovate Bot force-pushed the renovate/concurrently-9.x branch from 7b1f11b to 69831f6 Compare September 13, 2024 01:18
@renovate
renovate Bot force-pushed the renovate/concurrently-9.x branch from 69831f6 to 4a4382e Compare September 16, 2024 16:42
@renovate
renovate Bot force-pushed the renovate/concurrently-9.x branch from 4a4382e to 22b9339 Compare September 16, 2024 18:22
@renovate
renovate Bot force-pushed the renovate/concurrently-9.x branch from 22b9339 to 595230b Compare September 17, 2024 08:15
@renovate
renovate Bot force-pushed the renovate/concurrently-9.x branch from 595230b to df72a00 Compare October 1, 2024 01:33
@renovate
renovate Bot force-pushed the renovate/concurrently-9.x branch from df72a00 to 2c27143 Compare October 3, 2024 16:22
@renovate
renovate Bot force-pushed the renovate/concurrently-9.x branch from 2c27143 to 1de0db5 Compare October 8, 2024 19:32
@renovate
renovate Bot force-pushed the renovate/concurrently-9.x branch from 1de0db5 to 86ac4c2 Compare October 18, 2024 23:15
@renovate
renovate Bot force-pushed the renovate/concurrently-9.x branch from 86ac4c2 to f882c2a Compare October 19, 2024 15:12
@renovate
renovate Bot force-pushed the renovate/concurrently-9.x branch from f882c2a to 095496f Compare October 21, 2024 15:43
@renovate
renovate Bot force-pushed the renovate/concurrently-9.x branch from 095496f to ce97497 Compare October 21, 2024 23:28
@renovate
renovate Bot force-pushed the renovate/concurrently-9.x branch from ce97497 to 51254bf Compare October 24, 2024 12:20
@renovate
renovate Bot force-pushed the renovate/concurrently-9.x branch from 5934212 to 46e108c Compare November 14, 2024 21:25
@renovate
renovate Bot force-pushed the renovate/concurrently-9.x branch from 46e108c to 89fc246 Compare November 21, 2024 01:49
@renovate
renovate Bot force-pushed the renovate/concurrently-9.x branch from 89fc246 to 834b440 Compare November 21, 2024 20:10
@renovate
renovate Bot force-pushed the renovate/concurrently-9.x branch from 834b440 to 11ef523 Compare November 25, 2024 06:13
@renovate
renovate Bot force-pushed the renovate/concurrently-9.x branch from 11ef523 to c1c6b8b Compare November 26, 2024 03:24
@renovate
renovate Bot force-pushed the renovate/concurrently-9.x branch from c1c6b8b to c815c8c Compare November 26, 2024 10:09
@renovate
renovate Bot force-pushed the renovate/concurrently-9.x branch from c815c8c to bfcc80b Compare November 26, 2024 16:29
@renovate
renovate Bot force-pushed the renovate/concurrently-9.x branch from bfcc80b to baed954 Compare November 27, 2024 04:31
@renovate
renovate Bot force-pushed the renovate/concurrently-9.x branch from baed954 to 525535f Compare December 3, 2024 18:31
@renovate
renovate Bot force-pushed the renovate/concurrently-9.x branch from 525535f to 308d0c7 Compare December 4, 2024 11:29
@renovate
renovate Bot force-pushed the renovate/concurrently-9.x branch from 308d0c7 to c6503ae Compare December 11, 2024 02:34
@renovate
renovate Bot force-pushed the renovate/concurrently-9.x branch from c6503ae to af81131 Compare December 27, 2024 13:14
@renovate
renovate Bot force-pushed the renovate/concurrently-9.x branch from af81131 to fbce3f2 Compare December 31, 2024 05:15
@renovate
renovate Bot force-pushed the renovate/concurrently-9.x branch from fbce3f2 to edc0b5f Compare January 6, 2025 20:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants