Merged
Conversation
5f9cf84 to
42a7fc4
Compare
42a7fc4 to
6910583
Compare
b3c7175 to
19217f5
Compare
3ab65d5 to
75f48d7
Compare
samouri
approved these changes
Aug 31, 2020
75f48d7 to
4c8023a
Compare
4c8023a to
9f6e960
Compare
valleykid
added a commit
to icatjs/worker-dom
that referenced
this pull request
Sep 9, 2020
* update to latest version of np (ampproject#915) * update to latest version of np * also update jsdom, some strange errors occuring with whatwg-url * Mention that innerHTML has partial support (ampproject#911) * Pin dependency jsdom to 16.4.0 (ampproject#916) * Update Yarn to v1.22.5 (ampproject#918) * Update dependency rollup-plugin-terser to v7 (ampproject#907) * Update dependency rollup to v2.26.8 (ampproject#899) * Update dependency acorn-walk to v8 (ampproject#922) * HTMLElement.click() support (ampproject#919) * HTMLElement: Support .click() function. * HTMLElement.click() support * update web compat table. * Update dependency acorn to v8 (ampproject#908) Co-authored-by: Jake Fried <samouri@users.noreply.github.com> * Update dependency typescript to v4 (ampproject#923) Co-authored-by: Jake Fried <samouri@users.noreply.github.com> * Update dependency np to v6.5.0 (ampproject#921) Co-authored-by: Jake Fried <samouri@users.noreply.github.com> * Support Dirty Flag for HTMLInputElement.value (ampproject#913) * v0.25.1 * Support dirty flag for HTMLInputElement.value * Support dirty flag for HTMLInputElement.value * add a test * fix progress * update test for progress as well * Bump size of worker.mjs * Remove populated demo examples since tests now cover the functionality Co-authored-by: Jake Fried <samouri@users.noreply.github.com> * Update Node.js to v14.9.0 (ampproject#889) * v0.26.0 (ampproject#925) * Update dependency rollup to v2.26.9 (ampproject#924) Co-authored-by: Jake Fried <samouri@users.noreply.github.com> Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com> * Update dependency prettier to v2.1.1 (ampproject#920) Co-authored-by: Jake Fried <samouri@users.noreply.github.com> Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com> * Update dependency css-loader to v4 (ampproject#906) Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com> * Update dependency webpack-cli to v3.3.12 (ampproject#905) Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com> * Update dependency webpack to v4.44.1 (ampproject#904) * Update dependency tslint to v6.1.3 (ampproject#902) Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com> * Remove esmodule syntax (ampproject#927) * v0.25.1 * Remove ESModules Package syntax since its not being used * Use toUpper utility (ampproject#928) * v0.25.1 * Use the utilities instead of direct methods * Update dependency sirv to v1.0.6 (ampproject#901) Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com> * Update dependency sinon to v9.0.3 (ampproject#900) * Update dependency rollup to v2.26.11 (ampproject#931) * Update dependency css-loader to v4.3.0 (ampproject#934) Co-authored-by: Jake Fried <samouri@users.noreply.github.com> * Refactor output (ampproject#929) * v0.25.1 * Create production and debug outputs for AMP * tweak tracked resources for filesize * Additional tracking for nodom variant * Update dependency husky to v4.3.0 (ampproject#933) Co-authored-by: Jake Fried <samouri@users.noreply.github.com> * Update Dependencies (ampproject#935) * v0.25.1 * Update to latest versions * Bump version + skip hooks for release (ampproject#936) * v0.27.0 * skip hooks on release * v0.27.1 Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com> * Update Node.js to v14.10.0 (ampproject#930) Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com> * Update dependency preact to v10.4.8 (ampproject#898) Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com> * Update dependency mini-css-extract-plugin to v0.11.1 (ampproject#897) Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com> * Update dependency ava to v3.12.1 (ampproject#893) Co-authored-by: Jake Fried <samouri@users.noreply.github.com> Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com> * Update dependency lint-staged to v10.3.0 (ampproject#896) Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com> Co-authored-by: Jake Fried <samouri@users.noreply.github.com> Co-authored-by: Ben Morss <morss@google.com> Co-authored-by: WhiteSource Renovate <bot@renovateapp.com> Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com>
valleykid
added a commit
to icatjs/worker-dom
that referenced
this pull request
Sep 9, 2020
* feat: sync from base-source (#1) * update to latest version of np (ampproject#915) * update to latest version of np * also update jsdom, some strange errors occuring with whatwg-url * Mention that innerHTML has partial support (ampproject#911) * Pin dependency jsdom to 16.4.0 (ampproject#916) * Update Yarn to v1.22.5 (ampproject#918) * Update dependency rollup-plugin-terser to v7 (ampproject#907) * Update dependency rollup to v2.26.8 (ampproject#899) * Update dependency acorn-walk to v8 (ampproject#922) * HTMLElement.click() support (ampproject#919) * HTMLElement: Support .click() function. * HTMLElement.click() support * update web compat table. * Update dependency acorn to v8 (ampproject#908) Co-authored-by: Jake Fried <samouri@users.noreply.github.com> * Update dependency typescript to v4 (ampproject#923) Co-authored-by: Jake Fried <samouri@users.noreply.github.com> * Update dependency np to v6.5.0 (ampproject#921) Co-authored-by: Jake Fried <samouri@users.noreply.github.com> * Support Dirty Flag for HTMLInputElement.value (ampproject#913) * v0.25.1 * Support dirty flag for HTMLInputElement.value * Support dirty flag for HTMLInputElement.value * add a test * fix progress * update test for progress as well * Bump size of worker.mjs * Remove populated demo examples since tests now cover the functionality Co-authored-by: Jake Fried <samouri@users.noreply.github.com> * Update Node.js to v14.9.0 (ampproject#889) * v0.26.0 (ampproject#925) * Update dependency rollup to v2.26.9 (ampproject#924) Co-authored-by: Jake Fried <samouri@users.noreply.github.com> Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com> * Update dependency prettier to v2.1.1 (ampproject#920) Co-authored-by: Jake Fried <samouri@users.noreply.github.com> Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com> * Update dependency css-loader to v4 (ampproject#906) Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com> * Update dependency webpack-cli to v3.3.12 (ampproject#905) Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com> * Update dependency webpack to v4.44.1 (ampproject#904) * Update dependency tslint to v6.1.3 (ampproject#902) Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com> * Remove esmodule syntax (ampproject#927) * v0.25.1 * Remove ESModules Package syntax since its not being used * Use toUpper utility (ampproject#928) * v0.25.1 * Use the utilities instead of direct methods * Update dependency sirv to v1.0.6 (ampproject#901) Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com> * Update dependency sinon to v9.0.3 (ampproject#900) * Update dependency rollup to v2.26.11 (ampproject#931) * Update dependency css-loader to v4.3.0 (ampproject#934) Co-authored-by: Jake Fried <samouri@users.noreply.github.com> * Refactor output (ampproject#929) * v0.25.1 * Create production and debug outputs for AMP * tweak tracked resources for filesize * Additional tracking for nodom variant * Update dependency husky to v4.3.0 (ampproject#933) Co-authored-by: Jake Fried <samouri@users.noreply.github.com> * Update Dependencies (ampproject#935) * v0.25.1 * Update to latest versions * Bump version + skip hooks for release (ampproject#936) * v0.27.0 * skip hooks on release * v0.27.1 Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com> * Update Node.js to v14.10.0 (ampproject#930) Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com> * Update dependency preact to v10.4.8 (ampproject#898) Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com> * Update dependency mini-css-extract-plugin to v0.11.1 (ampproject#897) Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com> * Update dependency ava to v3.12.1 (ampproject#893) Co-authored-by: Jake Fried <samouri@users.noreply.github.com> Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com> * Update dependency lint-staged to v10.3.0 (ampproject#896) Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com> Co-authored-by: Jake Fried <samouri@users.noreply.github.com> Co-authored-by: Ben Morss <morss@google.com> Co-authored-by: WhiteSource Renovate <bot@renovateapp.com> Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com> * fix: package.json conflict Co-authored-by: Jake Fried <samouri@users.noreply.github.com> Co-authored-by: Ben Morss <morss@google.com> Co-authored-by: WhiteSource Renovate <bot@renovateapp.com> Co-authored-by: Kristofer Baxter <kristofer@kristoferbaxter.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
14.4.0->14.9.014.0.13->14.6.3Release Notes
nodejs/node
v14.9.0Compare Source
Notable Changes
e06ace6(Anna Henningsen) #34673Commits
aaa6e43d3c] - Forces Powershell to use tls1.2 (Bartosz Sosnowski) #336098de6b72efa] - benchmark: add benchmark script for resourceUsage (Yash Ladha) #34691e4450a199f] - benchmark: update function_args addon code (Anna Henningsen) #34725332e38433b] - (SEMVER-MINOR) buffer: alias UInt ➡️ Uint in buffer methods (Anna Henningsen) #347297f0869f963] - build: run link checker in linter workflow (Richard Lau) #348109ca4b2ad5c] - build: add CODEOWNERS linter action (Mary Marchini) #34739bdf26aebb4] - (SEMVER-MINOR) build: add build flag for OSS-Fuzz integration (davkor) #34761d89a83c62c] - build: move compiling for Windows ARM64 to Tier 2 (João Reis) #34721aed82379dd] - build: implement a Commit Queue in Actions (Mary Marchini) #3411215c92083b5] - build: set --v8-enable-object-print by default (Mary Marchini) #34705201d3d7074] - build: cover all benchmark addons with C++ linter (Anna Henningsen) #347252abc98e9ff] - build: add flag to build V8 with OBJECT_PRINT (Mary Marchini) #328346048421726] - build,win: use x64 Node when building for ARM64 (Dennis Ameling) #3400969bcca122e] - crypto: avoid unitializing ECDH objects on error (Tobias Nießen) #34302cf348542c6] - deps: upgrade to libuv 1.39.0 (cjihrig) #3491568b7a8db6f] - deps: upgrade npm to 6.14.8 (Ruy Adorno) #348349527a2a8a7] - deps: V8: cherry-picke06ace6(Anna Henningsen) #34673cd32522c92] - doc: add missing DEP ID for 'new crypto.Certificate()' (Beth Griggs) #34940ff15c92a7f] - doc: improve fs doc intro (James M Snell) #34843dae93ca0cb] - doc: indicate the format of process.version (Danny Guo) #34872bf7f492cb6] - doc: rename module pages (Antoine du HAMEL) #34663f2c2f42195] - doc: improve wording in deprecations.md (Rich Trott) #348604b3b0e3f98] - doc: fix ESM/CJS wrapper example (Maksim Sinik) #34853d6bb2ad5ea] - doc: adopt Microsoft Style Guide officially (Rich Trott) #34821e4679bd45d] - doc: use 'console' info string for console output (Rich Trott) #34837b1c3fb73fc] - doc: fix bulleted list punctuation in BUILDING.md (Rich Trott) #34849ef41ddf5cb] - doc: sort references lexically (Rich Trott) #348483133b75b68] - doc: move addaleax to TSC emeritus (Anna Henningsen) #348095214de78cd] - doc: remove space above version picker (Justice Almanzar) #3476834430abd71] - doc: move module core module doc to separate page (Antoine du HAMEL) #34747b356b79ca4] - doc: reorder deprecated tls docs (Jerome T.K. Covington) #346875c987ffc96] - doc: fix file name to main.mjs and not main.js in esm.md (Frank Lemanschik) #34786969fb1c5e3] - doc: improve async_hooks snippets (Andrey Pechkurov) #348293360dcbfab] - doc: fix some typos and grammar mistakes (Hilla Shahrabani) #3480047f2f45dd8] - doc: deprecate (doc-only) crypto.Certificate() (Rich Trott) #346973bfe199c28] - doc: remove "is recommended from crypto legacy API text (Rich Trott) #34697258f64f578] - doc: edit filehandle.close() entry in fs.md (Rich Trott) #34782e54a6842e0] - doc: fix broken links in commit-queue.md (Luigi Pinca) #347893925fd6550] - doc: avoid _may_ in collaborator guide (Rich Trott) #34749cb0960635b] - doc: use sentence-casing for headers in collaborator guide (Rich Trott) #347138b5690287c] - doc: edit (general) collaborator guide (Rich Trott) #34712b933eef1f3] - doc: reduce repetitiveness on Consensus Seeking (Mary Marchini) #34702f7563f811a] - doc: remove typo in crypto.md (Rich Trott) #34698ea98122a51] - doc: n-api environment life cycle APIs are stable (Jim Schlight) #34641b00f71b660] - doc: add padding in the sidebar column (Antoine du HAMEL) #3466591f53245ae] - doc: use semantically appropriate tag for lines (Antoine du HAMEL) #34660230bcaf276] - doc: add HPE_UNEXPECTED_CONTENT_LENGTH error description (Nikolay Krashnikov) #34596d29b805569] - doc: update http server response 'close' event (Renato Mariscal) #34472b93ba07fa5] - doc: add writable and readable options to Duplex docs (Priyank Singh) #343837cde699115] - doc: harden policy around objections (Mary Marchini) #346397d0970ca66] - doc,lib: remove unused error code (Rich Trott) #347929ebae0a758] - doc,n-api: add link to n-api tutorial website (Jim Schlight) #34870cdd4540124] - doc,tools: annotate broken links in actions workflow (Richard Lau) #34810dbcb36d553] - errors: improve ERR_INVALID_OPT_VALUE error (Denys Otrishko) #346718f38c19c08] - esm: improve error message of ERR_UNSUPPORTED_ESM_URL_SCHEME (Denys Otrishko) #347957ef5591d06] - fs: guard against undefined behavior (Robert Nagy) #34746952f233e39] - http: add RFC references for each status code (Voltra) #33671cc7258469c] - http2: fix Http2Response.sendDate (João Lucas Lucchetta) #348509e0d18fd3f] - http2: use and support non-empty DATA frame with END_STREAM flag (Carlos Lopez) #338756ee2578427] - http2: add maxHeaderSize option to http2 (Priyank Singh) #3363604defbaacd] - lib: allow to validate enums with validateOneOf (Denys Otrishko) #340701a9496a79d] - lib: add UNC support to url.pathToFileURL() (Matthew McEachen) #34743124a01d487] - lib: use full URL to GitHub issues in comments (Rich Trott) #34686756c058c45] - meta: fix codeowners docs path (Mary Marchini) #348112781f646c9] - meta: add TSC as owner of governance-related docs (Mary Marchini) #34737a69d30eb3f] - module: drop-ualias for--conditions(Richard Lau) #34935e4a0e5bc1a] - module: fix check for package.json at volume root (Derek Lewis) #34595698cae7625] - module: share CJS/ESM resolver fns, refactoring (Guy Bedford) #347446929649793] - module: custom --conditions flag option (Guy Bedford) #346379a7c87df37] - module: use cjsCache over esm injection (Guy Bedford) #3460598f7d8ec81] - n-api: handle weak no-finalizer refs correctly (Gabriel Schulhof) #3483990abdd3dd4] - net: validate custom lookup() output (cjihrig) #3481384031183bc] - policy: support conditions for redirects (Bradley Farias) #34414a16f0f427e] - process: correctly parse Unicode in NODE_OPTIONS (Bartosz Sosnowski) #34476fff1e7f86c] - src: fix abort on uv_loop_init() failure (Ben Noordhuis) #348747666d95c7d] - src: usage of modernize-use-equals-default (Yash Ladha) #348073022e0d614] - src: prefer C++ empty() in boolean expressions (Tobias Nießen) #34432e16b3e72f9] - test: fix test-cluster-net-listen-relative-path.js to run in / (Rich Trott) #348202a78c33445] - test: run REPL preview test regardless of terminal type (Rich Trott) #347986b45bf3475] - test: modernize test-cluster-master-error (Anna Henningsen) #34685c080fc590d] - test: move test-inspector-already-activated-cli to parallel (Rich Trott) #347557ed7ef7ad8] - test: move execution of WPT to worker threads (Michaël Zasso) #34796e8eed5c426] - test: convert assertion that always fails to assert.fail() (Rich Trott) #34793c458e8406e] - test: remove common.rootDir (Rich Trott) #347721c324d5939] - test: allow ENOENT in test-worker-init-failure (Rich Trott) #3476988919e584b] - test: allow ENFILE in test-worker-init-failure (Rich Trott) #34769a78c638fc3] - test: use process.env.PYTHON to spawn python (Anna Henningsen) #347009a790203ed] - test: remove error message checking in test-worker-init-failure (Rich Trott) #347270472d1629a] - test: skip node-api/test_worker_terminate_finalization (Anna Henningsen) #347328e91f3ec0a] - test: fix test_worker_terminate_finalization (Anna Henningsen) #34726fd5153c822] - test: split test-crypto-dh-hash (Rich Trott) #346319f0917e656] - test: use block-scoping in test/pummel/test-timers.js (Rich Trott) #34630b261895d2b] - test: remove test-child-process-fork-args flaky designation (Rich Trott) #3468427c0653517] - test: add vm crash regression test (Anna Henningsen) #34673093a4b0ae4] - test: add tests for validateNumber/validateString (Denys Otrishko) #346725009d82b0c] - test,doc: add missing uv_setup_args() calls (cjihrig) #34751cca0372022] - (SEMVER-MINOR) timers: allow timers to be used as primitives (Denys Otrishko) #34017e90cb49390] - tls: enable renegotiation when using BoringSSL (Jeremy Rose) #348328766b5bfd5] - tools: add debug entitlements for macOS 10.15+ (Gabriele Greco) #3437877bbd73919] - util: add debug and debuglog.enabled (Bradley Farias) #33424513ab0e02f] - worker: fix --abort-on-uncaught-exception handling (Anna Henningsen) #3472403d601344a] - worker: do not crash when JSTransferable lists untransferable value (Anna Henningsen) #34766b73943e476] - workers: add support for data: URLs (Antoine du HAMEL) #34584v14.8.0Compare 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: absorbpatherror 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: fixsizeunderflow 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) #34623v14.7.0Compare 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-Update dependency jsdom to v16.2.2 - autoclosed #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) #34048v14.6.0Compare Source
Notable Changes
Commits
afec0d7f51] - async_hooks: improve resource stack performance (Anna Henningsen) #34319f340571301] - (SEMVER-MINOR) build: reset embedder string to "-node.0" (Michaël Zasso) #33579de250c136c] - build: recommend Python 3.8 to build on Windows (Michaël Zasso) #34182a130771d4f] - build,tools: fix cmd_regen_makefile (Daniel Bevenius) #34255cfd4c8012d] - crypto: move typechecking for timingSafeEqual into C++ (Anna Henningsen) #3414195afc2e50e] - deps: V8: update headers for ABI compatibility (Anna Henningsen) #343562c9fd6ebd4] - deps: V8: revert [de4c004](https://togRenovate 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 these updates again.
This PR has been generated by WhiteSource Renovate. View repository job log here.