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

fix: Switch from throat to p-limit #12960

Merged
merged 4 commits into from Jun 30, 2022
Merged

Commits on Jun 23, 2022

  1. fix: Switch from throat to p-limit

    Throat has a significant unacknowledged bug (ForbesLindesay/throat#61) that may cause it to lock up with repeated invocations.
    
    Sindre's p-limit appears to be better supported.  I picked p-limit 3.x (the last version before the switch to pure ESM) to match Jest's usage of other packages from Sindre.
    
    Fixes jestjs#12757
    joshkel committed Jun 23, 2022
    Copy the full SHA
    56062ea View commit details
    Browse the repository at this point in the history
  2. Update changelog

    joshkel committed Jun 23, 2022
    Copy the full SHA
    81069e8 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7af9df7 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Copy the full SHA
    3592aa1 View commit details
    Browse the repository at this point in the history