Update node Docker tag to v14.7.0 #4
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/node-14.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
14.6.0-alpine
->14.7.0-alpine
Release Notes
nodejs/node
v14.7.0
Compare Source
Notable Changes
Commits
dd2988917f
] - async_hooks: optimize fast-path promise hook for ALS (Andrey Pechkurov) #34512358b934284
] - build: fix test-ci-js task in Makefile (Rich Trott) #3443324e1beb829
] - build: do not run benchmark tests on 'make test' (Rich Trott) #34434b24f254472
] - build: add benchmark tests to CI runs (Rich Trott) #34288a4806e2d12
] - build: speed up source tarball creation (Richard Lau) #34508cce1f3e3a8
] - build: don't run test-asan workflow on non-master pushes (Richard Lau) #3450970f23eb405
] - build: remove test-tarball action for windows + osx (Myles Borins) #344403fda3d4bf3
] - build: don't run Actions on non-master pushes (Shelley Vohr) #34464f7600d5ab6
] - deps: upgrade npm to 6.14.7 (claudiahdz) #3446802ae6d65d4
] - (SEMVER-MINOR) dgram: add IPv6 scope id suffix to received udp6 dgrams (Pekka Nikander) #14500e5f380052f
] - Revert "doc: move ronkorving to emeritus" (Rich Trott) #3450717bca62428
] - doc: use sentence-case for GOVERNANCE.md headers (Rich Trott) #3450337752cde43
] - doc: revise onboarding-extras (Rich Trott) #34496050866ddf1
] - doc: remove breaking-change-helper from onboarding-extras (Rich Trott) #344972297d74fd8
] - doc: add Triagers section to table of contents in GOVERNANCE.md (Rich Trott) #3450499a648738c
] - doc: onboarding process extras (Gireesh Punathil) #34455bbc7eeadd9
] - doc: mention triage in GOVERNANCE.md (Gireesh Punathil) #3442692c57b284b
] - doc: move thefourtheye to emeritus (Rich Trott) #34471657f2d78ee
] - doc: move ronkorving to emeritus (Rich Trott) #34471455dd9cc76
] - doc: match link text in index to doc headline (Rich Trott) #34449f4a63f3d9a
] - doc: add AshCripps to collaborators (AshCripps) #344947d058a4c01
] - doc: add author-ready label ref to onboarding doc (Ruy Adorno) #34381a3c9f75b7e
] - doc: add HarshithaKP to collaborators (Harshitha K P) #344174b4eb5f130
] - doc: add rexagod to collaborators (Pranshu Srivastava) #3445729ad6fb34e
] - doc: add statement of purpose to documentation style guide (Rich Trott) #34424631dd21709
] - doc: mark Node.js 13 as End-of-Life (Antoine du Hamel) #34436905e3d18c0
] - doc: fix line length in worker_threads.md (Jucke) #34419d67a2b8d38
] - doc: fix typos in n-api, tls and worker_threads (Jucke) #3441939894f8842
] - doc: add release key for Richard Lau (Richard Lau) #343974a828c6c06
] - doc: use correct identifier for callback argument (Rich Trott) #3440510830732f6
] - doc: add changes metadata to TLS newSession event (Tobias Nießen) #3429410962c81e1
] - doc: introduce a triager role (Gireesh Punathil) #3429550fd2b9de9
] - doc: strengthen suggestion in errors.md (Rich Trott) #34390346c201c4e
] - doc: strengthen wording about fs.access() misuse (Rich Trott) #34352c28453aff4
] - doc: fix typo in assert.md (Ye-hyoung Kang) #34316f60e58b6c9
] - doc,tools: syntax highlight api docs at compile-time (Francisco Ryan Tolmasky I) #34148d90967b346
] - events: re-use the same isTrusted getter (Anna Henningsen) #34459c93a898028
] - (SEMVER-MINOR) events: expand NodeEventTarget functionality (Anna Henningsen) #340579b91467aac
] - http: don't write error to socket (Robert Nagy) #34465098b193eab
] - http2: avoid unnecessary buffer resize (Denys Otrishko) #344803024927c9b
] - lib: initialize instance members in class constructors (Joyee Cheung) #3298482fad58ade
] - lib: simplify assignment (sapics) #33718e1199af50a
] - module: self referential modules in repl or-r
(Daniele Belardi) #32261e7c64af404
] - n-api: run all finalizers via SetImmediate() (Gabriel Schulhof) #34386668632d531
] - net: allow wider regex in interface name (Stewart X Addison) #34364c05b63d8b2
] - src: skip weak references for memory tracking (Anna Henningsen) #34469b12211eeca
] - src: prefer internal fields in ModuleWrap (Anna Henningsen) #34470cbe6385880
] - src: remove unused variable in node_file.cc (sapics) #34317d6ee1fd0c2
] - src: do not crash if ToggleAsyncHook fails during termination (Anna Henningsen) #34362bd9ab00acd
] - (SEMVER-MINOR) src: allow preventing SetPromiseRejectCallback (Shelley Vohr) #343875c943588bc
] - (SEMVER-MINOR) src: allow setting a dir for all diagnostic output (AshCripps) #335849d40af54a6
] - src: avoid strcmp in SecureContext::Init (Tobias Nießen) #34329aef41e5b52
] - src: refactor CertCbDone to avoid goto statement (Tobias Nießen) #343253d4f608e42
] - stream: rename opts to options (rickyes) #34339fced3ce5ad
] - test: add ref comment to test-regress-GH-814_2 (Rich Trott) #34516d5c8b386c6
] - test: add ref comment to test-regress-GH-814 (Rich Trott) #34516cc279db29f
] - test: remove superfluous check in pummel/test-timers (Rich Trott) #344883f11ba1c69
] - test: fix test-heapdump-zlib (Andrey Pechkurov) #3449981eaaa27d5
] - test: remove duplicate checks in pummel/test-timers (Rich Trott) #344731a9138d679
] - test: delete invalid test (Anna Henningsen) #344454e2f5fa907
] - test: fixup worker + source map test (Anna Henningsen) #34446cd35d00518
] - test: force resigning of app (Colin Ihrig) #34331eecb92c9da
] - test: fix flaky test-watch-file (Rich Trott) #3442030da332314
] - test: fix flaky test-heapdump-http2 (Rich Trott) #3441577542a4a7a
] - test: do not write to fixtures dir in test-watch-file (Rich Trott) #34376699da05b29
] - test: remove common.localhostIPv6 (Rich Trott) #34373ec1393db63
] - test: fix test-net-pingpong pummel test for non-IPv6 hosts (Rich Trott) #343598ca80427db
] - test: fix flaky test-net-connect-econnrefused (Rich Trott) #34330e9c7722ea4
] - tls: remove setMaxSendFragment guards (Tobias Nießen) #34323f4d61c7ce9
] - tools: update ESLint to 7.5.0 (Colin Ihrig) #3442374da2c44ca
] - util: improve getStringWidth performance (Ruben Bridgewater) #33674c9b652f13f
] - vm: add tests for function declarations using DefineOwnProperty (ExE Boss) #340320aa3809b6b
] - (SEMVER-MINOR) worker: make MessagePort inherit from EventTarget (Anna Henningsen) #34057252f37630a
] - zlib: switch to lazy init for zlib streams (Andrey Pechkurov) #34048Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.