-
Notifications
You must be signed in to change notification settings - Fork 156
Update Node.js to v14.10.0 #930
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
kristoferbaxter
merged 2 commits into
ampproject:main
from
renovate-bot:renovate/node-14.x
Sep 8, 2020
Merged
Update Node.js to v14.10.0 #930
kristoferbaxter
merged 2 commits into
ampproject:main
from
renovate-bot:renovate/node-14.x
Sep 8, 2020
Conversation
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
7565fcc to
3fcffb5
Compare
kristoferbaxter
approved these changes
Sep 8, 2020
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>
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.9.0->14.10.014.6.3->14.6.4Release Notes
nodejs/node
v14.10.0Compare Source
Notable Changes
2ab33c58ae] - (SEMVER-MINOR) buffer: also alias BigUInt methods (Anna Henningsen) #3496044d89a9faa] - (SEMVER-MINOR) crypto: add randomInt function (Oli Lalonde) #346008aac42caf2] - (SEMVER-MINOR) perf_hooks: add idleTime and event loop util (Trevor Norris) #349384bb40078da] - (SEMVER-MINOR) stream: simpler and faster Readable async iterator (Robert Nagy) #34035ffae5f3809] - (SEMVER-MINOR) stream: save error in state (Robert Nagy) #34103Commits
1fdfaa578f] - bootstrap: correct --frozen-intrinsics override fix (Guy Bedford) #350412ab33c58ae] - (SEMVER-MINOR) buffer: also alias BigUInt methods (Anna Henningsen) #349601be6956ee0] - build: require "allow edits" to be checked (Jordan Harband) #350027b7299012e] - build: comment about auto close when stalled via with github action (Phillip Johnsen) #34555d6c796b4ab] - build: close stalled issues and PRs with github action (Phillip Johnsen) #3455546766a10df] - build: use autorebase option for git node land (Denys Otrishko) #349697afb67f491] - build: use latest node-core-utils from npm (Denys Otrishko) #34969d06e158253] - build: add support for build on arm64 (Evan Lucas) #34238755f9e4bc8] - build,deps: add gen-openssl target (Evan Lucas) #34642178a740caf] - crypto: simplify KeyObject constructor (Rich Trott) #35064a12d92c97b] - crypto: fix randomInt range check (Tobias Nießen) #350526d0d5b2ec2] - crypto: align parameter names with documentation (Rich Trott) #3505444d89a9faa] - (SEMVER-MINOR) crypto: add randomInt function (Oli Lalonde) #34600791a85b880] - deps: V8: cherry-pick6be2f6e(Benjamin Coe) #3505596ae05a770] - deps: V8: backport3f071e3(Milad Farazmand) #3503690f9348297] - deps: update brotli to v1.0.9 (Anna Henningsen) #34937f1fcd6646d] - deps: add openssl support for arm64 (Evan Lucas) #34238bbf7b925a2] - doc: use present tense in events.md (Rich Trott) #35068f6b2286e12] - doc: change stablility-2 color for accessibility (Rich Trott) #350618044533e87] - doc: add link to safe integer definition (Tobias Nießen) #35049f03a4d78a2] - doc: format exponents better (Tobias Nießen) #350501a9ca52716] - doc: add ESM examples inmoduleAPI doc page (Antoine du HAMEL) #348750ac7d5423f] - doc: add deprecated badge to legacy URL methods (Antoine du HAMEL) #34931a08e853edc] - doc: spruce up user journey to local docs browsing (Derek Lewis) #3498683a3e3b681] - doc: update syntax highlighting color for accessibility (Rich Trott) #350635bd0e0803d] - doc: fix incorrect URL in cli.md (Rich Trott) #3504328e89f6766] - doc: remove style for empty links (Antoine du HAMEL) #35034cdc1198a62] - doc: fix certificate display in tls doc (Rich Trott) #3503272d03cd802] - doc: remove duplicate error code entry (Rich Trott) #35031680782ea64] - doc: use consistent header typography (Rich Trott) #350301ae674c67a] - doc: fix malformed hashes in assert.md (Rich Trott) #35028c3a3cb69aa] - doc: fix a typo of microtaskMode (Shigma) #34980a846a9f116] - doc: change 'be will' to 'will be' (Victory Osikwemhe) #34999593236ad33] - doc: change color contrast for accessibility (Rich Trott) #350478c207c67d1] - doc: refactor deprecation anchors (Antoine du HAMEL) #34955cc0aaf2384] - doc: error code fix in resolver spec (Guy Bedford) #34998a4201843e7] - doc: use period consistently in man page (Rich Trott) #34939f1217d6d8b] - doc: revise commit-queue.md (Rich Trott) #350069aba579acb] - doc: change effected to affected (Turner Jabbour) #349892598527112] - doc: drop the --production flag for installing windows-build-tools (DeeDeeG) #34979287ce7b810] - doc: fix broken link to response.writableFinished in deprecations doc (Rich Trott) #34983a0656ff863] - doc: fix broken link to response.finished in deprecations doc (Rich Trott) #34982f4524b8936] - doc: fix broken link to writableEnded in deprecations doc (Rich Trott) #34984514a538f64] - doc: fix typos in buffer doc (Robert Williams) #34981df76c89b78] - doc: recommend URL() over url.parse() in http2 doc (Rich Trott) #34978ca0302e4f1] - doc: arrange perf_hooks entries alphabetically (Rich Trott) #3497394c6e09367] - doc: replace require() with reference links in http2.md (Rich Trott) #349562407a7a671] - doc: add a note about possible missing lines to readline.asyncIterator (Igor Mikhalev) #3467531098a4c0e] - doc: make minor improvements to query string sentence in http2.md (Rich Trott) #349291589f0e6f4] - doc: make general copy-edit changes to policy.md (Rich Trott) #34943aee3b8510b] - doc: simplify "make use of" to "use" (Rich Trott) #348610e09ff8ab1] - doc: make minor fixes to maintaining-openssl.md (Rich Trott) #34926b091681d25] - doc: fix CHANGELOG.md parsing issue (Juan José Arboleda) #34923fbd18be459] - doc: provide more guidance about process.version (Rich Trott) #349094782ec7b3b] - doc: use consistent typography for node-addon-api (Rich Trott) #349102fe95094fd] - doc: improve link-local text in dgram.md (Rich Trott) #34868657292e2dd] - doc: fix broken markdown/display in cli.html (Rich Trott) #348924cf93bb3cf] - doc: use "previous"/"preceding" instead of "above" as modifier (Rich Trott) #3487729b048b06b] - doc: use links to MS guide in style guide (Rich Trott) #3487152be37cf39] - doc,tools: remove malfunctioning Linux manpage linker (Rich Trott) #34985fffba3a270] - errors: useErrorPrototypeToStringfromprimordialsobject (ExE Boss) #34891db8c66b8c2] - esm: shorten ERR_UNSUPPORTED_ESM_URL_SCHEME message (Rich Trott) #34836be71e717c5] - meta: enable wasi for CODEOWNERS (gengjiawen) #34889a43b7ff72e] - meta: remove non-existent quic from CODEOWNERS (Richard Lau) #349473c32fe09e9] - n-api: re-implement async env cleanup hooks (Gabriel Schulhof) #34819fcb211f38a] - net: replace usage of internal stream state with public api (Denys Otrishko) #348858aac42caf2] - (SEMVER-MINOR) perf_hooks: add idleTime and event loop util (Trevor Norris) #3493818b04ab4c8] - policy: implement scopes field (Bradley Farias) #345521bf5d1a39b] - querystring: manage percent character at unescape (Daijiro Wachi) #35013f21d78d537] - src: shutdown libuv before exit() (Anna Henningsen) #35021789798bedf] - src: add get/set pair for env context awareness (Shelley Vohr) #3502473ef3f2f05] - src: disallow JS execution during exit() (Anna Henningsen) #35020f6a5999a9d] - src,doc: fix wording to refer to context, not environment (Turner Jabbour) #34880bcc1d431f8] - src,doc: fix grammar due to missing 'is' (Turner Jabbour) #34897044297ff10] - src,doc: rephrase for clarity (Turner Jabbour) #348794bb40078da] - (SEMVER-MINOR) stream: simpler and faster Readable async iterator (Robert Nagy) #34035ffae5f3809] - (SEMVER-MINOR) stream: save error in state (Robert Nagy) #341035f24cea11a] - stream: fix Readable stream state properties (Denys Otrishko) #34886f537c868b9] - stream: allow using.push()/.unshift()duringonce('data')(Anna Henningsen) #349574d533858cf] - test: make .out checks embedder-friendly (Shelley Vohr) #35040a756b92c4a] - test: use mustCall() in test-http-timeout (Pooja D.P) #349969011c87c1c] - test: change var to let (Pooja D.P) #34902b698d2ec81] - test: remove incorrect debug() in test-policy-integrity (Rich Trott) #34961ee6a583b9f] - test: fix typo in test/parallel/test-icu-punycode.js (Daijiro Wachi) #349349057a1644d] - test: add readline test for escape sequence (Rich Trott) #3495275d16125e1] - test: make test-tls-reuse-host-from-socket pass without internet (Rich Trott) #34953971b7ac087] - test: simplify test-vm-memleak (Rich Trott) #34881577978a96c] - tools: fix docopen target (Antoine du HAMEL) #350622b445bb3ee] - tools: fix doc build targets (Antoine du HAMEL) #350603d41ff25b7] - tools: add banner to lint-md.js by rollup.config.js (KuthorX) #3423362cc3b8249] - tools: update ESLint to 7.8.1 (cjihrig) #35004c47d319ac6] - tools: update ESLint to 7.8.0 (cjihrig) #35004b6f3ae8ffc] - tools,doc: allow page titles to contain inline code (Antoine du HAMEL) #35003fb2111e300] - tools,doc: fix global table of content active element (Antoine du Hamel) #349767ad629e4e4] - tools,doc: remove "toc" anchor name (Rich Trott) #3489394528f510e] - zlib: replace usage of internal stream state with public api (Denys Otrishko) #34884Renovate configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.
🔕 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.