Skip to content
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

v19.3.0 release proposal #45831

Merged
merged 97 commits into from Dec 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
97 commits
Select commit Hold shift + click to select a range
c842120
deps: patch V8 to 10.8.168.21
targos Dec 5, 2022
c9cbd1d
test_runner: remove stdout and stderr from error
cjihrig Nov 25, 2022
60c9ac5
deps: update nghttp2 to 1.51.0
anonrig Nov 25, 2022
3a02d50
doc: add link to doc with social processes
mhdawson Nov 22, 2022
7892e23
repl: do not define `wasi` on global with no flag
cola119 Nov 26, 2022
358e2fe
test,crypto: update WebCryptoAPI WPT
panva Nov 21, 2022
de2b6b9
crypto: ensure "x" is present when importing private CFRG webcrypto keys
panva Nov 21, 2022
40037b4
crypto: fix X25519 and X448 webcrypto public CryptoKey usages
panva Nov 21, 2022
9e2e3de
crypto: use DataError for webcrypto keyData import failures
panva Nov 21, 2022
9cd106e
crypto: use DataError for CFRG webcrypto raw and jwk import key checks
panva Nov 21, 2022
d030963
crypto: validate CFRG webcrypto JWK import "d" and "x" are a pair
panva Nov 21, 2022
7cc9998
crypto: fix ECDH webcrypto public CryptoKey usages
panva Nov 21, 2022
845f805
crypto: refactor verify acceptable key usage functions
panva Nov 22, 2022
aabfdef
doc: use console.error for error case in fs, https, net and process
deokjinkim Nov 26, 2022
56eee72
stream: use structuredClone instead of v8
anonrig Nov 27, 2022
049ef34
meta: update AUTHORS
nodejs-github-bot Nov 27, 2022
1784768
buffer: make decodeUTF8 params loose
anonrig Nov 27, 2022
d272faa
fs: fix `nonNativeWatcher` leak of `StatWatchers`
MoLow Nov 17, 2022
fbd2d27
deps: update corepack to 0.15.2
nodejs-github-bot Nov 27, 2022
573eab9
crypto: refactor ArrayBuffer to bigint conversion utils
aduh95 Nov 27, 2022
2e767bf
doc: move os.machine() docs to sorted position
cjihrig Nov 27, 2022
e431612
fs: fix `nonNativeWatcher` watching folder with existing files
MoLow Nov 27, 2022
efc4456
test_runner: add getter and setter to MockTracker
fossamagna Nov 18, 2022
b55bd6e
test: fix typos in test/parallel
deokjinkim Nov 28, 2022
23ff505
doc: define "react-native" community condition
huntie Nov 28, 2022
818028c
src: rename internal module declaration as internal bindings
legendecas Nov 20, 2022
1b98f17
tools: update doc to highlight.js@11.7.0
nodejs-github-bot Nov 29, 2022
238fc64
tools: update lint-md-dependencies to rollup@3.4.0
nodejs-github-bot Nov 29, 2022
027e738
doc: add `options` parameter to eventTarget.removeEventListener
deokjinkim Nov 29, 2022
c0df265
doc: fix actual result of example is different in stream
deokjinkim Nov 29, 2022
c527741
diagnostics_channel: fix diagnostics channel memory leak
theanarkh Nov 29, 2022
c9cba2e
src: use `enum class` instead of `enum` in node_i18n
deokjinkim Nov 30, 2022
4fb7cf8
doc: add missing line in debugger
deokjinkim Nov 30, 2022
6b15994
deps: update undici to 5.13.0
nodejs-github-bot Nov 30, 2022
b010820
doc: add Rafael to the tsc
mhdawson Nov 30, 2022
eb9a383
meta: update AUTHORS info for nstepien
nstepien Nov 30, 2022
1b92028
doc: move streaming instruc to doc/contributing
mhdawson Nov 22, 2022
a79f37a
lib: add missing type of removeEventListener in question
deokjinkim Dec 1, 2022
cd36250
test: fix test-watch-mode-inspect
StefanStojanovic Dec 1, 2022
7647250
test: fix test-watch-mode
StefanStojanovic Dec 1, 2022
a6e2cf2
meta: add .mailmap entry for Stefan Stojanovic
Trott Dec 1, 2022
3e48536
test_runner: don't parse TAP from stderr
cjihrig Dec 2, 2022
99410ef
lib: added SuiteContext class
debadree25 Dec 2, 2022
d64e773
http: make `OutgoingMessage` more streamlike
ronag Dec 2, 2022
e124e2a
doc: use console.error for error case in child_process and dgram
deokjinkim Dec 2, 2022
801fe30
doc: add detail on how api docs are published
mhdawson Nov 25, 2022
79edf25
src: cleanup on disambiguating native modules
mhdawson Nov 28, 2022
418ae9b
tools: remove dependency vulnerability checker
facutuesca Dec 3, 2022
9f51b9e
doc: add doc-only deprecation for headers/trailers setters
Trott Dec 3, 2022
b8b13dc
net: add autoSelectFamily and autoSelectFamilyAttemptTimeout options
ShogunPanda Dec 3, 2022
324ae3d
tools: add GitHub token permissions to label flaky-test issues
gabibguti Dec 4, 2022
376f346
meta: update AUTHORS
nodejs-github-bot Dec 4, 2022
1d823a6
Revert "deps: fix zlib compilation for CPUs without SIMD features"
lpinca Nov 22, 2022
09bc89d
build: rework gyp files for zlib
richardlau Apr 24, 2020
d384b73
tools: update lint-md-dependencies
nodejs-github-bot Dec 4, 2022
029060e
doc: fix actual result of example is different in events
deokjinkim Dec 6, 2022
7718ff8
doc: using console.error for error cases in crypto and events
emirgoren Dec 7, 2022
677eb62
deps: upgrade npm to 9.1.3
npm-cli-bot Dec 7, 2022
4c51c5c
test: fix -Wunused-variable on report-fatalerror
santigimeno Dec 8, 2022
b9c2fc7
net: check `autoSelectFamilyAttemptTimeout` is positive
deokjinkim Dec 5, 2022
102c2dc
benchmark: make benchmarks runnable in older versions of Node.js
joyeecheung Dec 8, 2022
6bc7b7e
test_runner: add resetCalls to MockFunctionContext
fossamagna Dec 8, 2022
8c728d2
doc: disambiguate `native module` to `addon`
daeyeon Nov 29, 2022
353339a
lib: disambiguate `native module` to `builtin module`
daeyeon Nov 29, 2022
9f7bb5c
lib: disambiguate `native module` to `binding`
daeyeon Nov 29, 2022
e874508
lib: check number of arguments in `EventTarget`'s function
deokjinkim Dec 9, 2022
9d6af61
doc: add args of filter option of fs.cp
fossamagna Dec 9, 2022
2e4d37e
crypto: fix CipherBase Update int32 overflow
marco-ippolito Dec 9, 2022
75dbce9
deps: upgrade npm to 9.2.0
npm-cli-bot Dec 9, 2022
e2caf7c
bootstrap: lazy load non-essential modules
joyeecheung Dec 9, 2022
382efdf
benchmark: add variety of inputs to text-encoder
anonrig Dec 10, 2022
691f58e
tls: remove trustcor root ca certificates
bnoordhuis Dec 10, 2022
6962ef0
readline: improve robustness against prototype mutation
aduh95 Dec 10, 2022
302c524
lib: allow Writeable.toWeb() to work on http.Outgoing message
debadree25 Dec 10, 2022
81ab540
src: mark generated `snapshot_data` as `const`
addaleax Dec 10, 2022
95a23e2
build: add python 3.11 support for android
VoltrexKeyva Dec 11, 2022
e075046
meta: update AUTHORS
nodejs-github-bot Dec 11, 2022
b35ebeb
src: make structuredClone work for process.env
bnoordhuis Dec 11, 2022
8a03684
src: simplify NodeBIO::GetMethod initialization
addaleax Dec 11, 2022
d1bd779
test_runner: don't use a symbol for runHook()
cjihrig Dec 6, 2022
4165dcd
test_runner: add t.after() hook
cjihrig Dec 8, 2022
5d7cd36
src: add uvwasi version
MrJithil Dec 11, 2022
5c4475d
test: fix invalid output TAP if there newline in test name
pulkit-30 Dec 11, 2022
cee6f38
watch: add CLI flag to preserve output
debadree25 Dec 11, 2022
ffc0f3d
test_runner: refactor `tap_parser` to use more primordials
aduh95 Dec 11, 2022
924f6ab
test: order list alphabetically in `test-bootstrap-modules`
aduh95 Dec 11, 2022
03db415
build: disable v8 snapshot compression by default
joyeecheung Dec 2, 2022
424419c
test_runner: refactor `tap_lexer` to use more primordials
aduh95 Dec 12, 2022
8a90f5c
doc: buffer.fill empty value
marco-ippolito Dec 12, 2022
b297dd5
test: remove flaky parallel/test-process-wrap test
bnoordhuis Dec 12, 2022
470384e
util: use private symbols in JS land directly
joyeecheung Nov 4, 2022
2fbe2f9
src,lib: group properties used as constants from `util` binding
daeyeon Nov 24, 2022
349b4f8
src: add internal isArrayBufferDetached
anonrig Nov 27, 2022
49840d4
buffer: remove unnecessary lazy loading
aduh95 Dec 12, 2022
b5b56b6
crypto: simplify lazy loading of internal modules
aduh95 Dec 12, 2022
ed8ae88
lib: remove unnecessary lazy loading in `internal/encoding`
aduh95 Dec 12, 2022
84aabcf
2022-12-14, Version 19.3.0 (Current)
targos Dec 12, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions .github/workflows/label-flaky-test-issue.yml
Expand Up @@ -4,6 +4,9 @@ on:
issues:
types: [opened, labeled]

permissions:
contents: read

jobs:
label:
if: github.event.label.name == 'flaky-test'
Expand Down
3 changes: 3 additions & 0 deletions .mailmap
Expand Up @@ -380,6 +380,8 @@ Netto Farah <nettofarah@gmail.com>
Nicholas Kinsey <pyrotechnick@feistystudios.com>
Nick Sia <nicholas.sia@vgw.co> <31839263+nicksia-vgw@users.noreply.github.com>
Nick Soggin <nicksoggin@gmail.com> <iSkore@users.noreply.github.com>
Nicolas Stepien <stepien.nicolas@gmail.com>
Nicolas Stepien <stepien.nicolas@gmail.com> <567105+nstepien@users.noreply.github.com>
Nigel Kibodeaux <nigelmail@gmail.com> <nigel@team.about.me>
Nikola Glavina <glavina.nikola5@gmail.com> <nikola.glavina@student.um.si>
Nikolai Vavilov <vvnicholas@gmail.com>
Expand Down Expand Up @@ -485,6 +487,7 @@ Sreepurna Jasti <sreepurna.jasti@gmail.com> <jsreepur@in.ibm.com>
Stanislav Opichal <opichals@gmail.com>
Stefan Budeanu <stefan@budeanu.com> <stefanbu@ca.ibm.com>
Stefan Bühler <stbuehler@web.de>
Stefan Stojanovic <stefan.stojanovic@janeasystems.com> <StefanStojanovic@users.noreply.github.com>
Stephen Belanger <admin@stephenbelanger.com> <stephen.belanger@datadoghq.com>
Stephen Belanger <admin@stephenbelanger.com> <stephen.belanger@elastic.co>
Steve Mao <maochenyan@gmail.com> <maochenyan@msn.com>
Expand Down
14 changes: 12 additions & 2 deletions AUTHORS
Expand Up @@ -735,7 +735,7 @@ Steven Vercruysse <stcruy@users.noreply.github.com>
Aleksanteri Negru-Vode <aleksanteri.negru-vode@aalto.fi>
Mathieu Darse <mattdarse@gmail.com>
Connor Peet <connor@peet.io>
Mayhem <stepien.nicolas@gmail.com>
Nicolas Stepien <stepien.nicolas@gmail.com>
Olov Lassus <olov.lassus@gmail.com>
Phillip Lamplugh <phillip.lamplugh@gmail.com>
Kohei TAKATA <kt.koheitakata@gmail.com>
Expand Down Expand Up @@ -3517,7 +3517,7 @@ Brian Evans <53117772+mrbrianevans@users.noreply.github.com>
falsandtru <falsandtru@users.noreply.github.com>
东灯 <43312495+Lampese@users.noreply.github.com>
Fabian Meyer <3982806+meyfa@users.noreply.github.com>
StefanStojanovic <StefanStojanovic@users.noreply.github.com>
Stefan Stojanovic <stefan.stojanovic@janeasystems.com>
Claudio Wunder <cwunder@gnome.org>
Shrujal Shah <shrujalshah@hotmail.com>
Taha-Chaudhry <46199675+Taha-Chaudhry@users.noreply.github.com>
Expand Down Expand Up @@ -3575,5 +3575,15 @@ Takuro Sato <79583855+takuro-sato@users.noreply.github.com>
Carter Snook <cartersnook04@gmail.com>
Nathanael Ruf <104262550+nathanael-ruf@users.noreply.github.com>
Vasili Skurydzin <vasili.skurydzin@protonmail.com>
翠 / green <green@sapphi.red>
Ulises Gascon <UlisesGascon@users.noreply.github.com>
chlorine <nicksonlvqq@gmail.com>
Shi Lei <lei.a.shi@intel.com>
Deokjin Kim <deokjin81.kim@gmail.com>
Marco Ippolito <marcoippolito54@gmail.com>
Alex Hunt <hello@alexhunt.io>
Debadree Chatterjee <debadree333@gmail.com>
Gabriela Gutierrez <gabibguti1@gmail.com>
emirgoren <61096652+emirgoren@users.noreply.github.com>

# Generated by tools/update-authors.mjs
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -35,7 +35,8 @@ release.
</tr>
<tr>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V19.md#19.2.0">19.2.0</a></b><br/>
<b><a href="doc/changelogs/CHANGELOG_V19.md#19.3.0">19.3.0</a></b><br/>
<a href="doc/changelogs/CHANGELOG_V19.md#19.2.0">19.2.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V19.md#19.1.0">19.1.0</a><br/>
<a href="doc/changelogs/CHANGELOG_V19.md#19.0.1">19.0.1</a><br/>
<a href="doc/changelogs/CHANGELOG_V19.md#19.0.0">19.0.0</a><br/>
Expand Down
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -184,6 +184,8 @@ For information about the governance of the Node.js project, see
**Matteo Collina** <<matteo.collina@gmail.com>> (he/him)
* [mhdawson](https://github.com/mhdawson) -
**Michael Dawson** <<midawson@redhat.com>> (he/him)
* [RafaelGSS](https://github.com/RafaelGSS) -
**Rafael Gonzaga** <<rafael.nunu@hotmail.com>> (he/him)
* [RaisinTen](https://github.com/RaisinTen) -
**Darshan Sen** <<raisinten@gmail.com>> (he/him)
* [richardlau](https://github.com/richardlau) -
Expand Down
3 changes: 2 additions & 1 deletion android-configure
Expand Up @@ -4,6 +4,7 @@
# Note that the mix of single and double quotes is intentional,
# as is the fact that the ] goes on a new line.
_=[ 'exec' '/bin/sh' '-c' '''
command -v python3.11 >/dev/null && exec python3.11 "$0" "$@"
command -v python3.10 >/dev/null && exec python3.10 "$0" "$@"
command -v python3.9 >/dev/null && exec python3.9 "$0" "$@"
command -v python3.8 >/dev/null && exec python3.8 "$0" "$@"
Expand All @@ -22,7 +23,7 @@ except ImportError:
from distutils.spawn import find_executable as which

print('Node.js android configure: Found Python {}.{}.{}...'.format(*sys.version_info))
acceptable_pythons = ((3, 10), (3, 9), (3, 8), (3, 7), (3, 6))
acceptable_pythons = ((3, 11), (3, 10), (3, 9), (3, 8), (3, 7), (3, 6))
if sys.version_info[:2] in acceptable_pythons:
import android_configure
else:
Expand Down
8 changes: 4 additions & 4 deletions benchmark/common.js
Expand Up @@ -38,7 +38,7 @@ class Benchmark {
this.config = this.queue[0];

process.nextTick(() => {
if (Object.hasOwn(process.env, 'NODE_RUN_BENCHMARK_FN')) {
if (process.env.NODE_RUN_BENCHMARK_FN !== undefined) {
fn(this.config);
} else {
// _run will use fork() to create a new process for each configuration
Expand Down Expand Up @@ -91,7 +91,7 @@ class Benchmark {
process.exit(1);
}
const [, key, value] = match;
if (Object.hasOwn(configs, key)) {
if (configs[key] !== undefined) {
if (!cliOptions[key])
cliOptions[key] = [];
cliOptions[key].push(
Expand Down Expand Up @@ -290,10 +290,10 @@ function sendResult(data) {
if (process.send) {
// If forked, report by process send
process.send(data, () => {
if (Object.hasOwn(process.env, 'NODE_RUN_BENCHMARK_FN')) {
if (process.env.NODE_RUN_BENCHMARK_FN !== undefined) {
// If, for any reason, the process is unable to self close within
// a second after completing, forcefully close it.
setTimeout(() => {
require('timers').setTimeout(() => {
process.exit(0);
}, 5000).unref();
}
Expand Down
10 changes: 0 additions & 10 deletions benchmark/fixtures/require-cachable.js

This file was deleted.

89 changes: 39 additions & 50 deletions benchmark/misc/startup.js
@@ -1,80 +1,69 @@
'use strict';
const common = require('../common.js');
const { spawn } = require('child_process');
const { spawnSync } = require('child_process');
const path = require('path');

let Worker; // Lazy loaded in main

const bench = common.createBenchmark(main, {
dur: [1],
script: [
'benchmark/fixtures/require-builtins',
'benchmark/fixtures/require-cachable',
'test/fixtures/semicolon',
],
mode: ['process', 'worker']
}, {
flags: ['--expose-internals']
mode: ['process', 'worker'],
count: [30],
});

function spawnProcess(script) {
function spawnProcess(script, bench, state) {
const cmd = process.execPath || process.argv[0];
const argv = ['--expose-internals', script];
return spawn(cmd, argv);
}
while (state.finished < state.count) {
const child = spawnSync(cmd, [script]);
if (child.status !== 0) {
console.log('---- STDOUT ----');
console.log(child.stdout.toString());
console.log('---- STDERR ----');
console.log(child.stderr.toString());
throw new Error(`Child process stopped with exit code ${child.status}`);
}
state.finished++;
if (state.finished === 0) {
// Finished warmup.
bench.start();
}

function spawnWorker(script) {
return new Worker(script, { stderr: true, stdout: true });
if (state.finished === state.count) {
bench.end(state.count);
}
}
}

function start(state, script, bench, getNode) {
const node = getNode(script);
let stdout = '';
let stderr = '';

node.stdout.on('data', (data) => {
stdout += data;
});

node.stderr.on('data', (data) => {
stderr += data;
});

node.on('exit', (code) => {
function spawnWorker(script, bench, state) {
const child = new Worker(script);
child.on('exit', (code) => {
if (code !== 0) {
console.error('------ stdout ------');
console.error(stdout);
console.error('------ stderr ------');
console.error(stderr);
throw new Error(`Error during node startup, exit code ${code}`);
throw new Error(`Worker stopped with exit code ${code}`);
}
state.throughput++;

if (state.go) {
start(state, script, bench, getNode);
state.finished++;
if (state.finished === 0) {
// Finished warmup.
bench.start();
}
if (state.finished < state.count) {
spawnProcess(script, bench, state);
} else {
bench.end(state.throughput);
bench.end(state.count);
}
});
}

function main({ dur, script, mode }) {
const state = {
go: true,
throughput: 0
};

setTimeout(() => {
state.go = false;
}, dur * 1000);

function main({ count, script, mode }) {
script = path.resolve(__dirname, '../../', `${script}.js`);
const warmup = 3;
const state = { count, finished: -warmup };
if (mode === 'worker') {
Worker = require('worker_threads').Worker;
bench.start();
start(state, script, bench, spawnWorker);
spawnWorker(script, bench, state);
} else {
bench.start();
start(state, script, bench, spawnProcess);
spawnProcess(script, bench, state);
}
}
23 changes: 18 additions & 5 deletions benchmark/util/text-encoder.js
Expand Up @@ -2,17 +2,30 @@

const common = require('../common.js');

const BASE = 'string\ud801';

const bench = common.createBenchmark(main, {
len: [256, 1024, 1024 * 32],
len: [16, 32, 256, 1024, 1024 * 32],
n: [1e4],
type: ['one-byte-string', 'two-byte-string', 'ascii'],
op: ['encode', 'encodeInto']
});

function main({ n, op, len }) {
function main({ n, op, len, type }) {
const encoder = new TextEncoder();
const input = BASE.repeat(len);
let base = '';

switch (type) {
case 'ascii':
base = 'a';
break;
case 'one-byte-string':
base = '\xff';
break;
case 'two-byte-string':
base = 'ğ';
break;
}

const input = base.repeat(len);
const subarray = new Uint8Array(len);

bench.start();
Expand Down
8 changes: 8 additions & 0 deletions configure.py
Expand Up @@ -805,6 +805,12 @@
help='Enable V8 short builtin calls support. This feature is enabled '+
'on x86_64 platform by default.')

parser.add_argument('--v8-enable-snapshot-compression',
action='store_true',
dest='v8_enable_snapshot_compression',
default=None,
help='Enable the built-in snapshot compression in V8.')

parser.add_argument('--node-builtin-modules-path',
action='store',
dest='node_builtin_modules_path',
Expand Down Expand Up @@ -1482,6 +1488,8 @@ def configure_v8(o):
o['variables']['v8_enable_hugepage'] = 1 if options.v8_enable_hugepage else 0
if options.v8_enable_short_builtin_calls or o['variables']['target_arch'] == 'x64':
o['variables']['v8_enable_short_builtin_calls'] = 1
if options.v8_enable_snapshot_compression:
o['variables']['v8_enable_snapshot_compression'] = 1
if options.v8_enable_object_print and options.v8_disable_object_print:
raise Exception(
'Only one of the --v8-enable-object-print or --v8-disable-object-print options '
Expand Down
7 changes: 7 additions & 0 deletions deps/corepack/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## [0.15.2](https://github.com/nodejs/corepack/compare/v0.15.1...v0.15.2) (2022-11-25)


### Features

* update package manager versions ([#211](https://github.com/nodejs/corepack/issues/211)) ([c536c0c](https://github.com/nodejs/corepack/commit/c536c0c27c137c87a14487a2c2a63a1fe6bf88ec))

## [0.15.1](https://github.com/nodejs/corepack/compare/v0.15.0...v0.15.1) (2022-11-04)


Expand Down
4 changes: 2 additions & 2 deletions deps/corepack/dist/corepack.js
Expand Up @@ -17099,7 +17099,7 @@ const supportsColor = {
/***/ ((module) => {

"use strict";
module.exports = JSON.parse('{"definitions":{"npm":{"default":"8.19.3+sha1.adb51bf8886d519dd4df162726d0ad157ecfa272","fetchLatestFrom":{"type":"npm","package":"npm"},"transparent":{"commands":[["npm","init"],["npx"]]},"ranges":{"*":{"url":"https://registry.npmjs.org/npm/-/npm-{}.tgz","bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"registry":{"type":"npm","package":"npm"}}}},"pnpm":{"default":"7.14.2+sha1.73bf8dbd968bf782db5bbc627d2facc645c6bc4a","fetchLatestFrom":{"type":"npm","package":"pnpm"},"transparent":{"commands":[["pnpm","init"],["pnpx"],["pnpm","dlx"]]},"ranges":{"<6.0.0":{"url":"https://registry.npmjs.org/pnpm/-/pnpm-{}.tgz","bin":{"pnpm":"./bin/pnpm.js","pnpx":"./bin/pnpx.js"},"registry":{"type":"npm","package":"pnpm"}},">=6.0.0":{"url":"https://registry.npmjs.org/pnpm/-/pnpm-{}.tgz","bin":{"pnpm":"./bin/pnpm.cjs","pnpx":"./bin/pnpx.cjs"},"registry":{"type":"npm","package":"pnpm"}}}},"yarn":{"default":"1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447","fetchLatestFrom":{"type":"npm","package":"yarn"},"transparent":{"default":"3.2.4+sha224.e61785c1cff5bae29570238b7718845a9d00788f5b6f32e472c908dc","commands":[["yarn","dlx"]]},"ranges":{"<2.0.0":{"url":"https://registry.yarnpkg.com/yarn/-/yarn-{}.tgz","bin":{"yarn":"./bin/yarn.js","yarnpkg":"./bin/yarn.js"},"registry":{"type":"npm","package":"yarn"}},">=2.0.0":{"name":"yarn","url":"https://repo.yarnpkg.com/{}/packages/yarnpkg-cli/bin/yarn.js","bin":["yarn","yarnpkg"],"registry":{"type":"url","url":"https://repo.yarnpkg.com/tags","fields":{"tags":"latest","versions":"tags"}}}}}}}');
module.exports = JSON.parse('{"definitions":{"npm":{"default":"9.1.2+sha1.0cf57d747a84fcc32ed397545f5bea6dbb014141","fetchLatestFrom":{"type":"npm","package":"npm"},"transparent":{"commands":[["npm","init"],["npx"]]},"ranges":{"*":{"url":"https://registry.npmjs.org/npm/-/npm-{}.tgz","bin":{"npm":"./bin/npm-cli.js","npx":"./bin/npx-cli.js"},"registry":{"type":"npm","package":"npm"}}}},"pnpm":{"default":"7.17.0+sha1.3470fe6fbeee107f01cb1878a27c931099c36e3a","fetchLatestFrom":{"type":"npm","package":"pnpm"},"transparent":{"commands":[["pnpm","init"],["pnpx"],["pnpm","dlx"]]},"ranges":{"<6.0.0":{"url":"https://registry.npmjs.org/pnpm/-/pnpm-{}.tgz","bin":{"pnpm":"./bin/pnpm.js","pnpx":"./bin/pnpx.js"},"registry":{"type":"npm","package":"pnpm"}},">=6.0.0":{"url":"https://registry.npmjs.org/pnpm/-/pnpm-{}.tgz","bin":{"pnpm":"./bin/pnpm.cjs","pnpx":"./bin/pnpx.cjs"},"registry":{"type":"npm","package":"pnpm"}}}},"yarn":{"default":"1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447","fetchLatestFrom":{"type":"npm","package":"yarn"},"transparent":{"default":"3.3.0+sha224.c2301c8aea8dc8a09277d8e580d29ec51bd2d4aaec28617a8c65f870","commands":[["yarn","dlx"]]},"ranges":{"<2.0.0":{"url":"https://registry.yarnpkg.com/yarn/-/yarn-{}.tgz","bin":{"yarn":"./bin/yarn.js","yarnpkg":"./bin/yarn.js"},"registry":{"type":"npm","package":"yarn"}},">=2.0.0":{"name":"yarn","url":"https://repo.yarnpkg.com/{}/packages/yarnpkg-cli/bin/yarn.js","bin":["yarn","yarnpkg"],"registry":{"type":"url","url":"https://repo.yarnpkg.com/tags","fields":{"tags":"latest","versions":"tags"}}}}}}}');

/***/ }),

Expand All @@ -17110,7 +17110,7 @@ module.exports = JSON.parse('{"definitions":{"npm":{"default":"8.19.3+sha1.adb51
/***/ ((module) => {

"use strict";
module.exports = JSON.parse('{"name":"corepack","version":"0.15.1","homepage":"https://github.com/nodejs/corepack#readme","bugs":{"url":"https://github.com/nodejs/corepack/issues"},"repository":{"type":"git","url":"https://github.com/nodejs/corepack.git"},"license":"MIT","packageManager":"yarn@4.0.0-rc.15+sha224.7fa5c1d1875b041cea8fcbf9a364667e398825364bf5c5c8cd5f6601","devDependencies":{"@babel/core":"^7.14.3","@babel/plugin-transform-modules-commonjs":"^7.14.0","@babel/preset-typescript":"^7.13.0","@types/debug":"^4.1.5","@types/jest":"^29.0.0","@types/node":"^18.0.0","@types/semver":"^7.1.0","@types/tar":"^6.0.0","@types/which":"^2.0.0","@typescript-eslint/eslint-plugin":"^5.0.0","@typescript-eslint/parser":"^5.0.0","@yarnpkg/eslint-config":"^1.0.0-rc.5","@yarnpkg/fslib":"^2.1.0","@zkochan/cmd-shim":"^5.0.0","babel-plugin-dynamic-import-node":"^2.3.3","clipanion":"^3.0.1","debug":"^4.1.1","eslint":"^8.0.0","eslint-plugin-arca":"^0.15.0","jest":"^29.0.0","nock":"^13.0.4","proxy-agent":"^5.0.0","semver":"^7.1.3","supports-color":"^9.0.0","tar":"^6.0.1","terser-webpack-plugin":"^5.1.2","ts-loader":"^9.0.0","ts-node":"^10.0.0","typescript":"^4.3.2","v8-compile-cache":"^2.3.0","webpack":"^5.38.1","webpack-cli":"^4.0.0","which":"^2.0.2"},"scripts":{"build":"rm -rf dist shims && webpack && ts-node ./mkshims.ts","corepack":"ts-node ./sources/_entryPoint.ts","lint":"yarn eslint","prepack":"yarn build","postpack":"rm -rf dist shims","typecheck":"tsc --noEmit","test":"yarn jest"},"files":["dist","shims","LICENSE.md"],"publishConfig":{"bin":{"corepack":"./dist/corepack.js","pnpm":"./dist/pnpm.js","pnpx":"./dist/pnpx.js","yarn":"./dist/yarn.js","yarnpkg":"./dist/yarnpkg.js"},"executableFiles":["./dist/npm.js","./dist/npx.js","./dist/pnpm.js","./dist/pnpx.js","./dist/yarn.js","./dist/yarnpkg.js","./dist/corepack.js","./shims/npm","./shims/npm.ps1","./shims/npx","./shims/npx.ps1","./shims/pnpm","./shims/pnpm.ps1","./shims/pnpx","./shims/pnpx.ps1","./shims/yarn","./shims/yarn.ps1","./shims/yarnpkg","./shims/yarnpkg.ps1"]},"resolutions":{"vm2":"patch:vm2@npm:3.9.9#.yarn/patches/vm2-npm-3.9.9-03fd1f4dc5.patch"}}');
module.exports = JSON.parse('{"name":"corepack","version":"0.15.2","homepage":"https://github.com/nodejs/corepack#readme","bugs":{"url":"https://github.com/nodejs/corepack/issues"},"repository":{"type":"git","url":"https://github.com/nodejs/corepack.git"},"license":"MIT","packageManager":"yarn@4.0.0-rc.15+sha224.7fa5c1d1875b041cea8fcbf9a364667e398825364bf5c5c8cd5f6601","devDependencies":{"@babel/core":"^7.14.3","@babel/plugin-transform-modules-commonjs":"^7.14.0","@babel/preset-typescript":"^7.13.0","@types/debug":"^4.1.5","@types/jest":"^29.0.0","@types/node":"^18.0.0","@types/semver":"^7.1.0","@types/tar":"^6.0.0","@types/which":"^2.0.0","@typescript-eslint/eslint-plugin":"^5.0.0","@typescript-eslint/parser":"^5.0.0","@yarnpkg/eslint-config":"^1.0.0-rc.5","@yarnpkg/fslib":"^2.1.0","@zkochan/cmd-shim":"^5.0.0","babel-plugin-dynamic-import-node":"^2.3.3","clipanion":"^3.0.1","debug":"^4.1.1","eslint":"^8.0.0","eslint-plugin-arca":"^0.15.0","jest":"^29.0.0","nock":"^13.0.4","proxy-agent":"^5.0.0","semver":"^7.1.3","supports-color":"^9.0.0","tar":"^6.0.1","terser-webpack-plugin":"^5.1.2","ts-loader":"^9.0.0","ts-node":"^10.0.0","typescript":"^4.3.2","v8-compile-cache":"^2.3.0","webpack":"^5.38.1","webpack-cli":"^4.0.0","which":"^2.0.2"},"scripts":{"build":"rm -rf dist shims && webpack && ts-node ./mkshims.ts","corepack":"ts-node ./sources/_entryPoint.ts","lint":"yarn eslint","prepack":"yarn build","postpack":"rm -rf dist shims","typecheck":"tsc --noEmit","test":"yarn jest"},"files":["dist","shims","LICENSE.md"],"publishConfig":{"bin":{"corepack":"./dist/corepack.js","pnpm":"./dist/pnpm.js","pnpx":"./dist/pnpx.js","yarn":"./dist/yarn.js","yarnpkg":"./dist/yarnpkg.js"},"executableFiles":["./dist/npm.js","./dist/npx.js","./dist/pnpm.js","./dist/pnpx.js","./dist/yarn.js","./dist/yarnpkg.js","./dist/corepack.js","./shims/npm","./shims/npm.ps1","./shims/npx","./shims/npx.ps1","./shims/pnpm","./shims/pnpm.ps1","./shims/pnpx","./shims/pnpx.ps1","./shims/yarn","./shims/yarn.ps1","./shims/yarnpkg","./shims/yarnpkg.ps1"]},"resolutions":{"vm2":"patch:vm2@npm:3.9.9#.yarn/patches/vm2-npm-3.9.9-03fd1f4dc5.patch"}}');

/***/ })

Expand Down
2 changes: 1 addition & 1 deletion deps/corepack/package.json
@@ -1,6 +1,6 @@
{
"name": "corepack",
"version": "0.15.1",
"version": "0.15.2",
"homepage": "https://github.com/nodejs/corepack#readme",
"bugs": {
"url": "https://github.com/nodejs/corepack/issues"
Expand Down
1 change: 1 addition & 0 deletions deps/nghttp2/lib/CMakeLists.txt
Expand Up @@ -23,6 +23,7 @@ set(NGHTTP2_SOURCES
nghttp2_mem.c
nghttp2_http.c
nghttp2_rcbuf.c
nghttp2_extpri.c
nghttp2_debug.c
)

Expand Down
2 changes: 2 additions & 0 deletions deps/nghttp2/lib/Makefile.am
Expand Up @@ -50,6 +50,7 @@ OBJECTS = nghttp2_pq.c nghttp2_map.c nghttp2_queue.c \
nghttp2_mem.c \
nghttp2_http.c \
nghttp2_rcbuf.c \
nghttp2_extpri.c \
nghttp2_debug.c

HFILES = nghttp2_pq.h nghttp2_int.h nghttp2_map.h nghttp2_queue.h \
Expand All @@ -66,6 +67,7 @@ HFILES = nghttp2_pq.h nghttp2_int.h nghttp2_map.h nghttp2_queue.h \
nghttp2_mem.h \
nghttp2_http.h \
nghttp2_rcbuf.h \
nghttp2_extpri.h \
nghttp2_debug.h

libnghttp2_la_SOURCES = $(HFILES) $(OBJECTS)
Expand Down