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

v19.6.0 proposal #46455

Merged
merged 72 commits into from
Feb 2, 2023
Merged
Changes from 1 commit
Commits
Show all changes
72 commits
Select commit Hold shift + click to select a range
1ec6270
http: res.setHeaders first implementation
marco-ippolito Jan 9, 2023
fbdc3f7
test_runner: add reporters
MoLow Dec 19, 2022
3a3a6d8
module: move test reporter loading
GeoffreyBooth Dec 22, 2022
a49e17e
test_runner: report `file` in test runner events
MoLow Jan 2, 2023
8b473af
test_runner: make built in reporters internal
cjihrig Jan 6, 2023
7aac21e
esm: leverage loaders when resolving subsequent loaders
arcanis Dec 17, 2022
5ad6c20
buffer: add isAscii method
anonrig Jan 20, 2023
9675863
stream: fix readable stream as async iterator function
ErickWendel Jan 20, 2023
7cf0da0
src: use explicit C++17 fallthrough
tniessen Jan 20, 2023
312e10c
deps: update to uvwasi 0.0.15
cjihrig Jan 20, 2023
8307a4b
src: replace unreachable code with static_assert
tniessen Jan 21, 2023
398a747
test,crypto: update WebCryptoAPI WPT
panva Jan 21, 2023
7a9af38
doc: update output of example in `events.getEventListeners`
deokjinkim Jan 21, 2023
f39fb8c
doc: mark some parameters as optional in webstreams
deokjinkim Jan 21, 2023
35bf93b
src: replace custom ASCII validation with simdutf one
addaleax Jan 21, 2023
7c51457
meta: move evanlucas to emeritus
evanlucas Jan 21, 2023
e75faff
tools: allow icutrim.py to run on python2
mhdawson Jan 21, 2023
8e363cf
crypto: include `hmac.h` in `crypto_util.h`
agl Jan 21, 2023
18c95ec
src: remove unreachable UNREACHABLE
tniessen Jan 22, 2023
e2698c0
doc: fix small typo error
0xflotus Jan 12, 2023
6186b3e
benchmark: introduce benchmark combination filtering
mscdex Dec 4, 2022
f318a85
benchmark: remove buffer benchmarks redundancy
mscdex Dec 4, 2022
940484b
test: add failing test for readline with carriage return
alecmev Jan 22, 2023
fb7bee2
src: fix c++ exception on bad command line arg
bnoordhuis Jan 22, 2023
9dc026b
meta: add .mailmap entry
Trott Jan 22, 2023
c10e602
meta: update AUTHORS
nodejs-github-bot Jan 22, 2023
2b06d66
lib: cache parsed source maps to reduce memory footprint
legendecas Jan 22, 2023
747f368
test: avoid left behind child processes
richardlau Jan 22, 2023
4440b3e
tools: update lint-md-dependencies
nodejs-github-bot Jan 22, 2023
e460d16
url: refactor to use more primordials
aduh95 Jan 22, 2023
640d111
src: refactor EndsInANumber in node_url.cc and adds IsIPv4NumberValid
miguelteixeiraa Jan 23, 2023
1d44017
doc: add v8 fast api contribution guidelines
anonrig Jan 24, 2023
4ae2492
readline: fix detection of carriage return
aduh95 Jan 24, 2023
4c59b60
src: add support for ETW stack walking
jdapena Jan 24, 2023
d52f600
src,lib: add constrainedMemory API for process
theanarkh Jan 25, 2023
2e5e7a9
stream: remove brandchecks from stream duplexify
debadree25 Jan 25, 2023
b4ac794
v8: support gc profile
theanarkh Jan 25, 2023
e7b507a
src: use UNREACHABLE instead of CHECK(falsy)
tniessen Jan 25, 2023
88b904c
tools: require more trailing commas
aduh95 Jan 25, 2023
34d70ce
vm: expose cachedDataRejected for vm.compileFunction
addaleax Jan 25, 2023
360a3f3
src: get rid of fp arithmetic in ParseIPv4Host
tniessen Jan 26, 2023
9757888
doc: fix commit message using test instead of deps
tony-go Jan 27, 2023
9c2f3ce
deps: update undici to 5.15.0
nodejs-github-bot Jan 27, 2023
813b160
deps: upgrade npm to 9.4.0
npm-cli-bot Jan 27, 2023
d795d93
build: fix MSVC 2022 Release compilation
vmoroz Jan 16, 2023
a64d7f4
doc: add documentation for socket.destroySoon()
lpinca Jan 28, 2023
a1d7954
test: avoid trying to call sysctl directly
AdamMajer Jan 28, 2023
d5d837b
test: fix logInTimeout is not function
theanarkh Jan 28, 2023
7385edc
test: s390x zlib test case fixes
AdamMajer Jan 28, 2023
367dc41
test: set common.bits to 64 for loong64
shipujin Jan 28, 2023
8a45c9d
test: fix tap escaping with and without --test
pulkit-30 Jan 28, 2023
968db21
doc: add tip for session.post function
theanarkh Jan 29, 2023
a7c9daa
fs: add statfs() functions
cjihrig Jan 29, 2023
c38673d
meta: update AUTHORS
nodejs-github-bot Jan 29, 2023
524eec7
benchmark: add trailing commas
aduh95 Jan 29, 2023
b83c5d9
test: add trailing commas in `test/pseudo-tty`
aduh95 Jan 29, 2023
4cc0818
test: add trailing commas in `test/message`
aduh95 Jan 29, 2023
232bdd5
test: add trailing commas in `test/node-api`
aduh95 Jan 25, 2023
d437025
inspector: allow opening inspector when `NODE_V8_COVERAGE` is set
MoLow Jan 29, 2023
b0acf55
tools: update lint-md-dependencies to rollup@3.12.0
nodejs-github-bot Jan 29, 2023
c1f3e13
deps: update acorn to 8.8.2
nodejs-github-bot Jan 30, 2023
bf62da5
tools: update doc to unist-util-select@4.0.3 unist-util-visit@4.1.2
nodejs-github-bot Jan 30, 2023
b966ef9
lib: remove unnecessary ObjectGetValueSafe
legendecas Jan 30, 2023
891d18d
doc: pass string to `textEncoder.encode` as input
deokjinkim Jan 30, 2023
6579de8
tools: update eslint to 8.33.0
nodejs-github-bot Jan 31, 2023
729642f
esm: delete preload mock test
GeoffreyBooth Jan 31, 2023
8c6c433
build: export more OpenSSL symbols on Windows
mohd-akram Jan 31, 2023
d13116a
test,crypto: add CFRG curve vectors to wrap/unwrap tests
panva Jan 31, 2023
43cad78
src: stop tracing agent before shutting down libuv
santigimeno Jan 31, 2023
996bac0
doc: include webstreams in finished() and Duplex.from() parameters
debadree25 Jan 31, 2023
c7024ee
doc: correct the `sed` command for macOS in release process docs
juanarbol Jan 31, 2023
3ecd96f
2023-02-02, Version 19.6.0 (Current)
ruyadorno Feb 1, 2023
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
deps: update acorn to 8.8.2
PR-URL: #46363
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
nodejs-github-bot authored and ruyadorno committed Jan 31, 2023

Verified

This commit was signed with the committer’s verified signature.
thetutlage Harminder Virk
commit c1f3e13c6524d4222b34f01e8e7616421261b57f
10 changes: 10 additions & 0 deletions deps/acorn/acorn/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 8.8.2 (2023-01-23)

### Bug fixes

Fix a bug that caused `allowHashBang` to be set to false when not provided, even with `ecmaVersion >= 14`.

Fix an exception when passing no option object to `parse` or `new Parser`.

Fix incorrect parse error on `if (0) let\n[astral identifier char]`.

## 8.8.1 (2022-10-24)

### Bug fixes
2 changes: 1 addition & 1 deletion deps/acorn/acorn/dist/acorn.d.ts
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ declare namespace acorn {
[Symbol.iterator](): Iterator<Token>
}

type ecmaVersion = 3 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 2015 | 2016 | 2017 | 2018 | 2019 | 2020 | 2021 | 2022 | 'latest'
type ecmaVersion = 3 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 2015 | 2016 | 2017 | 2018 | 2019 | 2020 | 2021 | 2022 | 2023 | 'latest'

interface Options {
ecmaVersion: ecmaVersion
43 changes: 23 additions & 20 deletions deps/acorn/acorn/dist/acorn.js

Large diffs are not rendered by default.

41 changes: 23 additions & 18 deletions deps/acorn/acorn/dist/acorn.mjs

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions deps/acorn/acorn/dist/bin.js
Original file line number Diff line number Diff line change
@@ -4,8 +4,7 @@ var path = require('path');
var fs = require('fs');
var acorn = require('./acorn.js');

function _interopNamespace(e) {
if (e && e.__esModule) return e;
function _interopNamespaceDefault(e) {
var n = Object.create(null);
if (e) {
Object.keys(e).forEach(function (k) {
@@ -18,11 +17,11 @@ function _interopNamespace(e) {
}
});
}
n["default"] = e;
n.default = e;
return Object.freeze(n);
}

var acorn__namespace = /*#__PURE__*/_interopNamespace(acorn);
var acorn__namespace = /*#__PURE__*/_interopNamespaceDefault(acorn);

var inputFilePaths = [], forceFileName = false, fileMode = false, silent = false, compact = false, tokenize = false;
var options = {};
2 changes: 1 addition & 1 deletion deps/acorn/acorn/package.json
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
],
"./package.json": "./package.json"
},
"version": "8.8.1",
"version": "8.8.2",
"engines": {
"node": ">=0.4.0"
},
2 changes: 1 addition & 1 deletion src/acorn_version.h
Original file line number Diff line number Diff line change
@@ -2,5 +2,5 @@
// Refer to tools/update-acorn.sh
#ifndef SRC_ACORN_VERSION_H_
#define SRC_ACORN_VERSION_H_
#define ACORN_VERSION "8.8.1"
#define ACORN_VERSION "8.8.2"
#endif // SRC_ACORN_VERSION_H_