Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Upgrade concurrently from 8.2.2 to 9.0.1 #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Rosenstein
Copy link
Owner

snyk-top-banner

Snyk has created this PR to upgrade concurrently from 8.2.2 to 9.0.1.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


⚠️ Warning: This PR contains major version upgrade(s), and may be a breaking change.

  • The recommended version is 2 versions ahead of your current version.

  • The recommended version was released on 21 days ago.

Release notes
Package name: concurrently
  • 9.0.1 - 2024-09-12

    What's Changed

    Full Changelog: v9.0.0...v9.0.1

  • 9.0.0 - 2024-09-08

    💥 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.

    • 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

    • Fix importing concurrently in ESM package - #454, #456, #494
    • Make sure concurrently doesn't resolve when manually restarting commands through API - #463, #464
    • Abort commands not running when max processes < N - #433, #452, #460
    • Fix warning coming from spawn-command when running in Node 22 - #407, #477, #479, #492
    • Make --raw and --hide compatible - #394, #486
    • Ensure prefix is written when logging without a trailing LF - #467

    Other Changes

    • --help no longer shows examples due to there being too many.
      Refer to https://github.com/open-cli-tools/concurrently/tree/v9.0.0/docs instead, or to the node_modules/concurrently/docs directory in your project.
    • Improve examples of --passthrough-arguments - #490
    • Replace date-fns with hand-rolled date formatting - #436, #443
      This should make installing concurrently faster.

    New Contributors

    Full Changelog: v8.2.2...v9.0.0

  • 8.2.2 - 2023-10-19

    What's Changed

    New Contributors

    Full Changelog: v8.2.1...v8.2.2

from concurrently GitHub release notes

Important

  • Warning: This PR contains a major version upgrade, and may be a breaking change.
  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Snyk has created this PR to upgrade concurrently from 8.2.2 to 9.0.1.

See this package in npm:
concurrently

See this project in Snyk:
https://app.snyk.io/org/rosenstein/project/41419e47-80fd-4b4f-ad23-22f76bd11084?utm_source=github&utm_medium=referral&page=upgrade-pr
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.

2 participants