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

[pull] main from nodejs:main #24

Open
wants to merge 883 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
883 commits
Select commit Hold shift + click to select a range
d5d1e80
net: support blocklist for net.Server
theanarkh Dec 2, 2024
47b80c2
deps: update undici to 7.0.0
nodejs-github-bot Dec 2, 2024
94c327c
module: remove --experimental-default-type
GeoffreyBooth Dec 2, 2024
5ef4985
deps: update sqlite to 3.47.1
nodejs-github-bot Dec 3, 2024
20bcaa0
util: add fast path for Latin1 decoding
mertcanaltin Dec 3, 2024
742ea1c
doc: add create-release-action to process
RafaelGSS Dec 3, 2024
ebc179d
src: add missing qualifiers to env.cc
anonrig Dec 3, 2024
3b6da7c
build: allow overriding clang usage
codebytere Dec 3, 2024
b915124
src: use spaceship operator in SocketAddress
jasnell Nov 28, 2024
7924ea3
2024-12-03, Version 22.12.0 'Jod' (LTS)
ruyadorno Nov 27, 2024
f601984
meta: bump actions/setup-node from 4.0.3 to 4.1.0
dependabot[bot] Dec 3, 2024
34174bc
meta: bump step-security/harden-runner from 2.10.1 to 2.10.2
dependabot[bot] Dec 3, 2024
b24a8e0
meta: bump actions/checkout from 4.1.7 to 4.2.2
dependabot[bot] Dec 3, 2024
fe12b01
meta: bump github/codeql-action from 3.27.0 to 3.27.5
dependabot[bot] Dec 3, 2024
7bedcfd
doc: fix typo
himself65 Dec 4, 2024
4e44322
crypto: ensure CryptoKey usages and algorithm are cached objects
panva Dec 4, 2024
398c941
test: update WPT for WebCryptoAPI to 76dfa54e5d
nodejs-github-bot Dec 1, 2024
09d5be0
test: update WPT for WebCryptoAPI to 3e3374efde
nodejs-github-bot Dec 2, 2024
c7de0ec
net: add net.BlockList.isBlockList(value)
jasnell Nov 29, 2024
3c2da4b
net: add SocketAddress.parse
jasnell Nov 29, 2024
c4aa34a
doc: add LJHarb to collaborators
ljharb Dec 4, 2024
556f1ae
test: ensure `cli.md` is in alphabetical order
aduh95 Nov 27, 2024
839ad8b
deps: upgrade npm to 10.9.2
npm-cli-bot Dec 5, 2024
d7fdbb9
module: mark evaluation rejection in require(esm) as handled
joyeecheung Dec 5, 2024
53356c3
lib: fix `fs.readdir` recursive async
RafaelGSS Dec 5, 2024
60e9c6f
tools: update `create-release-proposal` workflow
aduh95 Dec 5, 2024
660d533
doc: mention `-a` flag for the release script
ruyadorno Dec 5, 2024
f26a1da
net: support blocklist in net.connect
theanarkh Dec 6, 2024
7904bc0
test: remove test-fs-utimes flaky designation
lpinca Dec 6, 2024
56c8360
lib: add validation for options in compileFunction
kimtaejin3 Dec 6, 2024
9cd9f43
deps: update ngtcp2 to 1.9.1
nodejs-github-bot Dec 6, 2024
4211ab5
src,build: add no user defined deduction guides of CTAD check
legendecas Dec 6, 2024
eb5aa5f
doc: add report version and history section
legendecas Dec 6, 2024
65024ae
doc: fix module.md headings
legendecas Dec 6, 2024
0547dcf
doc: update blog release-post link
ruyadorno Dec 6, 2024
f6f519c
stream: commit pull-into descriptors after filling from queue
MattiasBuelens Nov 27, 2024
9c046ea
test: update streams wpt
MattiasBuelens Nov 28, 2024
c1ccade
lib: disable default memory leak warning for AbortSignal
phryneas Dec 7, 2024
ee88107
crypto: graduate WebCryptoAPI Ed25519 and X25519 algorithms as stable
panva Dec 5, 2024
7fdeeac
sea: only assert snapshot main function for main threads
joyeecheung Dec 7, 2024
ac7fea6
lib: handle Float16Array in node:v8 serdes
bartlomieju Dec 7, 2024
6e42433
Revert "build: avoid compiling with VS v17.12"
Flarna Dec 7, 2024
b5056be
v8,tools: expose experimental wasm revectorize feature
yolanda15 Dec 7, 2024
91b6e3c
lib: clean up persisted signals when they are settled
geeksilva97 Dec 8, 2024
4f51d46
tools: improve release proposal PR opening
aduh95 Dec 8, 2024
dbfcbe3
assert: make partialDeepStrictEqual work with ArrayBuffers
puskin94 Dec 8, 2024
3837c8d
build: fix GN build on macOS
joyeecheung Dec 9, 2024
e48c5b2
tools: bump the eslint group in /tools/eslint with 4 updates
dependabot[bot] Dec 9, 2024
fdf225a
tools: update gyp-next to 0.19.0
nodejs-github-bot Dec 9, 2024
3851edf
test: remove `hasOpenSSL3x` utils
aduh95 Dec 9, 2024
80c0055
tools: use commit title as PR title when creating release proposal
aduh95 Dec 9, 2024
0a7eeb5
doc: fix c++ addon hello world sample
geeksilva97 Dec 9, 2024
2960a59
tools: enable linter for `tools/icu/**`
LiviaMedeiros Dec 9, 2024
e859646
module: implement module.registerHooks()
joyeecheung Oct 29, 2024
1215a8b
module: use synchronous hooks for preparsing in import(cjs)
joyeecheung Nov 2, 2024
7443a28
test: update WPT for url to 6fa3fe8a92
nodejs-github-bot Dec 10, 2024
4831423
deps: update sqlite to 3.47.2
nodejs-github-bot Dec 10, 2024
6c03beb
deps: update undici to 7.1.0
nodejs-github-bot Dec 10, 2024
bd3c25c
tools: remove has_absl_stringify from gyp file
targos Dec 10, 2024
eef06f7
lib: remove redundant global regexps
gurgunday Dec 10, 2024
f184a0a
fs,win: fix readdir for named pipe
huseyinacacak-janea Dec 10, 2024
b932930
2024-12-10, Version 23.4.0 (Current)
aduh95 Dec 10, 2024
549037f
doc: fix incorrect link to style guide
technic960183 Dec 10, 2024
142adef
doc: add ambassador message - benefits of Node.js
mhdawson Nov 29, 2024
a364ec1
test: move localizationd data from `test-icu-env` to external file
LiviaMedeiros Dec 10, 2024
2063245
module: prevent main thread exiting before esm worker ends
islandryu Dec 10, 2024
fd9a79d
doc: call out import.meta is only supported in ES modules
antonk52 Dec 11, 2024
4a91507
util: do not rely on mutable `Object` and `Function`' `constructor` prop
aduh95 Dec 11, 2024
acff0ef
http2: support ALPNCallback option
ZYSzys Dec 11, 2024
586814b
worker: fix crash when a worker joins after exit
Qard Dec 11, 2024
b6c9dbe
module: only emit require(esm) warning under --trace-require-module
joyeecheung Dec 9, 2024
9ec8b9e
assert: make Maps be partially compared in partialDeepStrictEqual
puskin94 Dec 11, 2024
a1d980c
build: use variable for simdutf path
codebytere Dec 11, 2024
5c2f599
sqlite: support `db.loadExtension`
himself65 Dec 3, 2024
64cc3b8
src: fix outdated js2c.cc references
legendecas Dec 11, 2024
d1b8b5c
doc: update blog link to /vulnerability
RafaelGSS Dec 11, 2024
6cd1805
doc: update announce documentation for releases
RafaelGSS Dec 11, 2024
5541300
stream: handle generator destruction from Duplex.from()
matthieusieben Dec 12, 2024
37766dc
tools: fix release proposal linter to support more than 1 folk preparing
aduh95 Dec 12, 2024
33f0f16
doc: `sea.getRawAsset(key)` always returns an ArrayBuffer
ShenHongFei Dec 12, 2024
be04d06
src,lib: stabilize permission model
RafaelGSS Dec 12, 2024
131c33e
http2: remove duplicate codeblock
AVVS Dec 12, 2024
7a40aa7
http: add setDefaultHeaders option to http.request
pimterry Dec 12, 2024
e5524ea
sqlite: add support for custom functions
cjihrig Dec 12, 2024
a963b5e
tools: update gyp-next to 0.19.1
addaleax Dec 10, 2024
203398d
build: fix C string encoding for `PRODUCT_DIR_ABS`
addaleax Dec 2, 2024
743eacc
test: fix test-abortsignal-drop-settled-signals flakiness
geeksilva97 Dec 12, 2024
b5e25aa
fs: make mutating `options` in Promises `readdir()` not affect results
LiviaMedeiros Nov 28, 2024
9109965
fs: make mutating `options` in Callback `readdir()` not affect results
LiviaMedeiros Dec 7, 2024
96cd2a6
doc: add esm examples to node:perf_hooks
mfdebian Dec 12, 2024
e698bd0
test: remove exludes for sea tests on PPC
mhdawson Dec 12, 2024
95912f6
Revert "tools: disable automated libuv updates"
lpinca Dec 13, 2024
938a581
report: fix typos in report keys and bump the version
technic960183 Dec 13, 2024
6f084ff
node-api: allow napi_delete_reference in finalizers
legendecas Dec 13, 2024
b87ecc7
doc: add esm examples to node:tls
mfdebian Dec 13, 2024
2484156
tools: use `github.actor` instead of bot username for release proposals
aduh95 Dec 13, 2024
26d0559
doc: fix winget config path
himself65 Dec 13, 2024
414c5ed
module: add prefix-only modules to `module.builtinModules`
ljharb Dec 14, 2024
656dd5d
doc: fix 'which' to 'that' and add commas
selveter Dec 14, 2024
86c2925
test: use --permission over --experimental-permission
RafaelGSS Dec 14, 2024
e7a397a
util: fix Latin1 decoding to return string output
mertcanaltin Dec 14, 2024
a7c9f85
doc: add esm examples to node:readline
mfdebian Dec 14, 2024
2d4e35c
doc: add esm examples to node:repl
mfdebian Dec 14, 2024
a50f3d5
dgram: support blocklist in udp
theanarkh Dec 15, 2024
bc64114
buffer: document concat zero-fill
duncpro Dec 15, 2024
c39875a
doc: clarify util.aborted resource usage
KunalKumar-1 Dec 15, 2024
b171afe
deps: define V8_PRESERVE_MOST as no-op on Windows
StefanStojanovic Dec 16, 2024
80e3ef3
util: harden more built-in classes against prototype pollution
aduh95 Dec 16, 2024
fb5bc18
build: add major release action
RafaelGSS Dec 16, 2024
2cd385e
deps: update c-ares to v1.34.4
nodejs-github-bot Dec 17, 2024
04c082b
tools: add REPLACEME check to workflow
mertcanaltin Dec 17, 2024
5ad2ca9
test_runner: exclude test files from coverage by default
pmarchini Dec 17, 2024
6536978
test: remove test-sqlite-statement-sync flaky designation
lpinca Dec 17, 2024
ca96c8d
deps: update libuv to 1.49.2
lpinca Dec 17, 2024
12806e9
deps: update simdutf to 5.6.4
nodejs-github-bot Dec 17, 2024
2a3fc98
deps: update nghttp3 to 1.6.0
nodejs-github-bot Dec 17, 2024
5a868b5
tools: update github_reporter to 1.7.2
nodejs-github-bot Dec 17, 2024
6012a4e
tools: fix `node:` enforcement for docs
aduh95 Dec 17, 2024
a73c41c
sqlite: aggregate constants in a single property
geeksilva97 Dec 17, 2024
7302b6f
doc: stabilize util.styleText
RafaelGSS Dec 17, 2024
8253290
build: fix missing fp16 dependency in d8 builds
joyeecheung Dec 17, 2024
0d00511
build: set DESTCPU correctly for 'make binary' on loongarch64
wojiushixiaobai Dec 18, 2024
e477978
doc: fix color contrast issue in light mode
Trott Dec 18, 2024
60bd4fd
meta: move MoLow to TSC regular member
MoLow Dec 18, 2024
7560778
build: build v8 with -fvisibility=hidden on macOS
joyeecheung Dec 19, 2024
0675e05
doc: fix links in `module.md`
aduh95 Dec 19, 2024
fd8de67
stream: catch and forward error from dest.write
jakecastelli Dec 19, 2024
ec6e6b5
test: make `test-permission-sqlite-load-extension` more robust
aduh95 Dec 19, 2024
58b7204
Revert "events: add hasEventListener util for validate"
origranot Dec 17, 2024
a85ef6a
test: add test case for listeners
origranot Dec 17, 2024
854d23b
2024-12-19, Version 23.5.0 (Current)
aduh95 Dec 18, 2024
990497c
test: deflake test-esm-loader-hooks-inspect-brk
lpinca Dec 19, 2024
a33ec12
lib: suppress source map lookup exceptions
legendecas Dec 17, 2024
28557ef
lib: optimize `prepareStackTrace` on builtin frames
legendecas Dec 17, 2024
219b900
test_runner,cli: mark test isolation as stable
cjihrig Dec 20, 2024
14803ea
test: remove async-hooks/test-writewrap flaky designation
lpinca Dec 20, 2024
57b21b1
stream: validate undefined sizeAlgorithm in WritableStream
jazelly Dec 20, 2024
b6df128
esm: add experimental support for addon modules
legendecas Dec 20, 2024
ca69d0a
node-api: remove deprecated attribute from napi_module_register
vmoroz Dec 20, 2024
d780b90
build: test macos-13 on GitHub actions
targos Dec 20, 2024
4fd5db4
module: use buffer.toString base64
legendecas Dec 21, 2024
821ab6f
tools: add release line label when opening release proposal
aduh95 Dec 21, 2024
b814038
doc: add entry to changelog about SQLite Session Extension
louwers Dec 21, 2024
31c20f6
build: fix GN build for ngtcp2
zcbenz Dec 18, 2024
48c75bc
tools: fix `require-common-first` lint rule from subfolder
aduh95 Dec 22, 2024
56d5865
test: check typescript loader
marco-ippolito Dec 23, 2024
6577166
deps: update simdutf to 5.7.0
nodejs-github-bot Dec 24, 2024
270a2f1
deps: update ngtcp2 to 1.10.0
nodejs-github-bot Dec 24, 2024
a9e65f6
test: migrate message eval tests from Python to JS
yiyunlei Oct 31, 2023
6156f8a
Revert "stream: handle generator destruction from Duplex.from()"
jakecastelli Dec 17, 2024
5ea6fa7
test: add coverage for pipeline
jakecastelli Dec 17, 2024
be9dc2d
test: increase spin for eventloop test on s390
mhdawson Dec 10, 2024
da3f388
module: support eval with ts syntax detection
marco-ippolito Dec 24, 2024
49acdc8
test: skip `test-sqlite-extensions` when SQLite is not built by us
aduh95 Dec 24, 2024
bd0b704
doc: fix the `crc32` documentation
kevinuehara Dec 24, 2024
821b0a7
src: use starts_with in fs_permission.cc
IlyasShabi Dec 25, 2024
3147ec2
doc: update macOS and Xcode versions for releases
targos Dec 25, 2024
d00710d
test: deflake test-watch-file-shared-dependency
lpinca Dec 25, 2024
7ca7531
doc: clarify that WASM is trusted
mcollina Dec 25, 2024
f9fb410
doc: use `<ul>` instead of `<ol>` in `SECURITY.md`
aduh95 Dec 23, 2024
b420c8f
meta: move one or more collaborators to emeritus
nodejs-github-bot Dec 25, 2024
1d1d8f2
url: use resolved path to convert UNC paths to URL
aduh95 Dec 25, 2024
c0edd30
test: enable ts test on win arm64
marco-ippolito Dec 26, 2024
c94a9db
test: improve abort signal dropping test
geeksilva97 Dec 26, 2024
ba59928
module: unflag --experimental-strip-types
marco-ippolito Dec 26, 2024
94191f7
doc: expand description of `parseArg`'s `default`
bakkot Dec 27, 2024
38cd81a
test: remove test-net-write-fully-async-hex-string flaky designation
lpinca Dec 28, 2024
7d7e2ce
test: remove test-worker-arraybuffer-zerofill flaky designation
lpinca Dec 28, 2024
91c6b8a
assert: make partialDeepStrictEqual throw when comparing [0] with [-0]
puskin94 Dec 12, 2024
ca3c8f1
deps: update googletest to e54519b
nodejs-github-bot Dec 28, 2024
cef15f8
test: remove flaky designation
lpinca Dec 28, 2024
67b647e
deps: update undici to 7.2.0
nodejs-github-bot Dec 28, 2024
0dbbaba
sqlite: pass conflict type to conflict resolution handler
louwers Dec 29, 2024
ecc9fb2
lib: add typescript support to STDIN eval
marco-ippolito Dec 29, 2024
d2af881
test: use unusual chars in the path to ensure our tests are robust
aduh95 Dec 30, 2024
0e04aea
test: remove empty lines from snapshots
marco-ippolito Dec 24, 2024
eca22a4
lib: refactor execution.js
marco-ippolito Dec 24, 2024
b3f82fe
test: add ts eval snapshots
marco-ippolito Dec 25, 2024
4633e5d
deps: update googletest to 7d76a23
nodejs-github-bot Dec 31, 2024
4afb0e2
deps: update amaro to 0.2.1
nodejs-github-bot Dec 31, 2024
19d58c5
module: fix async resolution error within the sync `findPackageJSON`
JakobJingleheimer Dec 31, 2024
c5aa8b8
node-api: define version 10
gabrielschulhof Dec 31, 2024
35742a2
process: add process.ref() and process.unref() methods
jasnell Dec 29, 2024
9731d64
doc: add example for piping ReadableStream
gabrielschulhof Jan 1, 2025
98d4ebc
src: use v8::LocalVector consistently with other minor cleanups
jasnell Dec 31, 2024
639db21
deps: update simdutf to 5.7.2
nodejs-github-bot Jan 2, 2025
76b80b1
worker: add eval ts input
marco-ippolito Jan 3, 2025
bf3bc4e
src: drop --experimental-permission in favour of --permission
RafaelGSS Jan 3, 2025
afafee2
test_runner: finish marking snapshot testing as stable
cjihrig Jan 3, 2025
ccf45f6
tools: bump the eslint group in /tools/eslint with 4 updates
dependabot[bot] Jan 3, 2025
01554f3
tools: use a configurable value for number of open dependabot PRs
aduh95 Jan 3, 2025
804d41f
tools: disable unneeded rule ignoring in Python linting
Trott Jan 3, 2025
7e08cca
test: update test-child-process-windows-hide to use node:test
cjihrig Jan 4, 2025
4a7b815
test_runner: add assert.register() API
cjihrig Jan 4, 2025
221040b
test: update test-set-http-max-http-headers to use node:test
cjihrig Jan 4, 2025
f97a7b6
test: add initial test426 coverage
legendecas Jan 4, 2025
d0ff34f
test: update compiled sqlite tests to match other tests
cjihrig Jan 5, 2025
338d70b
sqlite: enable SQL math functions
cjihrig Jan 5, 2025
383e1a2
test_runner: differentiate test types in enqueue dequeue events
EddieAbbondanzio Jan 5, 2025
08b7d38
sqlite: support TypedArray and DataView in `StatementSync`
himself65 Jan 5, 2025
9400eae
inspector: report loadingFinished until the response data is consumed
legendecas Jan 5, 2025
b736028
src: use LocalVector in more places
jasnell Jan 3, 2025
b0c65bb
worker: flush stdout and stderr on exit
mcollina Jan 6, 2025
984a472
test: remove test-runner-watch-mode-complex flaky designation
lpinca Jan 6, 2025
7895b8e
test: update error code in tls-psk-circuit for for OpenSSL 3.4
sebastianas Jan 6, 2025
72537f5
test: remove flaky test-pipe-file-to-http designation
lpinca Jan 4, 2025
062ae6f
src, quic: refine more of the quic implementation
jasnell Nov 24, 2024
52c6449
src: drain platform tasks before creating startup snapshot
legendecas Jan 7, 2025
8c19a5c
tools: fix loong64 build failed
Xiao-Tao Jan 7, 2025
75b9c1c
test: remove test-macos-app-sandbox flaky designation
lpinca Jan 7, 2025
7c3aa9f
src: lock the thread properly in snapshot builder
joyeecheung Jan 7, 2025
36c53c6
2025-01-07, Version 23.6.0 (Current)
nodejs-github-bot Jan 3, 2025
a344300
2025-01-07, Version 22.13.0 'Jod' (LTS)
ruyadorno Jan 5, 2025
3b5f235
src: make some minor ToLocalChecked cleanups
jasnell Jan 7, 2025
8d9dac4
src: fixup more ToLocalChecked uses in node_file
jasnell Jan 5, 2025
5119049
doc: fix faulty YAML metadata
aduh95 Jan 7, 2025
ea493c1
crypto: make generatePrime/checkPrime interruptible
jasnell Jan 3, 2025
799d920
assert: show diff when doing partial comparisons
puskin94 Jan 8, 2025
c0ad193
src: move more crypto impl detail to ncrypto dep
jasnell Dec 31, 2024
7b472fd
src: minor cleanups on OneByteString usage
jasnell Jan 5, 2025
4f45ace
inspector: add undici http tracking support
legendecas Jan 8, 2025
5747828
doc: allow request for TSC reviews via the GitHub UI
aduh95 Jan 8, 2025
dc5d0f9
fs: allow `exclude` option in globs to accept glob patterns
daeyeon Jan 8, 2025
8975748
test_runner: run single test file benchmark
pmarchini Jan 9, 2025
6b3937a
src: refactor --trace-env to reuse option selection and handling
joyeecheung Jan 9, 2025
483e3d5
src: fix undefined script name in error source
legendecas Jan 9, 2025
b8f6d84
test: mark test-http-server-request-timeouts-mixed as flaky
joyeecheung Jan 9, 2025
24ed8da
assert: make partialDeepStrictEqual work with urls and File prototypes
puskin94 Jan 9, 2025
19c8cc1
test_runner: add t.assert.fileSnapshot()
cjihrig Jan 9, 2025
e1df1e0
tools: validate commit list as part of `lint-release-commit`
aduh95 Jan 9, 2025
2f35b1f
doc: add message for Ambassadors to promote
mhdawson Dec 11, 2024
9be9348
doc: reserve NMV 133 for Electron 35
VerteDinde Jan 10, 2025
a627a99
doc: add esm examples to node:trace_events
mfdebian Jan 10, 2025
529b56e
fs: deprecate passing invalid types in `fs.existsSync`
Ceres6 Jan 10, 2025
ba6800d
esm: fix jsdoc type refs to `ModuleJobBase` in esm/loader
JakobJingleheimer Jan 10, 2025
3946f16
process: fix symbol key and mark experimental new `node:process` methods
aduh95 Jan 10, 2025
25b22e4
deps: upgrade npm to 11.0.0
npm-cli-bot Jan 10, 2025
649da3b
doc: include CVE to EOL lines as sec release process
RafaelGSS Jan 10, 2025
ad68d08
doc: fix location of NO_COLOR in CLI docs
cjihrig Jan 11, 2025
0576deb
test: add error only reporter for node:test
Ceres6 Jan 11, 2025
8ca2956
crypto: fix warning of ignoring return value
zcbenz Jan 11, 2025
7154b32
assert: make myers_diff function more performant
puskin94 Jan 11, 2025
808e6b3
test: clarify fork inherit permission flags
RafaelGSS Jan 11, 2025
7409a1d
tools: edit `create-release-proposal` workflow
aduh95 Jan 11, 2025
c61504b
sqlite: disable memstatus APIs at build time
cjihrig Jan 12, 2025
9230f22
process: remove support for undocumented symbol
aduh95 Jan 12, 2025
046be6d
doc: fix parentheses in options
tniessen Jan 12, 2025
4c27393
doc: update gcc-version for ubuntu-lts
KunalKumar-1 Jan 12, 2025
99099d6
benchmark: add validateStream to styleText bench
RafaelGSS Jan 12, 2025
f4fcf0e
tls: fix error stack conversion in cryptoErrorListToException()
joyeecheung Jan 12, 2025
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
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 2 additions & 2 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ AlignEscapedNewlines: Right
AlignOperands: true
AlignTrailingComments: true
AllowAllParametersOfDeclarationOnNextLine: true
AllowShortBlocksOnASingleLine: Never
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Inline
AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: false
AllowShortLoopsOnASingleLine: true
AlwaysBreakAfterDefinitionReturnType: None
AlwaysBreakAfterReturnType: None
AlwaysBreakBeforeMultilineStrings: false
Expand Down
54 changes: 54 additions & 0 deletions .configurations/configuration.dsc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# yaml-language-server: $schema=https://aka.ms/configuration-dsc-schema/0.2
# Reference: https://github.com/nodejs/node/blob/main/BUILDING.md#windows
properties:
resources:
- resource: Microsoft.WinGet.DSC/WinGetPackage
id: pythonPackage
directives:
description: Install Python 3.12
module: Microsoft.WinGet.DSC
allowPrerelease: true
settings:
id: Python.Python.3.12
source: winget
- resource: Microsoft.WinGet.DSC/WinGetPackage
id: vsPackage
directives:
description: Install Visual Studio 2022 Community
allowPrerelease: true
settings:
id: Microsoft.VisualStudio.2022.Community
source: winget
useLatest: true
- resource: Microsoft.VisualStudio.DSC/VSComponents
id: vsComponents
dependsOn:
- vsPackage
directives:
description: Install required VS workloads and components
allowPrerelease: true
settings:
productId: Microsoft.VisualStudio.Product.Community
channelId: VisualStudio.17.Release
includeRecommended: true
components:
- Microsoft.VisualStudio.Workload.NativeDesktop
- Microsoft.VisualStudio.Component.VC.Llvm.Clang
- Microsoft.VisualStudio.Component.VC.Llvm.ClangToolset
- resource: Microsoft.WinGet.DSC/WinGetPackage
id: gitPackage
directives:
description: Install Git
allowPrerelease: true
settings:
id: Git.Git
source: winget
- resource: Microsoft.WinGet.DSC/WinGetPackage
id: nasmPackage
directives:
description: Install NetWide Assembler (NASM)
allowPrerelease: true
settings:
id: Nasm.Nasm
source: winget
configurationVersion: 0.1.0
54 changes: 54 additions & 0 deletions .configurations/configuration.vsEnterprise.dsc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# yaml-language-server: $schema=https://aka.ms/configuration-dsc-schema/0.2
# Reference: https://github.com/nodejs/node/blob/main/BUILDING.md#windows
properties:
resources:
- resource: Microsoft.WinGet.DSC/WinGetPackage
id: pythonPackage
directives:
description: Install Python 3.12
module: Microsoft.WinGet.DSC
allowPrerelease: true
settings:
id: Python.Python.3.12
source: winget
- resource: Microsoft.WinGet.DSC/WinGetPackage
id: vsPackage
directives:
description: Install Visual Studio 2022 Enterprise
allowPrerelease: true
settings:
id: Microsoft.VisualStudio.2022.Enterprise
source: winget
useLatest: true
- resource: Microsoft.VisualStudio.DSC/VSComponents
id: vsComponents
dependsOn:
- vsPackage
directives:
description: Install required VS workloads and components
allowPrerelease: true
settings:
productId: Microsoft.VisualStudio.Product.Enterprise
channelId: VisualStudio.17.Release
includeRecommended: true
components:
- Microsoft.VisualStudio.Workload.NativeDesktop
- Microsoft.VisualStudio.Component.VC.Llvm.Clang
- Microsoft.VisualStudio.Component.VC.Llvm.ClangToolset
- resource: Microsoft.WinGet.DSC/WinGetPackage
id: gitPackage
directives:
description: Install Git
allowPrerelease: true
settings:
id: Git.Git
source: winget
- resource: Microsoft.WinGet.DSC/WinGetPackage
id: nasmPackage
directives:
description: Install NetWide Assembler (NASM)
allowPrerelease: true
settings:
id: Nasm.Nasm
source: winget
configurationVersion: 0.1.0
54 changes: 54 additions & 0 deletions .configurations/configuration.vsProfessional.dsc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# yaml-language-server: $schema=https://aka.ms/configuration-dsc-schema/0.2
# Reference: https://github.com/nodejs/node/blob/main/BUILDING.md#windows
properties:
resources:
- resource: Microsoft.WinGet.DSC/WinGetPackage
id: pythonPackage
directives:
description: Install Python 3.12
module: Microsoft.WinGet.DSC
allowPrerelease: true
settings:
id: Python.Python.3.12
source: winget
- resource: Microsoft.WinGet.DSC/WinGetPackage
id: vsPackage
directives:
description: Install Visual Studio 2022 Professional
allowPrerelease: true
settings:
id: Microsoft.VisualStudio.2022.Professional
source: winget
useLatest: true
- resource: Microsoft.VisualStudio.DSC/VSComponents
id: vsComponents
dependsOn:
- vsPackage
directives:
description: Install required VS workloads and components
allowPrerelease: true
settings:
productId: Microsoft.VisualStudio.Product.Professional
channelId: VisualStudio.17.Release
includeRecommended: true
components:
- Microsoft.VisualStudio.Workload.NativeDesktop
- Microsoft.VisualStudio.Component.VC.Llvm.Clang
- Microsoft.VisualStudio.Component.VC.Llvm.ClangToolset
- resource: Microsoft.WinGet.DSC/WinGetPackage
id: gitPackage
directives:
description: Install Git
allowPrerelease: true
settings:
id: Git.Git
source: winget
- resource: Microsoft.WinGet.DSC/WinGetPackage
id: nasmPackage
directives:
description: Install NetWide Assembler (NASM)
allowPrerelease: true
settings:
id: Nasm.Nasm
source: winget
configurationVersion: 0.1.0
2 changes: 1 addition & 1 deletion .cpplint
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
set noparent
filter=-build/include_alpha,-build/include_subdir,-build/include_what_you_use,-legal/copyright,-readability/nolint
filter=-build/include_alpha,-build/include_subdir,-build/include_what_you_use,-legal/copyright,-readability/nolint,-readability/braces
linelength=80
2 changes: 2 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
/lib/tls.js @nodejs/crypto @nodejs/net
/src/crypto/* @nodejs/crypto
/src/node_crypto* @nodejs/crypto
/deps/ncrypto/* @nodejs/crypto

# http

Expand Down Expand Up @@ -142,6 +143,7 @@
# Actions

/.github/workflows/* @nodejs/actions
/.github/workflows/create-release-proposal.yml @nodejs/releasers
/tools/actions/* @nodejs/actions

# Test runner
Expand Down
8 changes: 7 additions & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
blank_issues_enabled: true
contact_links:
- name: ⁉️ Need help with Node.js?
- name: ⁉️ Need general help with Node.js?
url: https://github.com/nodejs/help
about: Please file an issue in our help repo.
- name: 📦 Have an issue with npm?
url: https://github.com/npm/cli/issues
about: npm has a seperate issue tracker.
- name: 📡 Have an issue with undici? (`WebSocket`, `fetch`, etc.)
url: https://github.com/nodejs/undici/issues
about: Undici has a seperate issue tracker.
- name: 🌐 Found a problem with nodejs.org beyond the API reference docs?
url: https://github.com/nodejs/nodejs.org/issues/new/choose
about: Please file an issue in the Node.js website repo.
17 changes: 15 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,30 @@ updates:
interval: monthly
commit-message:
prefix: meta
open-pull-requests-limit: 10
open-pull-requests-limit: ${{secrets.OPEN_PR_LIMIT}}

- package-ecosystem: npm
directory: /tools/eslint
schedule:
interval: monthly
commit-message:
prefix: tools
open-pull-requests-limit: 10
open-pull-requests-limit: ${{secrets.OPEN_PR_LIMIT}}
groups:
eslint:
applies-to: version-updates
patterns:
- '*'

- package-ecosystem: npm
directory: /tools/lint-md
schedule:
interval: monthly
commit-message:
prefix: tools
open-pull-requests-limit: ${{secrets.OPEN_PR_LIMIT}}
groups:
lint-md:
applies-to: version-updates
patterns:
- '*'
2 changes: 2 additions & 0 deletions .github/label-pr-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ exlusiveLabels:
/^test\/es-module\//: test, esm
/^test\/fixtures\/wpt\/streams\//: test, web streams
/^test\/fixtures\/typescript/: test, strip-types
/^test\/module-hooks\//: test, module, loaders
/^test\/fixtures/module-hooks\//: test, module, loaders

/^test\//: test

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/auto-start-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ jobs:
if: needs.get-prs-for-ci.outputs.numbers != ''
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false

- name: Install Node.js
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: ${{ env.NODE_VERSION }}

Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/build-tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ jobs:
if: github.event.pull_request.draft == false
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- name: Set up Python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Set up sccache
uses: mozilla-actions/sccache-action@89e9040de88b577a072e3760aaf59f585da083af # v0.0.5
uses: mozilla-actions/sccache-action@9e326ebed976843c9932b3aa0e021c6f50310eb4 # v0.0.6
with:
version: v0.8.1
- name: Environment Information
Expand All @@ -64,23 +64,23 @@ jobs:
mkdir tarballs
mv *.tar.gz tarballs
- name: Upload tarball artifact
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
with:
name: tarballs
path: tarballs
test-tarball-linux:
needs: build-tarball
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- name: Set up Python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Set up sccache
uses: mozilla-actions/sccache-action@89e9040de88b577a072e3760aaf59f585da083af # v0.0.5
uses: mozilla-actions/sccache-action@9e326ebed976843c9932b3aa0e021c6f50310eb4 # v0.0.6
with:
version: v0.8.1
- name: Environment Information
Expand All @@ -105,4 +105,4 @@ jobs:
- name: Test
run: |
cd $TAR_DIR
make run-ci -j4 V=1 TEST_CI_ARGS="-p dots --node-args='--test-reporter=spec' --measure-flakiness 9"
make run-ci -j4 V=1 TEST_CI_ARGS="-p dots --node-args='--test-reporter=./test/common/test-error-reporter.js' --measure-flakiness 9"
53 changes: 0 additions & 53 deletions .github/workflows/build-windows.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/commit-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
run: |
echo "plusOne=$((${{ github.event.pull_request.commits }} + 1))" >> $GITHUB_OUTPUT
echo "minusOne=$((${{ github.event.pull_request.commits }} - 1))" >> $GITHUB_OUTPUT
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: ${{ steps.nb-of-commits.outputs.plusOne }}
persist-credentials: false
- run: git reset HEAD^2
- name: Install Node.js
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
with:
node-version: ${{ env.NODE_VERSION }}
- name: Validate commit message
Expand Down
Loading