Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
124 commits
Select commit Hold shift + click to select a range
5c27ec8
build: ignore unrelated workflow changes in slow Actions tests
Trott Nov 27, 2021
82daaa9
tools,test: make -J behavior default for test.py
Trott Nov 24, 2021
61b2e2e
doc: remove legacy -J test.py option from BUILDING.md
Trott Nov 24, 2021
1b8baf0
build: remove legacy -J test.py option from Makefile/vcbuild
Trott Nov 24, 2021
29739f8
build: add OpenSSL gyp artifacts to .gitignore
lpinca Nov 27, 2021
90097ab
src,crypto: remove uses of `AllocatedBuffer` from `crypto_sig`
RaisinTen Nov 27, 2021
db9cef3
build: set persist-credentials: false on workflows
Trott Nov 27, 2021
033a646
meta: increase security policy response targets
mcollina Nov 25, 2021
e924dc7
cluster: use linkedlist for round_robin_handle
twchn Oct 26, 2021
f0d8743
lib,test,tools: use consistent JSDoc types
Trott Nov 29, 2021
93ea166
perf_hooks: use spec-compliant `structuredClone`
targos Nov 29, 2021
c757fa5
crypto: add missing null check
mhdawson Oct 25, 2021
a2fb12f
deps: patch V8 to 9.6.180.15
targos Nov 29, 2021
943547a
Revert "test: skip different params test for OpenSSL 3.x"
danbev Oct 28, 2021
f30d6bc
meta: move one or more TSC members to emeritus
nodejs-github-bot Nov 21, 2021
7c41f32
doc: fix JSDoc in ESM loaders examples
Mesteery Nov 29, 2021
b0b7943
esm: working mock test
bmeck Jul 2, 2021
8427099
tools: run ESLint update to minimize diff on subsequent update
Trott Nov 27, 2021
86d5af1
tools: update ESLint update script to consolidate dependencies
Trott Nov 27, 2021
5400b79
tools: consolidate ESLint dependencies
Trott Nov 27, 2021
6525226
tools: remove unneeded tool in update-eslint.sh
Trott Nov 28, 2021
627b5bb
deps: update Acorn to v8.6.0
targos Nov 30, 2021
db30bc9
build: update Actions versions
Mesteery Nov 30, 2021
e292271
tools: ignore unrelated workflow changes in slow Actions tests
aduh95 Nov 30, 2021
513305c
stream: cleanup eos
ronag Dec 1, 2021
8fac878
readline: skip escaping characters again
BridgeAR Dec 1, 2021
0e21c64
stream: remove whatwg streams experimental warning
jasnell Dec 1, 2021
681edbe
doc: specify that `message.socket` can be nulled
lpinca Dec 1, 2021
1b8d4e4
events: propagate weak option for kNewListener
jasnell Nov 29, 2021
62c4b4c
lib: add AbortSignal.timeout
jasnell Nov 20, 2021
661960e
tools: include JSDoc in ESLint updating tool
Trott Nov 30, 2021
a959f4f
tools: install and enable JSDoc linting in ESLint
Trott Nov 30, 2021
da87413
util: always visualize cause property in errors during inspection
BridgeAR Dec 2, 2021
1572db3
lib: do not lazy load EOL in blob
BridgeAR Dec 2, 2021
f18aa14
doc: link to commit queue guide
GeoffreyBooth Dec 2, 2021
de1748a
test: add auth option case for url.format
Dec 2, 2021
db77780
url: detect hostname more reliably in url.parse()
Trott Dec 2, 2021
12023df
errors: add support for cause in aborterror
jasnell Nov 28, 2021
e795547
timers: propagate signal.reason in awaitable timers
jasnell Nov 28, 2021
67124ac
readline: propagate signal.reason in awaitable question
jasnell Nov 28, 2021
01e8c15
stream: use cause options in AbortError constructors
jasnell Nov 28, 2021
4b3bf7e
http2: propagate abortsignal reason in new AbortError constructor
jasnell Nov 28, 2021
6eda874
fs: propagate abortsignal reason in new AbortSignal constructors
jasnell Nov 28, 2021
a1ed7f2
lib: propagate abortsignal reason in new AbortError constructor in blob
jasnell Nov 28, 2021
37dbc3b
events: propagate abortsignal reason in new AbortError ctor in events
jasnell Nov 28, 2021
62e0aa9
tools: udpate packages in tools/doc
Trott Nov 30, 2021
ee4186b
build: add tools/doc to tools.yml updates
Trott Nov 30, 2021
b353ded
doc: expand entries for isIP(), isIPv4(), and isIPv6()
Trott Dec 2, 2021
6f0ec98
src: use a higher limit in the NearHeapLimitCallback
joyeecheung Nov 30, 2021
91df200
util: add numericSeparator to util.inspect
BridgeAR Dec 3, 2021
fe3e09b
tools: remove Babel from license-builder.sh
Trott Dec 3, 2021
fb8f2e9
test: deflake test-trace-atomics-wait
lpinca Dec 3, 2021
6b6e1d0
node-api,doc: document parms which can be optional
mhdawson Nov 29, 2021
6327685
build: fail early in test-macos.yml
Trott Nov 30, 2021
9cfdf15
tools: rollback highlight.js
richardlau Dec 4, 2021
94d0911
doc: add explicit declaration of fd with null val
Gena888 Nov 2, 2021
78265e0
tools: use jsdoc recommended rules
Trott Dec 2, 2021
ce656a8
test: add missing JSDoc parameter name
Trott Dec 2, 2021
855f15d
tools: enable jsdoc/require-param-name lint rule
Trott Dec 2, 2021
2125449
build: add `--without-corepack`
jonahsnider Dec 5, 2021
0caa348
timers: add experimental scheduler api
jasnell Nov 21, 2021
d6d1d66
meta: update AUTHORS
nodejs-github-bot Dec 5, 2021
3a1d952
deps: upgrade npm to 8.2.0
npm-robot Dec 2, 2021
dc0405e
tools: update ESLint to 8.4.0
lpinca Dec 6, 2021
c776c92
build: re-enable V8 concurrent marking
targos Nov 29, 2021
668284b
doc: add @bnb as a collaborator
bnb Dec 6, 2021
a0326f0
util: escape lone surrogate code points using .inspect()
BridgeAR Dec 6, 2021
a7dfa43
assert: use stricter stack frame detection in .ifError()
BridgeAR Dec 6, 2021
1787bfa
stream: allow readable to end early without error
ronag Nov 19, 2021
1f6a9c3
test: skip ESLint tests if no Intl
Trott Dec 7, 2021
3406910
doc: clarify escaping for ES modules
notroid5 Dec 7, 2021
cc3e430
lib: use consistent types in JSDoc @returns
Trott Dec 5, 2021
52633a9
tools: enable jsdoc/require-returns-check lint rule
Trott Dec 5, 2021
831face
build: skip documentation generation if no ICU
Trott Dec 5, 2021
7b606cf
tools: update highlight.js to 11.3.1
Trott Dec 5, 2021
40a773a
tools: strip comments from lint-md rollup output
Trott Dec 7, 2021
a77cae1
tls: improve handling of shutdown
vtjnash Nov 13, 2020
e3ac384
doc: simplify major release preparation
BethGriggs Dec 8, 2021
9569180
doc: remove OpenJSF Slack nodejs from support doc
Trott Dec 7, 2021
c9b09d1
doc,lib,tools: align multiline comments
Trott Dec 7, 2021
78894fa
tools: enable JSDoc check-alignment lint rule
Trott Dec 7, 2021
d8fa227
doc: add note about pip being required
PiotrRybak Oct 30, 2021
93f5bd3
doc: document support building with Python 3.10 on Windows
cclauss Dec 6, 2021
e25671c
fs: fix `length` option being ignored during `read()`
fracsinus Dec 10, 2021
46108f8
fs: fix error codes for `fs.cp`
aduh95 Dec 10, 2021
70e6fe8
tools: update ESLint to 8.4.1
Trott Dec 10, 2021
4ba883d
lib: add abortSignal.throwIfAborted()
jasnell Nov 24, 2021
4369c6d
doc: fix comments in test-fs-watch.js
jakub-g Dec 10, 2021
8d87303
inspector: add missing initialization
mhdawson Nov 29, 2021
70ed4ef
http: don't write empty data on req/res end()
santigimeno Dec 10, 2021
d3de937
src: fix limit calculation
mhdawson Dec 10, 2021
28761de
buffer: fix `Blob` constructor on various `TypedArray`s
Gozala Dec 10, 2021
348707f
lib: make AbortSignal cloneable/transferable
jasnell Dec 1, 2021
db26bdb
doc: move style guide to findable location
Trott Dec 11, 2021
1fc6fd6
build: fix commit-queue-rebase functionality
Trott Dec 11, 2021
f5ff88b
util: pass through the inspect function to custom inspect functions
BridgeAR Dec 11, 2021
09d29ca
util: make sure error causes of any type may be inspected
BridgeAR Dec 6, 2021
66b5083
util: serialize falsy cause values while inspecting errors
BridgeAR Dec 6, 2021
b191e66
lib: include return types in JSDoc
Trott Dec 9, 2021
6fc92bd
tools: enable jsdoc/require-returns-type ESLint rule
Trott Dec 9, 2021
34c6c59
doc: update nodejs-sec managers
mhdawson Dec 12, 2021
fae4945
deps: upgrade npm to 8.3.0
npm-robot Dec 9, 2021
0fc1483
meta: update AUTHORS
nodejs-github-bot Dec 12, 2021
e3870f3
tools: update lint-md-dependencies to [email protected] [email protected]
nodejs-github-bot Dec 12, 2021
db410e7
tools: update doc to [email protected]
nodejs-github-bot Dec 13, 2021
bbdcd05
fs: accept URL as argument for `fs.rm` and `fs.rmSync`
aduh95 Dec 13, 2021
d8a2125
process: add `getActiveResourcesInfo()`
RaisinTen Dec 14, 2021
99fb6d4
assert: prefer reference comparison over string comparison
RaisinTen Dec 14, 2021
1274a25
doc: align module resolve algorithm with implementation
Ayase-252 Dec 14, 2021
61c53a6
build: use gh cli in workflows file
Mesteery Dec 14, 2021
b89fb3e
meta: move silverwind to emeriti
silverwind Dec 14, 2021
85f1537
build: fix comment-labeled workflow
Mesteery Dec 14, 2021
e26c187
meta: move to emeritus automatically after 18 months
Trott Dec 13, 2021
8957c9b
build,tools: automate enforcement of emeritus criteria
Trott Dec 13, 2021
03e6771
meta: move one or more collaborators to emeritus
nodejs-github-bot Dec 13, 2021
f883bf3
doc: add security steward on/offboarding steps
mhdawson Dec 9, 2021
3a9ffa8
build: use '<(python)' instead of 'python'
zcbenz Dec 16, 2021
93111e4
doc: fix closing parenthesis
AlphaDio Dec 16, 2021
8fcb71a
build: update openssl config generator Dockerfile
richardlau Dec 14, 2021
da8baf4
test: do not load absolute path crypto engines twice
richardlau Dec 15, 2021
0b21034
deps: upgrade openssl sources to quictls/openssl-3.0.1+quic
richardlau Dec 14, 2021
35fe144
deps: update archs files for quictls/openssl-3.0.1+quic
richardlau Dec 14, 2021
b59c513
stream: add isErrored helper
ronag Dec 9, 2021
e5873d7
2021-12-17, Version 17.3.0 (Current)
danielleadams Dec 17, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
meta: move one or more TSC members to emeritus
PR-URL: #40908
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: Michaël Zasso <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Matteo Collina <[email protected]>
Reviewed-By: Antoine du Hamel <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
Reviewed-By: Beth Griggs <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
Reviewed-By: Myles Borins <[email protected]>
Reviewed-By: Danielle Adams <[email protected]>
  • Loading branch information
nodejs-github-bot authored and danielleadams committed Dec 13, 2021
commit f30d6bcaff46a6a2fc921343ff408613128cc022
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,14 +176,10 @@ For information about the governance of the Node.js project, see
**Сковорода Никита Андреевич** <<[email protected]>> (he/him)
* [cjihrig](https://github.com/cjihrig) -
**Colin Ihrig** <<[email protected]>> (he/him)
* [codebytere](https://github.com/codebytere) -
**Shelley Vohr** <<[email protected]>> (she/her)
* [danielleadams](https://github.com/danielleadams) -
**Danielle Adams** <<[email protected]>> (she/her)
* [fhinkel](https://github.com/fhinkel) -
**Franziska Hinkelmann** <<[email protected]>> (she/her)
* [gabrielschulhof](https://github.com/gabrielschulhof) -
**Gabriel Schulhof** <<[email protected]>>
* [gireeshpunathil](https://github.com/gireeshpunathil) -
**Gireesh Punathil** <<[email protected]>> (he/him)
* [jasnell](https://github.com/jasnell) -
Expand Down Expand Up @@ -221,12 +217,16 @@ For information about the governance of the Node.js project, see
**Ben Noordhuis** <<[email protected]>>
* [chrisdickinson](https://github.com/chrisdickinson) -
**Chris Dickinson** <<[email protected]>>
* [codebytere](https://github.com/codebytere) -
**Shelley Vohr** <<[email protected]>> (she/her)
* [danbev](https://github.com/danbev) -
**Daniel Bevenius** <<[email protected]>> (he/him)
* [evanlucas](https://github.com/evanlucas) -
**Evan Lucas** <<[email protected]>> (he/him)
* [Fishrock123](https://github.com/Fishrock123) -
**Jeremiah Senkpiel** <<[email protected]>> (he/they)
* [gabrielschulhof](https://github.com/gabrielschulhof) -
**Gabriel Schulhof** <<[email protected]>>
* [gibfahn](https://github.com/gibfahn) -
**Gibson Fahnestock** <<[email protected]>> (he/him)
* [indutny](https://github.com/indutny) -
Expand Down