deps: update V8 to 13.7.152.9 · nodejs/node@fff0d15 · GitHub
Skip to content

Commit fff0d15

Browse files
targosnodejs-github-bot
authored andcommitted
deps: update V8 to 13.7.152.9
PR-URL: #58064 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
1 parent ccf227e commit fff0d15

1,263 files changed

Lines changed: 34968 additions & 19155 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

deps/v8/.git-blame-ignore-revs

Lines changed: 3 additions & 0 deletions

deps/v8/.gn

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,13 @@ default_args = {
3030

3131
# Disable rust dependencies.
3232
enable_rust = true
33+
34+
# Needed only for std::atomic_ref<T> for large Ts http://crbug.com/402171653
35+
use_llvm_libatomic = false
3336
}
3437

3538
# These are the list of GN files that run exec_script. This whitelist exists
3639
# to force additional review for new uses of exec_script, which is strongly
3740
# discouraged except for gypi_to_gn calls.
38-
exec_script_whitelist = build_dotfile_settings.exec_script_whitelist +
41+
exec_script_allowlist = build_dotfile_settings.exec_script_allowlist +
3942
[ "//build_overrides/build.gni" ]

deps/v8/.vpython3

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# Read more about `vpython` and how to modify this file here:
2323
# https://chromium.googlesource.com/infra/infra/+/main/doc/users/vpython.md
2424

25-
python_version: "3.8"
25+
python_version: "3.11"
2626

2727
# The default set of platforms vpython checks does not yet include mac-arm64.
2828
# Setting `verify_pep425_tag` to the list of platforms we explicitly must support
@@ -47,14 +47,19 @@ wheel: <
4747

4848
wheel: <
4949
name: "infra/python/wheels/coverage/${vpython_platform}"
50-
version: "version:5.5.chromium.3"
50+
version: "version:7.3.1"
5151
>
5252

5353
wheel: <
5454
name: "infra/python/wheels/pbr-py2_py3"
5555
version: "version:3.0.0"
5656
>
5757

58+
wheel: <
59+
name: "infra/python/wheels/filecheck-py2_py3"
60+
version: "version:1.0.1"
61+
>
62+
5863
wheel: <
5964
name: "infra/python/wheels/funcsigs-py2_py3"
6065
version: "version:1.0.2"
@@ -67,7 +72,7 @@ wheel: <
6772

6873
wheel: <
6974
name: "infra/python/wheels/numpy/${vpython_platform}"
70-
version: "version:1.2x.supported.1"
75+
version: "version:1.23.5.chromium.4"
7176
>
7277

7378
wheel: <
@@ -97,6 +102,6 @@ wheel: <
97102
version: "version:2.0.4"
98103
>
99104
wheel: <
100-
name: "infra/python/wheels/pyfakefs-py2_py3"
101-
version: "version:3.7.2"
102-
>
105+
name: "infra/python/wheels/pyfakefs-py3"
106+
version: "version:5.7.3"
107+
>

deps/v8/AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,3 +334,4 @@ Kotaro Ohsugi <dec4m4rk@gmail.com>
334334
Jing Peiyang <jingpeiyang@eswincomputing.com>
335335
magic-akari <akari.ccino@gmail.com>
336336
Ryuhei Shima <shimaryuhei@gmail.com>
337+
Domagoj Stolfa <domagoj.stolfa@gmail.com>

deps/v8/BUILD.bazel

Lines changed: 34 additions & 7 deletions

0 commit comments

Comments
 (0)