Skip to content

deps: upgrade to npm 2.11.3 - #2018

Closed
othiym23 wants to merge 3 commits into
nodejs:masterfrom
npm:npm-2.11.3
Closed

deps: upgrade to npm 2.11.3#2018
othiym23 wants to merge 3 commits into
nodejs:masterfrom
npm:npm-2.11.3

Conversation

@othiym23

Copy link
Copy Markdown
Contributor

A quiet release last week due to NodeConf and the ongoing project to get npm@3.0.0 out the door:

r: @Fishrock123
r: @chrisdickinson

othiym23and others added 3 commits June 19, 2015 03:25
Every npm version bump requires a few patches to be floated on
node-gyp for io.js compatibility. These patches are found in
03d1992,
5de334c, and
da730c7. This commit squashes
them into a single commit.
PR-URL: nodejs#990
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
The delay-load hook allows node.exe/iojs.exe to be renamed. See efadffe
for more background.
PR-URL: nodejs#1433
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
@mscdexmscdex added the npm Issues and PRs related to the npm client dependency or the npm registry. label Jun 19, 2015
@Fishrock123

Copy link
Copy Markdown
Contributor

LGTM, tests are happy.

othiym23 added a commit that referenced this pull request Jun 19, 2015
PR-URL: #2018
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
@Fishrock123

Copy link
Copy Markdown
Contributor

Cheers, landed in c5353d7...0ecf945

@Fishrock123Fishrock123 changed the title deps: upgrade to npm 2.12.0deps: upgrade to npm 2.11.3Jun 19, 2015
@rvaggrvagg mentioned this pull request Jun 22, 2015
rvagg added a commit that referenced this pull request Jun 23, 2015
PR-URL: #1996
Notable changes
* module: The number of syscalls made during a require() have been
significantly reduced again (see #1801 from v2.2.0 for previous
work), which should lead to a performance improvement
(Pierre Inglebert) #1920.
* npm:
- Upgrade to v2.11.2 (Rebecca Turner) #1956.
- Upgrade to v2.11.3 (Forrest L Norvell) #2018.
* zlib: A bug was discovered where the process would abort if the
final part of a zlib decompression results in a buffer that would
exceed the maximum length of 0x3fffffff bytes (~1GiB). This was
likely to only occur during buffered decompression (rather than
streaming). This is now fixed and will instead result in a thrown
RangeError (Michaël Zasso) #1811.
rvagg added a commit that referenced this pull request Jun 23, 2015
PR-URL: #1996
Notable changes
* module: The number of syscalls made during a require() have been
significantly reduced again (see #1801 from v2.2.0 for previous
work), which should lead to a performance improvement
(Pierre Inglebert) #1920.
* npm:
- Upgrade to v2.11.2 (Rebecca Turner) #1956.
- Upgrade to v2.11.3 (Forrest L Norvell) #2018.
* zlib: A bug was discovered where the process would abort if the
final part of a zlib decompression results in a buffer that would
exceed the maximum length of 0x3fffffff bytes (~1GiB). This was
likely to only occur during buffered decompression (rather than
streaming). This is now fixed and will instead result in a thrown
RangeError (Michaël Zasso) #1811.
@wraithgar
wraithgar deleted the npm-2.11.3 branch June 26, 2025 15:25
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

npmIssues and PRs related to the npm client dependency or the npm registry.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

@othiym23@Fishrock123@mscdex@cjihrig@piscisaureus