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

V20.5.0 proposal #48761

Merged
merged 55 commits into from
Jul 20, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
df363d0
src: deduplicate X509 getter implementations
tniessen Jul 3, 2023
25c5a0a
meta: bump github/codeql-action from 2.3.6 to 2.20.1
dependabot[bot] Jul 3, 2023
332e480
meta: bump ossf/scorecard-action from 2.1.3 to 2.2.0
dependabot[bot] Jul 3, 2023
9cf2e1f
src,lib: reducing C++ calls of esm legacy main resolve
H4ad Jul 3, 2023
b5cb69c
meta: bump step-security/harden-runner from 2.4.0 to 2.4.1
dependabot[bot] Jul 3, 2023
42dc6eb
tools: update lint-md-dependencies to rollup@3.26.0
nodejs-github-bot Jul 4, 2023
a1f4ff7
tools: update eslint to 8.44.0
nodejs-github-bot Jul 4, 2023
f4333b1
permission: v8.writeHeapSnapshot and process.report
RafaelGSS Jul 4, 2023
dff6c25
meta: bump actions/checkout from 3.5.2 to 3.5.3
dependabot[bot] Jul 5, 2023
e2d0195
bootstrap: hide experimental web globals with flag kNoBrowserGlobals
legendecas Jul 5, 2023
4e08160
child_process: support `Symbol.dispose`
MoLow Jul 5, 2023
e2442bb
timers: support Symbol.dispose
MoLow Jul 5, 2023
dfa0aee
Revert "test: remove test-crypto-keygen flaky designation"
lpinca Jul 5, 2023
a316808
events: allow safely adding listener to abortSignal
atlowChemi Jul 5, 2023
4a0b66e
http2: send RST code 8 on AbortController signal
devm33 Jul 6, 2023
dd7ea3e
doc: mention git node release prepare
RafaelGSS Jul 6, 2023
7daefae
doc: drop <b> of v20 changelog
RafaelGSS Jul 6, 2023
999ae0c
doc: fix copy node executable in Windows
yoavain Jul 6, 2023
150e155
deps: upgrade npm to 9.8.0
npm-cli-bot Jul 8, 2023
caccb05
doc: clarify transform._transform() callback argument logic
rafasofizada Jul 8, 2023
67b13d1
events: fix bug listenerCount don't compare wrapped listener
yuzheng14 Jul 10, 2023
d99ea48
src: remove kEagerCompile for CompileFunction
kvakil Jul 6, 2023
b7a076a
deps: V8: cherry-pick cb00db4dba6c
kvakil Jul 6, 2023
b25e78a
tools: update lint-md-dependencies to rollup@3.26.2
nodejs-github-bot Jul 11, 2023
38ce95d
tools: update doc to unist-util-select@5.0.0 unist-util-visit@5.0.0
nodejs-github-bot Jul 11, 2023
cc7809d
esm: fix emit deprecation on legacy main resolve
aduh95 Jul 11, 2023
e4333ac
http2: use addAbortListener
atlowChemi Jul 5, 2023
f691dca
readline: use addAbortListener
atlowChemi Jul 5, 2023
5a382d0
stream: use addAbortListener
atlowChemi Jul 5, 2023
002ce31
dgram: use addAbortListener
atlowChemi Jul 5, 2023
ac11264
net: use addAbortListener
atlowChemi Jul 5, 2023
7d843bb
child_process: use addAbortListener
atlowChemi Jul 5, 2023
1295c76
lib: use addAbortListener
atlowChemi Jul 5, 2023
c47b2cb
dgram: socket add `asyncDispose`
atlowChemi Jul 9, 2023
cfa69bd
net: server add `asyncDispose`
atlowChemi Jul 9, 2023
eb0aba5
bootstrap: use correct descriptor for Symbol.{dispose,asyncDispose}
ljharb Jul 12, 2023
d378b2c
test: move test-net-throttle to parallel
lpinca Jun 29, 2023
6e82077
test: deflake test-net-throttle
lpinca Jun 29, 2023
c73cfcc
deps: update acorn to 8.10.0
nodejs-github-bot Jul 12, 2023
69b55d2
doc: fix ambiguity in http.md and https.md
an5er Jul 8, 2023
daeb21d
stream: fix deadlock when pipeing to full sink
ronag Jul 12, 2023
4398ade
tools: run fetch_deps.py with Python 3
richardlau Jul 12, 2023
67a1018
build: do not pass target toolchain flags to host toolchain
tie Jul 12, 2023
a9a4b73
src: make BaseObject iteration order deterministic
joyeecheung Jul 12, 2023
fa94deb
deps: update minimatch to 9.0.3
nodejs-github-bot Jul 12, 2023
6406f50
module: add SourceMap.lineLengths
isaacs Jul 12, 2023
986b46a
fs: add a fast-path for readFileSync utf-8
anonrig Jul 12, 2023
45be29d
doc: add atlowChemi to collaborators
atlowChemi Jul 13, 2023
82d6b13
permission: add debug log when inserting fs nodes
RafaelGSS Jul 13, 2023
1454f02
deps: update nghttp2 to 1.55.0
nodejs-github-bot Jul 14, 2023
ef7728b
deps: update nghttp2 to 1.55.1
nodejs-github-bot Jul 17, 2023
227e6bd
src: pass syscall on `fs.readFileSync` fail operation
anonrig Jul 17, 2023
07bfcc4
url: fix `canParse` false value when v8 optimizes
anonrig Jul 17, 2023
0ef73ff
test_runner: add shards support
rluvaton Jul 5, 2023
f13c7f5
2023-07-18, Version 20.5.0 (Current)
juanarbol Jul 18, 2023
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
  •  
  •  
  •  
Prev Previous commit
Next Next commit
tools: update eslint to 8.44.0
PR-URL: #48632
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Zeyu "Alex" Yang <himself65@outlook.com>
  • Loading branch information
nodejs-github-bot authored and juanarbol committed Jul 13, 2023
commit a1f4ff7c5903339f24e77045416ea24ba73db316
7 changes: 6 additions & 1 deletion tools/node_modules/eslint/conf/globals.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

45 changes: 27 additions & 18 deletions tools/node_modules/eslint/lib/cli-engine/cli-engine.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

124 changes: 15 additions & 109 deletions tools/node_modules/eslint/lib/eslint/flat-eslint.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions tools/node_modules/eslint/lib/rule-tester/rule-tester.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading