summaryrefslogtreecommitdiff
path: root/common.gypi
diff options
context:
space:
mode:
authorMichaƫl Zasso <targos@protonmail.com>2021-05-01 12:00:43 +0200
committerRichard Lau <rlau@redhat.com>2021-07-26 16:30:46 +0100
commite459c79b023d245a51861c90b7a0cfd8b703b032 (patch)
treecf703096ede320a08c5bfd270362216b9e0933a8 /common.gypi
parentf552c456769b3611cf182f91d6a0f8087bd66f02 (diff)
downloadnode-new-e459c79b023d245a51861c90b7a0cfd8b703b032.tar.gz
deps: V8: cherry-pick 035c305ce776
Original commit message: [Intl] call new ListFormatter::createInstance The one we currently using is now marked as internal and to be removed for 68. Migrating to the style which already avaiable in ICU 67-1. Bug: v8:11031 Change-Id: I668382a2e1b8602ddca02bf231c5008a6c92bf2d Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2477751 Reviewed-by: Jakob Kummerow <jkummerow@chromium.org> Commit-Queue: Frank Tang <ftang@chromium.org> Cr-Commit-Position: refs/heads/master@{#70638} Refs: https://github.com/v8/v8/commit/035c305ce7761f51328b45f1bd83e26aef267c9d PR-URL: https://github.com/nodejs/node/pull/38497 Backport-PR-URL: https://github.com/nodejs/node/pull/39451 Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Diffstat (limited to 'common.gypi')
-rw-r--r--common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.gypi b/common.gypi
index 32ceb38518..34bf547d5e 100644
--- a/common.gypi
+++ b/common.gypi
@@ -34,7 +34,7 @@
# Reset this number to 0 on major V8 upgrades.
# Increment by one for each non-official patch applied to deps/v8.
- 'v8_embedder_string': '-node.55',
+ 'v8_embedder_string': '-node.56',
##### V8 defaults for Node.js #####