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

Create a new pull request by comparing changes across two branches #995

Merged
merged 35 commits into from
May 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
ba08f4e
deps: update undici to 6.18.0
nodejs-github-bot May 20, 2024
1b96527
deps: update undici to 6.18.1
nodejs-github-bot May 22, 2024
dcaf756
meta: move one or more collaborators to emeritus
nodejs-github-bot May 23, 2024
a81d833
test: remove timers from test-tls-socket-close
lpinca May 23, 2024
007b934
build: fix ./configure --help format error
kylo5aby May 23, 2024
124aed2
doc: add StefanStojanovic to collaborators
StefanStojanovic May 23, 2024
c137d6e
src: fix execArgv in worker
theanarkh May 23, 2024
98a1ecf
test,doc: enable running embedtest for Windows
vmoroz May 23, 2024
b9ad94b
src: fix external module env and kDisableNodeOptionsEnv
RafaelGSS May 23, 2024
7e6d92c
tools: update ESLint to v9 and use flat config
targos May 23, 2024
f05baff
lib: do not call callback if socket is closed
theanarkh May 23, 2024
c7a63b0
watch: fix variable naming
jakecastelli May 24, 2024
8382da1
deps: patch V8 to 12.4.254.19
nodejs-github-bot May 24, 2024
3fe35dc
Revert "tools: add --certify-safe to nci-ci"
aduh95 May 24, 2024
501546e
test: increase allocation so it fails for the test
AdamMajer May 24, 2024
bc13f23
build: fix `--enable-d8` builds
richardlau May 24, 2024
ccceae0
tools: update error message for Type Error
avivkeller May 25, 2024
2079a7a
module: do not set CJS variables for Worker eval
aduh95 May 25, 2024
0cbbab9
build: exit on unsupported host OS for Android
VoltrexKeyva May 25, 2024
177b8b9
src: convert all endian checks to constexpr
tniessen May 25, 2024
19f0bca
build: fix -j propagation to ninja
tniessen May 25, 2024
e818eee
test: skip `test-setproctitle` when `ps` is not available
aduh95 May 25, 2024
0d7b5a9
doc: move all TLS-PSK documentation to its section
mildsunrise May 25, 2024
d0a7272
build: use broader detection for 'help'
avivkeller May 25, 2024
aaca18b
doc: add note for windows users and symlinks
avivkeller May 25, 2024
dc609f5
meta: remove `initializeCommand` from devcontainer
avivkeller May 26, 2024
892d360
doc: fix wrong function name in example of `context.plan()`
deokjinkim May 26, 2024
ff659fa
fs: mark recursive cp methods as stable
theoludwig May 26, 2024
26d5caf
src: do not use deprecated V8 API
isheludko Mar 25, 2024
bd15155
src: use new V8 API to define stream accessor
isheludko Apr 30, 2024
33d4f29
doc: fix wrong variable name in example of `timers.tick()`
deokjinkim May 27, 2024
72a4470
doc: fix format in `esm.md`
popmoore May 27, 2024
897e39a
doc: mention pm is not enforced when using fd
RafaelGSS May 27, 2024
8e9686d
test: fix Windows native test suites
StefanStojanovic May 27, 2024
a320ac6
deps: fix FP16 bitcasts.h
StefanStojanovic May 28, 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.

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

This file was deleted.

Loading
Loading