Skip to content

deps: update npm to 6.10.3 - #29023

Closed
isaacs wants to merge 1 commit into
nodejs:masterfrom
npm:npm-6.10.3
Closed

deps: update npm to 6.10.3#29023
isaacs wants to merge 1 commit into
nodejs:masterfrom
npm:npm-6.10.3

Conversation

@isaacs

Copy link
Copy Markdown
Contributor

BUGFIXES

DEPENDENCIES

BUGFIXES
* [`27cccfbda`](npm/cli@27cccfb)
[nodejs#223](npm/cli#223) vulns → vulnerabilities in
npm audit output ([@sapegin](https://github.com/sapegin))
* [`d5e865eb7`](npm/cli@d5e865e)
[nodejs#222](npm/cli#222)
[nodejs#226](npm/cli#226) install, doctor: don't crash
if registry unset ([@dmitrydvorkin](https://github.com/dmitrydvorkin),
[@isaacs](https://github.com/isaacs))
* [`5b3890226`](npm/cli@5b38902)
[nodejs#227](npm/cli#227)
[npm.community#9167](https://npm.community/t/npm-err-cb-never-called-permission-denied/9167/5)
Handle unhandledRejections, tell user what to do when encountering an
`EACCES` error in the cache. ([@isaacs](https://github.com/isaacs))
DEPENDENCIES
* [`77516df6e`](npm/cli@77516df)
`licensee@7.0.3` ([@isaacs](https://github.com/isaacs))
* [`ceb993590`](npm/cli@ceb9935)
`query-string@6.8.2` ([@isaacs](https://github.com/isaacs))
* [`4050b9189`](npm/cli@4050b91)
`hosted-git-info@2.8.2`
* [nodejs#46](npm/hosted-git-info#46)
[nodejs#43](npm/hosted-git-info#43)
[nodejs#47](npm/hosted-git-info#47)
[nodejs#44](npm/hosted-git-info#44) Add support for
GitLab subgroups ([@mterrel](https://github.com/mterrel),
[@isaacs](https://github.com/isaacs),
[@ybiquitous](https://github.com/ybiquitous))
* [`3b1d629`](npm/hosted-git-info@3b1d629)
[nodejs#48](npm/hosted-git-info#48) fix http
protocol using sshurl by default
([@fengmk2](https://github.com/fengmk2))
* [`5d4a8d7`](npm/hosted-git-info@5d4a8d7)
ignore noCommittish on tarball url generation
([@isaacs](https://github.com/isaacs))
* [`1692435`](npm/hosted-git-info@1692435)
use gist tarball url that works for anonymous gists
([@isaacs](https://github.com/isaacs))
* [`d5cf830`](npm/hosted-git-info@d5cf830)
Do not allow invalid gist urls ([@isaacs](https://github.com/isaacs))
* [`e518222`](npm/hosted-git-info@e518222)
Use LRU cache to prevent unbounded memory consumption
([@iarna](https://github.com/iarna))
@nodejs-github-botnodejs-github-bot added the npm Issues and PRs related to the npm client dependency or the npm registry. label Aug 6, 2019
@Trott

Trott commented Aug 7, 2019

Copy link
Copy Markdown
Member

(Can land on August 20.)

@nodejs-github-bot

nodejs-github-bot commented Aug 7, 2019

Copy link
Copy Markdown
Collaborator

@Trott

Trott commented Aug 7, 2019

Copy link
Copy Markdown
Member

@nodejs/citgm CITGM in CI runs with the npm in our source tree, right? If so, then it probably makes sense to run CITGM on PRs like this one, yes?

@TrottTrott added the semver-minor PRs that contain new features and should be released in the next minor version. label Aug 7, 2019
@richardlau

Copy link
Copy Markdown
Member

@nodejs/citgm CITGM in CI runs with the npm in our source tree, right?

Yes, it does.

@Trott

Trott commented Aug 7, 2019

Copy link
Copy Markdown
Member

@TrottTrott left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rubber-stamp LGTM

Comment threaddeps/npm/bin/npm.cmd
SET "NPM_CLI_JS=%NPM_PREFIX_NPM_CLI_JS%"
)
"%NODE_EXE%" "%NPM_CLI_JS%" %*

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder, what changed in the cmd files, the line endings?

@Trott

Copy link
Copy Markdown
Member

@Trott

Copy link
Copy Markdown
Member

Landed in f769034

@TrottTrott closed this Aug 20, 2019
Trott pushed a commit that referenced this pull request Aug 20, 2019
BUGFIXES
* [`27cccfbda`](npm/cli@27cccfb)
[#223](npm/cli#223) vulns → vulnerabilities in
npm audit output ([@sapegin](https://github.com/sapegin))
* [`d5e865eb7`](npm/cli@d5e865e)
[#222](npm/cli#222)
[#226](npm/cli#226) install, doctor: don't crash
if registry unset ([@dmitrydvorkin](https://github.com/dmitrydvorkin),
[@isaacs](https://github.com/isaacs))
* [`5b3890226`](npm/cli@5b38902)
[#227](npm/cli#227)
[npm.community#9167](https://npm.community/t/npm-err-cb-never-called-permission-denied/9167/5)
Handle unhandledRejections, tell user what to do when encountering an
`EACCES` error in the cache. ([@isaacs](https://github.com/isaacs))
DEPENDENCIES
* [`77516df6e`](npm/cli@77516df)
`licensee@7.0.3` ([@isaacs](https://github.com/isaacs))
* [`ceb993590`](npm/cli@ceb9935)
`query-string@6.8.2` ([@isaacs](https://github.com/isaacs))
* [`4050b9189`](npm/cli@4050b91)
`hosted-git-info@2.8.2`
* [#46](npm/hosted-git-info#46)
[#43](npm/hosted-git-info#43)
[#47](npm/hosted-git-info#47)
[#44](npm/hosted-git-info#44) Add support for
GitLab subgroups ([@mterrel](https://github.com/mterrel),
[@isaacs](https://github.com/isaacs),
[@ybiquitous](https://github.com/ybiquitous))
* [`3b1d629`](npm/hosted-git-info@3b1d629)
[#48](npm/hosted-git-info#48) fix http
protocol using sshurl by default
([@fengmk2](https://github.com/fengmk2))
* [`5d4a8d7`](npm/hosted-git-info@5d4a8d7)
ignore noCommittish on tarball url generation
([@isaacs](https://github.com/isaacs))
* [`1692435`](npm/hosted-git-info@1692435)
use gist tarball url that works for anonymous gists
([@isaacs](https://github.com/isaacs))
* [`d5cf830`](npm/hosted-git-info@d5cf830)
Do not allow invalid gist urls ([@isaacs](https://github.com/isaacs))
* [`e518222`](npm/hosted-git-info@e518222)
Use LRU cache to prevent unbounded memory consumption
([@iarna](https://github.com/iarna))
PR-URL: #29023
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@TrottTrott added the notable-change PRs with changes that should be highlighted in changelogs. label Aug 20, 2019
BridgeAR pushed a commit that referenced this pull request Sep 3, 2019
BUGFIXES
* [`27cccfbda`](npm/cli@27cccfb)
[#223](npm/cli#223) vulns → vulnerabilities in
npm audit output ([@sapegin](https://github.com/sapegin))
* [`d5e865eb7`](npm/cli@d5e865e)
[#222](npm/cli#222)
[#226](npm/cli#226) install, doctor: don't crash
if registry unset ([@dmitrydvorkin](https://github.com/dmitrydvorkin),
[@isaacs](https://github.com/isaacs))
* [`5b3890226`](npm/cli@5b38902)
[#227](npm/cli#227)
[npm.community#9167](https://npm.community/t/npm-err-cb-never-called-permission-denied/9167/5)
Handle unhandledRejections, tell user what to do when encountering an
`EACCES` error in the cache. ([@isaacs](https://github.com/isaacs))
DEPENDENCIES
* [`77516df6e`](npm/cli@77516df)
`licensee@7.0.3` ([@isaacs](https://github.com/isaacs))
* [`ceb993590`](npm/cli@ceb9935)
`query-string@6.8.2` ([@isaacs](https://github.com/isaacs))
* [`4050b9189`](npm/cli@4050b91)
`hosted-git-info@2.8.2`
* [#46](npm/hosted-git-info#46)
[#43](npm/hosted-git-info#43)
[#47](npm/hosted-git-info#47)
[#44](npm/hosted-git-info#44) Add support for
GitLab subgroups ([@mterrel](https://github.com/mterrel),
[@isaacs](https://github.com/isaacs),
[@ybiquitous](https://github.com/ybiquitous))
* [`3b1d629`](npm/hosted-git-info@3b1d629)
[#48](npm/hosted-git-info#48) fix http
protocol using sshurl by default
([@fengmk2](https://github.com/fengmk2))
* [`5d4a8d7`](npm/hosted-git-info@5d4a8d7)
ignore noCommittish on tarball url generation
([@isaacs](https://github.com/isaacs))
* [`1692435`](npm/hosted-git-info@1692435)
use gist tarball url that works for anonymous gists
([@isaacs](https://github.com/isaacs))
* [`d5cf830`](npm/hosted-git-info@d5cf830)
Do not allow invalid gist urls ([@isaacs](https://github.com/isaacs))
* [`e518222`](npm/hosted-git-info@e518222)
Use LRU cache to prevent unbounded memory consumption
([@iarna](https://github.com/iarna))
PR-URL: #29023
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@BridgeARBridgeAR mentioned this pull request Sep 3, 2019
BridgeAR added a commit that referenced this pull request Sep 3, 2019
Notable changes:
* deps:
* Update npm to 6.10.3 (isaacs)
#29023
* fs:
* Add recursive option to rmdir() (cjihrig)
#29168
* Allow passing true to emitClose option (Giorgos Ntemiris)
#29212
* Add \*timeNs properties to BigInt Stats objects (Joyee Cheung)
#21387
* net:
* Allow reading data into a static buffer (Brian White)
#25436
PR-URL: #29429
BridgeAR added a commit that referenced this pull request Sep 4, 2019
Notable changes:
* deps:
* Update npm to 6.10.3 (isaacs)
#29023
* fs:
* Add recursive option to rmdir() (cjihrig)
#29168
* Allow passing true to emitClose option (Giorgos Ntemiris)
#29212
* Add \*timeNs properties to BigInt Stats objects (Joyee Cheung)
#21387
* net:
* Allow reading data into a static buffer (Brian White)
#25436
PR-URL: #29429
BridgeAR added a commit that referenced this pull request Sep 4, 2019
Notable changes:
* deps:
* Update npm to 6.10.3 (isaacs)
#29023
* fs:
* Add recursive option to rmdir() (cjihrig)
#29168
* Allow passing true to emitClose option (Giorgos Ntemiris)
#29212
* Add \*timeNs properties to BigInt Stats objects (Joyee Cheung)
#21387
* net:
* Allow reading data into a static buffer (Brian White)
#25436
PR-URL: #29429
BethGriggs pushed a commit that referenced this pull request Oct 19, 2019
BUGFIXES
* [`27cccfbda`](npm/cli@27cccfb)
[#223](npm/cli#223) vulns → vulnerabilities in
npm audit output ([@sapegin](https://github.com/sapegin))
* [`d5e865eb7`](npm/cli@d5e865e)
[#222](npm/cli#222)
[#226](npm/cli#226) install, doctor: don't crash
if registry unset ([@dmitrydvorkin](https://github.com/dmitrydvorkin),
[@isaacs](https://github.com/isaacs))
* [`5b3890226`](npm/cli@5b38902)
[#227](npm/cli#227)
[npm.community#9167](https://npm.community/t/npm-err-cb-never-called-permission-denied/9167/5)
Handle unhandledRejections, tell user what to do when encountering an
`EACCES` error in the cache. ([@isaacs](https://github.com/isaacs))
DEPENDENCIES
* [`77516df6e`](npm/cli@77516df)
`licensee@7.0.3` ([@isaacs](https://github.com/isaacs))
* [`ceb993590`](npm/cli@ceb9935)
`query-string@6.8.2` ([@isaacs](https://github.com/isaacs))
* [`4050b9189`](npm/cli@4050b91)
`hosted-git-info@2.8.2`
* [#46](npm/hosted-git-info#46)
[#43](npm/hosted-git-info#43)
[#47](npm/hosted-git-info#47)
[#44](npm/hosted-git-info#44) Add support for
GitLab subgroups ([@mterrel](https://github.com/mterrel),
[@isaacs](https://github.com/isaacs),
[@ybiquitous](https://github.com/ybiquitous))
* [`3b1d629`](npm/hosted-git-info@3b1d629)
[#48](npm/hosted-git-info#48) fix http
protocol using sshurl by default
([@fengmk2](https://github.com/fengmk2))
* [`5d4a8d7`](npm/hosted-git-info@5d4a8d7)
ignore noCommittish on tarball url generation
([@isaacs](https://github.com/isaacs))
* [`1692435`](npm/hosted-git-info@1692435)
use gist tarball url that works for anonymous gists
([@isaacs](https://github.com/isaacs))
* [`d5cf830`](npm/hosted-git-info@d5cf830)
Do not allow invalid gist urls ([@isaacs](https://github.com/isaacs))
* [`e518222`](npm/hosted-git-info@e518222)
Use LRU cache to prevent unbounded memory consumption
([@iarna](https://github.com/iarna))
PR-URL: #29023
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
@wraithgar
wraithgar deleted the npm-6.10.3 branch June 26, 2025 15:41
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

notable-changePRs with changes that should be highlighted in changelogs.npmIssues and PRs related to the npm client dependency or the npm registry.semver-minorPRs that contain new features and should be released in the next minor version.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants

@isaacs@Trott@nodejs-github-bot@richardlau@XhmikosR@gengjiawen