Update node Docker tag to v14.8.0 #5
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.7.0-alpine
->14.8.0-alpine
Release Notes
nodejs/node
v14.8.0
Compare Source
Notable Changes
16aa927216
] - (SEMVER-MINOR) async_hooks: add AsyncResource.bind utility (James M Snell) #34574dc49561e8d
] - deps: update to uvwasi 0.0.10 (Colin Ihrig) #346236cd1c41604
] - doc: add Ricky Zhou to collaborators (rickyes) #34676f0a41b2530
] - doc: add release key for Ruy Adorno (Ruy Adorno) #3462810dd7a0eda
] - doc: add DerekNonGeneric to collaborators (Derek Lewis) #3460262bb2e757f
] - (SEMVER-MINOR) module: unflag Top-Level Await (Myles Borins) #345588cc9e5eb52
] - (SEMVER-MINOR) n-api: support type-tagging objects (Gabriel Schulhof) #28237e89ec46ba9
] - (SEMVER-MINOR) n-api,src: provide asynchronous cleanup hooks (Anna Henningsen) #34572Commits
650248922b
] - async_hooks: avoid GC tracking of AsyncResource in ALS (Gerhard Stoebich) #346530a51aa8fdb
] - async_hooks: avoid unneeded AsyncResource creation (Gerhard Stoebich) #346160af9bee4c3
] - async_hooks: improve property descriptors in als.bind (Gerhard Stoebich) #3462016aa927216
] - (SEMVER-MINOR) async_hooks: add AsyncResource.bind utility (James M Snell) #34574e45c68af27
] - async_hooks: don't read resource if ALS is disabled (Gerhard Stoebich) #34617e9aebc3a8f
] - async_hooks: fix id assignment in fast-path promise hook (Andrey Pechkurov) #345485aed83c77f
] - async_hooks: fix resource stack for deep stacks (Anna Henningsen) #345739af62641c6
] - async_hooks: execute destroy hooks earlier (Gerhard Stoebich) #3434214656e1703
] - async_hooks: don't reuse resource in HttpAgent when queued (Andrey Pechkurov) #34439c4457d873f
] - benchmark: always throw the same Error instance (Anna Henningsen) #345236a129d0cf5
] - build: do not run auto-start-ci on forks (Evan Lucas) #346502cd299b217
] - build: run CI on release branches (Shelley Vohr) #346499ed9ccc5b3
] - build: enable build for node-v8 push (gengjiawen) #3463410f29e7550
] - build: increase startCI verbosity and fix job name (Mary Marchini) #34635befbaf384e
] - build: don't run auto-start-ci on push (Mary Marchini) #345884af5dbd3bf
] - build: fix auto-start-ci script path (Mary Marchini) #3458870cf3cbdfa
] - build: auto start Jenkins CI via PR labels (Mary Marchini) #3408970e9eceeee
] - build: toolchain.gypi and node_gyp.py cleanup (iandrc) #34268465968c5f8
] - console: document the behavior of console.assert() (iandrc) #34501a7b4318df9
] - crypto: add OP flag constants added in OpenSSL v1.1.1 (Mateusz Krawczuk) #33929dc49561e8d
] - deps: update to uvwasi 0.0.10 (Colin Ihrig) #346238b1ec43da4
] - doc: use _Static method_ instead of _Class Method_ (Rich Trott) #34659a1b9d7f42e
] - doc: tidy some addons.md text (Rich Trott) #34654b78278b922
] - doc: use _Class Method_ in async_hooks.md (Rich Trott) #346266cd1c41604
] - doc: add Ricky Zhou to collaborators (rickyes) #34676d8e0deaa7c
] - doc: edit process.title note for brevity and clarity (Rich Trott) #34627dd6bf20e8f
] - doc: update fs.watch() availability for IBM i (iandrc) #34611f260bdd57b
] - doc: fix typo in path.md (aetheryx) #34550f0a41b2530
] - doc: add release key for Ruy Adorno (Ruy Adorno) #346283f55dcd723
] - doc: clarify process.title inconsistencies (Corey Butler) #345576cd9ea82f6
] - doc: document the connection event for HTTP2 & TLS servers (Tim Perry) #345310a9389bb1a
] - doc: mention null special-case fornapi\_typeof
(Renée Kooi) #3457710dd7a0eda
] - doc: add DerekNonGeneric to collaborators (Derek Lewis) #34602d7eaf3a027
] - doc: revise N-API versions matrix text (Rich Trott) #34566e2bea73b03
] - doc: clarify N-API version 1 (Michael Dawson) #34344be23e23361
] - doc: use consistent spelling for "falsy" (Rich Trott) #34545f393ae9296
] - doc: simplify and clarify console.assert() documentation (Rich Trott) #34544b69ff2ff60
] - doc: use consistent capitalization for addons (Rich Trott) #34536212d17fa06
] - doc: add mmarchini pronouns (Mary Marchini) #345867a28c3d543
] - doc: update mmarchini contact info (Mary Marchini) #34586c8104f3d10
] - doc: update .mailmap for mmarchini (Mary Marchini) #34586692a735881
] - doc: use sentence-case for headers in SECURITY.md (Rich Trott) #3452544e6c010b4
] - esm: fix hook mistypes and links to types (Derek Lewis) #342407322e58d11
] - http: reset headers timeout on headers complete (Robert Nagy) #3457836fd3daae6
] - http: provide keep-alive timeout response header (Robert Nagy) #34561d0efaf2fe3
] - lib: use non-symbols in isURLInstance check (Shelley Vohr) #34622335cb0d1d1
] - lib: absorbpath
error cases (Gireesh Punathil) #34519521e620533
] - meta: uncomment all codeowners (Mary Marchini) #34670650adeca22
] - meta: enable http2 team for CODEOWNERS (Rich Trott) #3453435ef9907aa
] - module: handle Top-Level Await non-fulfills better (Anna Henningsen) #3464062bb2e757f
] - (SEMVER-MINOR) module: unflag Top-Level Await (Myles Borins) #34558fbd411d28a
] - n-api: fix use-after-free with napi_remove_async_cleanup_hook (Anna Henningsen) #346628cc9e5eb52
] - (SEMVER-MINOR) n-api: support type-tagging objects (Gabriel Schulhof) #282372703fe498e
] - n-api: simplify bigint-from-word creation (Gabriel Schulhof) #34554e89ec46ba9
] - (SEMVER-MINOR) n-api,src: provide asynchronous cleanup hooks (Anna Henningsen) #34572b1890e0866
] - net: don't return the stream object from onStreamRead (Robey Pointer) #3437535fdfb44a2
] - policy: increase tests via permutation matrix (Bradley Meck) #34404ddd339ff45
] - repl: use _Node.js_ in user-facing REPL text (Rich Trott) #34644276e2980e2
] - repl: use _REPL_ in user-facing text (Rich Trott) #34643465c262ac6
] - repl: improve static import error message in repl (Myles Borins) #3358812cb0fb8a0
] - repl: give repl entries unique names (Bradley Meck) #343722dbd15a075
] - src: fix linter failures (Anna Henningsen) #345822761f349ec
] - src: spin shutdown loop while immediates are pending (Anna Henningsen) #3466239ca48c840
] - src: fixsize
underflow in CallbackQueue (Anna Henningsen) #34662c1abc8d3e5
] - src: fix unused namespace member in node_util (Andrey Pechkurov) #34565e146686972
] - test: fix wrong method call (gengjiawen) #34629ca89c375f7
] - test: add debugging for callbacks in test-https-foafssl.js (Rich Trott) #346032133b18bee
] - test: add debugging for test-https-foafssl.js (Rich Trott) #34603b9fb0c63b3
] - test: convert most N-API tests from C++ to C (Gabriel Schulhof) #3461554a4c6a39c
] - test: replace flaky pummel regression tests (Anna Henningsen) #34530bd55236788
] - test: change Fixes: to Refs: (Rich Trott) #34568a340587cfd
] - test: fix flaky http-parser-timeout-reset (Robert Nagy) #346099c442f9786
] - test: remove unneeded flag check in test-vm-memleak (Rich Trott) #3452805100e1eec
] - tools: fix C++ import checker argument expansion (Anna Henningsen) #34582bf6c8aaae3
] - tools: update ESLint to 7.6.0 (Colin Ihrig) #345890b1616c2f0
] - tools: add meta.fixable to fixable lint rules (Colin Ihrig) #34589f46649bc5b
] - util: print External address from inspect (unknown) #343982fa24c0ccc
] - wasi: add __wasi_fd_filestat_set_times() test (Colin Ihrig) #34623Renovate 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.