Skip to content
This repository was archived by the owner on Aug 12, 2023. It is now read-only.

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 17, 2019

This PR contains the following updates:

Package Type Update Change
node minor 10.17.0 -> 10.22.1
node engines minor 10.17.0 -> 10.22.1

Release Notes

nodejs/node

v10.22.1

Compare Source

Notable changes

This is a security release.

Vulnerabilities fixed:

  • CVE-2020-8252: fs.realpath.native on may cause buffer overflow (Medium).
Commits

v10.22.0

Compare Source

Notable changes
  • deps:
    • upgrade npm to 6.14.6 (claudiahdz) #​34246
    • upgrade openssl sources to 1.1.1g (Hassaan Pasha) #​32982
  • n-api:
    • add napi_detach_arraybuffer (legendecas) #​29768
Commits

v10.21.0

Compare Source

Notable changes

This is a security release.

Vulnerabilities fixed:

  • CVE-2020-8174: napi_get_value_string_*() allows various kinds of memory corruption (High).
  • CVE-2020-10531: ICU-20958 Prevent SEGV_MAPERR in append (High).
  • CVE-2020-11080: HTTP/2 Large Settings Frame DoS (Low).
Commits

v10.20.1

Compare Source

Notable changes

Due to release process failures, Node.js v10.20.0 shipped with source
and header tarballs that did not properly match the final release
commit that was used to build the binaries. We recommend that Node.js
v10.20.0 not be used, particularly in any applications using native
add-ons or where compiling Node.js from source is involved.

Node.js v10.20.1 is a clean release with the correct sources and is
strongly recommended in place of v10.20.0.

v10.20.0

Compare Source

macOS package notarization and a change in builder configuration

The macOS binaries for this release, and future 10.x releases, are now
being compiled on macOS 10.15 (Catalina) with Xcode 11 to support
package notarization, a requirement for installing .pkg files on macOS
10.15 and later. Previous builds of Node.js 10.x were compiled on macOS
10.10 (Yosemite) with a minimum deployment target of macOS 10.7 (Lion).
As binaries are still being compiled to support a minimum of macOS 10.7
(Lion) we do not anticipate this having a negative impact on Node.js
10.x users with older versions of macOS.

Notable changes
  • buffer: add {read|write}Big[U]Int64{BE|LE} methods (garygsc) #​19691
  • build: macOS package notarization (Rod Vagg) #​31459
  • deps:
    • update npm to 6.14.3 (Myles Borins) #​32368
    • upgrade openssl sources to 1.1.1e (Hassaan Pasha) #​32328
    • upgrade to libuv 1.34.2 (cjihrig) #​31477
  • n-api:
    • add napi_get_all_property_names (himself65) #​30006
    • add APIs for per-instance state management (Gabriel Schulhof) #​28682
    • define release 6 #​32058
    • turn NAPI_CALL_INTO_MODULE into a function (Anna Henningsen) #​26128
  • tls:
    • expose keylog event on TLSSocket (Alba Mendez) #​27654
    • support TLS min/max protocol defaults in CLI (Sam Roberts) #​27946
  • url: handle quasi-WHATWG URLs in urlToOptions() (cjihrig) #​26226
Commits

v10.19.0

Compare Source

Notable changes

This is a security release.

Vulnerabilities fixed:

  • CVE-2019-15606: HTTP header values do not have trailing OWS trimmed.
  • CVE-2019-15605: HTTP request smuggling using malformed Transfer-Encoding header.
  • CVE-2019-15604: Remotely trigger an assertion on a TLS server with a malformed certificate string.

Also, HTTP parsing is more strict to be more secure. Since this may
cause problems in interoperability with some non-conformant HTTP
implementations, it is possible to disable the strict checks with the
--insecure-http-parser command line flag, or the insecureHTTPParser
http option. Using the insecure HTTP parser should be avoided.

Commits

v10.18.1

Compare Source

Notable changes
  • http2: fix session memory accounting after pausing (Michael Lehenbauer) #​30684
  • n-api: correct bug in napi_get_last_error (Octavian Soldea) #​28702
  • tools: update tzdata to 2019c (Myles Borins) #​30479
Commits

v10.18.0

Compare Source

This is a security release.

For more details about the vulnerability please consult the npm blog:

https://blog.npmjs.org/post/189618601100/binary-planting-with-the-npm-cli

Notable changes
Commits

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Dec 17, 2019

Codecov Report

Merging #370 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #370   +/-   ##
=======================================
  Coverage   63.56%   63.56%           
=======================================
  Files         136      136           
  Lines        1872     1872           
  Branches      192      192           
=======================================
  Hits         1190     1190           
  Misses        627      627           
  Partials       55       55           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b785ab7...fdf867b. Read the comment docs.

@renovate renovate bot force-pushed the renovate/node-10.x branch 7 times, most recently from 5dc3ad7 to 16c0efb Compare December 22, 2019 12:29
@renovate renovate bot force-pushed the renovate/node-10.x branch from 16c0efb to 3f6d33c Compare December 27, 2019 11:48
@renovate renovate bot force-pushed the renovate/node-10.x branch 3 times, most recently from 86c83e2 to 440c16b Compare January 9, 2020 23:05
@renovate renovate bot changed the title Update Node.js to v10.18.0 Update Node.js to v10.18.1 Jan 9, 2020
@renovate renovate bot force-pushed the renovate/node-10.x branch 5 times, most recently from 97426a5 to 9e64ed7 Compare January 20, 2020 19:16
@renovate
Copy link
Contributor Author

renovate bot commented Jan 20, 2020

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻️ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you check the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: package-lock.json

@renovate renovate bot force-pushed the renovate/node-10.x branch 3 times, most recently from d3f6d9f to 5dcde1b Compare January 27, 2020 22:48
@renovate renovate bot force-pushed the renovate/node-10.x branch from 5dcde1b to 631fe41 Compare January 31, 2020 21:29
@renovate renovate bot changed the title Update Node.js to v10.18.1 Update Node.js to v10.19.0 Feb 6, 2020
@renovate renovate bot force-pushed the renovate/node-10.x branch 5 times, most recently from 7b95553 to 300e73b Compare February 10, 2020 19:32
@renovate renovate bot force-pushed the renovate/node-10.x branch from 300e73b to a8cc0e9 Compare February 18, 2020 13:37
@renovate renovate bot force-pushed the renovate/node-10.x branch from debecd9 to fe2e928 Compare September 5, 2020 17:16
@renovate renovate bot force-pushed the renovate/node-10.x branch 3 times, most recently from 10e66ed to 9169e8c Compare September 15, 2020 21:44
@renovate renovate bot changed the title Update Node.js to v10.22.0 Update Node.js to v10.22.1 Sep 15, 2020
@renovate renovate bot force-pushed the renovate/node-10.x branch 5 times, most recently from 91a1a97 to 1ba14dc Compare September 21, 2020 18:12
@renovate renovate bot force-pushed the renovate/node-10.x branch 5 times, most recently from e75e02d to 529d77e Compare October 2, 2020 14:23
@renovate renovate bot force-pushed the renovate/node-10.x branch 5 times, most recently from 52d2cd7 to d058c53 Compare October 6, 2020 18:31
@renovate renovate bot force-pushed the renovate/node-10.x branch 8 times, most recently from 34598d4 to 38873e2 Compare October 20, 2020 15:55
@renovate renovate bot force-pushed the renovate/node-10.x branch from 38873e2 to fdf867b Compare October 22, 2020 18:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant