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
PR-URL: https://github.com/nodejs/node/pull/46972
Refs: https://github.com/nodejs/node/issues/43...
PR-URL: https://github.com/nodejs/node/pull/47488
Reviewed-By: Debadree Chatterjee <debadree333@...
Notable changes:
events:
* (SEMVER-MINOR) add getMaxListeners method (Khafra) https://github....
PR-URL: https://github.com/nodejs/node/pull/46930
Reviewed-By: Richard Lau <[email protected]>
...
PR-URL: https://github.com/nodejs/node/pull/47382
Refs: https://github.com/nodejs/security-wg/is...
PR-URL: https://github.com/nodejs/node/pull/47483
Reviewed-By: Robert Nagy <[email protected]>
R...
PR-URL: https://github.com/nodejs/node/pull/47473
Reviewed-By: Yagiz Nizipli <[email protected]>...
PR-URL: https://github.com/nodejs/node/pull/47423
Reviewed-By: Mohammed Keyvanzadeh <mohammadkey...
Unused variables were removed from stream-exception test.
PR-URL: https://github.com/nodejs/nod...
e301ba40d0191397fb7c8ddd0107719cdf71bf96 authored over 1 year ago by angellovc <[email protected]>
In applications with entry points deserialized from snapshots,
they don't need an additional CLI...
Fixes: https://github.com/nodejs/node/issues/45853
PR-URL: https://github.com/nodejs/node/pull/4...
PR-URL: https://github.com/nodejs/node/pull/47475
Reviewed-By: Rich Trott <[email protected]>
Rev...
PR-URL: https://github.com/nodejs/node/pull/47475
Reviewed-By: Rich Trott <[email protected]>
Rev...
* add BindingData
* add LogStream
* add TransportParams
PR-URL: https://github.com/nodejs/node/...
2d1934aa9638e5691f3334a590294c70a5b983eb authored over 1 year ago by James M Snell <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/47392
Reviewed-By: Geoffrey Booth <webadmin@geoffrey...
PR-URL: https://github.com/nodejs/node/pull/47470
Reviewed-By: Marco Ippolito <marcoippolito54@g...
PR-URL: https://github.com/nodejs/node/pull/47471
Reviewed-By: Rich Trott <[email protected]>
Rev...
Fixes: https://github.com/nodejs/TSC/issues/1156
PR-URL: https://github.com/nodejs/node/pull/474...
PR-URL: https://github.com/nodejs/node/pull/47125
Refs: https://github.com/nodejs/single-executa...
PR-URL: https://github.com/nodejs/node/pull/47446
Refs: https://github.com/nodejs/security-wg/is...
PR-URL: https://github.com/nodejs/node/pull/47442
Reviewed-By: Rich Trott <[email protected]>
Rev...
The JS layer already uses validateInt32(keylen, 'keylen', 0) to ensure
that the keylen argument ...
PR-URL: https://github.com/nodejs/node/pull/47474
Reviewed-By: Moshe Atlow <[email protected]>
R...
PR-URL: https://github.com/nodejs/node/pull/47448
Reviewed-By: Colin Ihrig <[email protected]...
The `test-crypto-authenticated-stream` test was moved out of
`test/known_issues` and now lives i...
PR-URL: https://github.com/nodejs/node/pull/47453
Refs: https://api.slack.com/reference/surfaces...
PR-URL: https://github.com/nodejs/node/pull/47431
Reviewed-By: Rich Trott <[email protected]>
Rev...
Automates the steps from `doc/contributing/maintaining-root-certs.md`.
Extend "Tools and deps up...
Use private properties and static {} blocks.
PR-URL: https://github.com/nodejs/node/pull/47414
...
PR-URL: https://github.com/nodejs/node/pull/47432
Reviewed-By: Mohammed Keyvanzadeh <mohammadkey...
This moves sequential inspector tests that can be run in
parallel (using random ports) to parall...
Which makes it possible to run it in parallel.
PR-URL: https://github.com/nodejs/node/pull/4741...
13fd068474745d4b5d7e3366980e391e4d807bd6 authored over 1 year ago by Joyee Cheung <[email protected]>Which makes it possible to run it in parallel.
PR-URL: https://github.com/nodejs/node/pull/4741...
e3621c1a09e78b6b5f2df6242a455988bb012a8c authored over 1 year ago by Joyee Cheung <[email protected]>Which makes it possible to run the tests that use this in parallel.
PR-URL: https://github.com/...
5cc12c75c0de1832c43ae016a077c3409c8ec66f authored over 1 year ago by Joyee Cheung <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/47424
Refs: https://github.com/nodejs/TSC/issues/134...
Fixes cases like new URLSearchParams({ hasOwnProperty: 1 }).
PR-URL: https://github.com/nodejs/...
0c769227ea1205d81f7de94f8d3568b72945fb58 authored over 1 year ago by Timothy Gu <[email protected]>
- remove default for version
- updates tests to specify version
- add test for when version is n...
The `sed -i -- 's_^#include "chromeconf.h"_//#include "chromeconf.h"_' deps/zlib/zconf.h`
comman...
Updated as described in doc/contributing/maintaining-zlib.md.
Refs: https://github.com/nodejs/n...
be2791b5128dea2e231407ea9ae3f34985f5224a authored over 1 year ago by Luigi Pinca <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/47359
Reviewed-By: Richard Lau <[email protected]>
Rev...
Previously the native ShadowRealm objects were never actually tracked
in the heap snapshot - the...
Don't link intermediate executables with LTO in order to speed up
overall build time.
Signed-of...
c3cd75d10ba116dff3dd839cbc5a034cf39a0095 authored over 1 year ago by Konstantin Demin <[email protected]>
Instead of storing the function template of BaseObject for checking
if an object is BaseObject b...
Refs: https://github.com/nodejs/TSC/issues/1364
PR-URL: https://github.com/nodejs/node/pull/4743...
PR-URL: https://github.com/nodejs/node/pull/47339
Reviewed-By: Tiancheng "Timothy" Gu <timothygu...
PR-URL: https://github.com/nodejs/node/pull/47339
Reviewed-By: Tiancheng "Timothy" Gu <timothygu...
PR-URL: https://github.com/nodejs/node/pull/47339
Reviewed-By: Tiancheng "Timothy" Gu <timothygu...
Co-authored-by: Antoine du Hamel <[email protected]>
PR-URL: https://github.com/nodej...
PR-URL: https://github.com/nodejs/node/pull/47384
Refs: https://github.com/nodejs/node/pull/4695...
`std::shared_ptr<T>::unique()` has been removed in C++20, so this change
uses `std::shared_ptr<T...
This patch:
- Builds the set of modules that can be required by users with/without
the `node:...
PR-URL: https://github.com/nodejs/node/pull/47369
Fixes: https://github.com/nodejs/node/issues/4...
PR-URL: https://github.com/nodejs/node/pull/47403
Reviewed-By: Yagiz Nizipli <[email protected]>...
SnapshotSerializerDeserializer::GetName() appears to confuse static
analysis such as Coverity.
...
aa3dbe30c992d5a506a6e687ac23b25f9a13130e authored over 1 year ago by Tobias Nießen <[email protected]>Before
```
❯ tools/test.py "sequential/test-debugger*"
[00:25|% 100|+ 32|- 0]: Done
All tes...
812e236df935d2cb8f6ce208b8d13ef18dde8f50 authored over 1 year ago by Joyee Cheung <[email protected]>
To avoid failures when there is another running process occupying
the port 9229 which may happen...
It is not obvious that in some cases cpus() returns an empty list and
this has caused a bug befo...
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.6 to 2.2.9.
- [Re...
PR-URL: https://github.com/nodejs/node/pull/47273
Refs: https://github.com/nodejs/node/issues/47...
PR-URL: https://github.com/nodejs/node/pull/47331
Reviewed-By: Yagiz Nizipli <[email protected]>...
PR-URL: https://github.com/nodejs/node/pull/47335
Reviewed-By: James M Snell <[email protected]>...
PR-URL: https://github.com/nodejs/node/pull/47394
Fixes: https://github.com/nodejs/node/issues/4...
PR-URL: https://github.com/nodejs/node/pull/47370
Reviewed-By: Colin Ihrig <[email protected]>
R...
PR-URL: https://github.com/nodejs/node/pull/47088
Fixes: https://github.com/nodejs/node/issues/4...
There is actually a leak. The test doesn't exercise the right
path to create a substantial enoug...
PR-URL: https://github.com/nodejs/node/pull/47361
Reviewed-By: Colin Ihrig <[email protected]>
R...
Bootstrap per-realm callbacks like `prepare_stack_trace_callback` in
the ShadowRealm. This enabl...
Location of `writing-and-running-benchmarks.md` is `doc/contributing`
(not benchmark).
PR-URL: ...
edaa9f4102acc1b2d85a8f5572ad312add80d83d authored over 1 year ago by Deokjin Kim <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/47375
Reviewed-By: Richard Lau <[email protected]>
Rev...
PR-URL: https://github.com/nodejs/node/pull/47202
Reviewed-By: James M Snell <[email protected]>...
Don't conform to the spec with isTrusted. The spec defines it as
`LegacyUnforgeable` but definin...
PR-URL: https://github.com/nodejs/node/pull/47349
Reviewed-By: Yagiz Nizipli <[email protected]>...
PR-URL: https://github.com/nodejs/node/pull/47190
Reviewed-By: Tiancheng "Timothy" Gu <timothygu...
Update the table describing the platform and toolchain used to build
the official Node.js 20 bin...
PR-URL: https://github.com/nodejs/node/pull/47376
Reviewed-By: Michaël Zasso <targos@protonmail....
PR-URL: https://github.com/nodejs/node/pull/47341
Reviewed-By: Richard Lau <[email protected]>
Rev...
PR-URL: https://github.com/nodejs/node/pull/46599
Reviewed-By: James M Snell <[email protected]>...
PR-URL: https://github.com/nodejs/node/pull/47344
Reviewed-By: Colin Ihrig <[email protected]>
R...
PR-URL: https://github.com/nodejs/node/pull/47358
Reviewed-By: Antoine du Hamel <duhamelantoine1...
PR-URL: https://github.com/nodejs/node/pull/47358
Reviewed-By: Antoine du Hamel <duhamelantoine1...
Signed-off-by: Darshan Sen <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/473...
PR-URL: https://github.com/nodejs/node/pull/47357
Reviewed-By: Luigi Pinca <[email protected]...
Python pip no longer has a `--no-user` option.
Refs: https://github.com/nodejs/build/issues/327...
cce5a8c9ae8442eeb5be743c93ad45f87ababaf5 authored over 1 year ago by Christian Clauss <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/46674
Reviewed-By: Benjamin Gruenbaum <benjamingr@gm...
PR-URL: https://github.com/nodejs/node/pull/47320
Reviewed-By: James M Snell <[email protected]>...
PR-URL: https://github.com/nodejs/node/pull/47318
Reviewed-By: Colin Ihrig <[email protected]>
R...
This reverts commit f51c152f6016fdf9ad9ec6ee246f83a7b4793043.
PR-URL: https://github.com/nodejs...
4c9ec9866e3de3255856507d82ddc4b27df9784a authored over 1 year ago by Yagiz Nizipli <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/46305
Reviewed-By: Geoffrey Booth <webadmin@geoffrey...
We don't want (yet?) to consider coverage as a requirement for
landing a pull request.
Refs: ht...
d918bf4720689ee919a1bb246aa29c433634bfe0 authored over 1 year ago by Michaël Zasso <[email protected]>
PR-URL: https://github.com/nodejs/node/pull/47351
Reviewed-By: Yagiz Nizipli <[email protected]>...
PR-URL: https://github.com/nodejs/node/pull/47302
Reviewed-By: Mohammed Keyvanzadeh <mohammadkey...
The only bad handler value we can inhert from before exec is SIG_IGN
(any actual function pointe...
PR-URL: https://github.com/nodejs/node/pull/47283
Refs: https://github.com/nodejs/node/issues/47...
PR-URL: https://github.com/nodejs/node/pull/47300
Reviewed-By: Tierney Cyren <[email protected]>
Revi...
PR-URL: https://github.com/nodejs/node/pull/44943
Reviewed-By: Matteo Collina <matteo.collina@gm...
* add TokenSecret, StatelessResetToken, RetryToken, and RegularToken
* add SessionTicket impleme...
PR-URL: https://github.com/nodejs/node/pull/47163
Reviewed-By: Moshe Atlow <[email protected]>
R...
PR-URL: https://github.com/nodejs/node/pull/47033
Reviewed-By: Yagiz Nizipli <[email protected]>...
util.inspect() is used, but `util` is not imported. So added
importing util to example of `proce...
PR-URL: https://github.com/nodejs/node/pull/47251
Reviewed-By: Yagiz Nizipli <[email protected]>...