Update Node.js to v12.13.1 - autoclosed
Created by: renovate[bot]
This PR contains the following updates:
Package | Update | New value | References | Sourcegraph |
---|---|---|---|---|
node | minor | 12.13.1 | source |
Release Notes
nodejs/node
v12.13.1
Notable changes
- Experimental support for building Node.js with Python 3 is improved.
- ICU time zone data is updated to version 2019c. This fixes the date offset in Brazil.
Commits
- [
56be32d22d
] - async_hooks: only emitafter
for AsyncResource if stack not empty (Anna Henningsen) #30087 - [
e16e3d5b90
] - benchmark: remove double word "then" in comments (Nick Schonning) #29823 - [
dcdb96c7bb
] - benchmark: add benchmark for vm.createContext (Joyee Cheung) #29845 - [
680e9cc7e1
] - buffer: improve performance caused by primordials (Jizu Sun) #30235 - [
bcd2238b3e
] - build: add workaround for WSL (gengjiawen) #30221 - [
c5d312f821
] - build: find Python syntax errors in dependencies (Christian Clauss) #30143 - [
468f203809
] - build: fix pkg-config search for libnghttp2 (Ben Noordhuis) #30145 - [
0415dd7cb3
] - build: python3 support for configure (Rod Vagg) #30047 - [
032c23d360
] - build: make linter failures failtest-doc
target (Richard Lau) #30012 - [
a86648c8d2
] - build: log the found compiler version if too old (Richard Lau) #30028 - [
02f6e5cc40
] - build: fix version checks in configure.py (Michaël Zasso) #29965 - [
a1adce1b4f
] - build: build benchmark addons like test addons (Richard Lau) #29995 - [
735ec1bf96
] - build: fix version checks in gyp files (Ben Noordhuis) #29931 - [
8da83e8c24
] - build: always use strings for compiler version in gyp files (Michaël Zasso) #29897 - [
b7bdfd346c
] - crypto: guard with OPENSSL_NO_GOST (Shelley Vohr) #30050 - [
e175d0beb6
] - crypto: reject public keys properly (Tobias Nießen) #29913 - [
b1529c6bc2
] - deps: V8: cherry-picka7dffcd
(Christian Clauss) #30218 - [
6bc7a6db0e
] - deps: V8: cherry-picke5dbc95
(Gabriel Schulhof) #30130 - [
b88314f735
] - deps: update npm to 6.12.1 (Michael Perrotte) #30164 - [
ce49a412ef
] - deps: V8: cherry-pickc721203
(Michaël Zasso) #30065 - [
d2756fd14d
] - deps: V8: cherry-picked40ab1
(Michaël Zasso) #30064 - [
58c585e3ed
] - deps: npm: patch support for 13.x (Jordan Harband) #30079 - [
2764567f90
] - deps: upgrade to libuv 1.33.1 (Colin Ihrig) #29996 - [
33bd1281fc
] - doc: add missing hash for header link (Nick Schonning) #30188 - [
b159b91798
] - doc: linkify.setupMaster()
in cluster doc (Trivikram Kamat) #30204 - [
9c4a9e7337
] - doc: explain http2 aborted event callback (dev-313) #30179 - [
d7bfc6c987
] - doc: linkify.fork()
in cluster documentation (Anna Henningsen) #30163 - [
a71f210206
] - doc: update AUTHORS list (Michaël Zasso) #30142 - [
7b5047454b
] - doc: improve doc Http2Session:Timeout (dev-313) #30161 - [
0efe9a0c97
] - doc: move inactive Collaborators to emeriti (Rich Trott) #30177 - [
98d31da342
] - doc: add options description for send APIs (dev-313) #29868 - [
d0f5bc1aa7
] - doc: fix an error in resolution algorithm steps (Alex Zherdev) #29940 - [
28db99932a
] - doc: remove incorrect and outdated example (Tobias Nießen) #30138 - [
c2108d4919
] - doc: adjust code sample for stream.finished (Cotton Hou) #29983 - [
2ac76e3055
] - doc: remove "it is important to" phrasing (Rich Trott) #30108 - [
ec992878e8
] - doc: revise os.md (Rich Trott) #30102 - [
a56e78c8c8
] - doc: delete "a number of" things in the docs (Rich Trott) #30103 - [
ee954d5570
] - doc: remove dashes (Rich Trott) #30101 - [
c4c8e01af1
] - doc: add legendecas to collaborators (legendecas) #30115 - [
22e10fd15a
] - doc: --enable-source-maps and prepareStackTrace are incompatible (Benjamin Coe) #30046 - [
870c320f31
] - doc: join parts of disrupt section in cli.md (vsemozhetbyt) #30038 - [
8df5bdbd66
] - doc: update collaborator email address (Minwoo Jung) #30007 - [
d9b5508fc8
] - doc: fix tls version typo (akitsu-sanae) #29984 - [
5616f22839
] - doc: clarify readable.unshift null/EOF (Robert Nagy) #29950 - [
b57fe3b370
] - doc: remove unused Markdown reference links (Nick Schonning) #29961 - [
12f24542b8
] - doc: re-enable passing remark-lint rule (Nick Schonning) #29961 - [
c0cbfae0e3
] - doc: add server header into the discarded list of http message.headers (Huachao Mao) #29962 - [
a23b5cbf61
] - doc: prepare miscellaneous docs for new markdown lint rules (Rich Trott) #29963 - [
c66bc20bbf
] - doc: fix some recent nits in fs.md (vsemozhetbyt) #29906 - [
1fefd7fddc
] - doc: fs dir modifications may not be reflected by dir.read (Anna Henningsen) #29893 - [
66c6818473
] - doc,meta: prefer aliases and stubs over Runtime Deprecations (Rich Trott) #30153 - [
5ade490505
] - doc,meta: reduce npm PR wait period to one week (Rich Trott) #29922 - [
0ec63ee27a
] - doc,n-api: sort bottom-of-the-page references (Gabriel Schulhof) #30124 - [
8a333a4519
] - domain: do not import util for a simple type check (Ruben Bridgewater) #29825 - [
94ac44f3fc
] - esm: modify resolution order for specifier flag (Myles Borins) #29974 - [
216e200fa9
] - fs: buffer dir entries in opendir() (Anna Henningsen) #29893 - [
5959023b76
] - http2: fix file close error condition at respondWithFd (Anna Henningsen) #29884 - [
4277066afd
] - inspector: turn platform tasks that outlive Agent into no-ops (Anna Henningsen) #30031 - [
b0837fead3
] - meta: use contact_links instead of issue templates (Michaël Zasso) #30172 - [
2695f822bc
] - module: warn on require of .js inside type: module (Guy Bedford) #29909 - [
ee3c3ad0f5
] - n-api,doc: add info about building n-api addons (Jim Schlight) #30032 - [
da58301054
] - net: treat ENOTCONN at shutdown as success (Anna Henningsen) #29912 - [
62bc80c906
] - process: add lineLength to source-map-cache (Benjamin Coe) #29863 - [
ab03c29587
] - src: isolate->Dispose() order consistency (Shelley Vohr) #30181 - [
c52b292adf
] - src: change env.h includes for forward declarations (Alexandre Ferrando) #30133 - [
b215b1665a
] - src: split up InitializeContext (Shelley Vohr) #30067 - [
d586070388
] - src: allow inspector without v8 platform (Shelley Vohr) #30049 - [
f6655b41fa
] - src: remove unnecessary std::endl usage (Daniel Bevenius) #30003 - [
abfac9640e
] - src: make implementing CancelPendingDelayedTasks for platform optional (Anna Henningsen) #30034 - [
693bf73b06
] - src: expose ListNode\<T>::prev_ on postmortem metadata (legendecas) #30027 - [
4b57088c25
] - src: fewer uses of NODE_USE_V8_PLATFORM (Shelley Vohr) #30029 - [
6269a3c92a
] - src: remove unused iomanip include (Daniel Bevenius) #30004 - [
aa0aacbba9
] - src: initialize openssl only once (Sam Roberts) #29999 - [
45c5ad7922
] - src: refine maps parsing for large pages (Gabriel Schulhof) #29973 - [
aac2476346
] - src: render N-API weak callbacks as cleanup hooks (Gabriel Schulhof) #28428 - [
f3115c4d62
] - src: fix largepages regression (Gabriel Schulhof) #29914 - [
ddbf150edb
] - src: remove unused using declarations in worker.cc (Daniel Bevenius) #29883 - [
8a31136a95
] - stream: extract Readable.from in its own file (Matteo Collina) #30140 - [
21a43bd2fd
] - stream: simplify uint8ArrayToBuffer helper (Luigi Pinca) #30041 - [
ae390393b6
] - stream: remove dead code (Luigi Pinca) #30041 - [
56e986aa23
] - test: do not run release-npm test without crypto (Michaël Zasso) #30265 - [
d96e8b662e
] - test: use arrow functions for callbacks (Minuk Park) #30069 - [
00dab3495d
] - test: verify npm compatibility with releases (Michaël Zasso) #30082 - [
ecf6ae89f4
] - test: expand Worker test for non-shared ArrayBuffer (Anna Henningsen) #30044 - [
2ebd1a0d3f
] - test: fix test runner for Python 3 on Windows (Michaël Zasso) #30023 - [
9fed62f7cb
] - test: remove common.skipIfInspectorEnabled() (Rich Trott) #29993 - [
3e39909022
] - test: add cb error test for fs.close() (Matteo Rossi) #29970 - [
b93c8a77a3
] - test: fix flaky doctool and test (Rich Trott) #29979 - [
aec8e77ae1
] - test: fix fs benchmark test (Rich Trott) #29967 - [
b9fd18f9fb
] - tools: pull xcode_emulation.py from node-gyp (Christian Clauss) #30272 - [
2810f1aec3
] - tools: update tzdata to 2019c (Myles Borins) #30478 - [
41d1f166bc
] - tools: fix Python 3 deprecation warning in test.py (Loris Zinsou) #30208 - [
b6546736a0
] - tools: fix Python 3 syntax error in mac_tool.py (Christian Clauss) #30146 - [
87cb6b2418
] - tools: use print() function in buildbot_run.py (Christian Clauss) #30148 - [
309c395aba
] - tools: undefined name opts -> args in gyptest.py (Christian Clauss) #30144 - [
df0fbf2e46
] - tools: git rm -r tools/v8_gypfiles/broken (Christian Clauss) #30149 - [
375f349760
] - tools: update ESLint to 6.6.0 (Colin Ihrig) #30123 - [
0b6fb3d1db
] - tools: doc: improve async workflow of generate.js (Theotime Poisseau) #30106 - [
8d030131a4
] - tools: fix test runner in presence of NODE_REPL_EXTERNAL_MODULE (Gus Caplan) #29956 - [
59033f618a
] - tools: fix GYP MSVS solution generator for Python 3 (Michaël Zasso) #29897 - [
41430bea3c
] - tools: port Python 3 compat patches from node-gyp to gyp (Michaël Zasso) #29897
v12.13.0
This release marks the transition of Node.js 12.x into Long Term Support (LTS) with the codename 'Erbium'. The 12.x release line now moves into "Active LTS" and will remain so until October 2020. After that time, it will move into "Maintenance" until end of life in April 2022.
Notable changes
npm was updated to 6.12.0. It now includes a version of node-gyp
that supports Python 3 for building native modules.
Commits
- [
b59209b118
] - deps: update npm to 6.12.0 (isaacs) #29885 - [
1dde617491
] - doc: fix --enable-source-maps flag in v12.12.0 changelog (Unlocked) #29960 - [
e5e2dfabdc
] - doc: nest code fence under unordered list (Nick Schonning) #29915 - [
5b0c993d4c
] - doc: remove double word "where" (Nick Schonning) #29915 - [
ad318c6cec
] - doc: add brackets to implicit markdown links (Nick Schonning) #29911 - [
3155ab4134
] - doc: use the WHATWG URL API in http code examples (Thomas Watson) #29917 - [
b916ea3010
] - doc: escape brackets not used as markdown reference links (Nick Schonning) #29809 - [
f3bf8be11c
] - doc: correct typos in security release process (Nick Schonning) #29822 - [
25fa2066a2
] - doc: indent code fence under list item (Nick Schonning) #29822 - [
f3842892dd
] - doc: return type is number (exoego) #29828 - [
cbd12518d4
] - doc: add note about forwarding stream options (Robert Nagy) #29857 - [
7683aa0bfb
] - doc: set module version 72 to node 12 (Gerhard Stoebich) #29877 - [
f58fe5099a
] - doc: fix tls version values (Tobias Nießen) #29839 - [
8ebc94562c
] - fs: do not emit 'finish' before 'open' on write empty file (Robert Nagy) #29930 - [
50f066087e
] - test: do not force the process to exit (Luigi Pinca) #29923 - [
44c581ef0b
] - test: add more recursive fs.rmdir() tests (Maria Paktiti) #29815 - [
fc5334513c
] - test: remove unnecessary --expose-internals flags (Anna Henningsen) #29886
v12.12.0
Notable changes
-
build:
- Add
--force-context-aware
flag to prevent usage of native node addons that aren't context aware #29631
- Add
-
deprecations:
- Add documentation-only deprecation for
process._tickCallback()
#29781
- Add documentation-only deprecation for
-
esm:
- Using JSON modules is experimental again #29754
-
fs:
- Introduce
opendir()
andfs.Dir
to iterate through directories #29349
- Introduce
-
process:
- Add source-map support to stack traces by using
--enable-source-maps
#29564
- Add source-map support to stack traces by using
- tls:
Commits
- [
d09f2b4170
] - build: build docs on Travis (Richard Lau) #29783 - [
03ec4cea30
] - build: do not link against librt on linux (Sam Roberts) #29727 - [
f91778d2c7
] - build: remove unused libatomic on ppc64, s390x (Sam Roberts) #29727 - [
ab4c53e0ef
] - crypto: remove arbitrary UTF16 restriction (Anna Henningsen) #29795 - [
75f3b28d67
] - crypto: refactor array buffer view validation (Ruben Bridgewater) #29683 - [
5eb013b854
] - deps: update archs files for OpenSSL-1.1.1 (Sam Roberts) #29550 - [
1766cfcb9e
] - deps: upgrade openssl sources to 1.1.1d (Sam Roberts) #29550 - [
3d88b76680
] - deps: patch V8 to 7.7.299.13 (Michaël Zasso) #29869 - [
600478ac13
] - dgram: useuv_udp_try_send()
(Anna Henningsen) #29832 - [
ea6b6abb91
] - doc: remove spaces inside code span elements (Nick Schonning) #29329 - [
20b9ef92d1
] - doc: add more info to fs.Dir and fix typos (Jeremiah Senkpiel) #29890 - [
f566cd5801
] - doc: remove misleading paragraph about the Legacy URL API (Jakob Krigovsky) #29844 - [
a5c2154534
] - doc: add explicit bracket for markdown reference links (Nick Schonning) #29808 - [
ea9bf4a666
] - doc: implement minor CSS improvements (XhmikosR) #29669 - [
a0498606a0
] - doc: fix return type for crypto.createDiffieHellmanGroup() (exoego) #29696 - [
a00cd17b9e
] - doc: reuse link indexes for n-api.md (legendecas) #29787 - [
aea0253697
] - doc: unify place of stability notes (Vse Mozhet Byt) #29799 - [
8b4f210bf5
] - doc: add missing deprecation code (cjihrig) #29820 - [
bede98128f
] - doc: remove reference to stale CITGM job (Michael Dawson) #29774 - [
014eb67117
] - (SEMVER-MINOR) doc: add documentation deprecation for process._tickCallback (Lucas Holmquist) #29781 - [
62370efe7e
] - doc: add dash between SHA and PR in changelog (Nick Schonning) #29558 - [
d1a4aa3ca2
] - doc: add missing reference link values (Nick Schonning) #29558 - [
de4652f55e
] - doc: convert old changlogs SHA links to match newer format (Nick Schonning) #29558 - [
60b1f6f303
] - doc: complete cut off links in old changelog (Nick Schonning) #29558 - [
906245e1a4
] - doc: clarify --pending-deprecation effects on Buffer() usage (Rich Trott) #29769 - [
401f3e7235
] - doc: fix nits in dgram.md (Vse Mozhet Byt) #29761 - [
bc48646206
] - doc: improve process.ppid 'added in' info (Thomas Watson) #29772 - [
0b46bcaaa5
] - doc: security maintenance processes (Sam Roberts) #29685 - [
f39259c079
] - doc: remove redundant escape (XhmikosR) #29716 - [
87fb1c297a
] - errors: make sure all Node.js errors show their properties (Ruben Bridgewater) #29677 - [
df218ce066
] - Revert "esm: remove experimental status from JSON modules" (Guy Bedford) #29754 - [
e7f604f495
] - esm: remove proxy for builtin exports (Bradley Farias) #29737 - [
c56f765cf6
] - fs: remove options.encoding from Dir.read*() (Jeremiah Senkpiel) #29908 - [
b76a2e502c
] - (SEMVER-MINOR) fs: introduceopendir()
andfs.Dir
(Jeremiah Senkpiel) #29349 - [
2bcde8309c
] - (SEMVER-MINOR) http2: allow passing FileHandle to respondWithFD (Anna Henningsen) #29876 - [
a240d45d1a
] - http2: support passing options of http2.connect to net.connect (ZYSzys) #29816 - [
3f153789b5
] - http2: set default maxConcurrentStreams (ZYSzys) #29833 - [
6a989da6a0
] - http2: use the latest settings (ZYSzys) #29780 - [
b2cce13235
] - inspector: update faviconUrl (dokugo) #29562 - [
60296a3612
] - lib: make tick processor detect xcodebuild errors (Ben Noordhuis) #29830 - [
9e5d691ee4
] - lib: introduce no-mixed-operators eslint rule to lib (ZYSzys) #29834 - [
74a69abd12
] - lib: stop using prepareStackTrace (Gus Caplan) #29777 - [
90562ae356
] - module: use v8 synthetic modules (Guy Bedford) #29846 - [
20896f74d6
] - n-api,doc: clarify napi_finalize related APIs (legendecas) #29797 - [
65c475269e
] - net: emit close on unconnected socket (Robert Nagy) #29803 - [
ae8b2b4ab7
] - (SEMVER-MINOR) process: add source-map support to stack traces (bcoe) #29564 - [
3f6ce39acf
] - src: fix ESM path resolution on Windows (Thomas) #29574 - [
6bfe8f47fa
] - (SEMVER-MINOR) src: add buildflag to force context-aware addons (Shelley Vohr) #29631 - [
6c75cc1b11
] - stream: do not deadlock duplexpair (Robert Nagy) #29836 - [
320f649539
] - stream: add comment about undocumented API (Robert Nagy) #29805 - [
5fdf4a474f
] - test: remove extra process.exit() (cjihrig) #29873 - [
6a5d401f30
] - test: remove spaces inside code span elements (Nick Schonning) #29329 - [
adee99883a
] - test: debug output for dlopen-ping-pong test (Sam Roberts) #29818 - [
b309e20661
] - test: add test for HTTP server response with Connection: close (Austin Wright) #29836 - [
bf1727a3f3
] - test: add test for writable.write() argument types (Robert Nagy) #29746 - [
3153dd6766
] - test: well-defined DH groups now verify clean (Sam Roberts) #29550 - [
690a863aaa
] - test: simplify force-context-aware test (cjihrig) #29705 - [
54ef0fd010
] - (SEMVER-MINOR) test: --force-context-aware cli flag (Shelley Vohr) #29631 - [
a7b56a5b01
] - (SEMVER-MINOR) tls: honor pauseOnConnect option (Robert Jensen) #29635 - [
cf7b4056ca
] - (SEMVER-MINOR) tls: add option for private keys for OpenSSL engines (Anton Gerasimov) #28973 - [
ba4946a520
] - tools: prohibit Error.prepareStackTrace() usage (Ruben Bridgewater) #29827 - [
79f6cd3606
] - tools: update ESLint to v6.5.1 (Rich Trott) #29785 - [
6d88f0fef7
] - vm: refactor SourceTextModule (Gus Caplan) #29776 - [
a7113048e3
] - worker: do not use two-arg NewIsolate (Shelley Vohr) #29850
v12.11.1
Notable changes
-
build:
- This release fixes a regression that prevented from building Node.js using the official source tarball (Richard Lau) #29712.
-
deps:
- Updated small-icu data to support "unit" style in the
Intl.NumberFormat
API (Michaël Zasso) #29735.
- Updated small-icu data to support "unit" style in the
Commits
- [
35e1d8c5ba
] - build: include deps/v8/test/torque in source tarball (Richard Lau) #29712 - [
ae461964a7
] - build,win: goto lint only after defining node_exe (João Reis) #29616 - [
588b388181
] - crypto: use byteLength in timingSafeEqual (Tobias Nießen) #29657 - [
298d92785c
] - deps: enable unit data in small-icu (Michaël Zasso) #29735 - [
0041f1c0d3
] - doc: sync security policy with nodejs.org (Sam Roberts) #29682 - [
038cbb08de
] - doc: fix output in inspector HeapProfile example (Kirill Fomichev) #29711 - [
d86f10cf0b
] - doc: add KeyObject to type for crypto.createDecipheriv() argument (exoego) #29689 - [
1303e3551f
] - doc: clarify description ofreadable.push()
method (imhype) #29687 - [
d258e0242c
] - doc: clarify stream errors while reading and writing (Robert Nagy) #29653 - [
0fc85ff96a
] - doc: specifydisplay=fallback
for Google Fonts (XhmikosR) #29688 - [
c2791dcd9c
] - doc: fix some recent nits (Vse Mozhet Byt) #29670 - [
7a6b05a26f
] - doc: fix 404 links (XhmikosR) #29661 - [
2b76cb6dda
] - doc: remove align from tables (XhmikosR) #29668 - [
3de1fc6958
] - doc: document that iv may be null when using createCipheriv() (Ruben Bridgewater) #29684 - [
91e4cc7500
] - doc: update AUTHORS list (Anna Henningsen) #29608 - [
2ea4cc0732
] - doc: clarify pipeline stream cleanup (Robert Nagy) #29738 - [
ab060bfdab
] - doc: clarify fs.symlink() usage (Simon A. Eugster) #29700 - [
b5c24dfbe8
] - doc: fix type of atime/mtime (TATSUNO Yasuhiro) #29666 - [
6579b1a547
] - doc,http: indicate callback is optional for message.setTimeout() (Trivikram Kamat) #29654 - [
a04fc86723
] - http2: optimize the altsvc Max bytes limit, define and use constants (rickyes) #29673 - [
d1f4befd09
] - module: pass full URL to loader for top-level load (Guy Bedford) #29736 - [
3f028551a8
] - module: move cjs type check behind flag (Guy Bedford) #29732 - [
c3a1303bc2
] - src: rename --loader to --experimental-loader (Alex Aubuchon) #29752 - [
17c3478d78
] - src: fix asan build for gcc/clang (David Carlier) #29383 - [
64740d44b5
] - src: fix compiler warning in inspector_profiler.cc (Daniel Bevenius) #29660 - [
a86b71f745
] - src: disconnect inspector before exiting out of fatal exception (Joyee Cheung) #29611 - [
8d88010277
] - src: try showing stack traces when process._fatalException is not set (Joyee Cheung) #29624 - [
2a6b7b0476
] - test: fix flaky test-cluster-net-listen-ipv6only-none (Rich Trott) #29681 - [
69f26340e9
] - tls: simplify setSecureContext() option parsing (cjihrig) #29704 - [
c361180c07
] - tools: make mailmap processing for author list case-insensitive (Anna Henningsen) #29608 - [
ef033d046a
] - worker: fix process._fatalException return type (Ruben Bridgewater) #29706 - [
04df7dbadb
] - worker: keep allocators for transferred SAB instances alive longer (Anna Henningsen) #29637
v12.11.0
Notable changes
-
crypto:
- Add
oaepLabel
option #29489
- Add
-
deps:
- Update V8 to 7.7.299.11 #28918
- More efficient memory handling
- Stack trace serialization got faster
- The
Intl.NumberFormat
API gained new functionality - For more information: https://v8.dev/blog/v8-release-77
- Update V8 to 7.7.299.11 #28918
-
events:
- Add support for
EventTarget
inonce
#29498
- Add support for
-
fs:
- Expose memory file mapping flag
UV_FS_O_FILEMAP
#29260
- Expose memory file mapping flag
-
inspector:
- New API -
Session.connectToMainThread
#28870
- New API -
-
process:
- Initial SourceMap support via
env.NODE_V8_COVERAGE
#28960
- Initial SourceMap support via
-
stream:
- Make
_write()
optional when_writev()
is implemented #29639
- Make
-
tls:
- Add option to override signature algorithms #29598
-
util:
- Add
encodeInto
toTextEncoder
#29524
- Add
-
worker:
- The
worker_thread
module is now stable #29512
- The
Commits
- [
b9c7c9002f
] - benchmark: improve process.env benchmarks (Anna Henningsen) #29188 - [
6b8951231c
] - bootstrap: add exception handling for profiler bootstrap (Shobhit Chittora) #29552 - [
c052967636
] - bootstrap: provide usable error on missing internal module (Jeremiah Senkpiel) #29593 - [
5c24bc6c68
] - build: do not indent assignments in Makefile (Joyee Cheung) #29623 - [
f90740d734
] - build: allow clang 10+ in configure.py (Kamil Rytarowski) #29541 - [
c304594536
] - build: re-run configure on node_version.h change (Anna Henningsen) #29510 - [
f622771079
] - build: improvemake coverage
(Anna Henningsen) #29487 - [
c1695c6635
] - build: add comment to .travis.yml on how to test Py3 (cclauss) #29473 - [
6f50c3f391
] - build: update minimum AIX OS level (Michael Dawson) #29476 - [
ee18238f55
] - build: remove experimental Python 3 tests (Christian Clauss) #29413 - [
fe46054b14
] - (SEMVER-MINOR) build: reset embedder string to "-node.0" (Michaël Zasso) #28918 - [
42fd139279
] - build,win: fix Python detection on localized OS (João Reis) #29423 - [
f61c5097e2
] - console: skip/strip %c formatting (Gus Caplan) #29606 - [
68630c5b65
] - console,util: fix missing recursion end while inspecting prototypes (Ruben Bridgewater) #29647 - [
99c2cd8f08
] - crypto: use BoringSSL-compatible flag getter (Shelley Vohr) #29604 - [
dd5d944005
] - (SEMVER-MINOR) crypto: fix OpenSSL return code handling (Tobias Nießen) #29489 - [
54f327b4dc
] - (SEMVER-MINOR) crypto: add oaepLabel option (Tobias Nießen) #29489 - [
5d60adf38b
] - deps: patch V8 to 7.7.299.11 (Michaël Zasso) #29628 - [
c718c606c8
] - deps: V8: cherry-pickdeac757
(Benjamin Coe) #29626 - [
e4a51ad980
] - deps: patch V8 to 7.7.299.10 (Thomas) #29472 - [
bc3c0b2d65
] - deps: V8: cherry-pick35c6d4d
(Sam Roberts) #29585 - [
fa7de9b27f
] - deps: update npm to 6.11.3 (claudiahdz) #29430 - [
f5f238de6c
] - deps: upgrade to libuv 1.32.0 (cjihrig) #29508 - [
7957b392e4
] - deps: patch V8 to 7.7.299.8 (Michaël Zasso) #29336 - [
90713c6697
] - (SEMVER-MINOR) deps: patch V8 to be API/ABI compatible with 7.4 (from 7.7) (Michaël Zasso) #29241 - [
e95f866956
] - deps: patch V8 to be API/ABI compatible with 7.4 (from 7.6) (Michaël Zasso) #28955 - [
4eeb2a99e5
] - (SEMVER-MINOR) deps: patch V8 to be API/ABI compatible with 7.4 (from 7.5) (Michaël Zasso) #28005 - [
60efc5fd52
] - deps: V8: cherry-picke3d7f8a
(cclauss) #29105 - [
d1bedbe717
] - (SEMVER-MINOR) deps: V8: fix linking issue for MSVS (Refael Ackermann) #28016 - [
19e38e0def
] - (SEMVER-MINOR) deps: V8: fix BUILDING_V8_SHARED issues (Refael Ackermann) #27375 - [
8aaa0abd26
] - (SEMVER-MINOR) deps: V8: add workaround for MSVC optimizer bug (Refael Ackermann) #28016 - [
07ed874446
] - (SEMVER-MINOR) deps: V8: use ATOMIC_VAR_INIT instead of std::atomic_init (Refael Ackermann) #27375 - [
1ed3909ca3
] - (SEMVER-MINOR) deps: V8: forward declaration ofRtl\*FunctionTable
(Refael Ackermann) #27375 - [
242f6174e5
] - (SEMVER-MINOR) deps: V8: patch register-arm64.h (Refael Ackermann) #27375 - [
63093e9d49
] - (SEMVER-MINOR) deps: V8: update postmortem metadata generation script (cjihrig) #28918 - [
b54ee2185e
] - (SEMVER-MINOR) deps: V8: silence irrelevant warning (Michaël Zasso) #26685 - [
c6f97bb7ce
] - (SEMVER-MINOR) deps: V8: un-cherry-pickbd019bd
(Refael Ackermann) #26685 - [
5df55c2626
] - (SEMVER-MINOR) deps: V8: fix filename manipulation for Windows (Refael Ackermann) #28016 - [
80ccae000e
] - (SEMVER-MINOR) deps: update V8 to 7.7.299.4 (Michaël Zasso) #28918 - [
325de437b3
] - doc: update N-API version matrix (Gabriel Schulhof) #29461 - [
2707beb8b8
] - doc: add code example to process.throwDeprecation property (Juan José Arboleda) #29495 - [
edaa2eebd6
] - doc: fix some signatures of .end() methods (Vse Mozhet Byt) #29615 - [
13d173f131
] - doc: remove the suffix number of the anchor link (Maledong) #29468 - [
3ba64646ed
] - doc: explain stream.finished cleanup (Robert Nagy) #28935 - [
84b353cf5d
] - doc: fix require call for spawn() in code example (Marian Rusnak) #29621 - [
39b17706ea
] - doc: make minor improvements to stream.md (Robert Nagy) #28970 - [
50b5ad1638
] - doc: fix nits in net.md (Vse Mozhet Byt) #29577 - [
4954792991
] - doc: correct trivial misspelling in AUTHORS (gcr) #29597 - [
0074c8adb7
] - doc: update list style in misc README docs (Rich Trott) #29594 - [
38028ef818
] - doc: add missing complete property to http2 docs (Javier Ledezma) #29571 - [
55631f4f0a
] - doc: add leap second behavior notes for napi methods (Levhita) #29569 - [
7fd32619c1
] - doc: explain esm options for package authors (Geoffrey Booth) #29497 - [
f2217cdafe
] - doc: u
Renovate configuration
rebase!
".
-
If you want to rebase/retry this PR, check this box
Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.