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

v22.5.1 proposal #53935

Merged
merged 2 commits into from
Jul 19, 2024
Merged

v22.5.1 proposal #53935

merged 2 commits into from
Jul 19, 2024

Commits on Jul 19, 2024

  1. Revert "fs: add v8 fast api to closeSync"

    This reverts commit ed6f45b.
    
    PR-URL: #53904
    Refs: yarnpkg/berry#6398
    Refs: npm/cli#7657
    Reviewed-By: Richard Lau <[email protected]>
    Reviewed-By: Yagiz Nizipli <[email protected]>
    Reviewed-By: Luigi Pinca <[email protected]>
    Reviewed-By: Rich Trott <[email protected]>
    RedYetiDev authored and richardlau committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    e2deeed View commit details
    Browse the repository at this point in the history
  2. 2024-07-19, Version 22.5.1 (Current)

    Notable changes:
    
    This release fixes a regression introduced in Node.js 22.5.0. The
    problem is known to display the following symptoms:
    
    - Crash with
    ```
    FATAL ERROR: v8::Object::GetCreationContextChecked No creation context available
    ```
    
    - npm errors with `npm error Exit handler never called!`
    
    - yarn hangs or outputs
    ```
    Usage Error: Couldn't find the node_modules state file - running an install might help (findPackageLocation)
    ```
    
    PR-URL: #53935
    Refs: #53902
    Refs: npm/cli#7657
    Refs: yarnpkg/berry#6398
    richardlau committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    fd9233a View commit details
    Browse the repository at this point in the history