nodejs-github-bot · GitHub

@d3lm

@nodejs-github-bot added c++

Issues and PRs that require attention from people who are familiar with C++.

lib / src

Issues and PRs related to general changes in the lib or src directory.

needs-ci

PRs that need a full CI run.

labels

Sep 2, 2021

jasnell

jasnell

jasnell

@d3lm

@d3lm

@d3lm

VoltrexKeyva

bmeck

bmeck

addaleax

@d3lm

addaleax

@d3lm

VoltrexKeyva

@d3lm

@d3lm

@d3lm

Closed

bmeck pushed a commit that referenced this pull request

Sep 10, 2021
PR-URL: #39977
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Bradley Farias <bradley.meck@gmail.com>
Reviewed-By: Guy Bedford <guybedford@gmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>

@d3lm

d3lm deleted the feat/no-addons branch

September 10, 2021 15:56

@d3lm d3lm mentioned this pull request

Sep 13, 2021

Closed

This was referenced

Sep 14, 2021

Open

Open

Open

This was referenced

Sep 16, 2021

Open

Open

Open

Open

BethGriggs pushed a commit that referenced this pull request

Sep 21, 2021
PR-URL: #39977
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Bradley Farias <bradley.meck@gmail.com>
Reviewed-By: Guy Bedford <guybedford@gmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>

BethGriggs pushed a commit that referenced this pull request

Sep 21, 2021
PR-URL: #39977
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Bradley Farias <bradley.meck@gmail.com>
Reviewed-By: Guy Bedford <guybedford@gmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>

Merged

1 task

richardlau pushed a commit that referenced this pull request

Jan 25, 2022
Backport-PR-URL: #40094
PR-URL: #39977
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Bradley Farias <bradley.meck@gmail.com>
Reviewed-By: Guy Bedford <guybedford@gmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>

richardlau added a commit that referenced this pull request

Jan 25, 2022
Notable changes:
Corepack:
Node.js now includes Corepack, a script that acts as a bridge between
Node.js projects and the package managers they are intended to be used
with during development.
In practical terms, Corepack will let you use Yarn and pnpm without
having to install them - just like what currently happens with npm,
which is shipped in Node.js by default.
Contributed by Maël Nison - #39608
ICU updated:
ICU has been updated to 70.1. This updates timezone database to 2021a3,
including bringing forward the start for DST for Jordan from March to
February.
Contributed by Michaël Zasso - #40658
New option to disable loading of native addons:
A new command line option `--no-addons` has been added to disallow
loading of native addons.
Contributed by Dominic Elm - #39977
Updated Root Certificates:
Root certificates have been updated to those from Mozilla's Network
Security Services 3.71.
Contributed by Richard Lau - #40280
Other Notable Changes:
crypto:
  * (SEMVER-MINOR) make FIPS related options always available (Vít Ondruch) #36341
lib:
  * (SEMVER-MINOR) add unsubscribe method to non-active DC channels (simon-id) #40433
  * (SEMVER-MINOR) add return value for DC channel.unsubscribe (simon-id) #40433
module:
  * (SEMVER-MINOR) support pattern trailers (Guy Bedford) #39635
src:
  * (SEMVER-MINOR) make napi_create_reference accept symbol (JckXia) #39926
PR-URL: #41696

Merged

richardlau added a commit that referenced this pull request

Feb 1, 2022
Notable changes:
Corepack:
Node.js now includes Corepack, a script that acts as a bridge between
Node.js projects and the package managers they are intended to be used
with during development.
In practical terms, Corepack will let you use Yarn and pnpm without
having to install them - just like what currently happens with npm,
which is shipped in Node.js by default.
Contributed by Maël Nison - #39608
ICU updated:
ICU has been updated to 70.1. This updates timezone database to 2021a3,
including bringing forward the start for DST for Jordan from March to
February.
Contributed by Michaël Zasso - #40658
New option to disable loading of native addons:
A new command line option `--no-addons` has been added to disallow
loading of native addons.
Contributed by Dominic Elm - #39977
Updated Root Certificates:
Root certificates have been updated to those from Mozilla's Network
Security Services 3.71.
Contributed by Richard Lau - #40280
Other Notable Changes:
crypto:
  * (SEMVER-MINOR) make FIPS related options always available (Vít Ondruch) #36341
lib:
  * (SEMVER-MINOR) add unsubscribe method to non-active DC channels (simon-id) #40433
  * (SEMVER-MINOR) add return value for DC channel.unsubscribe (simon-id) #40433
module:
  * (SEMVER-MINOR) support pattern trailers (Guy Bedford) #39635
src:
  * (SEMVER-MINOR) make napi_create_reference accept symbol (JckXia) #39926
PR-URL: #41696

mwalbeck pushed a commit to mwalbeck/docker-jellyfin-livestream that referenced this pull request

Mar 16, 2022

Closed

Merged

ljharb added a commit to inspect-js/node-exports-info that referenced this pull request

Jan 16, 2026

ljharb added a commit to inspect-js/node-exports-info that referenced this pull request

Jun 22, 2026
The `node-addons` condition
(with the `--no-addons` flag) landed in v16.10.0 / v14.19.0
(nodejs/node#39977),
but it was folded into the `pattern-trailers` category
(`^14.19 || 16.9 - 16.13`),
which starts at 16.9 where *exports* pattern trailers landed.
Split out a `pattern-trailers-no-node-addons` category for 16.9
(pattern trailers, but no `node-addons` condition yet);
`pattern-trailers` now covers `^14.19 || 16.10 - 16.13`.

Read the original on github.com ↗