102 Commits

Author SHA1 Message Date
Christophe
fe27f9dc2b Update NodeJS to 6.2.0 (#855)
Notable changes

- buffer: fix lastIndexOf and indexOf in various edge cases (Anna Henningsen) #6511
- child_process: use /system/bin/sh on android (Ben Noordhuis) #6745
deps:
- upgrade npm to 3.8.9 (Rebecca Turner) #6664
- upgrade to V8 5.0.71.47 (Ali Ijaz Sheikh) #6572
- upgrade libuv to 1.9.1 (Saúl Ibarra Corretgé) #6796
- Intl: ICU 57 bump (Steven R. Loomis) #6088
- repl:
  - copying tabs shouldn't trigger completion (Eugene Obrezkov) #5958
  - exports Recoverable (Blake Embrey) #3488
  - src: add O_NOATIME constant (Rich Trott) #6492
  - src,module: add --preserve-symlinks command line flag (James M Snell) #6537
  - util: adhere to noDeprecation set at runtime (Anna Henningsen) #6683

As of this release the 6.X line now includes 64-bit binaries for Linux on Power Systems running in big endian mode in addition to the existing 64-bit binaries for running in little endian mode.
2016-05-19 21:19:06 +10:00
Christophe
ae0dc77243 Upgrade NodeJS to 6.1.0
Notable Changes

assert: deep{Strict}Equal() now works correctly with circular references. (Rich Trott) #6432
debugger: Arrays are now formatted correctly in the debugger repl. (cjihrig) #6448
deps: Upgrade OpenSSL sources to 1.0.2h (Shigeki Ohtsu) #6550
net: Introduced a Socket#connecting property. (Fedor Indutny) #6404
Previously this information was only available as the undocumented, internal _connecting property.
process: Introduced process.cpuUsage(). (Patrick Mueller) #6157
stream: Writable#setDefaultEncoding() now returns this. (Alexander Makarenko) #5040
util: Two new additions to util.inspect():
Added a maxArrayLength option to truncate the formatting of Arrays. (James M Snell) #6334
This is set to 100 by default.
Added a showProxy option for formatting proxy intercepting handlers. (James M Snell) #6465
Inspecting proxies is non-trivial and as such this is off by default.

https://nodejs.org/en/blog/release/v6.1.0/
2016-05-06 22:53:23 +10:00
Christophe
75252b625b Update nodejs to version 6.0.0 (current version)
* Update nodejs to version 6.0.0

* Update nodejs.json
2016-04-28 18:26:28 +10:00
Christophe
81c527962e Update node to 5.11.0 2016-04-25 02:22:19 +10:00
Christophe
d5509be1fd Update Node to 5.10.1 2016-04-06 13:11:55 +02:00
Christophe
bc75d102ae Update nodejs to 5.10.0 2016-04-04 15:56:33 +02:00
Mika
d400b8cc36 fix node path 2016-03-25 10:59:03 +02:00
Christophe
ac3a83c58d Update Node to 5.9.1 2016-03-24 23:09:04 +01:00
Christophe
aaba2cb027 Update to NodeJs 5.9.0 2016-03-18 10:06:11 +01:00
Will Ellis
01e07648a1 Update nodejs to 5.8.0 2016-03-12 17:49:30 +01:00
Keiichi Shimamura
49fd38620a Node.js 5.7.0
https://github.com/nodejs/node/blob/v5.7.0/CHANGELOG.md
2016-02-23 01:33:22 -05:00
Ryan J. McDonough
c858f6ee4f Bumped versions for Git and Node.js 2016-02-14 09:32:38 -05:00
engelhro
4b69790eab Update version check for nodejs (stable) 2016-01-21 23:04:13 +01:00
Keiichi Shimamura
bed0e77ca7 Node.js 5.5.0
https://github.com/nodejs/node/blob/v5.5.0/CHANGELOG.md
2016-01-21 14:55:29 -05:00
Keiichi Shimamura
e1141a78d9 Node.js 5.3.0 2016-01-06 13:41:41 -05:00
Stephen Edgar
2b418fdef3 NodeJS 5.1.1 2015-12-05 11:44:22 +11:00
Keiichi Shimamura
5d505bbd45 node.js 5.0.0 2015-11-04 22:54:24 -05:00
Keiichi Shimamura
1eb8782536 Node.js 4.2.1 2015-10-15 11:22:57 -04:00
ISHIDA Akio
eb5cc13453 nodejs: Fix checkver pattern 2015-10-14 19:02:51 +09:00
Keiichi Shimamura
1230b30c8e Node.js 4.1.2 2015-10-05 23:32:21 -04:00
Keiichi Shimamura
8aa25cf171 Node.js 4.1.1 2015-09-28 10:54:17 -04:00
Keiichi Shimamura
9344848f2d Node.js 4.1.0 2015-09-17 10:53:39 -04:00
Keiichi Shimamura
0d14c3878a Node.js 4.0.0 2015-09-10 22:56:53 -04:00
Roy Ivy III
a5d219e0c9 whitespace cleanup
* makes changes to almost all main repo files to be in accordance with .editorconfig
* some files in "test\fixtures\..." were left alone to avoid breaking tests
* NOTE: whitespace changes *only* (`git diff -b` shows no changes)
2015-08-17 22:54:43 -05:00
Andrew Shustariov
863273eb9d Updated nodejs dependency to version 0.12.7 2015-08-08 20:15:03 +03:00
Keiichi Shimamura
38de387d85 Node.js 0.12.6 2015-07-03 23:59:11 -04:00
paq
24cf98580c node.js 0.12.5 2015-06-29 12:11:58 +09:00
Keiichi Shimamura
d5dc565de8 Node.js 0.12.3 2015-05-21 17:43:30 -04:00
Keiichi Shimamura
cda2ff5d7a Node.js 0.12.2 2015-05-04 13:55:04 -04:00
Keiichi Shimamura
f70a8e834e Node.js 0.12.1 2015-03-24 21:25:42 -07:00
Keiichi Shimamura
b5efc75833 Node.js 0.12.0 2015-02-06 22:05:25 -05:00
Michael Tyson
836d69661f nodejs 0.10.36 2015-02-03 08:52:38 -05:00
Jason Pierce
6c4e095fea Node.js v0.10.35 2015-01-16 19:54:20 -08:00
Michael Tyson
d8f59b50ec Update nodejs.json 2014-12-20 23:30:37 -05:00
Stephen Edgar
ac270aaa29 NodeJS - Add post install npm update -g
NodeJS is no longer bundling an up to date `NPM` package, currently shipping with v1.4.28, now post install running `npm update -g` will update to NPM v2.1.10 at time of writing
2014-11-28 18:07:05 +11:00
Jonathan Rehm
f3e720178b Update Node.js to the latest version 2014-11-20 13:09:29 -07:00
Keiichi Shimamura
c66fec7ec6 Node.js 0.10.32 2014-10-03 15:37:11 -04:00
Jonathan Rehm
dc035eb33e Update Node.js to the latest version
Instead of downloading `npm` separate from `node`, download them together and remove the bundled `npmrc` file that makes global modules get installed in `%appdata%\Roaming\npm`.
2014-09-13 09:32:17 -07:00
Pablo Crivella
538bf841cb Update checkver regex
Add class to <p> tag.
2014-08-01 17:49:59 -04:00
Keiichi Shimamura
ed977e6f55 Node.js 0.10.29 2014-06-22 00:51:23 -04:00
Keiichi Shimamura
143418ee9c Node.js 0.10.28 2014-05-06 21:14:38 -04:00
Luke Sampson
89c0c3fc1e node 0.10.26 (add version check regexp) 2014-03-03 21:04:51 +10:00
Stephen Edgar
c24cc109cd Update nodejs to v0.10.26 and npm to v1.4.3
SHA256 Hashes
2014-02-21 20:33:55 +11:00
Luke Sampson
a878f31916 nodejs 0.10.25 (revert to SHA256 checksums) 2014-02-10 20:20:57 +10:00
Luke Sampson
ee318758b5 nodejs 0.10.25 (official checksums) 2014-02-09 18:42:46 +10:00
Pranaya Kaewkhiawluang
d0318461ac Node 0.10.25 2014-02-09 10:38:49 +07:00
Luke Sampson
9f26f688c5 nodejs 0.10.23 2013-12-13 09:38:18 +10:00
Luke Sampson
0c27f02c2e nodejs 0.10.21 (add '.' to path instead of '\\', now that scoop allows this) 2013-11-12 09:29:39 +10:00
Luke Sampson
15e36966b3 nodejs 0.10.21 (don't need shims now that install dir is in the path) 2013-11-12 08:58:00 +10:00
Cuong Vo
bf43cad74b Added NodeJs root install directory to user PATH for globally installed modules 2013-11-11 13:40:28 -05:00