Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/nodejs/node

Node.js JavaScript runtime ✨🐢🚀✨
https://github.com/nodejs/node

test: use `tmpdir.resolve()` in fs tests

PR-URL: https://github.com/nodejs/node/pull/49125
Reviewed-By: Michaël Zasso <targos@protonmail....

74e0ca3f49a06fdaff404ae80d20852ab477271f authored over 1 year ago by Livia Medeiros <[email protected]>
tools: update lint-md-dependencies

- @rollup/[email protected]
- [email protected]

PR-URL: https://github.com/nodejs/node/pull/49...

d6d8a6feda871975e9c5f22ffedbf88fd015f16c authored over 1 year ago by Node.js GitHub Bot <[email protected]>
test: fix assertion message in test_async.c

PR-URL: https://github.com/nodejs/node/pull/49146
Reviewed-By: Moshe Atlow <[email protected]>
R...

115f801ae44b64bfcb4f4aa70de92eb6cdfac652 authored over 1 year ago by Tobias Nießen <[email protected]>
test: refactor `test-esm-loader-hooks` for easier debugging

- Always check stderr before stdout as the former would contain error
information.
- Always ma...

1aeb48c975d95cb6a6c3997670d154b120d6dcbf authored over 1 year ago by Antoine du Hamel <[email protected]>
tools: use spec reporter in actions

PR-URL: https://github.com/nodejs/node/pull/49129
Refs: https://github.com/nodejs/node/issues/49...

9cc7327979a95a76662a5f044118bad1009fa5a8 authored over 1 year ago by Moshe Atlow <[email protected]>
tools: use @reporters/github when running in github actions

PR-URL: https://github.com/nodejs/node/pull/49129
Refs: https://github.com/nodejs/node/issues/49...

0d6cdb25fe965120fca1c2d6c92f09b31a842339 authored over 1 year ago by Moshe Atlow <[email protected]>
tools: add @reporters/github to tools

PR-URL: https://github.com/nodejs/node/pull/49129
Refs: https://github.com/nodejs/node/issues/49...

8972f9beed6683adb738faf69596edcd32c0ede9 authored over 1 year ago by Moshe Atlow <[email protected]>
deps: update googletest to 7e33b6a

PR-URL: https://github.com/nodejs/node/pull/49034
Reviewed-By: Luigi Pinca <[email protected]...

802c52fb8b3c5853d683adf6612041b2e5eed6dd authored over 1 year ago by Node.js GitHub Bot <[email protected]>
tools: update eslint to 8.47.0

PR-URL: https://github.com/nodejs/node/pull/49124
Reviewed-By: Luigi Pinca <[email protected]...

a3b25ebcc2af1e252cd701038ba9f6e9d08e1363 authored over 1 year ago by Node.js GitHub Bot <[email protected]>
doc: fix `Type` notation in webstreams

Replace `type` with `Type: {Promise}`. Plus, fix incorrect
verb(`creates` -> `returns`) in descr...

4b486e5e284da1a9975f867ea8c7b72740c8085a authored over 1 year ago by Deokjin Kim <[email protected]>
deps: update zlib to 1.2.13.1-motley-526382e

PR-URL: https://github.com/nodejs/node/pull/49033
Reviewed-By: Luigi Pinca <[email protected]...

8aff50413a8b7d7b44172d153d1843aa85effacd authored over 1 year ago by Node.js GitHub Bot <[email protected]>
src: remove duplicated code in `GenerateSingleExecutableBlob()`

PR-URL: https://github.com/nodejs/node/pull/49119
Reviewed-By: Luigi Pinca <[email protected]...

6476c99ddce01676f6b3fca6903f3e18153a51a0 authored over 1 year ago by Jungku Lee <[email protected]>
test_runner: reland run global after() hook earlier

This commit reverts the revert in
bb52656fc627e4f48a0f706756873b593d81372a. It also includes the...

b5740756ca67b5477803cb55921535042e301c9d authored over 1 year ago by Colin Ihrig <[email protected]>
src: refactor vector writing in snapshot builder

- Build a static table of octal strings and use it instead of
building octal strings repeatedl...

634eb505a4a12c8a22de840045acaadd457915bf authored over 1 year ago by Joyee Cheung <[email protected]>
doc: fix name of the flag in `initialize()` docs

PR-URL: https://github.com/nodejs/node/pull/49158
Reviewed-By: Debadree Chatterjee <debadree333@...

52b3007f89875f5a72e25c2e82eceba2ac095b8f authored over 1 year ago by Antoine du Hamel <[email protected]>
doc: make the NODE_VERSION_IS_RELEASE revert clear

PR-URL: https://github.com/nodejs/node/pull/49114
Reviewed-By: Luigi Pinca <[email protected]...

de4553f3d11f07fa63e19069daa1b0890052d8b2 authored over 1 year ago by Rafael Gonzaga <[email protected]>
lib: fix MIME overmatch in data URLs

This commit adds the delimiters ^ and $ to the regex that matches the
MIME types for `data:` URL...

71391987f721b79bda81a6d7f8f184effc45fd53 authored over 1 year ago by André Alves <[email protected]>
esm: fix `globalPreload` warning

PR-URL: https://github.com/nodejs/node/pull/49069
Fixes: https://github.com/nodejs/node/issues/4...

b5da2f4dad721edd8fc979e1f75b2812d62567e7 authored over 1 year ago by Antoine du Hamel <[email protected]>
stream: improve WebStreams performance

PR-URL: https://github.com/nodejs/node/pull/49089
Reviewed-By: Matteo Collina <matteo.collina@gm...

9fc57006c27564ed7f75eee090eca86786508f51 authored over 1 year ago by Raz Luvaton <[email protected]>
esm: unflag import.meta.resolve

PR-URL: https://github.com/nodejs/node/pull/49028
Reviewed-By: Geoffrey Booth <webadmin@geoffrey...

ee8b7f1f18384f60845167c2db1e39204376c57e authored over 1 year ago by Guy Bedford <[email protected]>
module: make CJS load from ESM loader

PR-URL: https://github.com/nodejs/node/pull/47999
Reviewed-By: Geoffrey Booth <webadmin@geoffrey...

3d20582c0f4415ebf26517a454eaf313138c355a authored over 1 year ago by Antoine du Hamel <[email protected]>
test: add `tmpdir.resolve()`

PR-URL: https://github.com/nodejs/node/pull/49079
Reviewed-By: Antoine du Hamel <duhamelantoine1...

a4928b069becbf37daf9985a073c169dcf302652 authored over 1 year ago by Livia Medeiros <[email protected]>
test: document `fixtures.fileURL()`

PR-URL: https://github.com/nodejs/node/pull/49083
Reviewed-By: Antoine du Hamel <duhamelantoine1...

dde8510e830d60ef2f5bdd744b8a71543d5d01b4 authored over 1 year ago by Livia Medeiros <[email protected]>
esm: import.meta.resolve exact module not found errors should return

PR-URL: https://github.com/nodejs/node/pull/49038
Reviewed-By: Geoffrey Booth <webadmin@geoffrey...

569267d04832345e0984049ba50dd5587db7c13a authored over 1 year ago by Guy Bedford <[email protected]>
url: overload `canParse` V8 fast api method

PR-URL: https://github.com/nodejs/node/pull/48993
Reviewed-By: Joyee Cheung <[email protected]>

607a545904629080c154ce6c5341e9201092cfc0 authored over 1 year ago by Yagiz Nizipli <[email protected]>
src: add ability to overload fast api functions

PR-URL: https://github.com/nodejs/node/pull/48993
Reviewed-By: Joyee Cheung <[email protected]>

4cf30df026ea0a5ee61b6cc1806e5f4564e9aec7 authored over 1 year ago by Yagiz Nizipli <[email protected]>
src: remove redundant code for uv_handle_type

PR-URL: https://github.com/nodejs/node/pull/49061
Reviewed-By: Luigi Pinca <[email protected]...

82e4ca109e8643c46c33495b1d789c2a8b84264d authored over 1 year ago by Jungku Lee <[email protected]>
fs: fix readdir recursive sync & callback

Refs: https://github.com/nodejs/node/issues/48640
PR-URL: https://github.com/nodejs/node/pull/48...

27cadf5e933913ab5505211bef4ac589348dab26 authored over 1 year ago by Ethan Arrowood <[email protected]>
deps: update undici to 5.23.0

PR-URL: https://github.com/nodejs/node/pull/49021
Reviewed-By: Matthew Aitken <maitken033380023@...

8358ce44869228a43922e054eb612620b04a6702 authored over 1 year ago by Node.js GitHub Bot <[email protected]>
events: remove weak listener for event target

Fixes: https://github.com/nodejs/node/issues/48951
PR-URL: https://github.com/nodejs/node/pull/4...

c39f04c141dc72aeb38bce114abe0a2f0898f002 authored over 1 year ago by Raz Luvaton <[email protected]>
lib: fix to add resolve() before return at Blob.stream()'s source.pull()

Add lacked calling resolve() for finish ReadableStream source.pull().

Fixes: https://github.com...

32245275b50a455713ff753de6b1be494e077464 authored over 1 year ago by bellbind <[email protected]>
readline: add paste bracket mode

The paste bracket mode allows REPL to have auto-indentation
that is handled differently when the...

87af913b66eab78088acfd7f3b57d35e22c5f1ba authored over 1 year ago by Jakub Jankiewicz <[email protected]>
test: reduce flakiness of `test-esm-loader-hooks`

PR-URL: https://github.com/nodejs/node/pull/49105
Reviewed-By: Moshe Atlow <[email protected]>
R...

e68e359aae4048404bfefda0817eff25bd48688a authored over 1 year ago by Antoine du Hamel <[email protected]>
Revert "test_runner: run global after() hook earlier"

This reverts commit 6346bdc526eddefea72ed32e9ec9755cba3fa706.

Reason for revert: breaking CI

P...

bb52656fc627e4f48a0f706756873b593d81372a authored over 1 year ago by Joyee Cheung <[email protected]>
doc: update process.binding deprecation text

As part of the recent security release, 4aa0eff7 updated the
documentation but bd7443ad did not....

e117f16e09fa6b668c6ff3987725448ff26bee31 authored over 1 year ago by Tobias Nießen <[email protected]>
doc: update with latest security release

PR-URL: https://github.com/nodejs/node/pull/49085
Reviewed-By: Richard Lau <[email protected]>
Rev...

c00dfc8e33ee6a963a827d51efe59cc4712df3cd authored over 1 year ago by Rafael Gonzaga <[email protected]>
src: modernize use-equals-default

PR-URL: https://github.com/nodejs/node/pull/48735
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotma...

f426cc0c3ff1c0ba215c371e11d53f108b6a5037 authored over 1 year ago by Jason <[email protected]>
src: avoid string copy in BuiltinLoader::GetBuiltinIds

PR-URL: https://github.com/nodejs/node/pull/48721
Reviewed-By: Luigi Pinca <[email protected]...

7ffa5d7f0d6ec1779af770a35827bf38cdb3763e authored over 1 year ago by Yagiz Nizipli <[email protected]>
doc: add description for `--port` flag of `node inspect`

PR-URL: https://github.com/nodejs/node/pull/48785
Reviewed-By: Kohei Ueno <[email protected]...

9497665d198012ff1a8c4da890d69520808a7d5f authored over 1 year ago by Michael Bianco <[email protected]>
test_runner: run global after() hook earlier

This commit moves the global after() hook execution from the
'beforeExit' event to the point whe...

6346bdc526eddefea72ed32e9ec9755cba3fa706 authored over 1 year ago by cjihrig <[email protected]>
test_runner: expose location of tests

This commit adds each test's line and column number to the reporter
output. This will aid in deb...

4e61c22699066f7581af24a9d51d64c7ec1026ff authored over 1 year ago by cjihrig <[email protected]>
test: stabilize the inspector-open-dispose test

Ref: https://ci.nodejs.org/job/node-test-commit-osx-arm/nodes\=osx11/12543/console, https://gith...

35f2b42d062fa576692c4c566dd70bfeceed73d8 authored over 1 year ago by Chemi Atlow <[email protected]>
test: print instruction for creating missing snapshot in assertSnapshot

PR-URL: https://github.com/nodejs/node/pull/48914
Reviewed-By: Moshe Atlow <[email protected]>
R...

dadbdaff640f90e6eb2fea88e19d96f92a85e8a4 authored over 1 year ago by Raz Luvaton <[email protected]>
esm: protect `ERR_UNSUPPORTED_DIR_IMPORT` against prototype pollution

PR-URL: https://github.com/nodejs/node/pull/49060
Reviewed-By: Geoffrey Booth <webadmin@geoffrey...

6aafb6fbbb0d697fe6b696020a986f46859b480f authored over 1 year ago by Antoine du Hamel <[email protected]>
src,tools: initialize cppgc

This patch:

- Initializes cppgc in InitializeOncePerProcess() when
kNoInitializeCppgc is not ...

7f2c810814d8e3c8e9dd69e5ac004ff1f70a7656 authored over 1 year ago by Daryl Haresign <[email protected]>
test: add `tmpdir.fileURL()`

PR-URL: https://github.com/nodejs/node/pull/49040
Reviewed-By: Antoine du Hamel <duhamelantoine1...

7bbcb292b2f98fbd6b59f45d46e9eaaed0590007 authored over 1 year ago by Livia Medeiros <[email protected]>
src: fix callback_queue.h missing header

PR-URL: https://github.com/nodejs/node/pull/48733
Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail....

54e4f1f5e6bf98782f31e047c1f5498dffd62ea2 authored over 1 year ago by Jason <[email protected]>
doc: add missing period

PR-URL: https://github.com/nodejs/node/pull/49094
Reviewed-By: Luigi Pinca <[email protected]...

f1b3ade9480b43273bd66f9039118a8b842db703 authored over 1 year ago by Rich Trott <[email protected]>
doc: add ESM examples in http.md

PR-URL: https://github.com/nodejs/node/pull/47763
Reviewed-By: Luigi Pinca <[email protected]>

48c613e5a755ee29a0287582147c421561a1f204 authored over 1 year ago by btea <[email protected]>
src: revert `IS_RELEASE` to 0

PR-URL: https://github.com/nodejs/node/pull/49084
Reviewed-By: Richard Lau <[email protected]>
Rev...

23d65e7281c2837752e2275ee9063326720472d0 authored over 1 year ago by Rafael Gonzaga <[email protected]>
policy: handle Module.constructor and main.extensions bypass

Signed-off-by: RafaelGSS <[email protected]>
PR-URL: https://github.com/nodejs-private/nod...

b68e5e798138be0041ba9ace72d8d45e63c068a1 authored over 1 year ago by RafaelGSS <[email protected]>
permission: ensure to resolve path when calling mkdtemp

PR-URL: https://github.com/nodejs-private/node-private/pull/440
Refs: https://hackerone.com/bugs...

3868ae0f4ff4ef3bfef996e8cf95ff3858a84e8d authored over 1 year ago by RafaelGSS <[email protected]>
permission: handle buffer path on fs calls

Signed-off-by: RafaelGSS <[email protected]>
Refs: https://hackerone.com/bugs?subject=node...

1f64147eb607f82060e08884f993597774c69280 authored over 1 year ago by RafaelGSS <[email protected]>
policy: disable process.binding() when enabled

process.binding() can be used to trivially bypass restrictions imposed
through a policy. Since t...

4aa0eff787c14f14a239cf2f44bf751a0151e3eb authored over 1 year ago by Tobias Nießen <[email protected]>
deps: update archs files for openssl-3.0.10+quic1

Reviewed-By: Rafael Gonzaga <[email protected]>
PR-URL: https://github.com/nodejs/node/pul...

4fdf70f9abdff71ab784234a0dc7a1ba92f82fca authored over 1 year ago by Node.js GitHub Bot <[email protected]>
deps: upgrade openssl sources to quictls/openssl-3.0.10+quic1

Reviewed-By: Rafael Gonzaga <[email protected]>
PR-URL: https://github.com/nodejs/node/pul...

d167837e09626720ee92950f7c38ea1a68414a98 authored over 1 year ago by Node.js GitHub Bot <[email protected]>
permission: handle fstatfs and add pm supported list

PR-URL: https://github.com/nodejs-private/node-private/pull/441
CVE-ID: CVE-2023-32005

7e97e908c75dc8bbb6d8dd136ff1c23d79e5dbc8 authored over 1 year ago by RafaelGSS <[email protected]>
lib,permission: restrict process.binding when pm is enabled

PR-URL: https://github.com/nodejs-private/node-private/pull/438
Fixes: https://github.com/nodejs...

bd7443ad0a99f786634791d85545a8c5557653c8 authored over 1 year ago by RafaelGSS <[email protected]>
2023-08-09, Version 20.5.1 (Current)

This is a security release.

Notable changes:

* CVE-2023-32002: Policies can be bypassed via Mo...

ae25da20fa098bd8cb551efb7bbefa3e8ce7328b authored over 1 year ago by RafaelGSS <[email protected]>
2023-08-09, Version 18.17.1 'Hydrogen' (LTS)

Notable changes:

Following CVEs are fixed in this release:

* CVE-2023-32002: Policies can be b...

6d46d986a47ba86ea7ed52c86c46085ca5a8462b authored over 1 year ago by RafaelGSS <[email protected]>
2023-08-09, Version 16.20.2 'Gallium' (LTS)

This is a security release.

Notable changes:

Following CVEs are fixed in this release:

* CVE-...

eed21991fbae3dfef4d80b73fe343908a426fa52 authored over 1 year ago by RafaelGSS <[email protected]>
doc: detailed description of keystrokes Ctrl-Y and Meta-Y

PR-URL: https://github.com/nodejs/node/pull/43529
Reviewed-By: James M Snell <[email protected]>

6432060c7ce1670467c230d2c0c925465dd311f8 authored over 1 year ago by Ray <[email protected]>
doc: add "type" to test runner event details

In version 20.0.0 (and backported to 19.9.0 and 18.7.0) the test runner
started reporting on whe...

1cfd61b6327df42421cfbad0a6c81bf5428b8245 authored over 1 year ago by Phil Nash <[email protected]>
tools: update lint-md-dependencies to [email protected]

PR-URL: https://github.com/nodejs/node/pull/49035
Reviewed-By: Luigi Pinca <[email protected]...

e1265cd473e1404019a393dca0f56387c6ce9b03 authored over 1 year ago by Node.js GitHub Bot <[email protected]>
doc: reserve 118 for Electron 27

Signed-off-by: David Sanders <[email protected]>
PR-URL: https://github.com/nodejs/node/pu...

718fc0d0112981697290c970b3fa0da7b3c237f6 authored over 1 year ago by David Sanders <[email protected]>
tools: limit the number of auto start CIs

PR-URL: https://github.com/nodejs/node/pull/49067
Reviewed-By: Richard Lau <[email protected]>
Rev...

cc80513551503397e07c46f84e57ea48c342561e authored over 1 year ago by Antoine du Hamel <[email protected]>
typings: update JSDoc for `cwd` in `child_process`

PR-URL: https://github.com/nodejs/node/pull/49029
Refs: https://github.com/nodejs/node/pull/3886...

aed2b21ac05e90c395ce3408301cb171939b0ea8 authored over 1 year ago by LiviaMedeiros <[email protected]>
doc: clarify use of process.env in worker threads on Windows

Signed-off-by: Daeyeon Jeong <[email protected]>
PR-URL: https://github.com/nodejs/node/pull...

d150316a8ecad1a9c20615ae62fcaf4f8d060dcc authored over 1 year ago by Daeyeon Jeong <[email protected]>
doc: remove v14 mention

PR-URL: https://github.com/nodejs/node/pull/49005
Reviewed-By: Chemi Atlow <[email protected]>
R...

107600923db9b0f4f41f73c5bfe00e113ad45c05 authored over 1 year ago by Rafael Gonzaga <[email protected]>
test: use `spawn` and `spawnPromisified` instead of `exec`

PR-URL: https://github.com/nodejs/node/pull/48991
Reviewed-By: Chemi Atlow <[email protected]>
R...

a973446b91f6b026d4964b9db430cfc58be646f7 authored over 1 year ago by Antoine du Hamel <[email protected]>
tls: fix bugs of double TLS

Fixs two issues in `TLSWrap`, one of them is reported in
https://github.com/nodejs/node/issues/3...

556b1ca900979c9c91b0f15232802f5d966f2fe0 authored over 1 year ago by rogertyang <[email protected]>
test: refactor `test-node-output-errors`

The main reason is to not have the test fail if the CWD contains some
special URL chars.

PR-URL...

3af7cfe7d4b55ed88a68d2a04212d72540a4951a authored over 1 year ago by Antoine du Hamel <[email protected]>
test: use `fixtures.fileURL` when appropriate

PR-URL: https://github.com/nodejs/node/pull/48990
Reviewed-By: Michaël Zasso <targos@protonmail....

a061781da3c79cb56b108627303f38d446700d67 authored over 1 year ago by Antoine du Hamel <[email protected]>
test: remove --no-warnings flag in test_runner fixtures

no longer needed after #48915 fix

PR-URL: https://github.com/nodejs/node/pull/48989
Reviewed-By...

1353681edfeace3571c8eda965e5a0a02ca6d3a5 authored over 1 year ago by Raz Luvaton <[email protected]>
meta: bump github/codeql-action from 2.20.1 to 2.21.2

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.20.1 to 2.21.2.
- [...

f214155c267ae6233e28b24c727deea72727743e authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
meta: bump step-security/harden-runner from 2.4.1 to 2.5.0

Bumps [step-security/harden-runner](https://github.com/step-security/harden-runner) from 2.4.1 t...

f43a38547e762bc232b6cb5e66446c5bbc3a48cf authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
meta: bump actions/setup-node from 3.6.0 to 3.7.0

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.6.0 to 3.7.0.
- [Releas...

293cc9569d3a28dd7d5e4358ac3c4b0b8c65ca62 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
meta: bump actions/setup-python from 4.6.1 to 4.7.0

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.6.1 to 4.7.0.
- [Re...

6a45055f4f3eed44f6c0c2074019fcabc6b1c503 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
esm: add `initialize` hook, integrate with `register`

Follows @giltayar's proposed API:

> `register` can pass any data it wants to the loader, which ...

6ad8318373664e5d9c4f4133c9393c59c720f6a9 authored over 1 year ago by Izaak Schroeder <[email protected]>
esm: fix typo `parentUrl` -> `parentURL`

PR-URL: https://github.com/nodejs/node/pull/48999
Reviewed-By: Jacob Smith <[email protected]>
Rev...

5c65565108c626884c5c722bb512c7c1e5c1c809 authored over 1 year ago by Antoine du Hamel <[email protected]>
test_runner: fix global after not failing the tests

PR-URL: https://github.com/nodejs/node/pull/48913
Fixes: https://github.com/nodejs/node/issues/4...

c58e8fc31fd68614bd6bb5360a9d563d15dc433e authored over 1 year ago by Raz Luvaton <[email protected]>
doc: drop github actions check in sec release process

PR-URL: https://github.com/nodejs/node/pull/48978
Reviewed-By: Luigi Pinca <[email protected]...

fb47afc335ef78a8cef7eac52b8ee7f045300696 authored over 1 year ago by Rafael Gonzaga <[email protected]>
src: cast v8::Object::GetInternalField() return value to v8::Value

In preparation of https://chromium-review.googlesource.com/c/v8/v8/+/4707972
which changes the r...

5f2539cd9a234631751b42449779d53a5edb7408 authored over 1 year ago by Joyee Cheung <[email protected]>
src: do not pass user input to format string

PR-URL: https://github.com/nodejs/node/pull/48973
Reviewed-By: Darshan Sen <[email protected]>...

af4cdcde154be58fc47b389670efbe10da489923 authored over 1 year ago by Antoine du Hamel <[email protected]>
test: validate error code rather than message

PR-URL: https://github.com/nodejs/node/pull/48972
Reviewed-By: Yagiz Nizipli <[email protected]>...

ce958d2d782d98659c9f1404a0dd74b19a488bd5 authored over 1 year ago by Antoine du Hamel <[email protected]>
tools: update eslint to 8.46.0

PR-URL: https://github.com/nodejs/node/pull/48966
Reviewed-By: Luigi Pinca <[email protected]...

d396a041f71cc055ad60b0abc63ad81c0ee6a574 authored over 1 year ago by Node.js GitHub Bot <[email protected]>
tools: update lint-md-dependencies to [email protected]

PR-URL: https://github.com/nodejs/node/pull/48965
Reviewed-By: Luigi Pinca <[email protected]...

f169f791a0850ef5294e615e9640ac40a6abbe32 authored over 1 year ago by Node.js GitHub Bot <[email protected]>
deps: update googletest to c875c4e

PR-URL: https://github.com/nodejs/node/pull/48964
Reviewed-By: Luigi Pinca <[email protected]...

1fea67cbed9673890606de4d657e2ed62a74fa8c authored over 1 year ago by Node.js GitHub Bot <[email protected]>
test_runner: fix timeout in *Each hook failing further tests

PR-URL: https://github.com/nodejs/node/pull/48925
Reviewed-By: Moshe Atlow <[email protected]>
R...

88094bba3c3460f35dd3755352f735bdfd5be6cf authored over 1 year ago by Raz Luvaton <[email protected]>
test: fix snapshot tests when cwd contains spaces or backslashes

Both are valid characters for file names on non-Windows systems.

PR-URL: https://github.com/nod...

217abd475f8c6c6fb31e6c23663d6d86f445c689 authored over 1 year ago by Antoine du Hamel <[email protected]>
diagnostics_channel: fix last subscriber removal

When iterating over diagnostics channel subscribers, assume their count
is zero if the list of s...

eb504c940620d84b176dbde4dd96ce5c47afd463 authored over 1 year ago by Gabriel Schulhof <[email protected]>
test: order `common.mjs` in ASCII order

PR-URL: https://github.com/nodejs/node/pull/48960
Reviewed-By: Luigi Pinca <[email protected]...

97ca9a8961f47b2fd482db5c635810f59663827b authored over 1 year ago by Antoine du Hamel <[email protected]>
test: fix some assumptions in tests

Some tests are assuming they will be run from a directory that do not
contain any quote or speci...

384f5d44a829dc330252809ad92d28aecc1ee287 authored over 1 year ago by Antoine du Hamel <[email protected]>
test: improve internal/worker/io.js coverage

PR-URL: https://github.com/nodejs/node/pull/42387
Refs: https://coverage.nodejs.org/coverage-6d3...

1dcfc650972b5c9afbaf7030e1ae305d754dd619 authored over 1 year ago by Yoshiki Kurihara <[email protected]>
test_runner: cleanup test timeout abort listener

fix #48475

PR-URL: https://github.com/nodejs/node/pull/48915
Reviewed-By: Moshe Atlow <moshe@at...

7a33f2b88dc29565ee1376c4357cef1ec9c7b7e7 authored over 1 year ago by Raz Luvaton <[email protected]>
test_runner: dont set exit code on todo tests

PR-URL: https://github.com/nodejs/node/pull/48929
Reviewed-By: Chemi Atlow <[email protected]>
R...

a955c534a8753610d3884ca24d502e4bd37c33e2 authored over 1 year ago by Moshe Atlow <[email protected]>
test_runner: fix todo and only in spec reporter

PR-URL: https://github.com/nodejs/node/pull/48929
Reviewed-By: Chemi Atlow <[email protected]>
R...

040865c6489efcd7ea43314046b6b9b1dc9e4603 authored over 1 year ago by Moshe Atlow <[email protected]>
test_runner: unwrap error message in TAP reporter

The TAP reporter unwraps errors that come from user code. It
was not properly unwrapping the err...

bef394282031ba202d71f25bb061bcdce0fc5a9b authored over 1 year ago by Colin Ihrig <[email protected]>
url: fix `isURL` detection by checking `path`

Fixes: https://github.com/nodejs/node/issues/48921
PR-URL: https://github.com/nodejs/node/pull/4...

d7ed3a4abc658a55538f3d6314c636e60e6d7978 authored over 1 year ago by Zhuo Zhang <[email protected]>
benchmark: add benchmarks for the test_runner

PR-URL: https://github.com/nodejs/node/pull/48931
Reviewed-By: Moshe Atlow <[email protected]>
R...

f458e5b5734572a00318591620e2008f64274177 authored over 1 year ago by Raz Luvaton <[email protected]>