Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v22.5.0
Choose a base ref
...
head repository: nodejs/node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v22.5.1
Choose a head ref
  • 3 commits
  • 7 files changed
  • 3 contributors

Commits on Jul 17, 2024

  1. Working on v22.5.1

    PR-URL: #53826
    RafaelGSS committed Jul 17, 2024
    Copy the full SHA
    6bcaaa6 View commit details

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 <rlau@redhat.com>
    Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
    Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
    Reviewed-By: Rich Trott <rtrott@gmail.com>
    avivkeller authored and richardlau committed Jul 19, 2024
    Copy the full SHA
    e2deeed View commit details
  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
    Copy the full SHA
    fd9233a View commit details
Loading