Skip to content
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

v22.3.0 proposal #53379

Merged
merged 135 commits into from
Jun 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
135 commits
Select commit Hold shift + click to select a range
77fd504
doc: add missing supported timer values in `timers.enable()`
deokjinkim May 15, 2024
badec0c
doc: add Marco Ippolito to TSC
RafaelGSS May 15, 2024
fd91eaa
deps: upgrade npm to 10.8.0
npm-cli-bot May 16, 2024
63fcbcf
doc: remove unavailable youtube link in pull requests
deokjinkim May 16, 2024
4c65c52
doc: avoid hiding by navigation bar in anchor jumping
cloydlau May 16, 2024
4347bd2
src: improve node::Dotenv declarations
tniessen May 16, 2024
d87f9af
buffer: make compare/equals faster
tniessen May 16, 2024
879679e
lib,doc: replace references to import assertions
targos May 17, 2024
e2211a0
test_runner: avoid error when coverage line not found
MoLow May 17, 2024
0f0bc98
doc: improve ninja build for --built-in-modules-path
jakecastelli May 17, 2024
5110b19
tls: fix negative sessionTimeout handling
tniessen May 18, 2024
3f7d55b
test: add AbortController to knownGlobals
lpinca May 18, 2024
f1890ab
src: replace deprecated GetImportAssertions V8 API
targos May 18, 2024
6d8589e
deps: patch V8 to 12.4.254.17
nodejs-github-bot May 18, 2024
bb844de
benchmark: fix api restriction for the permission category
bekcpear May 18, 2024
c70b2f7
cli: add `NODE_RUN_SCRIPT_NAME` env to `node --run`
anonrig May 19, 2024
d750a3c
src: remove calls to recently deprecated V8 APIs
ajklein May 15, 2024
190129b
src: remove unused `base64_table_url`
anonrig May 19, 2024
f949080
build: set "clang" in config.gypi in GN build
zcbenz May 20, 2024
3ff174f
test_runner: fix t.assert methods
cjihrig May 20, 2024
626037c
deps: update zlib to 1.3.0.1-motley-4f653ff
nodejs-github-bot May 21, 2024
7b929df
deps: patch V8 to 12.4.254.18
nodejs-github-bot May 21, 2024
af60fbb
deps: update googletest to 33af80a
nodejs-github-bot May 21, 2024
6413769
lib: replace MessageEvent with undici's
KhafraDev Apr 29, 2024
96f72ae
deps: update undici to 6.15.0
KhafraDev May 2, 2024
ee56aec
lib: add EventSource Client
Uzlopak May 13, 2024
fe00bec
deps: update undici to 6.16.1
nodejs-github-bot May 14, 2024
7a67ecf
test_runner: support module mocking
cjihrig May 19, 2024
793af1b
deps: update undici to 6.17.0
nodejs-github-bot May 20, 2024
cfcde78
cli: add `NODE_RUN_PACKAGE_JSON_PATH` env
anonrig May 21, 2024
ec44965
src: simplify node modules traverse path
anonrig May 21, 2024
7940db7
fs: remove basename in favor of std::filesystem
anonrig May 22, 2024
4a2c6ff
src: reduce unnecessary `GetCwd` calls
anonrig May 22, 2024
494fa54
test: replace `.substr` with `.slice`
aduh95 May 22, 2024
b941992
deps: update undici to 6.18.0
nodejs-github-bot May 20, 2024
4d27b32
deps: update undici to 6.18.1
nodejs-github-bot May 22, 2024
3afeced
meta: move one or more collaborators to emeritus
nodejs-github-bot May 23, 2024
3ce7a9a
test: remove timers from test-tls-socket-close
lpinca May 23, 2024
14547c5
build: fix ./configure --help format error
kylo5aby May 23, 2024
db5dd0c
doc: add StefanStojanovic to collaborators
StefanStojanovic May 23, 2024
838fe59
src: fix execArgv in worker
theanarkh May 23, 2024
c61f909
test,doc: enable running embedtest for Windows
vmoroz May 23, 2024
7aa9519
src: fix external module env and kDisableNodeOptionsEnv
RafaelGSS May 23, 2024
9f764a8
tools: update ESLint to v9 and use flat config
targos May 23, 2024
040be4a
lib: do not call callback if socket is closed
theanarkh May 23, 2024
2859f4c
watch: fix variable naming
jakecastelli May 24, 2024
52a7873
deps: patch V8 to 12.4.254.19
nodejs-github-bot May 24, 2024
c1b3e0e
Revert "tools: add --certify-safe to nci-ci"
aduh95 May 24, 2024
a371dea
test: increase allocation so it fails for the test
AdamMajer May 24, 2024
b7d7e9a
build: fix `--enable-d8` builds
richardlau May 24, 2024
6022346
tools: update error message for Type Error
avivkeller May 25, 2024
4cdb05a
module: do not set CJS variables for Worker eval
aduh95 May 25, 2024
5fba67f
build: exit on unsupported host OS for Android
VoltrexKeyva May 25, 2024
6b1731c
src: convert all endian checks to constexpr
tniessen May 25, 2024
ca655b6
build: fix -j propagation to ninja
tniessen May 25, 2024
9a47792
test: skip `test-setproctitle` when `ps` is not available
aduh95 May 25, 2024
088dff1
doc: move all TLS-PSK documentation to its section
mildsunrise May 25, 2024
d711942
build: use broader detection for 'help'
avivkeller May 25, 2024
cf47384
doc: add note for windows users and symlinks
avivkeller May 25, 2024
e079967
meta: remove `initializeCommand` from devcontainer
avivkeller May 26, 2024
7147c1d
doc: fix wrong function name in example of `context.plan()`
deokjinkim May 26, 2024
6165894
fs: mark recursive cp methods as stable
theoludwig May 26, 2024
11f790d
src: do not use deprecated V8 API
isheludko Mar 25, 2024
3bfce6c
src: use new V8 API to define stream accessor
isheludko Apr 30, 2024
070577e
doc: fix wrong variable name in example of `timers.tick()`
deokjinkim May 27, 2024
1702d26
doc: fix format in `esm.md`
popmoore May 27, 2024
afbfe89
doc: mention pm is not enforced when using fd
RafaelGSS May 27, 2024
65b64cf
test: fix Windows native test suites
StefanStojanovic May 27, 2024
728c861
deps: fix FP16 bitcasts.h
StefanStojanovic May 28, 2024
edcadf7
build: fix building embedtest in GN build
zcbenz May 25, 2024
67a766f
doc: fix minor grammar and style issues in SECURITY.md
Trott May 28, 2024
c249289
test_runner,doc: align documentation with actual stdout/stderr behavior
MoLow May 28, 2024
1eb55f3
doc: improve explanation about built-in modules
joyeecheung May 7, 2024
374743c
process: add process.getBuiltinModule(id)
joyeecheung Apr 30, 2024
fe007cd
lib: allow CJS source map cache to be reclaimed
legendecas May 28, 2024
c1138db
test: unskip v8-updates/test-linux-perf-logger
lukealbao May 7, 2024
45c1eb1
Revert "test: skip v8-updates/test-linux-perf-logger"
lukealbao May 7, 2024
33242ff
build: add `--skip-tests` to `test-ci-js` target
aduh95 May 29, 2024
1886fe9
src: use __FUNCSIG__ on Windows in backtrace
joyeecheung May 29, 2024
c391923
doc: include ESM import for HTTP
avivkeller May 30, 2024
74cefa5
build: update ruff to v0.4.5
anonrig May 30, 2024
a0766bd
net: add new net.server.listen tracing channel
ShogunPanda May 30, 2024
0b375a3
deps: upgrade npm to 10.8.1
npm-cli-bot May 30, 2024
f6d2af8
test_runner: add context.fullName
cjihrig May 26, 2024
048478d
doc: add context.assert docs
cjihrig May 27, 2024
8c6dffc
test_runner: add snapshot testing
cjihrig May 18, 2024
812f0e9
doc: add note to ninjia build for macOS using -jn flag
jakecastelli May 30, 2024
b5c30e2
module: print amount of load time of a cjs module
H4ad May 30, 2024
86e80dc
tools: move webcrypto into no-restricted-properties
zeeqko May 30, 2024
350c733
build: support python 3.13
legendecas May 30, 2024
91971ee
doc: reserve 128 for Electron 32
VerteDinde May 31, 2024
6708536
fs: fix cp dir/non-dir mismatch error messages
fahrradflucht May 31, 2024
75e5612
src,permission: --allow-wasi & prevent WASI exec
RafaelGSS Jun 1, 2024
e26166f
src,permission: handle process.chdir on pm
RafaelGSS Jun 1, 2024
07c601e
test_runner: refactor to use min/max of `validateInteger`
deokjinkim Jun 1, 2024
a656cf6
stream: fix memory usage regression in writable
orgads Jun 2, 2024
257004c
deps: update c-ares to 1.29.0
nodejs-github-bot Jun 2, 2024
d4f5f80
test_runner: handle file rename and deletion under watch mode
jakecastelli Jun 2, 2024
98ae1eb
lib: fix the name of the fetch global function
dygabo Jun 2, 2024
6303f19
deps: patch V8 to 12.4.254.20
nodejs-github-bot Jun 2, 2024
cebbd83
test: update TLS trace tests for OpenSSL >= 3.2
richardlau Jun 2, 2024
0e85a84
test: fix test when compiled without engine support
richardlau Jun 2, 2024
feb0ba2
benchmark: fix napi/ref addon
targos Jun 2, 2024
4b9cdea
Revert "module: have a single hooks thread for all workers"
mcollina Jun 2, 2024
0976439
build: fix --v8-lite-mode build
daeyeon Jun 3, 2024
b7f5662
meta: bump codecov/codecov-action from 4.3.1 to 4.4.1
dependabot[bot] Jun 3, 2024
96924f4
meta: bump github/codeql-action from 3.25.3 to 3.25.7
dependabot[bot] Jun 3, 2024
e59b744
meta: bump actions/checkout from 4.1.4 to 4.1.6
dependabot[bot] Jun 3, 2024
062a0c6
meta: bump ossf/scorecard-action from 2.3.1 to 2.3.3
dependabot[bot] Jun 3, 2024
d89bde2
doc: add `err` param to fs.copyFile callback
F3n67u May 31, 2024
718a3ab
doc: add err param to fs.cp callback
F3n67u May 31, 2024
6409b1f
tools: update gyp-next to 0.18.1
nodejs-github-bot Jun 4, 2024
b688050
deps: update simdjson to 3.9.3
nodejs-github-bot Jun 4, 2024
77907a2
deps: update corepack to 0.28.2
nodejs-github-bot Jun 4, 2024
e45cc2a
deps: update ada to 2.8.0
nodejs-github-bot Jun 4, 2024
1d59345
buffer: add .bytes() method to Blob
KhafraDev Jun 4, 2024
7c66b27
stream: micro-optimize writable condition
orgads Jun 4, 2024
4a17dda
deps: update undici to 6.18.2
nodejs-github-bot Jun 4, 2024
638b510
cli: add `--expose-gc` flag available to `NODE_OPTIONS`
juanarbol Jun 4, 2024
8c71522
doc: remove cases for keys not containing "*" in PATTERN_KEY_COMPARE
Mrtenz Jun 5, 2024
98cc094
tools: update eslint to 9.4.0
nodejs-github-bot Jun 5, 2024
34f2098
crypto: fix propagation of "memory limit exceeded"
tniessen Jun 5, 2024
2d1ecbf
test_runner: calculate executed lines using source map
MoLow Jun 5, 2024
e7f3a3c
tools: use sccache Github action
MoLow Jun 5, 2024
505e9a4
lib: fix misleading argument of validateUint32
tniessen Jun 5, 2024
7bc5f96
doc: indicate requirement on VS 17.6 or newer
legendecas Jun 6, 2024
ec83431
build: generate binlog in out directories
legendecas Jun 6, 2024
fc94992
deps: update nghttp2 to 1.62.0
nodejs-github-bot May 13, 2024
fef067f
deps: update nghttp2 to 1.62.1
nodejs-github-bot May 26, 2024
0ecb770
tools: remove no-goma arg from make-v8 script
targos Jun 6, 2024
e66eb37
repl: fix await object patterns without values
lukehaas Jun 7, 2024
cb1329a
src: use v8::(Des|S)erializeInternalFieldsCallback
joyeecheung Jun 7, 2024
133cae0
doc: fix broken link in `static-analysis.md`
richardlau Jun 7, 2024
5a41bcf
src: traverse parent folders while running `--run`
anonrig Jun 7, 2024
2e7a776
2024-06-11, Version 22.3.0 (Current)
RafaelGSS Jun 7, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 0 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"visualstudioexptteam.vscodeintellicode"
],
"image": "nodejs/devcontainer:nightly",
"initializeCommand": "docker system prune -f -a",
"settings": {
"terminal.integrated.profiles.linux": {
"zsh (login)": {
Expand Down
15 changes: 0 additions & 15 deletions .eslintignore

This file was deleted.

374 changes: 0 additions & 374 deletions .eslintrc.js

This file was deleted.

Loading