- Nov 10, 2021
-
-
Steven authored
PR-URL: https://github.com/nodejs/node/pull/40762 Reviewed-By:
Tobias Nießen <tniessen@tnie.de> Reviewed-By:
Juan José Arboleda <soyjuanarbol@gmail.com> Reviewed-By:
Voltrex <mohammadkeyvanzade94@gmail.com> Reviewed-By:
Luigi Pinca <luigipinca@gmail.com>
-
Michaël Zasso authored
Do not ask to separate the changes in deps/icu-small and in the LICENSE file. Do not ask to remove the whitespace changes. The way commits are landed now doesn't eliminate them anymore. PR-URL: https://github.com/nodejs/node/pull/40658 Reviewed-By:
Richard Lau <rlau@redhat.com> Reviewed-By:
Tobias Nießen <tniessen@tnie.de>
-
Michaël Zasso authored
Refs: https://github.com/unicode-org/icu/releases/tag/release-70-1 PR-URL: https://github.com/nodejs/node/pull/40658 Reviewed-By:
Richard Lau <rlau@redhat.com> Reviewed-By:
Tobias Nießen <tniessen@tnie.de>
-
- Nov 09, 2021
-
-
Tobias Nießen authored
Refs: https://github.com/nodejs/node/issues/40272 Refs: https://github.com/nodejs/node/pull/20235 PR-URL: https://github.com/nodejs/node/pull/40713 Reviewed-By:
Rich Trott <rtrott@gmail.com> Reviewed-By:
Filip Skokan <panva.ip@gmail.com> Reviewed-By:
Luigi Pinca <luigipinca@gmail.com>
-
Michael Dawson authored
- Since we now just reference the nodejs blog post in the post to the nodejs-sec mailing list, change the order so the blog post comes first Signed-off-by:
Michael Dawson <mdawson@devrus.com> PR-URL: https://github.com/nodejs/node/pull/40725 Reviewed-By:
Richard Lau <rlau@redhat.com> Reviewed-By:
Tobias Nießen <tniessen@tnie.de> Reviewed-By:
Voltrex <mohammadkeyvanzade94@gmail.com> Reviewed-By:
Colin Ihrig <cjihrig@gmail.com>
-
Node.js GitHub Bot authored
PR-URL: https://github.com/nodejs/node/pull/40748 Reviewed-By:
Luigi Pinca <luigipinca@gmail.com> Reviewed-By:
Michaël Zasso <targos@protonmail.com>
-
Michael Dawson authored
Co-authored-by:
Jean Burellier <sheplu@users.noreply.github.com> Signed-off-by:
Michael Dawson <mdawson@devrus.com> PR-URL: https://github.com/nodejs/node/pull/40235 Reviewed-By:
James M Snell <jasnell@gmail.com> Reviewed-By:
Matteo Collina <matteo.collina@gmail.com> Reviewed-By:
Tobias Nießen <tniessen@tnie.de> Reviewed-By:
Colin Ihrig <cjihrig@gmail.com> Reviewed-By:
Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By:
Voltrex <mohammadkeyvanzade94@gmail.com>
-
Rich Trott authored
PR-URL: https://github.com/nodejs/node/pull/40720 Reviewed-By:
Tobias Nießen <tniessen@tnie.de> Reviewed-By:
Michaël Zasso <targos@protonmail.com> Reviewed-By:
Luigi Pinca <luigipinca@gmail.com>
-
Rich Trott authored
Add missing semicolons that will be flagged when we update @babel/eslint-parser to 7.16.0. PR-URL: https://github.com/nodejs/node/pull/40720 Reviewed-By:
Tobias Nießen <tniessen@tnie.de> Reviewed-By:
Michaël Zasso <targos@protonmail.com> Reviewed-By:
Luigi Pinca <luigipinca@gmail.com>
-
Rich Trott authored
The --production flag has no effect in this situation. Remove it. Add --ignore-scripts as a precaution. PR-URL: https://github.com/nodejs/node/pull/40644 Reviewed-By:
Antoine du Hamel <duhamelantoine1995@gmail.com>
-
Rich Trott authored
Update ESLint, Babel, remark, and so on. Run once a week. PR-URL: https://github.com/nodejs/node/pull/40644 Reviewed-By:
Antoine du Hamel <duhamelantoine1995@gmail.com>
-
- Nov 08, 2021
-
-
Michaël Zasso authored
Refs: https://github.com/v8/v8/compare/9.5.172.21...9.5.172.25 PR-URL: https://github.com/nodejs/node/pull/40604 Reviewed-By:
Jiawen Geng <technicalcute@gmail.com> Reviewed-By:
Antoine du Hamel <duhamelantoine1995@gmail.com>
-
Michaël Zasso authored
PR-URL: https://github.com/nodejs/node/pull/40737 Reviewed-By:
Luigi Pinca <luigipinca@gmail.com> Reviewed-By:
Tobias Nießen <tniessen@tnie.de> Reviewed-By:
Richard Lau <rlau@redhat.com>
-
Antoine du Hamel authored
Fixes: https://github.com/nodejs/node/issues/40738 PR-URL: https://github.com/nodejs/node/pull/40739 Reviewed-By:
Michaël Zasso <targos@protonmail.com> Reviewed-By:
Luigi Pinca <luigipinca@gmail.com>
-
Michaël Zasso authored
Refs: https://github.com/nodejs/node/issues/40605 PR-URL: https://github.com/nodejs/node/pull/40607 Reviewed-By:
Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By:
Anna Henningsen <anna@addaleax.net>
-
Michaël Zasso authored
Fixes: https://github.com/nodejs/node/issues/40605 PR-URL: https://github.com/nodejs/node/pull/40607 Reviewed-By:
Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By:
Anna Henningsen <anna@addaleax.net>
-
- Nov 07, 2021
-
-
Michaël Zasso authored
Use `gh` CLI for CI and commit queue jobs, and use the correct token to merge PRs. PR-URL: https://github.com/nodejs/node/pull/40742 Reviewed-By:
Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By:
Voltrex <mohammadkeyvanzade94@gmail.com>
-
Antoine du Hamel authored
When using Squash and Merge feature, it would allow to a malicious actor to push unreviewed code to their PR while the CQ is running and bypass the usual checks. This commit adds a check to refuse to land if the head of the PR branch is different from the one validated by ncu. PR-URL: https://github.com/nodejs/node/pull/40747 Reviewed-By:
Michaël Zasso <targos@protonmail.com> Reviewed-By:
Tobias Nießen <tniessen@tnie.de> Reviewed-By:
Voltrex <mohammadkeyvanzade94@gmail.com>
-
- Nov 06, 2021
-
-
Voltrex authored
• Removed unreachable code of the `evalModule()` function as an early error is thrown when the `print` parameter is a truthy value. • Make use of the nullish coalescing operator. PR-URL: https://github.com/nodejs/node/pull/40664 Reviewed-By:
Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By:
Luigi Pinca <luigipinca@gmail.com> Reviewed-By:
Minwoo Jung <nodecorelab@gmail.com>
-
Luigi Pinca authored
PR-URL: https://github.com/nodejs/node/pull/40734 Reviewed-By:
Michaël Zasso <targos@protonmail.com> Reviewed-By:
Voltrex <mohammadkeyvanzade94@gmail.com> Reviewed-By:
Rich Trott <rtrott@gmail.com>
-
Antoine du Hamel authored
PR-URL: https://github.com/nodejs/node/pull/40666 Refs: https://docs.github.com/en/rest/reference/pulls#merge-a-pull-request Reviewed-By:
Mary Marchini <oss@mmarchini.me> Reviewed-By:
Michaël Zasso <targos@protonmail.com>
-
Luigi Pinca authored
The ABNF for chunk extensions as per RFC 7230 is chunk-ext = *( ";" chunk-ext-name [ "=" chunk-ext-val ] ) chunk-ext-name = token chunk-ext-val = token / quoted-string Add a semicolon after the chunk size for clarity. This does not invalidate the test as it verifies that the HTTP parser does not ignore chunk extensions. PR-URL: https://github.com/nodejs/node/pull/40487 Refs: https://grenfeldt.dev/2021/10/08/gunicorn-20.1.0-public-disclosure-of-request-smuggling Reviewed-By:James M Snell <jasnell@gmail.com>
-
- Nov 05, 2021
-
-
Luigi Pinca authored
Add missing `'error'` event handler. Fixes: https://github.com/nodejs/node/issues/40610 PR-URL: https://github.com/nodejs/node/pull/40659 Reviewed-By:
Matteo Collina <matteo.collina@gmail.com> Reviewed-By:
Rich Trott <rtrott@gmail.com>
-
Antoine du Hamel authored
Refs: https://github.com/nodejs/node/pull/40622 PR-URL: https://github.com/nodejs/node/pull/40628 Reviewed-By:
Michaël Zasso <targos@protonmail.com> Reviewed-By:
Voltrex <mohammadkeyvanzade94@gmail.com> Reviewed-By:
James M Snell <jasnell@gmail.com>
-
- Nov 04, 2021
-
-
Antoine du Hamel authored
Remove V8 flag for import assertions, enabling support for the syntax; require the import assertion syntax for imports of JSON. Support import assertions in user loaders. Use both resolved module URL and import assertion type as the key for caching modules. Co-authored-by:
Geoffrey Booth <webadmin@geoffreybooth.com> PR-URL: https://github.com/nodejs/node/pull/40250 Reviewed-By:
Bradley Farias <bradley.meck@gmail.com> Reviewed-By:
Michaël Zasso <targos@protonmail.com> Reviewed-By:
Geoffrey Booth <webadmin@geoffreybooth.com>
-
- Nov 03, 2021
-
-
Guy Bedford authored
PR-URL: https://github.com/nodejs/node/pull/40707 Reviewed-By:
Richard Lau <rlau@redhat.com> Reviewed-By:
Jan Krems <jan.krems@gmail.com> Reviewed-By:
Derek Lewis <DerekNonGeneric@inf.is> Reviewed-By:
Myles Borins <myles.borins@gmail.com> Reviewed-By:
Voltrex <mohammadkeyvanzade94@gmail.com> Reviewed-By:
Rich Trott <rtrott@gmail.com> Reviewed-By:
Tobias Nießen <tniessen@tnie.de>
-
- Nov 02, 2021
-
-
Tobias Nießen authored
Comparing any value to any non-RegExp literal or undefined using strictEqual (or notStrictEqual) passes if and only if deepStrictEqual (or notDeepStrictEqual, respectively) passes. Unnecessarily using deep comparisons adds confusion. This patch adds an ESLint rule that forbids the use of deepStrictEqual and notDeepStrictEqual when the expected value (i.e., the second argument) is a non-RegExp literal or undefined. For reference, an ESTree literal is defined as follows. extend interface Literal <: Expression { type: "Literal"; value: string | boolean | null | number | RegExp | bigint; } The value `undefined` is an `Identifier` with `name: 'undefined'`. PR-URL: https://github.com/nodejs/node/pull/40634 Reviewed-By:Rich Trott <rtrott@gmail.com> Reviewed-By:
Colin Ihrig <cjihrig@gmail.com> Reviewed-By:
Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By:
James M Snell <jasnell@gmail.com> Reviewed-By:
Michaël Zasso <targos@protonmail.com> Reviewed-By:
Voltrex <mohammadkeyvanzade94@gmail.com>
-
npm team authored
PR-URL: https://github.com/nodejs/node/pull/40643 Reviewed-By:
Luigi Pinca <luigipinca@gmail.com> Reviewed-By:
Colin Ihrig <cjihrig@gmail.com> Reviewed-By:
Richard Lau <rlau@redhat.com> Reviewed-By:
Tobias Nießen <tniessen@tnie.de> Reviewed-By:
Rich Trott <rtrott@gmail.com> Reviewed-By:
Voltrex <mohammadkeyvanzade94@gmail.com>
-
Richard Lau authored
Updated as described in doc/guides/maintaining-c-ares.md. PR-URL: https://github.com/nodejs/node/pull/40660 Reviewed-By:
Rich Trott <rtrott@gmail.com> Reviewed-By:
Tobias Nießen <tniessen@tnie.de> Reviewed-By:
Michaël Zasso <targos@protonmail.com>
-
Richard Lau authored
Add a script to automate updating of the c-ares dependency and accompanying maintenance guide. PR-URL: https://github.com/nodejs/node/pull/40660 Reviewed-By:
Rich Trott <rtrott@gmail.com> Reviewed-By:
Tobias Nießen <tniessen@tnie.de> Reviewed-By:
Michaël Zasso <targos@protonmail.com>
-
Rich Trott authored
If there is not a blank line before it, the comment does not re-enable the rule. PR-URL: https://github.com/nodejs/node/pull/40647 Reviewed-By:
Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By:
Michaël Zasso <targos@protonmail.com>
-
Rich Trott authored
This will help enforce formatting of markdown files. PR-URL: https://github.com/nodejs/node/pull/40647 Reviewed-By:
Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By:
Michaël Zasso <targos@protonmail.com>
-
Rich Trott authored
PR-URL: https://github.com/nodejs/node/pull/40647 Reviewed-By:
Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By:
Michaël Zasso <targos@protonmail.com>
-
Node.js GitHub Bot authored
PR-URL: https://github.com/nodejs/node/pull/40668 Reviewed-By:
Rich Trott <rtrott@gmail.com> Reviewed-By:
Luigi Pinca <luigipinca@gmail.com>
-
Rich Trott authored
The function only takes two arguments. PR-URL: https://github.com/nodejs/node/pull/40683 Reviewed-By:
Michaël Zasso <targos@protonmail.com> Reviewed-By:
Tobias Nießen <tniessen@tnie.de> Reviewed-By:
Richard Lau <rlau@redhat.com> Reviewed-By:
Voltrex <mohammadkeyvanzade94@gmail.com> Reviewed-By:
Luigi Pinca <luigipinca@gmail.com>
-
Antoine du Hamel authored
Most PRs are meant to be squashed in one commit when landing. If the collaborator hasn't been using `fixup!` commits, the CQ lands the PR as several commits. This change makes the CQ abort by default when attempting to land several commits, unless there's another label added to the PR to force squashing or landing as several commits. Fixes: https://github.com/nodejs/node/issues/40436 Refs: https://github.com/nodejs/node-core-utils/pull/572 PR-URL: https://github.com/nodejs/node/pull/40577 Reviewed-By:
Michaël Zasso <targos@protonmail.com> Reviewed-By:
Rich Trott <rtrott@gmail.com>
-
Antoine du Hamel authored
PR-URL: https://github.com/nodejs/node/pull/40673 Reviewed-By:
Rich Trott <rtrott@gmail.com> Reviewed-By:
Michaël Zasso <targos@protonmail.com>
-
Stephen Belanger authored
PR-URL: https://github.com/nodejs/node/pull/39283 Reviewed-By:
Gerhard Stöbich <deb2001-github@yahoo.de> Reviewed-By:
Vladimir de Turckheim <vlad2t@hotmail.com> Reviewed-By:
Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By:
Benjamin Gruenbaum <benjamingr@gmail.com>
-
Rich Trott authored
Ref: https://github.com/nodejs/node/issues/40694 PR-URL: https://github.com/nodejs/node/pull/40684 Reviewed-By:
Michaël Zasso <targos@protonmail.com> Reviewed-By:
Tobias Nießen <tniessen@tnie.de> Reviewed-By:
Voltrex <mohammadkeyvanzade94@gmail.com>
-
Rich Trott authored
The win10-COMPILED_BY-vs2019 hosts in CI are very slow and timing out on certain tests in pummel and (previously) benchmark. Increase timeout from 4x to 6x. PR-URL: https://github.com/nodejs/node/pull/40684 Reviewed-By:
Michaël Zasso <targos@protonmail.com> Reviewed-By:
Tobias Nießen <tniessen@tnie.de> Reviewed-By:
Voltrex <mohammadkeyvanzade94@gmail.com>
-