Skip to content

Commit 7864e06

Browse files
author
Taha Basri
committed
[GR-28533] Backport to 20.3.1: Upgrading the underlying Node.js to version 12.20.1.
PullRequest: js/1837
2 parents 3d21a73 + c3cecce commit 7864e06

File tree

1,408 files changed

+28674
-17703
lines changed

Some content is hidden

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

1,408 files changed

+28674
-17703
lines changed

3rd_party_licenses.txt

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
931931

932932
================================================================================
933933

934-
Node.js 12.19.1
934+
Node.js 12.20.1
935935

936936
Node.js is licensed for use as follows:
937937

@@ -1072,6 +1072,20 @@ The externally maintained libraries used by Node.js are:
10721072
IN THE SOFTWARE.
10731073
"""
10741074

1075+
- cjs-module-lexer, located at deps/cjs-module-lexer, is licensed as follows:
1076+
"""
1077+
MIT License
1078+
-----------
1079+
1080+
Copyright (C) 2018-2020 Guy Bedford
1081+
1082+
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
1083+
1084+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1085+
1086+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1087+
"""
1088+
10751089
- ICU, located at deps/icu-small, is licensed as follows:
10761090
"""
10771091
COPYRIGHT AND PERMISSION NOTICE (ICU 58 and later)

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This changelog summarizes major changes between GraalVM versions of the GraalVM
44
The main focus is on user-observable behavior of the engine.
55

66
## Version 20.3.1
7-
* Updated Node.js to version 12.19.1.
7+
* Updated Node.js to version 12.20.1.
88

99
## Version 20.3.0
1010
* Updated Node.js to version 12.18.4.

graal-js/src/com.oracle.truffle.js.test/src/com/oracle/truffle/js/test/interop/ForeignObjectPrototypeTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2020, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* The Universal Permissive License (UPL), Version 1.0

graal-js/src/com.oracle.truffle.js/src/com/oracle/truffle/js/nodes/access/JSReadFrameSlotNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2018, 2021, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* The Universal Permissive License (UPL), Version 1.0

graal-js/src/com.oracle.truffle.js/src/com/oracle/truffle/js/nodes/access/ToPropertyDescriptorNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2018, 2021, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* The Universal Permissive License (UPL), Version 1.0

graal-js/src/com.oracle.truffle.js/src/com/oracle/truffle/js/nodes/control/AbstractBlockNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2018, 2021, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* The Universal Permissive License (UPL), Version 1.0

graal-js/src/com.oracle.truffle.js/src/com/oracle/truffle/js/nodes/control/AbstractGeneratorBlockNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2018, 2021, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* The Universal Permissive License (UPL), Version 1.0

graal-js/src/com.oracle.truffle.js/src/com/oracle/truffle/js/nodes/control/ExprBlockNode.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2018, 2021, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* The Universal Permissive License (UPL), Version 1.0

graal-nodejs/.eslintrc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ module.exports = {
4343
{
4444
files: [
4545
'doc/api/esm.md',
46+
'doc/api/module.md',
4647
'doc/api/modules.md',
48+
'doc/api/packages.md',
4749
'test/es-module/test-esm-type-flag.js',
4850
'test/es-module/test-esm-type-flag-alias.js',
4951
'*.mjs',

graal-nodejs/.mailmap

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,15 @@ Benjamin Coe <[email protected]> <[email protected]>
5353
Benjamin Fleischer <[email protected]> Benjamin Fleischer <[email protected]>
5454
Benjamin Gruenbaum <[email protected]> <[email protected]>
5555
Benjamin Gruenbaum <[email protected]> <[email protected]>
56+
Benjamin Gruenbaum <[email protected]> <[email protected]>
5657
5758
Bert Belder <[email protected]> <bert@piscisaureus2.(none)>
5859
5960
60-
Beth Griggs <[email protected]> Bethany Griggs <[email protected]>
61-
Beth Griggs <[email protected]> Bethany N Griggs <[email protected]>
62-
Beth Griggs <[email protected]> BethGriggs <[email protected]>
61+
Beth Griggs <[email protected]> Beth Griggs <[email protected]>
62+
Beth Griggs <[email protected]> Bethany Griggs <[email protected]>
63+
Beth Griggs <[email protected]> Bethany N Griggs <[email protected]>
64+
Beth Griggs <[email protected]> BethGriggs <[email protected]>
6365
6466
Brad Decker <[email protected]> brad-decker <[email protected]>
6567
Brad Larson <[email protected]> BradLarson <[email protected]>
@@ -282,8 +284,9 @@ Minwoo Jung <[email protected]> <[email protected]>
282284
283285
284286
Mitar Milutinovic <[email protected]>
285-
286-
287+
288+
289+
287290
Nam Nguyen <[email protected]>
288291
Nebu Pookins <[email protected]>
289292
Netto Farah <[email protected]> nettofarah <[email protected]>
@@ -314,6 +317,7 @@ Rebecca Turner <[email protected]> <[email protected]>
314317
315318
Reza Akhavan <[email protected]> jedireza <[email protected]>
316319
Ricardo Sánchez Gregorio <[email protected]> richnologies <[email protected]>
320+
317321
Rick Olson <[email protected]>
318322
319323
Rob Adelmann <[email protected]> adelmann <[email protected]>
@@ -324,6 +328,7 @@ Roman Reiss <[email protected]>
324328
325329
Ron Korving <[email protected]> ronkorving <[email protected]>
326330
331+
327332
328333
Ryan Dahl <[email protected]>
329334
Ryan Emery <[email protected]>
@@ -369,8 +374,9 @@ Stefan Bühler <[email protected]>
369374
370375
371376
372-
Stewart X Addison <[email protected]> Stewart Addison <[email protected]>
373-
Stewart X Addison <[email protected]> sxa555 <[email protected]>
377+
Stewart X Addison <[email protected]> Stewart Addison <[email protected]>
378+
Stewart X Addison <[email protected]> sxa555 <[email protected]>
379+
Stewart X Addison <[email protected]> Stewart X Addison <[email protected]>
374380
Suraiya Hameed <[email protected]> suraiyah <[email protected]>
375381
Suramya shah <[email protected]> ss22ever <[email protected]>
376382
Surya Panikkal <[email protected]> surya panikkal <[email protected]>
@@ -404,6 +410,8 @@ Tim Smart <[email protected]> <[email protected]>
404410
405411
Timothy Leverett <[email protected]> Timothy <[email protected]>
406412
413+
414+
407415
408416
Tom Hughes-Croucher <[email protected]>
409417
Tom Purcell <[email protected]> tpurcell <[email protected]>

0 commit comments

Comments
 (0)