charlypoly / graphql-to-json-schema

GraphQL Schema to JSON Schema
MIT License
196 stars 24 forks source link

chore(deps): update all non-major dependencies - autoclosed #70

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@types/jest (source) 26.0.20 -> 26.0.24 age adoption passing confidence devDependencies patch
@types/json-schema (source) 7.0.6 -> 7.0.11 age adoption passing confidence devDependencies patch
@types/lodash (source) 4.14.168 -> 4.14.185 age adoption passing confidence devDependencies patch
@types/node (source) 14.14.21 -> 14.18.30 age adoption passing confidence devDependencies minor
ajv (source) 7.0.3 -> 7.2.4 age adoption passing confidence devDependencies minor
circleci/node 14.1 -> 14.18 age adoption passing confidence docker minor
graphql 15.4.0 -> 15.8.0 age adoption passing confidence devDependencies minor
node v14.1 -> 14.20 age adoption passing confidence minor
nodemon (source) 2.0.12 -> 2.0.20 age adoption passing confidence devDependencies patch
prettier (source) 2.2.1 -> 2.7.1 age adoption passing confidence devDependencies minor
standard-version 9.1.0 -> 9.5.0 age adoption passing confidence devDependencies minor
ts-jest (source) 26.4.4 -> 26.5.6 age adoption passing confidence devDependencies minor

Release Notes

ajv-validator/ajv ### [`v7.2.4`](https://togithub.com/ajv-validator/ajv/releases/tag/v7.2.4) [Compare Source](https://togithub.com/ajv-validator/ajv/compare/v7.2.3...v7.2.4) Fix [#​1515](https://togithub.com/ajv-validator/ajv/issues/1515): correctly initialize evaluated properties. ### [`v7.2.3`](https://togithub.com/ajv-validator/ajv/releases/tag/v7.2.3) [Compare Source](https://togithub.com/ajv-validator/ajv/compare/v7.2.2...v7.2.3) Remove docs from npm package ### [`v7.2.2`](https://togithub.com/ajv-validator/ajv/releases/tag/v7.2.2) [Compare Source](https://togithub.com/ajv-validator/ajv/compare/v7.2.1...v7.2.2) Docs correction Simplified JSONSchemaType ([@​erikbrinkman](https://togithub.com/erikbrinkman)) Fix [#​1493](https://togithub.com/ajv-validator/ajv/issues/1493) - incorrect reporting of missing required property with option `ownProperties: true` Fix [#​1501](https://togithub.com/ajv-validator/ajv/issues/1501) - JTD not working correctly with many properties in the schema ### [`v7.2.1`](https://togithub.com/ajv-validator/ajv/releases/tag/v7.2.1) [Compare Source](https://togithub.com/ajv-validator/ajv/compare/v7.2.0...v7.2.1) Add [tests](https://togithub.com/nst/JSONTestSuite) and fix parsers compiled with `ajv.compileParser` from JTD schemas: - fail on invalid JSON: - trailing comma in arrays/objects - invalid JSON numbers - control characters in strings - fix parsing of u-escaped characters - do not fail on duplicate object keys (consistent with JSON.parse) Compiled parsers are now: - consistent with JSON.parse in case of invalid JSON - only parse data that is valid for JTD schema It is a breaking change for compiled parsers compared with 7.2.0 that was released earlier on the same day. ### [`v7.2.0`](https://togithub.com/ajv-validator/ajv/releases/tag/v7.2.0) [Compare Source](https://togithub.com/ajv-validator/ajv/compare/v7.1.1...v7.2.0) strictRequired option (off by default) - to log or fail if properties used in JSON Schema "required" are not defined in "properties" ([@​PBug90](https://togithub.com/PBug90), [#​1403](https://togithub.com/ajv-validator/ajv/issues/1403)) Compiled parsers (as fast as JSON.parse on valid JSON, but replace validation and fail much faster on invalid JSON) and serializers (10x+ faster than JSON.stringify) from JSON Type Definition schemas ([#​1454](https://togithub.com/ajv-validator/ajv/issues/1454)) - see examples in [javascript](https://ajv.js.org/guide/getting-started.html#parsing-and-serializing-json) and [typescript](https://ajv.js.org/guide/typescript.html#type-safe-parsers-and-serializers) Please note: there are fixes to compiled parsers in [7.2.1](https://togithub.com/ajv-validator/ajv/releases/tag/v7.2.1) The website migrated to VuePress and documentation is restructured to make navigating Ajv documentation and learning easier - this is still work in progress, but already some improvement on the information structure. Any feedback/corrections would be very much appreciated! Improved TypeScript support for JSONSchemaType: - JTDSchemaType utility type to convert your data type into the type of JTD schema, to simplify its writing and to make sure it is consistent with your data type, with type inference support for ajv methods ([@​erikbrinkman](https://togithub.com/erikbrinkman), [#​1446](https://togithub.com/ajv-validator/ajv/issues/1446), [#​1456](https://togithub.com/ajv-validator/ajv/issues/1456), [#​1457](https://togithub.com/ajv-validator/ajv/issues/1457), [#​1475](https://togithub.com/ajv-validator/ajv/issues/1475)) - see [example here](https://ajv.js.org/guide/typescript.html#utility-types-for-schemas) - Alternatively, you can use JTDDataType utility type to convert your JTD schema type into the type of data ([@​erikbrinkman](https://togithub.com/erikbrinkman), [#​1458](https://togithub.com/ajv-validator/ajv/issues/1458)) - see [this example](https://ajv.js.org/guide/typescript.html#utility-type-for-jtd-data-type) Other improvements by [@​Fdawgs](https://togithub.com/Fdawgs) ([#​1466](https://togithub.com/ajv-validator/ajv/issues/1466)), [@​t7yang](https://togithub.com/t7yang) ([#​1472](https://togithub.com/ajv-validator/ajv/issues/1472), [#​1473](https://togithub.com/ajv-validator/ajv/issues/1473)), [@​koba04](https://togithub.com/koba04) ([#​1460](https://togithub.com/ajv-validator/ajv/issues/1460)) ### [`v7.1.1`](https://togithub.com/ajv-validator/ajv/releases/tag/v7.1.1) [Compare Source](https://togithub.com/ajv-validator/ajv/compare/v7.1.0...v7.1.1) Support readonly arrays with JSONSchemaType ([@​LinusU](https://togithub.com/LinusU), [#​1447](https://togithub.com/ajv-validator/ajv/issues/1447)) ### [`v7.1.0`](https://togithub.com/ajv-validator/ajv/releases/tag/v7.1.0) [Compare Source](https://togithub.com/ajv-validator/ajv/compare/v7.0.4...v7.1.0) Support for JSON Type Definition RFC 8927 - a simple schema language provided as an alternative to JSON Schema. See these docs: - an [informal document](https://ajv.js.org/json-type-definition.html) on Ajv site - [RFC8927](https://datatracker.ietf.org/doc/rfc8927/) - [choosing schema language](https://ajv.js.org/guide/schema-language.html) - comparison with JSON Schema Allow ":" in keyword names ([#​1421](https://togithub.com/ajv-validator/ajv/issues/1421), [@​teq0](https://togithub.com/teq0)) ### [`v7.0.4`](https://togithub.com/ajv-validator/ajv/releases/tag/v7.0.4) [Compare Source](https://togithub.com/ajv-validator/ajv/compare/v7.0.3...v7.0.4) Fix: duplicate functions in standalone validation code with mutually recursive schemas ([#​1361](https://togithub.com/ajv-validator/ajv/issues/1361)) Fix: reference resolution when base URI change was not applied ([#​1414](https://togithub.com/ajv-validator/ajv/issues/1414))
graphql/graphql-js ### [`v15.8.0`](https://togithub.com/graphql/graphql-js/releases/tag/v15.8.0) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v15.7.2...v15.8.0) #### v15.8.0 (2021-12-07) ##### New Feature 🚀 - [#​3410](https://togithub.com/graphql/graphql-js/pull/3410) Refine getNamedType() for Input and Output types ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### Internal 🏠
2 PRs were merged - [#​3411](https://togithub.com/graphql/graphql-js/pull/3411) publish 15.x.x packages only under '15.x.x' tag ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​3412](https://togithub.com/graphql/graphql-js/pull/3412) cspell: do not show progress ([@​IvanGoncharov](https://togithub.com/IvanGoncharov))
##### Committers: 1 * Ivan Goncharov([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ### [`v15.7.2`](https://togithub.com/graphql/graphql-js/releases/tag/v15.7.2) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v15.7.1...v15.7.2) #### v15.7.2 (2021-10-28) ##### Bug Fix 🐞 - [#​3343](https://togithub.com/graphql/graphql-js/pull/3343) GraphQLError: Fixed `originalError.extensions` overriding `extensions` argument to constructor ([@​klippx](https://togithub.com/klippx)) ##### Committers: 1 - Mathias Klippinge([@​klippx](https://togithub.com/klippx)) ### [`v15.7.1`](https://togithub.com/graphql/graphql-js/releases/tag/v15.7.1) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v15.7.0...v15.7.1) #### v15.7.1 (2021-10-27) ##### Bug Fix 🐞 - [#​3341](https://togithub.com/graphql/graphql-js/pull/3341) GraphQLError: revert `originalError` to be nullable ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### Committers: 1 - Ivan Goncharov([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ### [`v15.7.0`](https://togithub.com/graphql/graphql-js/releases/tag/v15.7.0) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v15.6.1...v15.7.0) #### v15.7.0 (2021-10-26) ##### New Feature 🚀 - [#​3327](https://togithub.com/graphql/graphql-js/pull/3327) Change type of error extensions from anonymous Record to named interfaces ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​3333](https://togithub.com/graphql/graphql-js/pull/3333) GraphQLError: major refactoring to be more in line with v16 ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​3334](https://togithub.com/graphql/graphql-js/pull/3334) GraphQLError: keep extensions always present ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### Bug Fix 🐞 - [#​3332](https://togithub.com/graphql/graphql-js/pull/3332) GraphQLError: fix empty `locations` if error got nodes without locations ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​3335](https://togithub.com/graphql/graphql-js/pull/3335) GraphQLError: restore order of enumerable fields ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### Committers: 1 - Ivan Goncharov([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ### [`v15.6.1`](https://togithub.com/graphql/graphql-js/releases/tag/v15.6.1) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v15.6.0...v15.6.1) #### v15.6.1 (2021-10-05) ##### Bug Fix 🐞 - [#​3275](https://togithub.com/graphql/graphql-js/pull/3275) type/introspection: add missing `__Directive.args(includeDeprecated:)` ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### Committers: 1 - Ivan Goncharov([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ### [`v15.6.0`](https://togithub.com/graphql/graphql-js/releases/tag/v15.6.0) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v15.5.3...v15.6.0) #### v15.6.0 (2021-09-20) ##### New Feature 🚀 - [#​3267](https://togithub.com/graphql/graphql-js/pull/3267) Depreacate 'VisitorKeyMap' and backported 'ASTVisitorKeyMap' type ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### Committers: 1 - Ivan Goncharov([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ### [`v15.5.3`](https://togithub.com/graphql/graphql-js/releases/tag/v15.5.3) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v15.5.2...v15.5.3) #### v15.5.3 (2021-09-06) ##### Bug Fix 🐞 - [#​3254](https://togithub.com/graphql/graphql-js/pull/3254) Parser: fix function definition of parseArguments and parseArgument ([@​n1ru4l](https://togithub.com/n1ru4l)) - [#​3260](https://togithub.com/graphql/graphql-js/pull/3260) backport: Preserve `deprecationReason` on `GraphQLInputField`s ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### Committers: 2 - Ivan Goncharov([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - Laurin Quast([@​n1ru4l](https://togithub.com/n1ru4l)) ### [`v15.5.2`](https://togithub.com/graphql/graphql-js/releases/tag/v15.5.2) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v15.5.1...v15.5.2) #### v15.5.2 (2021-08-30) ##### Bug Fix 🐞 - [#​3251](https://togithub.com/graphql/graphql-js/pull/3251) backport parser typescript type-definitions for 15.x.x release ([@​n1ru4l](https://togithub.com/n1ru4l)) ##### Committers: 1 - Laurin Quast([@​n1ru4l](https://togithub.com/n1ru4l)) ### [`v15.5.1`](https://togithub.com/graphql/graphql-js/releases/tag/v15.5.1) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v15.5.0...v15.5.1) #### v15.5.1 (2021-06-20) ##### Bug Fix 🐞 - [#​3186](https://togithub.com/graphql/graphql-js/pull/3186) Backport instanceOf Error Check Improvements ([@​tubbo](https://togithub.com/tubbo)) ##### Internal 🏠 - [#​3191](https://togithub.com/graphql/graphql-js/pull/3191) Remove deprecated rmdirSync usage from internal scripts ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### Committers: 2 - Ivan Goncharov([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - Tom Scott([@​tubbo](https://togithub.com/tubbo)) ### [`v15.5.0`](https://togithub.com/graphql/graphql-js/releases/tag/v15.5.0) [Compare Source](https://togithub.com/graphql/graphql-js/compare/v15.4.0...v15.5.0) #### v15.5.0 (2021-01-26) ##### Bug Fix 🐞 - [#​2852](https://togithub.com/graphql/graphql-js/pull/2852) introspectionFromSchema: enable 'specifiedByUrl' by default ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2855](https://togithub.com/graphql/graphql-js/pull/2855) introspection: Add missing support for deprecated input values ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2859](https://togithub.com/graphql/graphql-js/pull/2859) separateOperations: distinguish query and fragment names ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2876](https://togithub.com/graphql/graphql-js/pull/2876) Replace 'localeCompare' with function independent from locale ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2893](https://togithub.com/graphql/graphql-js/pull/2893) Fix handling of input objects with 'length' property ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) ##### Docs 📝 - [#​2849](https://togithub.com/graphql/graphql-js/pull/2849) README: add instructions on using experimental features ([@​robrichard](https://togithub.com/robrichard)) ##### Polish 💅
7 PRs were merged - [#​2847](https://togithub.com/graphql/graphql-js/pull/2847) Add tests for supporting Iterable collections across the lib ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2851](https://togithub.com/graphql/graphql-js/pull/2851) tests: update 'getIntrospectionQuery' tests to use custom matchers ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2858](https://togithub.com/graphql/graphql-js/pull/2858) separateOperations-test: refactor tests to look like snapshots ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2868](https://togithub.com/graphql/graphql-js/pull/2868) Extract types for normalized configs into named types ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2878](https://togithub.com/graphql/graphql-js/pull/2878) fix: type annotation cannot appear on a constructor declaration ([@​saihaj](https://togithub.com/saihaj)) - [#​2879](https://togithub.com/graphql/graphql-js/pull/2879) fix: no need to mark param optional if default value is given ([@​saihaj](https://togithub.com/saihaj)) - [#​2889](https://togithub.com/graphql/graphql-js/pull/2889) Simplify isAsyncIterable ([@​IvanGoncharov](https://togithub.com/IvanGoncharov))
##### Internal 🏠
7 PRs were merged - [#​2831](https://togithub.com/graphql/graphql-js/pull/2831) build: add support for experimental releases ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2836](https://togithub.com/graphql/graphql-js/pull/2836) CI: test on node 15 ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2837](https://togithub.com/graphql/graphql-js/pull/2837) Flow: remove support for measuring Flow coverage ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2838](https://togithub.com/graphql/graphql-js/pull/2838) TS: exclude integration tests from root tsconfig.json ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2840](https://togithub.com/graphql/graphql-js/pull/2840) resources: use named groups in RegExp ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2886](https://togithub.com/graphql/graphql-js/pull/2886) Use correct flags for rmdir/mkdir functions ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2891](https://togithub.com/graphql/graphql-js/pull/2891) benchmark: fix temp dir creation ([@​IvanGoncharov](https://togithub.com/IvanGoncharov))
##### Dependency 📦
5 PRs were merged - [#​2835](https://togithub.com/graphql/graphql-js/pull/2835) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2844](https://togithub.com/graphql/graphql-js/pull/2844) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2850](https://togithub.com/graphql/graphql-js/pull/2850) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2884](https://togithub.com/graphql/graphql-js/pull/2884) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) - [#​2890](https://togithub.com/graphql/graphql-js/pull/2890) Update deps ([@​IvanGoncharov](https://togithub.com/IvanGoncharov))
##### Committers: 3 * Ivan Goncharov([@​IvanGoncharov](https://togithub.com/IvanGoncharov)) * Rob Richard([@​robrichard](https://togithub.com/robrichard)) * Saihajpreet Singh([@​saihaj](https://togithub.com/saihaj))
nodejs/node ### [`v14.20.1`](https://togithub.com/nodejs/node/releases/tag/v14.20.1) [Compare Source](https://togithub.com/nodejs/node/compare/v14.20.0...v14.20.1) This is a security release. ##### Notable changes The following CVEs are fixed in this release: - **[CVE-2022-32212](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32212)**: DNS rebinding in --inspect on macOS (High) - **[CVE-2022-32213](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32213)**: bypass via obs-fold mechanic (Medium) - **[CVE-2022-35256](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-35256)**: HTTP Request Smuggling Due to Incorrect Parsing of Header Fields (Medium) More detailed information on each of the vulnerabilities can be found in [September 22nd 2022 Security Releases](https://nodejs.org/en/blog/vulnerability/september-2022-security-releases/) blog post. ##### Commits - \[[`a9f1146b88`](https://togithub.com/nodejs/node/commit/a9f1146b88)] - **http**: disable chunked encoding when OBS fold is used (Paolo Insogna) [nodejs-private/node-private#​341](https://togithub.com/nodejs-private/node-private/pull/341) - \[[`a1121b456c`](https://togithub.com/nodejs/node/commit/a1121b456c)] - **src**: fix IPv4 non routable validation (RafaelGSS) [nodejs-private/node-private#​337](https://togithub.com/nodejs-private/node-private/pull/337) - \[[`de80707870`](https://togithub.com/nodejs/node/commit/de80707870)] - **src**: fix IS_LTS and IS_RELEASE flags (Richard Lau) [#​43761](https://togithub.com/nodejs/node/pull/43761) ### [`v14.20.0`](https://togithub.com/nodejs/node/releases/tag/v14.20.0) [Compare Source](https://togithub.com/nodejs/node/compare/v14.19.3...v14.20.0) This is a security release. ##### Notable Changes - \[[`8e8aef836c`](https://togithub.com/nodejs/node/commit/8e8aef836c)] - **(SEMVER-MAJOR)** **src,deps,build,test**: add OpenSSL config appname (Daniel Bevenius) [#​43124](https://togithub.com/nodejs/node/pull/43124) - \[[`98965b137d`](https://togithub.com/nodejs/node/commit/98965b137d)] - **deps**: upgrade openssl sources to 1.1.1q (RafaelGSS) [#​43686](https://togithub.com/nodejs/node/pull/43686) ##### Commits - \[[`b93e048bf6`](https://togithub.com/nodejs/node/commit/b93e048bf6)] - **deps**: update archs files for OpenSSL-1.1.1q (RafaelGSS) [#​43686](https://togithub.com/nodejs/node/pull/43686) - \[[`98965b137d`](https://togithub.com/nodejs/node/commit/98965b137d)] - **deps**: upgrade openssl sources to 1.1.1q (RafaelGSS) [#​43686](https://togithub.com/nodejs/node/pull/43686) - \[[`837a1d803e`](https://togithub.com/nodejs/node/commit/837a1d803e)] - **deps**: update archs files for OpenSSL-1.1.1p (RafaelGSS) [#​43527](https://togithub.com/nodejs/node/pull/43527) - \[[`c5d9c9a49e`](https://togithub.com/nodejs/node/commit/c5d9c9a49e)] - **deps**: upgrade openssl sources to 1.1.1p (RafaelGSS) [#​43527](https://togithub.com/nodejs/node/pull/43527) - \[[`da0fda0fe8`](https://togithub.com/nodejs/node/commit/da0fda0fe8)] - **http**: stricter Transfer-Encoding and header separator parsing (Paolo Insogna) [#​315](https://togithub.com/nodejs/node/pull/315) - \[[`48c5aa5cab`](https://togithub.com/nodejs/node/commit/48c5aa5cab)] - **src**: fix IPv4 validation in inspector_socket (Tobias Nießen) [nodejs-private/node-private#​320](https://togithub.com/nodejs-private/node-private/pull/320) - \[[`8e8aef836c`](https://togithub.com/nodejs/node/commit/8e8aef836c)] - **(SEMVER-MAJOR)** **src,deps,build,test**: add OpenSSL config appname (Daniel Bevenius) [#​43124](https://togithub.com/nodejs/node/pull/43124) ### [`v14.19.3`](https://togithub.com/nodejs/node/releases/tag/v14.19.3) [Compare Source](https://togithub.com/nodejs/node/compare/v14.19.2...v14.19.3) ##### Notable Changes - This release updates OpenSSL to 1.1.1o. This update is not being treated as a security release as the issues addressed in OpenSSL 1.1.1o were assessed to not affect Node.js 14. See for more information on how the May 2022 OpenSSL releases affects other Node.js release lines. - The list of GPG keys used to sign releases has been synchronized with the main branch. ##### Commits - \[[`68397e49d9`](https://togithub.com/nodejs/node/commit/68397e49d9)] - **deps**: update archs files for OpenSSL-1.1.1o (RafaelGSS) [#​42956](https://togithub.com/nodejs/node/pull/42956) - \[[`7f9a5ed4a8`](https://togithub.com/nodejs/node/commit/7f9a5ed4a8)] - **deps**: upgrade openssl sources to 1.1.1o (RafaelGSS) [#​42956](https://togithub.com/nodejs/node/pull/42956) - \[[`61eba58cb6`](https://togithub.com/nodejs/node/commit/61eba58cb6)] - **doc**: add release key for Juan Arboleda (Juan José) [#​42961](https://togithub.com/nodejs/node/pull/42961) ### [`v14.19.2`](https://togithub.com/nodejs/node/releases/tag/v14.19.2) [Compare Source](https://togithub.com/nodejs/node/compare/v14.19.1...v14.19.2) ##### Notable Changes **doc:** - New release key for Bryan English Learn more at: [#​42102](https://togithub.com/nodejs/node/pull/42102) Contributed by Bryan English ([@​bengl](https://togithub.com/bengl)) **npm:** - Upgrade `npm` to `v6.14.17`. Learn more at: [#​42900](https://togithub.com/nodejs/node/pull/42900) Contributed by Ruy Adorno ([@​ruyadorno](https://togithub.com/ruyadorno)) **V8:** - V8 had a stack overflow issue affecting the `vm` module, cherry-picking [`cc9a8a37445e`](https://togithub.com/v8/v8/commit/cc9a8a37445eeffff17474020bb6038c2f9af9fc) from V8 solves this issue. Learn more at: [#​41826](https://togithub.com/nodejs/node/pull/41826) Contributed by Gus Caplan ([@​devsnek](https://togithub.com/devsnek)) - Using `getHeapSnapshot()` was causing a Node.js crash due a V8 issue, this is fixed by backporting [`367b0c1e7a32`](https://togithub.com/v8/v8/commit/367b0c1e7a323deafeab56736b01bc7e14fc1998) from V8. Learn more at: [#​42637](https://togithub.com/nodejs/node/pull/42637) Contributed by Chengzhong Wu ([@​legendecas](https://togithub.com/legendecas)) ##### Commits - \[[`c73ac527d6`](https://togithub.com/nodejs/node/commit/c73ac527d6)] - **build**: set DESTCPU correctly for 'make binary' on Apple Silicon (Chris Heisterkamp) [#​40147](https://togithub.com/nodejs/node/pull/40147) - \[[`dcaed6db24`](https://togithub.com/nodejs/node/commit/dcaed6db24)] - **build**: use ccache in make-v8.sh on ppc64le and s390x (Richard Lau) [#​42204](https://togithub.com/nodejs/node/pull/42204) - \[[`4203d132b1`](https://togithub.com/nodejs/node/commit/4203d132b1)] - **child_process**: queue pending messages (Erick Wendel) [#​41221](https://togithub.com/nodejs/node/pull/41221) - \[[`a3ebdbfe8f`](https://togithub.com/nodejs/node/commit/a3ebdbfe8f)] - **deps**: upgrade npm to 6.14.17 (Ruy Adorno) [#​42900](https://togithub.com/nodejs/node/pull/42900) - \[[`39e44f8382`](https://togithub.com/nodejs/node/commit/39e44f8382)] - **deps**: V8: cherry-pick [`cc9a8a3`](https://togithub.com/nodejs/node/commit/cc9a8a37445e) (Gus Caplan) [#​41826](https://togithub.com/nodejs/node/pull/41826) - \[[`b52a268b6f`](https://togithub.com/nodejs/node/commit/b52a268b6f)] - **deps**: V8: cherry-pick [`367b0c1`](https://togithub.com/nodejs/node/commit/367b0c1e7a32) (legendecas) [#​42637](https://togithub.com/nodejs/node/pull/42637) - \[[`77ba012065`](https://togithub.com/nodejs/node/commit/77ba012065)] - **doc**: fix documentation of `FileHandle.prototype.appendFile` (Antoine du Hamel) [#​42588](https://togithub.com/nodejs/node/pull/42588) - \[[`3d3d7ed1b7`](https://togithub.com/nodejs/node/commit/3d3d7ed1b7)] - **doc**: specify flag needed for JSON and Wasm modules (Rich Trott) [#​42736](https://togithub.com/nodejs/node/pull/42736) - \[[`542d812c93`](https://togithub.com/nodejs/node/commit/542d812c93)] - **doc**: use openpgp.org for keyserver examples (Nick Schonning) [#​39227](https://togithub.com/nodejs/node/pull/39227) - \[[`7f2825b1a9`](https://togithub.com/nodejs/node/commit/7f2825b1a9)] - **doc**: add release key for Bryan English (Bryan English) [#​42102](https://togithub.com/nodejs/node/pull/42102) - \[[`75302d3dce`](https://togithub.com/nodejs/node/commit/75302d3dce)] - **fs**: fix write methods param validation and docs (Livia Medeiros) [#​41677](https://togithub.com/nodejs/node/pull/41677) - \[[`d4171e0eac`](https://togithub.com/nodejs/node/commit/d4171e0eac)] - **stream**: resume stream on drain (Robert Nagy) [#​41848](https://togithub.com/nodejs/node/pull/41848) - \[[`de474c8b6f`](https://togithub.com/nodejs/node/commit/de474c8b6f)] - **worker**: do not send message if port is closing (Rich Trott) [#​42357](https://togithub.com/nodejs/node/pull/42357) ### [`v14.19.1`](https://togithub.com/nodejs/node/releases/tag/v14.19.1) [Compare Source](https://togithub.com/nodejs/node/compare/v14.19.0...v14.19.1) This is a security release. ##### Notable Changes Update to OpenSSL 1.1.1n, which addresses the following vulnerability: - Infinite loop in `BN_mod_sqrt()` reachable when parsing certificates (High)(CVE-2022-0778) More details are available at https://www.openssl.org/news/secadv/20220315.txt ##### Commits - \[[`b5c52e337e`](https://togithub.com/nodejs/node/commit/b5c52e337e)] - **build**: pin Windows GitHub runner to windows-2019 (Richard Lau) [#​42350](https://togithub.com/nodejs/node/pull/42350) - \[[`3b1a0b24f0`](https://togithub.com/nodejs/node/commit/3b1a0b24f0)] - **deps**: update archs files for OpenSSL-1.1.1n (Richard Lau) [#​42347](https://togithub.com/nodejs/node/pull/42347) - \[[`c83dd99e0b`](https://togithub.com/nodejs/node/commit/c83dd99e0b)] - **deps**: upgrade openssl sources to 1.1.1n (Richard Lau) [#​42347](https://togithub.com/nodejs/node/pull/42347) ### [`v14.19.0`](https://togithub.com/nodejs/node/releases/tag/v14.19.0) [Compare Source](https://togithub.com/nodejs/node/compare/v14.18.3...v14.19.0) ##### Notable Changes ##### Corepack Node.js now includes Corepack, a script that acts as a bridge between Node.js projects and the package managers they are intended to be used with during development. In practical terms, **Corepack will let you use Yarn and pnpm without having to install them** - just like what currently happens with npm, which is shipped in Node.js by default. Please head over to the [Corepack documentation page](https://nodejs.org/dist/latest-v14.x/docs/api/corepack.html) for more information on how to use it. Contributed by Maël Nison - [#​39608](https://togithub.com/nodejs/node/pull/39608) ##### ICU updated ICU has been updated to 70.1. This updates timezone database to 2021a3, including bringing forward the start for DST for Jordan from March to February. Contributed by Michaël Zasso - [#​40658](https://togithub.com/nodejs/node/pull/40658) ##### New option to disable loading of native addons A new command line option `--no-addons` has been added to disallow loading of native addons. Contributed by Dominic Elm - [#​39977](https://togithub.com/nodejs/node/pull/39977) ##### Updated Root Certificates Root certificates have been updated to those from Mozilla's Network Security Services 3.71. Contributed by Richard Lau - [#​40280](https://togithub.com/nodejs/node/pull/40280) ##### Other Notable Changes - \[[`0d448eaab5`](https://togithub.com/nodejs/node/commit/0d448eaab5)] - **(SEMVER-MINOR)** **crypto**: make FIPS related options always available (Vít Ondruch) [#​36341](https://togithub.com/nodejs/node/pull/36341) - \[[`004eafbebf`](https://togithub.com/nodejs/node/commit/004eafbebf)] - **(SEMVER-MINOR)** **lib**: add unsubscribe method to non-active DC channels (simon-id) [#​40433](https://togithub.com/nodejs/node/pull/40433) - \[[`625be7585d`](https://togithub.com/nodejs/node/commit/625be7585d)] - **(SEMVER-MINOR)** **lib**: add return value for DC channel.unsubscribe (simon-id) [#​40433](https://togithub.com/nodejs/node/pull/40433) - \[[`607bc74eae`](https://togithub.com/nodejs/node/commit/607bc74eae)] - **(SEMVER-MINOR)** **module**: support pattern trailers (Guy Bedford) [#​39635](https://togithub.com/nodejs/node/pull/39635) - \[[`f74fe2a59c`](https://togithub.com/nodejs/node/commit/f74fe2a59c)] - **(SEMVER-MINOR)** **src**: make napi_create_reference accept symbol (JckXia) [#​39926](https://togithub.com/nodejs/node/pull/39926) ##### Commits - \[[`0231ffa501`](https://togithub.com/nodejs/node/commit/0231ffa501)] - **build**: add `--without-corepack` (Jonah Snider) [#​41060](https://togithub.com/nodejs/node/pull/41060) - \[[`5389b8ab05`](https://togithub.com/nodejs/node/commit/5389b8ab05)] - **crypto**: update root certificates (Richard Lau) [#​40280](https://togithub.com/nodejs/node/pull/40280) - \[[`0d448eaab5`](https://togithub.com/nodejs/node/commit/0d448eaab5)] - **(SEMVER-MINOR)** **crypto**: make FIPS related options always available (Vít Ondruch) [#​36341](https://togithub.com/nodejs/node/pull/36341) - \[[`cd20ecc7cb`](https://togithub.com/nodejs/node/commit/cd20ecc7cb)] - **deps**: upgrade Corepack to 0.10 (Maël Nison) [#​40374](https://togithub.com/nodejs/node/pull/40374) - \[[`737df75e17`](https://togithub.com/nodejs/node/commit/737df75e17)] - **(SEMVER-MINOR)** **deps**: add corepack (Maël Nison) [#​39608](https://togithub.com/nodejs/node/pull/39608) - \[[`b85aa5a143`](https://togithub.com/nodejs/node/commit/b85aa5a143)] - **deps**: upgrade npm to 6.14.16 (Ruy Adorno) [#​41603](https://togithub.com/nodejs/node/pull/41603) - \[[`2755d391a5`](https://togithub.com/nodejs/node/commit/2755d391a5)] - **deps**: update ICU to 70.1 (Michaël Zasso) [#​40658](https://togithub.com/nodejs/node/pull/40658) - \[[`3089326d89`](https://togithub.com/nodejs/node/commit/3089326d89)] - **deps**: update archs files for OpenSSL-1.1.1m (Richard Lau) [#​41173](https://togithub.com/nodejs/node/pull/41173) - \[[`59da7c12aa`](https://togithub.com/nodejs/node/commit/59da7c12aa)] - **deps**: upgrade openssl sources to 1.1.1m (Richard Lau) [#​41173](https://togithub.com/nodejs/node/pull/41173) - \[[`cede1f26f6`](https://togithub.com/nodejs/node/commit/cede1f26f6)] - **deps**: add -fno-strict-aliasing flag to libuv (Daniel Bevenius) [#​40631](https://togithub.com/nodejs/node/pull/40631) - \[[`4477da858f`](https://togithub.com/nodejs/node/commit/4477da858f)] - **doc**: fix corepack grammar for `--force` flag (Steven) [#​40762](https://togithub.com/nodejs/node/pull/40762) - \[[`5971d58600`](https://togithub.com/nodejs/node/commit/5971d58600)] - **doc**: add missing YAML tag in `esm.md` (Antoine du Hamel) [#​41516](https://togithub.com/nodejs/node/pull/41516) - \[[`e903798ae1`](https://togithub.com/nodejs/node/commit/e903798ae1)] - **doc**: add note regarding unfinished TLA (Antoine du Hamel) [#​41434](https://togithub.com/nodejs/node/pull/41434) - \[[`a90defebcf`](https://togithub.com/nodejs/node/commit/a90defebcf)] - **esm**: make `process.exit()` default to exit code 0 (Gang Chen) [#​41388](https://togithub.com/nodejs/node/pull/41388) - \[[`fc328f1ab0`](https://togithub.com/nodejs/node/commit/fc328f1ab0)] - **fs**: nullish coalescing to respect zero positional reads (Omar El-Mihilmy) [#​40716](https://togithub.com/nodejs/node/pull/40716) - \[[`004eafbebf`](https://togithub.com/nodejs/node/commit/004eafbebf)] - **(SEMVER-MINOR)** **lib**: add unsubscribe method to non-active DC channels (simon-id) [#​40433](https://togithub.com/nodejs/node/pull/40433) - \[[`625be7585d`](https://togithub.com/nodejs/node/commit/625be7585d)] - **(SEMVER-MINOR)** **lib**: add return value for DC channel.unsubscribe (simon-id) [#​40433](https://togithub.com/nodejs/node/pull/40433) - \[[`2c365961d0`](https://togithub.com/nodejs/node/commit/2c365961d0)] - **module**: support pattern trailers for imports field (Guy Bedford) [#​40041](https://togithub.com/nodejs/node/pull/40041) - \[[`607bc74eae`](https://togithub.com/nodejs/node/commit/607bc74eae)] - **(SEMVER-MINOR)** **module**: support pattern trailers (Guy Bedford) [#​39635](https://togithub.com/nodejs/node/pull/39635) - \[[`f74fe2a59c`](https://togithub.com/nodejs/node/commit/f74fe2a59c)] - **(SEMVER-MINOR)** **src**: make napi_create_reference accept symbol (JckXia) [#​39926](https://togithub.com/nodejs/node/pull/39926) - \[[`b050c65885`](https://togithub.com/nodejs/node/commit/b050c65885)] - **src**: add option to disable loading native addons (Dominic Elm) [#​39977](https://togithub.com/nodejs/node/pull/39977) - \[[`c1695ac68a`](https://togithub.com/nodejs/node/commit/c1695ac68a)] - **tools**: update certdata.txt (Richard Lau) [#​40280](https://togithub.com/nodejs/node/pull/40280) ### [`v14.18.3`](https://togithub.com/nodejs/node/releases/tag/v14.18.3) [Compare Source](https://togithub.com/nodejs/node/compare/v14.18.2...v14.18.3) This is a security release. ##### Notable changes ##### Improper handling of URI Subject Alternative Names (Medium)(CVE-2021-44531) Accepting arbitrary Subject Alternative Name (SAN) types, unless a PKI is specifically defined to use a particular SAN type, can result in bypassing name-constrained intermediates. Node.js was accepting URI SAN types, which PKIs are often not defined to use. Additionally, when a protocol allows URI SANs, Node.js did not match the URI correctly. Versions of Node.js with the fix for this disable the URI SAN type when checking a certificate against a hostname. This behavior can be reverted through the `--security-revert` command-line option. More details will be available at [CVE-2021-44531](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44531) after publication. ##### Certificate Verification Bypass via String Injection (Medium)(CVE-2021-44532) Node.js converts SANs (Subject Alternative Names) to a string format. It uses this string to check peer certificates against hostnames when validating connections. The string format was subject to an injection vulnerability when name constraints were used within a certificate chain, allowing the bypass of these name constraints. Versions of Node.js with the fix for this escape SANs containing the problematic characters in order to prevent the injection. This behavior can be reverted through the `--security-revert` command-line option. More details will be available at [CVE-2021-44532](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44532) after publication. ##### Incorrect handling of certificate subject and issuer fields (Medium)(CVE-2021-44533) Node.js did not handle multi-value Relative Distinguished Names correctly. Attackers could craft certificate subjects containing a single-value Relative Distinguished Name that would be interpreted as a multi-value Relative Distinguished Name, for example, in order to inject a Common Name that would allow bypassing the certificate subject verification. Affected versions of Node.js do not accept multi-value Relative Distinguished Names and are thus not vulnerable to such attacks themselves. However, third-party code that uses node's ambiguous presentation of certificate subjects may be vulnerable. More details will be available at [CVE-2021-44533](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44533) after publication. ##### Prototype pollution via `console.table` properties (Low)(CVE-2022-21824) Due to the formatting logic of the `console.table()` function it was not safe to allow user controlled input to be passed to the `properties` parameter while simultaneously passing a plain object with at least one property as the first parameter, which could be `__proto__`. The prototype pollution has very limited control, in that it only allows an empty string to be assigned numerical keys of the object prototype. Versions of Node.js with the fix for this use a null protoype for the object these properties are being assigned to. More details will be available at [CVE-2022-21824](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21824) after publication. Thanks to Patrik Oldsberg (rugvip) for reporting this vulnerability. ##### Commits - \[[`e2a74f3c99`](https://togithub.com/nodejs/node/commit/e2a74f3c99)] - **console**: fix prototype pollution via console.table (Tobias Nießen) [nodejs-private/node-private#​307](https://togithub.com/nodejs-private/node-private/pull/307) - \[[`df1b2c33f6`](https://togithub.com/nodejs/node/commit/df1b2c33f6)] - **crypto,tls**: implement safe x509 GeneralName format (Tobias Nießen and Akshay Kumar) [nodejs-private/node-private#​300](https://togithub.com/nodejs-private/node-private/pull/300) - \[[`9f2c52617f`](https://togithub.com/nodejs/node/commit/9f2c52617f)] - **src**: add cve reverts and associated tests (Michael Dawson and Akshay Kumar) [nodejs-private/node-private#​300](https://togithub.com/nodejs-private/node-private/pull/300) - \[[`b14be42518`](https://togithub.com/nodejs/node/commit/b14be42518)] - **src**: remove unused x509 functions (Tobias Nießen and Akshay Kumar) [nodejs-private/node-private#​300](https://togithub.com/nodejs-private/node-private/pull/300) - \[[`83d8f880bb`](https://togithub.com/nodejs/node/commit/83d8f880bb)] - **tls**: fix handling of x509 subject and issuer (Tobias Nießen and Akshay Kumar) [nodejs-private/node-private#​300](https://togithub.com/nodejs-private/node-private/pull/300) - \[[`461a0c674b`](https://togithub.com/nodejs/node/commit/461a0c674b)] - **tls**: drop support for URI alternative names (Tobias Nießen and Akshay Kumar) [nodejs-private/node-private#​300](https://togithub.com/nodejs-private/node-private/pull/300) ### [`v14.18.2`](https://togithub.com/nodejs/node/releases/tag/v14.18.2) [Compare Source](https://togithub.com/nodejs/node/compare/v14.18.1...v14.18.2) ##### Notable changes This release contains a c-ares update to fix a regression introduced in Node.js 14.17.5 resolving CNAME records containing underscores [#​39780](https://togithub.com/nodejs/node/issues/39780). Also included are commits to allow Node.js 14 to continue to build and pass tests on our Jenkins CI, including adding Python 3.10 to the list of allowable Python versions for building. ##### Commits - \[[`7923c61a62`](https://togithub.com/nodejs/node/commit/7923c61a62)] - **build**: pin build-docs workflow to Node.js 14 (Richard Lau) [#​40939](https://togithub.com/nodejs/node/pull/40939) - \[[`da356128fb`](https://togithub.com/nodejs/node/commit/da356128fb)] - **build**: support Python 3.10.0 (FrankQiu) [#​40296](https://togithub.com/nodejs/node/pull/40296) - \[[`9c3a85d279`](https://togithub.com/nodejs/node/commit/9c3a85d279)] - **deps**: update c-ares to 1.18.1 (Richard Lau) [#​40660](https://togithub.com/nodejs/node/pull/40660) - \[[`cd7c340545`](https://togithub.com/nodejs/node/commit/cd7c340545)] - **deps**: V8: patch jinja2 for Python 3.10 compat (Michaël Zasso) [#​40296](https://togithub.com/nodejs/node/pull/40296) - \[[`6330d435f5`](https://togithub.com/nodejs/node/commit/6330d435f5)] - **doc**: mark Node.js 10 as End-of-Life (Richard Lau) [#​38482](https://togithub.com/nodejs/node/pull/38482) - \[[`8ca082ec71`](https://togithub.com/nodejs/node/commit/8ca082ec71)] - **doc**: fix CJS-ESM selector in Safari (Bradley Farias) [#​40135](https://togithub.com/nodejs/node/pull/40135) - \[[`92490d1c89`](https://togithub.com/nodejs/node/commit/92490d1c89)] - **doc**: add macOS arm64 experimental status (Michael Rienstra) [#​40127](https://togithub.com/nodejs/node/pull/40127) - \[[`8894bdd4d8`](https://togithub.com/nodejs/node/commit/8894bdd4d8)] - **lib**: fix regular expression to detect \`/\` and \`\\\` (Francesco Trotta) [#​40325](https://togithub.com/nodejs/node/pull/40325) - \[[`704989b698`](https://togithub.com/nodejs/node/commit/704989b698)] - **test**: deflake child-process-pipe-dataflow (Luigi Pinca) [#​40838](https://togithub.com/nodejs/node/pull/40838) - \[[`df401cd346`](https://togithub.com/nodejs/node/commit/df401cd346)] - **test**: update upload.zip to be uncorrupted (Greg Ziskind) [#​37294](https://togithub.com/nodejs/node/pull/37294) - \[[`aa947f7dbf`](https://togithub.com/nodejs/node/commit/aa947f7dbf)] - **tools**: add script to update c-ares (Richard Lau) [#​40660](https://togithub.com/nodejs/node/pull/40660) - \[[`6b7b2bba41`](https://togithub.com/nodejs/node/commit/6b7b2bba41)] - **tools**: patch jinja2 for Python 3.10 compat (Michaël Zasso) [#​40296](https://togithub.com/nodejs/node/pull/40296) - \[[`39583f77d8`](https://togithub.com/nodejs/node/commit/39583f77d8)] - **worker**: avoid potential deadlock on NearHeapLimit (Santiago Gimeno) [#​38403](https://togithub.com/nodejs/node/pull/38403) ### [`v14.18.1`](https://togithub.com/nodejs/node/releases/tag/v14.18.1) [Compare Source](https://togithub.com/nodejs/node/compare/v14.18.0...v14.18.1) This is a security release. ##### Notable changes - **CVE-2021-22959**: HTTP Request Smuggling due to spaced in headers (Medium) - The http parser accepts requests with a space (SP) right after the header name before the colon. This can lead to HTTP Request Smuggling (HRS). More details will be available at [CVE-2021-22959](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22959) after publication. - **CVE-2021-22960**: HTTP Request Smuggling when parsing the body (Medium) - The parse ignores chunk extensions when parsing the body of chunked requests. This leads to HTTP Request Smuggling (HRS) under certain conditions. More details will be available at [CVE-2021-22960](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-22960) after publication. ##### Commits - \[[`8c254ca7e4`](https://togithub.com/nodejs/node/commit/8c254ca7e4)] - **deps**: update llhttp to 2.1.4 (Fedor Indutny) [nodejs-private/node-private#​285](https://togithub.com/nodejs-private/node-private/pull/285) - \[[`9b92ae2499`](https://togithub.com/nodejs/node/commit/9b92ae2499)] - **http**: add regression test for smuggling content length (Matteo Collina) [nodejs-private/node-private#​285](https://togithub.com/nodejs-private/node-private/pull/285) - \[[`f467539719`](https://togithub.com/nodejs/node/commit/f467539719)] - **http**: add regression test for chunked smuggling (Matteo Collina) [nodejs-private/node-private#​285](https://togithub.com/nodejs-private/node-private/pull/285) ### [`v14.18.0`](https://togithub.com/nodejs/node/releases/tag/v14.18.0) [Compare Source](https://togithub.com/nodejs/node/compare/v14.17.6...v14.18.0) ##### Notable Changes - \[[`3a60de0135`](https://togithub.com/nodejs/node/commit/3a60de0135)] - **assert**: change status of legacy asserts (James M Snell) [#​38113](https://togithub.com/nodejs/node/pull/38113) - \[[`df37c106a7`](https://togithub.com/nodejs/node/commit/df37c106a7)] - **(SEMVER-MINOR)** **buffer**: introduce Blob (James M Snell) [#​36811](https://togithub.com/nodejs/node/pull/36811) - \[[`223494c548`](https://togithub.com/nodejs/node/commit/223494c548)] - **(SEMVER-MINOR)** **buffer**: add base64url encoding option (Filip Skokan) [#​36952](https://togithub.com/nodejs/node/pull/36952) - \[[`14fc4ddabc`](https://togithub.com/nodejs/node/commit/14fc4ddabc)] - **(SEMVER-MINOR)** **child_process**: allow `options.cwd` receive a URL (Khaidi Chu) [#​38862](https://togithub.com/nodejs/node/pull/38862) - \[[`b68b13acb3`](https://togithub.com/nodejs/node/commit/b68b13acb3)] - **(SEMVER-MINOR)** **child_process**: add timeout to spawn and fork (Nitzan Uziely) [#​37256](https://togithub.com/nodejs/node/pull/37256) - \[[`da98c9f99b`](https://togithub.com/nodejs/node/commit/da98c9f99b)] - **(SEMVER-MINOR)** **child_process**: allow promisified exec to be cancel (Carlos Fuentes) [#​34249](https://togithub.com/nodejs/node/pull/34249) - \[[`779310ac87`](https://togithub.com/nodejs/node/commit/779310ac87)] - **(SEMVER-MINOR)** **child_process**: add 'overlapped' stdio flag (Thiago Padilha) [#​29412](https://togithub.com/nodejs/node/pull/29412) - \[[`40eb3b79f1`](https://togithub.com/nodejs/node/commit/40eb3b79f1)] - **(SEMVER-MINOR)** **cli**: add -C alias for --conditions flag (Guy Bedford) [#​38755](https://togithub.com/nodejs/node/pull/38755) - \[[`39eba0a2e1`](https://togithub.com/nodejs/node/commit/39eba0a2e1)] - **(SEMVER-MINOR)** **cli**: add --node-memory-debug option (Anna Henningsen) [#​35537](https://togithub.com/nodejs/node/pull/35537) - \[[`d8d9a9628a`](https://togithub.com/nodejs/node/commit/d8d9a9628a)] - **(SEMVER-MINOR)** **dns**: add "tries" option to Resolve options (Luan Devecchi) [#​39610](https://togithub.com/nodejs/node/pull/39610) - \[[`15ba19b020`](https://togithub.com/nodejs/node/commit/15ba19b020)] - **(SEMVER-MINOR)** **dns**: allow `--dns-result-order` to change default dns verbatim (Ouyang Yadong) [#​38099](https://togithub.com/nodejs/node/pull/38099) - \[[`307c1d817f`](https://togithub.com/nodejs/node/commit/307c1d817f)] - **doc**: refactor fs docs structure (James M Snell) [#​37170](https://togithub.com/nodejs/node/pull/37170) - \[[`9ee3f77e32`](https://togithub.com/nodejs/node/commit/9ee3f77e32)] - **(SEMVER-MINOR)** **errors**: remove experimental from --enable-source-maps (Benjamin Coe) [#​37362](https://togithub.com/nodejs/node/pull/37362) - \[[`e73bfed2f4`](https://togithub.com/nodejs/node/commit/e73bfed2f4)] - **esm**: deprecate legacy main lookup for modules (Guy Bedford) [#​36918](https://togithub.com/nodejs/node/pull/36918) - \[[`989c204a58`](https://togithub.com/nodejs/node/commit/989c204a58)] - **(SEMVER-MINOR)** **fs**: allow empty string for temp directory prefix (Voltrex) [#​39028](https://togithub.com/nodejs/node/pull/39028) - \[[`ef72490cde`](https://togithub.com/nodejs/node/commit/ef72490cde)] - **(SEMVER-MINOR)** **fs**: allow no-params fsPromises fileHandle read (Nitzan Uziely) [#​38287](https://togithub.com/nodejs/node/pull/38287) - \[[`cad9d20f64`](https://togithub.com/nodejs/node/commit/cad9d20f64)] - **(SEMVER-MINOR)** **fs**: add support for async iterators to `fsPromises.writeFile` (HiroyukiYagihashi) [#​37490](https://togithub.com/nodejs/node/pull/37490) - \[[`2b0e2706c0`](https://togithub.com/nodejs/node/commit/2b0e2706c0)] - **fs**: improve fsPromises readFile performance (Nitzan Uziely) [#​37608](https://togithub.com/nodejs/node/pull/37608) - \[[`fe12cc07b3`](https://togithub.com/nodejs/node/commit/fe12cc07b3)] - **(SEMVER-MINOR)** **fs**: add fsPromises.watch() (James M Snell) [#​37179](https://togithub.com/nodejs/node/pull/37179) - \[[`2459c115a8`](https://togithub.com/nodejs/node/commit/2459c115a8)] - **(SEMVER-MINOR)** **fs**: allow `position` parameter to be a `BigInt` in read and readSync (Darshan Sen) [#​36190](https://togithub.com/nodejs/node/pull/36190) - \[[`6544cfb4b9`](https://togithub.com/nodejs/node/commit/6544cfb4b9)] - **(SEMVER-MINOR)** **http2**: add support for sensitive headers (Anna Henningsen) [#​34145](https://togithub.com/nodejs/node/pull/34145) - \[[`a6c6cbb4e6`](https://togithub.com/nodejs/node/commit/a6c6cbb4e6)] - **(SEMVER-MINOR)** **http2**: allow setting the local window size of a session (Yongsheng Zhang) [#​35978](https://togithub.com/nodejs/node/pull/35978) - \[[`1e5aca550c`](https://togithub.com/nodejs/node/commit/1e5aca550c)] - **inspector**: mark as stable (Gireesh Punathil) [#​37748](https://togithub.com/nodejs/node/pull/37748) - \[[`93af04afbb`](https://togithub.com/nodejs/node/commit/93af04afbb)] - **(SEMVER-MIN

Configuration

📅 Schedule: Branch creation - "after 10pm,before 6:00am" in timezone Europe/Warsaw, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



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