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

deps: update V8 to 11.3 #47251

Closed
wants to merge 8 commits into from
Closed

deps: update V8 to 11.3 #47251

wants to merge 8 commits into from

Commits on Mar 30, 2023

  1. deps: update V8 to 11.3.244.4

    targos committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    81046e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ecd094b View commit details
    Browse the repository at this point in the history
  3. src: update NODE_MODULE_VERSION to 115

    Major V8 updates are usually API/ABI incompatible with previous
    versions. This commit adapts NODE_MODULE_VERSION for V8 11.3.
    
    Refs: https://github.com/nodejs/CTC/blob/master/meetings/2016-09-28.md
    targos committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    3dd3690 View commit details
    Browse the repository at this point in the history
  4. deps: always define V8_EXPORT_PRIVATE as no-op

    dllexport introduces issues when compiling with MSVC.
    targos committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    d3d661b View commit details
    Browse the repository at this point in the history
  5. deps: silence irrelevant V8 warning

    PR-URL: nodejs#45579
    Reviewed-By: Michaël Zasso <targos@protonmail.com>
    Reviewed-By: James M Snell <jasnell@gmail.com>
    targos committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    7a2dab8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    02aa3c8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1f36c42 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0d75c05 View commit details
    Browse the repository at this point in the history