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

v15.7.0 proposal #37020

Merged
merged 81 commits into from
Jan 26, 2021
Merged
Changes from 1 commit
Commits
Show all changes
81 commits
Select commit Hold shift + click to select a range
02a8f52
doc: fix indentation on http2 doc entry
Trott Jan 10, 2021
c4cdf1d
fs: allow `position` parameter to be a `BigInt` in read and readSync
RaisinTen Nov 20, 2020
0398167
crypto: fix WebCrypto import of RSA-PSS keys
tniessen Jan 11, 2021
bf695eb
worker: refactor to avoid unsafe array iteration
aduh95 Dec 31, 2020
0d71947
vm: refactor to avoid unsafe array iteration
aduh95 Dec 31, 2020
1ef92f6
lib: refactor source_map to avoid unsafe array iteration
aduh95 Dec 31, 2020
403b595
zlib: refactor to avoid unsafe array iteration
aduh95 Dec 31, 2020
b86c48c
lib: refactor source_map to use more primordials
aduh95 Dec 31, 2020
70cd43c
doc: change "it's" to "its" where necessary
tniessen Jan 13, 2021
82eccdd
doc: update fs.l/statSync API history for throwIfNoEntry
amcasey Jan 12, 2021
1149af6
crypto: add keyObject.asymmetricKeyDetails for asymmetric keys
panva Nov 20, 2020
f99b38f
doc: wrap TOC in a <details> tag
Jan 12, 2021
5cbf638
doc: remove unnecessary contributing.md section
Trott Jan 12, 2021
b7d8e61
crypto: fix randomInt bias
tniessen Jan 12, 2021
e73b107
doc: update tls test to use better terminology
mhdawson Jan 8, 2021
864b97b
tls: use recently added matching SecureContext in default SNICallback
mkrawczuk Aug 5, 2020
80c84a1
doc: add miladfarca to collaborators
miladfarca Jan 14, 2021
22e29cc
doc: add alternative version links to the packages page
panva Jan 13, 2021
30b2aac
test: fix variable name for non-RSA keys
tniessen Jan 13, 2021
c2ec15a
test: check mustCall errors in test-fs-read-type
tniessen Jan 13, 2021
f5b8e7b
http2: refactor to avoid unsafe array iteration
aduh95 Dec 29, 2020
aa3bc74
doc: fixup typo in metadata entry
jasnell Jan 15, 2021
5a9a07e
doc: add iansu to collaborators
iansu Jan 15, 2021
8dc8adc
tools: add support for top-level await syntax in linter
aduh95 Jan 8, 2021
707b973
doc: use ESM syntax for WASI example
aduh95 Jan 8, 2021
7a79441
doc: remove resolving-a-bug-report from contributing docs
Trott Jan 13, 2021
eaf378a
doc: remove issue template duplication from contributing docs
Trott Jan 13, 2021
80051ab
http: cleanup ClientRequest oncreate
ronag Jan 10, 2021
aa7243e
http: refactor ClientRequest destroy
ronag Jan 10, 2021
99c1590
test: fixup flaky test-crypto-x509 on windows
jasnell Jan 16, 2021
3ea37c2
doc: fix invalid HTML in doc template
Trott Jan 14, 2021
64fed31
url: expose urlToHttpOptions utility
Jan 6, 2021
850d357
lib: refactor `primordials.makeSafe` to use more primordials
ExE-Boss Jan 10, 2021
f2ac4bb
lib: expose primordials object
aduh95 Jan 15, 2021
8a82415
Revert "test: mark test-cluster-bind-privileged-port flaky on arm"
rvagg Jan 12, 2021
f589bb2
test: improve coverage at `lib/internal/vm/module.js`
juanarbol Jan 12, 2021
889654d
url: align url format behavior with browsers
Lxxyx Jan 13, 2021
8cf280d
doc: improve perf_hooks docs
juanarbol Jan 13, 2021
3bbe9a5
test: improve coverage on worker threads
juanarbol Jan 13, 2021
c7dd9c8
test: skip internet for test-npm-install
ruyadorno Jan 14, 2021
af0f0a0
doc: fix percentile range in perf_hooks.md
RaisinTen Jan 15, 2021
ba87be0
test: improve coverage for `Module` getters
juanarbol Jan 15, 2021
832cd01
buffer: add base64url encoding option
panva Jan 15, 2021
6f773fb
deps: upgrade npm to 7.4.2
ruyadorno Jan 15, 2021
8e02b53
tools: update ESLint to 7.18.0
cjihrig Jan 15, 2021
120db2c
doc: fix grammar and link to QUIC in changelog
dandv Jan 16, 2021
48b6781
doc: fix crypto.generateKeySync aes allowed length list
panva Jan 14, 2021
ca479b9
deps: V8: cherry-pick fe191e8d05cc
bcoe Jan 16, 2021
d2d9ad7
doc: fix module.isPreloading documentation
aduh95 Jan 15, 2021
dc596d0
events: remove error listener on signal abort
Lxxyx Jan 16, 2021
f3637d5
doc: remove pull-requests.md preamble
Trott Jan 16, 2021
7ea374b
doc: clarify maxSockets option of http.Agent
PoojaDurgad Jan 15, 2021
5290d63
module: simplify tryStatSync with throwIfNoEntry option
aduh95 Jan 16, 2021
93fc295
doc: add performance notes for fs.readFile
jasnell Jan 11, 2021
9951dae
repl: refactor to avoid unsafe array iteration
RaisinTen Dec 28, 2020
3f75a60
perf_hooks: throw ERR_INVALID_ARG_VALUE if histogram.percentile param…
Lxxyx Jan 15, 2021
98369aa
test: remove unused ecdhPeerKey
danbev Jan 15, 2021
8d49ce9
test: fix warning in test_environment.cc
RaisinTen Jan 8, 2021
89a7941
os: performance improvement in vector allocation
yashLadha Jan 3, 2021
2f1f1da
test: increase buffer list coverage
emilsivervik Dec 30, 2020
fada6b0
test,benchmark: stop requiring URL and URLSearchParams
RaisinTen Jan 14, 2021
775b34b
buffer: introduce Blob
jasnell Jan 5, 2021
e69c4a9
test: add wpt tests for Blob
targos Jan 6, 2021
f07e1c9
http: abortIncoming only on socket close
ronag Jan 6, 2021
d549985
src: use BaseObject::kInternalFieldCount in X509Certificate constructor
joyeecheung Jan 12, 2021
4d5273b
doc: fix typo in http.server.requestTimout docs
alexbs Jan 18, 2021
a5ffdae
src: replace push_back with emplace_back in debug_utils
RaisinTen Jan 12, 2021
70ee7dc
http: attach request as res.req
ianstormtaylor Dec 14, 2020
7ce7404
build: fix compiling against openssl with no-psk
Jan 11, 2021
743dd8f
lib: remove non used getter in `lib/perf_hooks.js`
juanarbol Jan 13, 2021
7acea78
test: mark flaky tests on IBM i
richardlau Jan 18, 2021
a2559b9
doc: add @RaisinTen to collaborators
RaisinTen Jan 19, 2021
17bdcd9
tools,doc: list the stability status of each API
Lxxyx Nov 22, 2020
f270417
util: prefer `Reflect.ownKeys(…)`
ExE-Boss Jan 2, 2021
868d3b2
src: use BaseObject::kInteralFieldCount in Blob
joyeecheung Jan 19, 2021
ef3a5f6
deps: update ICU to 68.2
targos Jan 18, 2021
4b952d8
doc: fix maintaining ICU guide
targos Jan 18, 2021
6ef54bb
tools: cleanup old ICU version-specific fixes
targos Jan 18, 2021
8aeba3c
lib: refactor to use validateArray
Lxxyx Jan 18, 2021
e52e860
deps: upgrade npm to 7.4.3
ruyadorno Jan 21, 2021
2c0edbc
2021-01-26, Version 15.7.0 (Current)
ruyadorno Jan 22, 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
tools: update ESLint to 7.18.0
Update ESLint to 7.18.0

PR-URL: #36955
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
cjihrig authored and ruyadorno committed Jan 21, 2021

Verified

This commit was signed with the committer’s verified signature.
mcollina Matteo Collina
commit 8e02b53b097c2d33ce1615a497668c76204f74b0
3 changes: 2 additions & 1 deletion tools/node_modules/eslint/README.md

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

3 changes: 2 additions & 1 deletion tools/node_modules/eslint/lib/init/config-initializer.js

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

8 changes: 7 additions & 1 deletion tools/node_modules/eslint/lib/rules/complexity.js

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

16 changes: 16 additions & 0 deletions tools/node_modules/eslint/lib/rules/no-extra-parens.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.

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

1 change: 0 additions & 1 deletion tools/node_modules/eslint/node_modules/table/README.md

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.

28 changes: 24 additions & 4 deletions tools/node_modules/eslint/node_modules/table/dist/validators.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.

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.

2 changes: 1 addition & 1 deletion tools/node_modules/eslint/node_modules/table/package.json

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

4 changes: 3 additions & 1 deletion tools/node_modules/eslint/node_modules/uri-js/README.md

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.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions tools/node_modules/eslint/node_modules/uri-js/package.json

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

6 changes: 3 additions & 3 deletions tools/node_modules/eslint/package.json

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