-
Notifications
You must be signed in to change notification settings - Fork 31k
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
v17.4.0 release proposal #41557
v17.4.0 release proposal #41557
Conversation
This is a proposed modification of defaultResolve to return the package format in case it has been found during package resolution. The format will be returned as described in the documentation: https://nodejs.org/api/esm.html#resolvespecifier-context-defaultresolve There is one new unit test as well: test/es-module/test-esm-resolve-type.js PR-URL: #40980 Reviewed-By: Bradley Farias <[email protected]> Reviewed-By: Gerhard Stöbich <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
Files previously managed by TSC + CommComm are now managed by TSC. PR-URL: #41169 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Tierney Cyren <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
PR-URL: #41187 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Filip Skokan <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]>
PR-URL: #41205 Reviewed-By: Guy Bedford <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Adrian Estrada <[email protected]>
PR-URL: #41142 Reviewed-By: Derek Lewis <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Stewart X Addison <[email protected]>
Refs: #40985 (comment) PR-URL: #41193 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: James M Snell <[email protected]>
PR-URL: #41230 Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Rich Trott <[email protected]>
PR-URL: #41227 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
This is in preparation for enabling a recommended JSDoc lint rule. PR-URL: #41147 Reviewed-By: Luigi Pinca <[email protected]>
This rule is part of the JSDoc ESLint plugin's recommneded rule set. It prohibits blank lines between JSDoc tags. PR-URL: #41147 Reviewed-By: Luigi Pinca <[email protected]>
PR-URL: #41228 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
`lib/internal/process/promises.js` contains the following comment about --unhandled-rejections=strict. This commit updates the docs to reflect this: // --unhandled-rejections=strict: // Emit 'uncaughtException'. If it's not handled, print // the error to stderr and exit the process. // Otherwise, emit 'unhandledRejection'. If // 'unhandledRejection' is not // handled, emit 'UnhandledPromiseRejectionWarning'. Fixes: #41184 PR-URL: #41194 Reviewed-By: Derek Lewis <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
PR-URL: #41234 Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]>
PR-URL: #40988 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: James M Snell <[email protected]>
* The createHistogram(options) options weren't actually implemented * Add a new count property that tracks the number of samples * Adds BigInt options for relevant properties * Adds add(other) method for RecordableHistogram * Cleans up and expands tests * Eliminates unnecessary ELDHistogram native class * Improve/Simplify histogram transfer impl Signed-off-by: James M Snell <[email protected]> perf_hooks: simplify Histogram constructor options Signed-off-by: James M Snell <[email protected]> PR-URL: #41153 Reviewed-By: Matteo Collina <[email protected]>
PR-URL: #41225 Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: James M Snell <[email protected]>
PR-URL: #41133 Refs: https://coverage.nodejs.org/coverage-18ff5832501b66b4/lib/internal/dns/promises.js.html#L116 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Qingyu Deng <[email protected]>
PR-URL: #41183 Reviewed-By: Robert Nagy <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Ricky Zhou <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: James M Snell <[email protected]>
Fixes: #41189 PR-URL: #41198 Refs: #37468 Reviewed-By: Derek Lewis <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
Refs: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/hasOwn PR-URL: #41229 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
PR-URL: #41242 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
stream: use nextTick on close PR-URL: #40901 Reviewed-By: Robert Nagy <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
Refs: #41206 This test seems to be failing regularly on windows with a timeout. Mark it slow to reduce CI noise until it gets investigated. Signed-off-by: Michael Dawson <[email protected]> PR-URL: #41207 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: James M Snell <[email protected]>
PR-URL: #41202 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Vladimir de Turckheim <[email protected]> Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: Minwoo Jung <[email protected]>
PR-URL: #41239 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
PR-URL: #41238 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
PR-URL: #41237 Reviewed-By: Mohammed Keyvanzadeh <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
PR-URL: #41245 Refs: https://eslint.org/docs/rules/prefer-object-has-own Reviewed-By: James M Snell <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Colin Ihrig <[email protected]>
PR-URL: #41241 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]>
PR-URL: #41240 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
See https://ci.nodejs.org/job/citgm-smoker/2830/nodes=fedora-latest-x64/testReport/junit/(root)/citgm/tape_v5_4_1/ for example:
|
ah right, because of the git ls-files. I’ll modify that command so it doesn’t fail when it’s not a git repo. |
@targos Any chance we can get in this release the commits that landed today on |
unless there's something critical, I won't have more time to spend on this. |
|
Release build: https://ci-release.nodejs.org/job/iojs+release/8215/ |
Release is blocked on nodejs/build#2850 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Npm's package.json now contains two fields named "version". Grep for the top-level one. Fixes: nodejs/build#2850 PR-URL: #41575 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Vladimir de Turckheim <[email protected]> Reviewed-By: Filip Skokan <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Zijian Liu <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Christian Clauss <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
Notable changes: child_process: * (SEMVER-MINOR) add support for URL to `cp.fork` (Antoine du Hamel) #41225 crypto: * (SEMVER-MINOR) alias webcrypto.subtle and webcrypto.getRandomValues on crypto (James M Snell) #41266 doc: * add Mesteery to collaborators (Mestery) #41543 events: * (SEMVER-MINOR) graduate capturerejections to supported (James M Snell) #41267 * (SEMVER-MINOR) add EventEmitterAsyncResource to core (James M Snell) #41246 loader: * (SEMVER-MINOR) return package format from defaultResolve if known (Gabriel Bota) #40980 perf_hooks: * (SEMVER-MINOR) multiple fixes for Histogram (James M Snell) #41153 stream: * (SEMVER-MINOR) add filter method to readable (Benjamin Gruenbaum, Robert Nagy) #41354 * (SEMVER-MINOR) add isReadable helper (Robert Nagy) #41199 * (SEMVER-MINOR) add map method to Readable (Benjamin Gruenbaum, Robert Nagy) #40815 PR-URL: #41557
d54eed9
to
5b59e14
Compare
New release build: https://ci-release.nodejs.org/job/iojs+release/8216/ |
Notable changes: child_process: * (SEMVER-MINOR) add support for URL to `cp.fork` (Antoine du Hamel) #41225 crypto: * (SEMVER-MINOR) alias webcrypto.subtle and webcrypto.getRandomValues on crypto (James M Snell) #41266 doc: * add Mesteery to collaborators (Mestery) #41543 events: * (SEMVER-MINOR) graduate capturerejections to supported (James M Snell) #41267 * (SEMVER-MINOR) add EventEmitterAsyncResource to core (James M Snell) #41246 loader: * (SEMVER-MINOR) return package format from defaultResolve if known (Gabriel Bota) #40980 perf_hooks: * (SEMVER-MINOR) multiple fixes for Histogram (James M Snell) #41153 stream: * (SEMVER-MINOR) add filter method to readable (Benjamin Gruenbaum, Robert Nagy) #41354 * (SEMVER-MINOR) add isReadable helper (Robert Nagy) #41199 * (SEMVER-MINOR) add map method to Readable (Benjamin Gruenbaum, Robert Nagy) #40815 PR-URL: #41557
Notable changes: child_process: * (SEMVER-MINOR) add support for URL to `cp.fork` (Antoine du Hamel) nodejs#41225 crypto: * (SEMVER-MINOR) alias webcrypto.subtle and webcrypto.getRandomValues on crypto (James M Snell) nodejs#41266 doc: * add Mesteery to collaborators (Mestery) nodejs#41543 events: * (SEMVER-MINOR) graduate capturerejections to supported (James M Snell) nodejs#41267 * (SEMVER-MINOR) add EventEmitterAsyncResource to core (James M Snell) nodejs#41246 loader: * (SEMVER-MINOR) return package format from defaultResolve if known (Gabriel Bota) nodejs#40980 perf_hooks: * (SEMVER-MINOR) multiple fixes for Histogram (James M Snell) nodejs#41153 stream: * (SEMVER-MINOR) add filter method to readable (Benjamin Gruenbaum, Robert Nagy) nodejs#41354 * (SEMVER-MINOR) add isReadable helper (Robert Nagy) nodejs#41199 * (SEMVER-MINOR) add map method to Readable (Benjamin Gruenbaum, Robert Nagy) nodejs#40815 PR-URL: nodejs#41557
Notable changes: child_process: * (SEMVER-MINOR) add support for URL to `cp.fork` (Antoine du Hamel) nodejs#41225 crypto: * (SEMVER-MINOR) alias webcrypto.subtle and webcrypto.getRandomValues on crypto (James M Snell) nodejs#41266 doc: * add Mesteery to collaborators (Mestery) nodejs#41543 events: * (SEMVER-MINOR) graduate capturerejections to supported (James M Snell) nodejs#41267 * (SEMVER-MINOR) add EventEmitterAsyncResource to core (James M Snell) nodejs#41246 loader: * (SEMVER-MINOR) return package format from defaultResolve if known (Gabriel Bota) nodejs#40980 perf_hooks: * (SEMVER-MINOR) multiple fixes for Histogram (James M Snell) nodejs#41153 stream: * (SEMVER-MINOR) add filter method to readable (Benjamin Gruenbaum, Robert Nagy) nodejs#41354 * (SEMVER-MINOR) add isReadable helper (Robert Nagy) nodejs#41199 * (SEMVER-MINOR) add map method to Readable (Benjamin Gruenbaum, Robert Nagy) nodejs#40815 PR-URL: nodejs#41557
Notable Changes
ef6f98c2e3
] - (SEMVER-MINOR) child_process: add support for URL tocp.fork
(Antoine du Hamel) #41225d62fe315c2
] - (SEMVER-MINOR) crypto: alias webcrypto.subtle and webcrypto.getRandomValues on crypto (James M Snell) #41266fcb37e9ce5
] - doc: add Mesteery to collaborators (Mestery) #415434079fc42b7
] - (SEMVER-MINOR) events: graduate capturerejections to supported (James M Snell) #41267fe21607901
] - (SEMVER-MINOR) events: add EventEmitterAsyncResource to core (James M Snell) #412466d8eb6ace6
] - (SEMVER-MINOR) loader: return package format from defaultResolve if known (Gabriel Bota) #4098027c619140a
] - (SEMVER-MINOR) perf_hooks: multiple fixes for Histogram (James M Snell) #4115309c25bb224
] - (SEMVER-MINOR) stream: add filter method to readable (Benjamin Gruenbaum, Robert Nagy) #413541150963217
] - (SEMVER-MINOR) stream: add isReadable helper (Robert Nagy) #411999f5a873965
] - (SEMVER-MINOR) stream: add map method to Readable (Benjamin Gruenbaum, Robert Nagy) #40815Commits
314102b14d
] - async_hooks: add missing initialization (Michael Dawson) #4128856345a3f63
] - async_hooks: fix AsyncLocalStorage in unhandledRejection cases (Bradley Farias) #41202fa84353952
] - benchmark: simplify http benchmarker regular expression (Rich Trott) #3820688d760c559
] - benchmark: fix benchmark/run.js handling of --set (Rich Trott) #41334dcf1ea0a3f
] - benchmark,test: use Object.hasOwn() where applicable (Rich Trott) #41229e8538c3751
] - build: fix node build failures in WSL Ubuntu (MrJithil) #414763d88ea195e
] - build: fix workflow access to git history (Rich Trott) #41472b0f0ad1004
] - build: start build on z/OS (alexcfyung) #4127380a3766ac7
] - build: use list for mutable retval rather than tuple (Rich Trott) #41372afe1e00509
] - build: remove Python 2 workaround (Rich Trott) #41357011c5f6498
] - build: improve readability of texts in workflows (Mestery) #409882233f31069
] - build,tools,win: trim unused VCBUILD_PYTHON_LOCATION variable (David Sanders) #41235d9465ae614
] - child_process: queue pending messages (Erick Wendel) #41221ed41fd110d
] - child_process: revise argument processing (Rich Trott) #41280ef6f98c2e3
] - (SEMVER-MINOR) child_process: add support for URL tocp.fork
(Antoine du Hamel) #41225d62fe315c2
] - (SEMVER-MINOR) crypto: alias webcrypto.subtle and webcrypto.getRandomValues on crypto (James M Snell) #412668ea56a9606
] - crypto: fix error capture when loading engine (Tobias Nießen) #41187f5b8aee1a1
] - deps: upgrade npm to 8.3.1 (npm-robot) #41503af3acecd7e
] - deps: V8: cherry-pick 3b6b21f595f6 (Michaël Zasso) #4145702ca5d7c7c
] - deps: upgrade to libuv 1.43.0 (Colin Ihrig) #4139848e4780fd7
] - doc: remove statement about client private keys (Tobias Nießen) #41505ba7160e815
] - doc: fix typo inonboarding.md
(Antoine du Hamel) #41544fcb37e9ce5
] - doc: add Mesteery to collaborators (Mestery) #41543abbfed8789
] - doc: add missing word in readable.read() text (Rich Trott) #41524712dfdc11f
] - doc: add missing YAML tag inesm.md
(Antoine du Hamel) #41516f443a4e8fa
] - doc: expand fs.access() mode parameter docs (Colin Ihrig) #414845c0c459976
] - doc: correct checkHost behavior with wildcards etc (Tobias Nießen) #41468c632241440
] - doc: remove extraneous colon in legacy subject (Tobias Nießen) #41477b7b0631b10
] - doc: remove SameValue comparison reference (Rich Trott) #41460524103d6bf
] - doc: update mailmap entries for mhdawson (Michael Dawson) #4143762aa190c01
] - doc: add guidance on order vulns are listed in (Michael Dawson) #41429d721a758b2
] - doc: update output in inspector examples (David Sanders) #4139060025bde16
] - doc: add note regarding unfinished TLA (Antoine du Hamel) #4143410bdb5969e
] - doc: add reference for===
operator in assert.md (Rich Trott) #41442edc6a7af42
] - doc: clarifyuncaughtException
origin
for ESM (Antoine du Hamel) #413394a369d03b4
] - doc: revise HTTPRequestOptions text (Rich Trott) #41407f43bfe2e16
] - doc: add reference for == and != operators (Rich Trott) #41413d3111bf0cc
] - doc: add @RaisinTen to the TSC (Michael Dawson) #41419e6bed4e972
] - doc: update Abstract Equality Comparison text in assert.md (Rich Trott) #4137519db19bb80
] - doc: fix example commands forREPLACEME
updates (Richard Lau) #4126916c0bea91d
] - doc: document thatrequire.main
may beundefined
(Antoine du Hamel) #41384014d4836ec
] - doc: clarify entry point behavior when using loader hooks (Antoine du Hamel) #413046460b1b32d
] - doc: clarifyrequire
behavior with non.js
extensions (Antoine du Hamel) #413450d18a8c232
] - doc: revise frozen-intrinsics text (Rich Trott) #41342c267bb2192
] - doc: fix example description for worker_threads (Dmitry Petrov) #41341ffe17a84f2
] - doc: make pull-request guide default branch agnostic (Antoine du Hamel) #412995cfc547997
] - doc: fix sync comment in observer snippet (Eric Jacobson) #412623a80104b29
] - doc: remove section about amending commits in PR guide (Thiago Santos) #4128723f97ec04e
] - doc: remove legacy in-page links in v8.md (Rich Trott) #41291e819685cec
] - doc: include stack trace difference in ES modules (Marcos Bérgamo) #41157dac8407944
] - doc: fix example in node-api docs (Michael Dawson) #4126429563abd85
] - doc: add usage recommendation for writable._destroy (Rafael Gonzaga) #41040e27e8272f7
] - doc: make function signature comply with JSDoc comment (Rich Trott) #41242d83a02994c
] - doc: align maxHeaderSize default with current value (Gil Pedersen) #41183730e25d7dd
] - doc: add unhandledRejection to strict mode (Colin Ihrig) #4119474742c3618
] - doc: adding estimated execution time (mawaregetsuka) #4114234ef5a7d4d
] - doc: fix syntax error in nested conditions example (Mateusz Burzyński) #41205c9a4603913
] - esm: makeprocess.exit()
default to exit code 0 (Gang Chen) #413888a94ca7a69
] - esm: refactor esm tests out of test/message (Geoffrey Booth) #413525ebe086ea6
] - esm: reconcile JSDoc vs. actual parameter name (Rich Trott) #412389fe304b8e8
] - events: clarify JSDoc entries (Rich Trott) #413114079fc42b7
] - (SEMVER-MINOR) events: graduate capturerejections to supported (James M Snell) #41267e3a0a9cb3a
] - events: add jsdoc details for Event and EventTarget (James M Snell) #41274fe21607901
] - (SEMVER-MINOR) events: add EventEmitterAsyncResource to core (James M Snell) #41246d4a6f2caf1
] - fs: use async directory processing in cp() (Colin Ihrig) #413510951bd94db
] - fs: correct param names in JSDoc comments (Rich Trott) #412371d75436a1c
] - http: remove duplicate code (Shaw) #392390aacd4926d
] - http2: handle existing socket data when creating HTTP/2 server sessions (Tim Perry) #4118524fbbf2747
] - lib: remove spurious JSDoc entry (Rich Trott) #41240e457ec05d6
] - lib: fix checking syntax of esm module (Qingyu Deng) #41198f176124e8b
] - lib,tools: remove empty lines between JSDoc tags (Rich Trott) #4114768fd2ac999
] - loader: fix package resolution for edge case (Gabriel Bota) #412186d8eb6ace6
] - (SEMVER-MINOR) loader: return package format from defaultResolve if known (Gabriel Bota) #40980a6146c7e27
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #4145607353e9b8b
] - meta: update AUTHORS (Node.js GitHub Bot) #41475e1ff4521d7
] - meta: correct my name in AUTHORS (Jacob Smith) #41444da1d5d6563
] - meta: update AUTHORS (Node.js GitHub Bot) #414490f9afa58d5
] - meta: add required fields in issue templates (Rich Trott) #41378da04408075
] - meta: update AUTHORS (Node.js GitHub Bot) #413741f6c4e819b
] - meta: replace API docs issue template with form (Rich Trott) #41348253c3e5488
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #413363e188cacc2
] - meta: replace feature request template with form (Rich Trott) #41317e339220511
] - meta: update AUTHORS (Node.js GitHub Bot) #41322d0d595f8f2
] - meta: update node-api team name (Richard Lau) #41268a53fa2010b
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #41248edefb41ec1
] - meta: update AUTHORS (Node.js GitHub Bot) #412346da7909797
] - meta: remove community-committee from CODEOWNERS (Rich Trott) #411695fe011a24d
] - node-api: add missing initialization of last error (Michael Dawson) #4129027c619140a
] - (SEMVER-MINOR) perf_hooks: multiple fixes for Histogram (James M Snell) #41153e60187d8ab
] - policy: add missing JSDoc @param entry (Rich Trott) #41239ec9071f55d
] - src: usestd::optional
for Worker thread id (Anna Henningsen) #414536aec92f959
] - src: gracefully handle errors in GetX509NameObject (Tobias Nießen) #414907ac126b75c
] - src: fix out-of-bounds check of serialization indices (JoostK) #4145293b3664b9a
] - src: do IWYU for some STL includes (David Sanders) #41236337ebfcd53
] - src: split out async stack corruption detection from inline fn (Anna Henningsen) #41331250e197a62
] - src: store native async execution resources asv8::Local
(Anna Henningsen) #413316187e81a8e
] - src: guard slightly costly check in MakeCallback more strongly (Anna Henningsen) #4133151d86fe6a0
] - stream: remove always-false condition check (Rich Trott) #41488b08138f367
] - stream: fix error-path function call (Rich Trott) #41433d79f8c2987
] - stream: remove unused function argument (Rich Trott) #4140309c25bb224
] - (SEMVER-MINOR) stream: add filter method to readable (Benjamin Gruenbaum) #413541150963217
] - (SEMVER-MINOR) stream: add isReadable helper (Robert Nagy) #411999f5a873965
] - (SEMVER-MINOR) stream: add map method to Readable (Benjamin Gruenbaum) #408153dc65646c8
] - stream: fix enqueue race condition on esm modules (Rafael Gonzaga) #4090109f2fd36a4
] - test: improve test coverage of dns/promises (Yoshiki Kurihara) #41425106ef0cef4
] - test: remove broken wiki link from test/common doc (Yoshiki Kurihara) #414269d8d7c63cb
] - test: do not OR F_OK in fs.access() test (Colin Ihrig) #414843e2154deda
] - test: mark test-performance-eventloopdelay flaky (Michael Dawson) #41409e808ee68d0
] - test: mark test-repl-sigint-nested-eval as flaky (Michael Dawson) #41302f97f6c585d
] - test: use spawnSync() full name in test-stdio-pipe-stderr (Rich Trott) #4133275c565bf18
] - test: improve expectWarning error message (Rich Trott) #41326c136d597f0
] - test: use spawnSync() full name (Rich Trott) #41327b2a87f770d
] - test: add comments explaining _setSimultaneousAccepts deprecation tests (Yoshiki Kurihara) #41307fac0871102
] - test: mark test-worker-take-heapsnapshot flaky (Michael Dawson) #4125390617b9303
] - test: mark wpt/test-user-timing test flaky (Michael Dawson) #412038f08328a01
] - test: correct param name in JSDoc comment (Rich Trott) #41241367ab2a55e
] - test: mark test-crypto-keygen slow on windows (Michael Dawson) #41207f067876338
] - test: improve test coverage of dns/promises (Yoshiki Kurihara) #411332e92f6f5d9
] - timers: use ref counts to count timers (Darshan Sen) #412313c8b25bec8
] - tls: use optional chaining to simplify checks (Antoine du Hamel) #41337a11ff31bca
] - tls: permit null as a pfx value (CallMeLaNN) #411705129b7c802
] - tools: fix small not-quite-a-bug in find-inactive-tsc.mjs (Rich Trott) #41469258ee4ba64
] - tools: enable ESLint recommended configuration (Rich Trott) #41463090a674a81
] - tools: enable ESLint no-constant-condition rule (Rich Trott) #414631f4369a106
] - tools: enable ESLint require-yield rule (Rich Trott) #414638090ce7a6c
] - tools: enable ESLint no-sparse-arrays rule (Rich Trott) #41463afa4f37faf
] - tools: enable ESLint no-loss-of-precision rule (Rich Trott) #41463ec337b2019
] - tools: replace for loop with map() (Rich Trott) #41451c91ac205a5
] - tools: use GITHUB_ACTIONS env var in inactivity scripts (Rich Trott) #414224a57d476a8
] - tools: replace while+exec() with matchAll() (Rich Trott) #41406583f8d969a
] - tools: fix argv bug in find-inactive-tsc.mjs (Rich Trott) #41394dcada80f30
] - tools: remove conditional assignment in custom ESLint rule (Rich Trott) #41325e15e1cb030
] - tools: update lint-md-dependencies to @rollup/[email protected] (Node.js GitHub Bot) #4136907683021b7
] - tools: update doc to [email protected] (Node.js GitHub Bot) #41367bd8b95a5e8
] - tools: remove last of error-masking in commit-queue.sh (Rich Trott) #413569284d24df6
] - tools: update eslint to 8.6.0 (Node.js GitHub Bot) #413685fc886f68e
] - tools: do not mask errors on multiple commit retrieval (Rich Trott) #413400ca7cda962
] - tools: enable jsdoc/check-param-names lint rule (Rich Trott) #4131175ff8e6505
] - tools: improve section tag additions in HTML doc generator (Rich Trott) #413189c4124706e
] - tools: simplify commit-queue.sh merge command (Rich Trott) #41314137c814848
] - tools: update lint-md-dependencies to [email protected] (Node.js GitHub Bot) #4131558da5d9b43
] - tools: use Object.hasOwn() in alljson.mjs (Rich Trott) #41306c12cbf2020
] - tools: avoid generating duplicate id attributes (Rich Trott) #4129180a114d1b7
] - tools: be intentional about masking possible error in start-ci.sh (Rich Trott) #41284198528426d
] - tools: use {N} for spaces in regex (Rich Trott) #4129546b364a684
] - tools: consolidate update-authors.js logic (Rich Trott) #41255c546cef4bc
] - tools: update doc dependency mdast-util-gfm-table to 1.0.2 (Rich Trott) #4126060c059e4bc
] - tools: make license-builder.sh comply with shellcheck 0.8.0 (Rich Trott) #4125862e28f19f7
] - tools: use arrow function for callback in lint-sh.js (Rich Trott) #41256e2df381da9
] - tools: add double-quotes to make-v8.sh (Rich Trott) #41257dae2e5fffa
] - tools: enable prefer-object-has-own lint rule (Rich Trott) #41245aa7d14768d
] - tools: update eslint to 8.5.0 (Node.js GitHub Bot) #412280c14e7e7c8
] - tools: enable jsdoc/tag-lines ESLint rule (Rich Trott) #41147c486da1715
] - tools: update lint-md-dependencies to @rollup/[email protected] (Node.js GitHub Bot) #4122782f492bbb0
] - tools: fix CQ and auto-start-ci jobs (Antoine du Hamel) #41230c44185ca37
] - tools: fix GitHub Actions status when CQ is empty (Antoine du Hamel) #41193800640adf9
] - tools,benchmark,lib,test: enable no-case-declarations lint rule (Rich Trott) #413854518fdda24
] - tools,lib,test: enable ESLint no-regex-spaces rule (Rich Trott) #41463c8e8fc0ecb
] - typings: add types for symbol and accessor properties onprimordials
(ExE Boss) #40992d733b56101
] - typings: add JSDoc forstring_decoder
(Qingyu Deng) #3822901ad8debd3
] - url,lib: pass urlsearchparams-constructor.any.js (Khaidi Chu) #411975ed8a1c017
] - util: do not reduce to a single line if not appropriate using inspect (Ruben Bridgewater) #41083ab5e94c832
] - util: display a present-but-undefined error cause (Jordan Harband) #41247