Results 16 issues of Feng Yu

## Reproduction step ```console $ cat noop-132.mjs #!/usr/bin/env node import process from 'node:process'; process.stdout.write('1'); process.stderr.write('3'); process.stdout.write('2'); $ cat test.mjs import {execa} from 'execa'; const { all } = await execa('./noop-132.mjs',...

### Test test-http-server-request-timeouts-mixed ### Platform macos ### Console output ```console not ok 1173 parallel/test-http-server-request-timeouts-mixed --- duration_ms: 3.244 severity: fail exitcode: 1 stack: |- node:assert:399 throw err; ^ AssertionError [ERR_ASSERTION]: The...

flaky-test

### Requirements * Filling out the template is required. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the...

stale

This deps upgrade will introduce a breaking change, because `tsconfig-paths` upgrade its `json5` version to v2 which does not support node 4. see https://github.com/dividab/tsconfig-paths/pull/198 If we want to upgrade `tsconfig-paths`...

`debug` version `4.1.1` is suffering from ReDos Vulnerability, see https://github.com/debug-js/debug/issues/797. we'd better move away from it.

fix https://github.com/dividab/tsconfig-paths/issues/182 extends resolve algorithm is borrowed from esbuild resolver. https://github.com/evanw/esbuild/blob/2244c09f6abee489158240942871a10807e54800/internal/resolver/resolver.go#L858

the `example/base-tsconfig.json` file is missing. ``` yarn example:api yarn run v1.22.10 $ cd example/api && ts-node main.ts /Users/xxx/Lab/tsconfig-paths/node_modules/ts-node/src/index.ts:820 return new TSError(diagnosticText, diagnosticCodes); ^ TSError: ⨯ Unable to compile TypeScript: error...

ts-ebml depend on [node-matroska](https://github.com/oeuillot/node-matroska) which is GPL license(https://github.com/oeuillot/node-matroska/blob/master/LICENSE). but in ts-ebml's README state that license is MIT, we should change license to GPL? or replace node-matroska with other project which...

## Build link https://ci.nodejs.org/job/node-test-binary-armv7l/1035/RUN_SUBSET=js,label=ubuntu2004-armv7l/console ## Console Output ```console 13:59:35 Running script : #/bin/bash -x +e 13:59:35 13:59:35 mkdir out/junit || true 13:59:35 tap2junit -i test.tap -o out/junit/test.xml || true 13:59:35...

## Console Output ```console 00:21:55 + git init 00:21:55 Reinitialized existing Git repository in /home/iojs/build/workspace/node-test-binary-armv7l/.git/ 00:21:55 + git fetch --no-tags file:///home/iojs/.ccache/node.shared.reference +refs/heads/jenkins-node-test-commit-arm-fanned-45e01b132a69386d0cf9dae57985ba293e6e016a-binary-pi1p/cc-armv7:refs/remotes/jenkins_tmp 00:21:55 fatal: '/home/iojs/.ccache/node.shared.reference' does not appear to be...