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.2 #46815

Closed
wants to merge 8 commits into from
Closed

deps: update V8 to 11.2 #46815

wants to merge 8 commits into from

Commits on Mar 21, 2023

  1. deps: update V8 to 11.2.214.9

    targos committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    9b44b05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dfdcd7 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.2.
    
    Refs: https://github.com/nodejs/CTC/blob/master/meetings/2016-09-28.md
    targos committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    a11d78c 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 21, 2023
    Configuration menu
    Copy the full SHA
    7d5be88 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 21, 2023
    Configuration menu
    Copy the full SHA
    f1cdbb8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b171a27 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    92eb004 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f9b0754 View commit details
    Browse the repository at this point in the history