|
| 1 | +### v2.14.9 (2015-10-29): |
| 2 | + |
| 3 | +There's still life in `npm@2`, but for now, enjoy these dependency upgrades! |
| 4 | +Also, [@othiym23](https://github.com/othiym23) says hi! _waves_ |
| 5 | +[@zkat](https://github.com/zkat) has her hands full, and |
| 6 | +[@iarna](https://github.com/iarna)'s handling `npm@3`, so I'm dealing with |
| 7 | +`npm@2` and the totally nonexistent weird bridge `[email protected]` LTS release that may |
| 8 | +or may not be happening this week. |
| 9 | + |
| 10 | +#### CAN'T STOP WON'T STOP UPDATING THOSE DEPENDENCIES |
| 11 | + |
| 12 | +* [`f52f0cb`](https://github.com/npm/npm/commit/f52f0cb51526314197e9d67619feebbd82a397b7) |
| 13 | + [#10150](https://github.com/npm/npm/issues/10150) `[email protected]`: Use |
| 14 | + `fs.lstat()` to check if an entry is a directory, making `chmodr()` work |
| 15 | + properly with NFS mounts on Windows. ([@sheerun](https://github.com/sheerun)) |
| 16 | +* [`f7011d7`](https://github.com/npm/npm/commit/f7011d7b3b1d9148a6cd8f7b8359d6fe3269a912) |
| 17 | + [#10150](https://github.com/npm/npm/issues/10150) `[email protected]`: Additional |
| 18 | + command-line parameters, which is nice but not used by npm. |
| 19 | + ([@isaacs](https://github.com/isaacs)) |
| 20 | +* [`ebcc0d8`](https://github.com/npm/npm/commit/ebcc0d8629388da0b849bbbad590382cd7268f51) |
| 21 | + [#10150](https://github.com/npm/npm/issues/10150) `[email protected]`: Don't |
| 22 | + package browser version. ([@isaacs](https://github.com/isaacs)) |
| 23 | +* [`8c98dce`](https://github.com/npm/npm/commit/8c98dce5ffe242bafbe92b849e73e8de1803e256) |
| 24 | + [#10150](https://github.com/npm/npm/issues/10150) `[email protected]`: |
| 25 | + Upgrade to use `minimatch@3` (for deduping purposes). |
| 26 | + ([@othiym23](https://github.com/othiym23)) |
| 27 | +* [`db9ef33`](https://github.com/npm/npm/commit/db9ef337c253ecf21c921055bf8742e10d1cb3bb) |
| 28 | + [#10150](https://github.com/npm/npm/issues/10150) `[email protected]`: |
| 29 | + Dependency upgrades and a few bug fixes, mostly related to cookie handling. |
| 30 | + ([@simov](https://github.com/simov)) |
| 31 | + |
| 32 | +#### DEVDEPENDENCIES TOO, I GUESS, IT'S COOL |
| 33 | + |
| 34 | +* [`dfbf621`](https://github.com/npm/npm/commit/dfbf621afa09c46991249b4f9a995d1823ea7ede) |
| 35 | + [#10150](https://github.com/npm/npm/issues/10150) `[email protected]`: Better |
| 36 | + handling of test order handling (including some test fixes for npm). |
| 37 | + ([@isaacs](https://github.com/isaacs)) |
| 38 | +* [`cf5ad5a`](https://github.com/npm/npm/commit/cf5ad5a8c88bfd72e30ef8a8d1d3c5508e0b3c23) |
| 39 | + [#10150](https://github.com/npm/npm/issues/10150) `[email protected]`: More |
| 40 | + expectations, documentation, and bug fixes. |
| 41 | + ([@pgte](https://github.com/pgte)) |
| 42 | + |
| 43 | +### v2.14.8 (2015-10-08): |
| 44 | + |
| 45 | +#### SLOWLY RECOVERING FROM FEELINGS |
| 46 | + |
| 47 | +OS&F is definitely my favorite convention I've gone to. Y'all should check it |
| 48 | +out next year! Rebecca and Kat are back, although Forrest is out at |
| 49 | +[&yet conf](http://andyetconf.com/). |
| 50 | + |
| 51 | +This week sees another tiny LTS release with non-code-related patches -- just |
| 52 | +CI/release things. |
| 53 | + |
| 54 | +Meanwhile, have you heard? `npm@3` is much faster now! Go upgrade with `npm |
| 55 | +install -g npm@latest` and give it a whirl if you haven't already! |
| 56 | + |
| 57 | +#### IF YOU CHANGE CASING ON A FILE, YOU ARE NOT MY FRIEND |
| 58 | + |
| 59 | +Seriously. I love me some case-sensitive filesystems, but a lot of us have to |
| 60 | +deal with `git` and its funky support for case normalizing systems. Have mercy |
| 61 | +and just don't bother if all you're changing is casing, please? Otherwise, I |
| 62 | +have to do this little dance to prevent horrible conflicts. |
| 63 | + |
| 64 | +* [`c3a7b61`](https://github.com/npm/npm/commit/c3a7b619786650a45653c8b55b8741fc7bb5cfda) |
| 65 | + [#9804](https://github.com/npm/npm/pulls/9804) Remove the readme file with |
| 66 | + weird casing. |
| 67 | + ([@zkat](https://github.com/zkat)) |
| 68 | +* [`f3f619e`](https://github.com/npm/npm/commit/f3f619e06e4be1378dbf286f897b50e9c69c9557) |
| 69 | + [#9804](https://github.com/npm/npm/pulls/9804) Add the readme file back in, |
| 70 | + with desired casing. |
| 71 | + ([@zkat](https://github.com/zkat)) |
| 72 | + |
| 73 | +#### IDK. OUR CI DOESN'T EVEN FULLY WORK YET BUT SURE |
| 74 | + |
| 75 | +Either way, it's nice to make sure we're running stuff on the latest Node. `4.2` |
| 76 | +is getting released very soon, though (this week?), and that'll be the first |
| 77 | +official LTS release! |
| 78 | + |
| 79 | +* [`bd0b9ab`](https://github.com/npm/npm/commit/bd0b9ab6e60a31448794bbd88f94672572c3cb55) |
| 80 | + [#9827](https://github.com/npm/npm/pulls/9827) Add node `4.0` and `4.1` to |
| 81 | + TravisCI |
| 82 | + ([@JaKXz](https://github.com/JaKXz)) |
| 83 | + |
1 | 84 | ### v2.14.7 (2015-10-01):
|
2 | 85 |
|
3 | 86 | #### MORE RELEASE STAGGERING?!
|
@@ -36,8 +119,6 @@ Anyway -- here's your version bump! :)
|
36 | 119 | `[email protected]`: No longer defaulting to `application/json` for `json`
|
37 | 120 | requests. Also some minor doc and packaging patches.
|
38 | 121 | ([@simov](https://github.com/simov))
|
39 |
| - `[email protected]`: No longer packaging browser modules. |
40 |
| - ([@isaacs](https://github.com/isaacs)) |
41 | 122 | * [`a18b213`](https://github.com/npm/npm/commit/a18b213e6945a8f5faf882927829ac95f844e2aa)
|
42 | 123 | `[email protected]`: Upgraded `minimatch` dependency.
|
43 | 124 | ([@isaacs](https://github.com/isaacs))
|
|
0 commit comments