-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deps: upgrade npm beta to 5.0.0-beta.56
PR-URL: #12936 Reviewed-By: Anna Henningsen <[email protected]>
- Loading branch information
Showing
1,396 changed files
with
73,700 additions
and
27,239 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -459,3 +459,8 @@ Evgeny Kulikov <[email protected]> | |
Carol (Nichols || Goulding) <[email protected]> | ||
Jarid Margolin <[email protected]> | ||
David Cook <[email protected]> | ||
Brian Dukes <[email protected]> | ||
J F <[email protected]> | ||
Pavlo Liulia <[email protected]> | ||
JΓ‘n Dzurek <[email protected]> | ||
Lucas Theisen <[email protected]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
* Broken test files | ||
* add-remote-git-get-resolved.js (needs porting to pacote) | ||
* bugs.js (I think because opts.fullMetadata) | ||
* builtin-config.js (freezes) | ||
* check-cpu-reqs.js (uhhh? it's not checking?) | ||
* check-engine-reqs.js (same?) | ||
* check-os-reqs.js (same?) | ||
* doctor.js (needs rewrite) | ||
* full-warning-messages.js | ||
* get.js | ||
* git-npmignore.js | ||
* git-races.js | ||
* github-shortcut.js | ||
* ignore-shrinkwrap.js | ||
* install-shrinkwrapped-git.js | ||
* install-with-dev-dep-duplicate.js | ||
* legacy-npm-self-install.js (one check failed) | ||
* ls-depth-cli.js | ||
* outdated-local.js | ||
* outdated-notarget.js | ||
* outdated-private.js | ||
* peer-deps-invalid.js | ||
* peer-deps-toplevel.js | ||
* peer-deps-without-package-json.js | ||
* repo.js | ||
* retry-on-stale-cache.js | ||
* scope-header.js | ||
* shrinkwrap-default-arg-ver.js | ||
* shrinkwrap-local-dependency.js | ||
* shrinkwrap-optional-dependency.js | ||
* shrinkwrap-optional-property.js | ||
* shrinkwrap-prod-dependency.js | ||
* shrinkwrap-shared-dev-dependency.js | ||
* splat-with-only-prerelease-to-latest.js | ||
* url-dependencies.js | ||
* verify-no-lifecycle-on-repo.js | ||
* network/legacy-shrinkwrap.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,77 @@ | ||
## v4.6.1 (2017-04-21) | ||
|
||
A little release to tide you over while we hammer out the last bits for npm@5. | ||
|
||
### FEATURES | ||
|
||
* [`d13c9b2f2`](https://github.com/npm/npm/commit/d13c9b2f24b6380427f359b6e430b149ac8aaa79) | ||
`[email protected]`: | ||
The `name:` prompt is now `package name:` to make this less ambiguous for new users. | ||
|
||
The default package name is now a valid package name. For example: If your package directory | ||
has mixed case, the default package name will be all lower case. | ||
* [`f08c66323`](https://github.com/npm/npm/commit/f08c663231099f7036eb82b92770806a3a79cdf1) | ||
[#16213](https://github.com/npm/npm/pull/16213) | ||
Add `--allow-same-version` option to `npm version` so that you can use `npm version` to run | ||
your version lifecycles and tag your git repo without actually changing the version number in | ||
your `package.json`. | ||
([@lucastheisen](https://github.com/lucastheisen)) | ||
* [`f5e8becd0`](https://github.com/npm/npm/commit/f5e8becd05e0426379eb0c999abdbc8e87a7f6f2) | ||
Timing has been added throughout the install implementation. You can see it by running | ||
a command with `--loglevel=timing`. You can also run commands with `--timing` which will write | ||
an `npm-debug.log` even on success and add an entry to `_timing.json` in your cache with | ||
the timing information from that run. | ||
([@iarna](https://github.com/iarna)) | ||
|
||
### BUG FIXES | ||
|
||
* [`9c860f2ed`](https://github.com/npm/npm/commit/9c860f2ed3bdea1417ed059b019371cd253db2ad) | ||
[#16021](https://github.com/npm/npm/pull/16021) | ||
Fix a crash in `npm doctor` when used with a registry that does not support | ||
the `ping` API endpoint. | ||
([@watilde](https://github.com/watilde)) | ||
* [`65b9943e9`](https://github.com/npm/npm/commit/65b9943e9424c67547b0029f02b0258e35ba7d26) | ||
[#16364](https://github.com/npm/npm/pull/16364) | ||
Shorten the ELIFECYCLE error message. The shorter error message should make it much | ||
easier to discern the actual cause of the error. | ||
([@j-f1](https://github.com/j-f1)) | ||
* [`a87a4a835`](https://github.com/npm/npm/commit/a87a4a8359693518ee41dfeb13c5a8929136772a) | ||
`[email protected]`: | ||
Fix flashing of the progress bar when your terminal is very narrow. | ||
([@iarna](https://github.com/iarna)) | ||
* [`41c10974f`](https://github.com/npm/npm/commit/41c10974fe95a2e520e33e37725570c75f6126ea) | ||
`[email protected]`: | ||
Wait for `fsync` to complete before considering our file written to disk. | ||
This will improve certain sorts of Windows diagnostic problems. | ||
* [`2afa9240c`](https://github.com/npm/npm/commit/2afa9240ce5b391671ed5416464f2882d18a94bc) | ||
[#16336](https://github.com/npm/npm/pull/16336) | ||
Don't ham-it-up when expecting JSON. | ||
([@bdukes](https://github.com/bdukes)) | ||
|
||
### DOCUMENTATION FIXES | ||
|
||
* [`566f3eebe`](https://github.com/npm/npm/commit/566f3eebe741f935b7c1e004bebf19b8625a1413) | ||
[#16296](https://github.com/npm/npm/pull/16296) | ||
Use a single convention when referring to the `<command>` you're running. | ||
([@desfero](https://github.com/desfero)) | ||
* [`ccbb94934`](https://github.com/npm/npm/commit/ccbb94934d4f677f680c3e2284df3d0ae0e65758) | ||
[#16267](https://github.com/npm/npm/pull/16267) | ||
Fix a missing space in the example package.json. | ||
([@famousgarkin](https://github.com/famousgarkin)) | ||
|
||
### DEPENDENCY UPDATES | ||
|
||
* [`ebde4ea33`](https://github.com/npm/npm/commit/ebde4ea3363dfc154c53bd537189503863c9b3a4) | ||
`[email protected]` | ||
* [`c46ad71bb`](https://github.com/npm/npm/commit/c46ad71bbe27aaa9ee10e107d8bcd665d98544d7) | ||
`[email protected]` | ||
* [`d856d570d`](https://github.com/npm/npm/commit/d856d570d2df602767c039cf03439d647bba2e3d) | ||
`[email protected]` | ||
* [`4a2e14436`](https://github.com/npm/npm/commit/4a2e1443613a199665e7adbda034d5b9d10391a2) | ||
`[email protected]` | ||
* [`f0399138e`](https://github.com/npm/npm/commit/f0399138e6d6f1cd7f807d523787a3b129996301) | ||
`[email protected]` | ||
|
||
### v4.5.0 (2017-03-24) | ||
|
||
Welcome a wrinkle on npm's registry API! | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
* Finished | ||
* [COMPLETED] npm: add `created-with`, `shrinkwrap-version`, and `package-integrity` | ||
* [COMPLETED] npm: warn on incompatible package-lock version | ||
* [COMPLETED] npm: warn if both shrinkwrap and package-lock are there | ||
* [COMPLETED] npm: fix git-prepare | ||
* [COMPLETED] npm: fix auth failure for locked scoped deps | ||
* [COMPLETED] npm: send the user-agent through to pacote | ||
* [COMPLETED] npm: get https://github.com/npm/write-file-atomic/pull/23 merged | ||
* [COMPLETED] npm: get https://github.com/npm/fstream-npm/pull/27 merged | ||
* [COMPLETED] npm: if local deps exist w/o needed metadata, fetch it | ||
* [COMPLETED] Run `prepare` during git tarball packing phase | ||
* [COMPLETED] npm: put npm cache clear behind --force | ||
* [COMPLETED] npm: package-lock.json | ||
* lib/install/read-shrinkwrap.js | ||
* lib/shrinkwrap.js | ||
* lib/install/save.js (?) | ||
* lib/utils/tar.js (add autoignore) | ||
* fstream-npm (add autoignore) | ||
* lib/version.js | ||
* [COMPLETED] npm: --save by default | ||
* [COMPLETED] npm: make sure `npm i <pkg>` defaults to package.json | ||
* it only happens for command line arguments | ||
* getAllMetadata | ||
* Apparently, I did this way back when and totally forgot. lol. | ||
* [COMPLETED] make-fetch-happen: make sure other options npm used are implemented | ||
* look at the comment at the bottom of pacote.js | ||
* [COMPLETED] make-fetch-happen: support strictSSL option | ||
* [COMPLETED] Write npm@5 speeds presentation for Friday | ||
* [COMPLETED] pacote: support `opts.fullMetadata` for `pkg.manifest` | ||
* [COMPLETED] npm: fix invalid package: null error | ||
* [COMPLETED] make-fetch-happen: case-insensitive http_proxy/proxy/https_proxy | ||
* [COMPLETED] cacache: integrate cacache@8 into npm/pacote/mfh | ||
* [COMPLETED] make-fetch-happen: literally vendor in node-fetch. sigh. | ||
* basically, the whole tarball situation prevents shrinkwrap. sux :< | ||
* note: solved this by forking node-fetch into node-fetch-npm | ||
* [COMPLETED] pacote: http auth and alwaysAuth | ||
* https://github.com/zkat/pacote/issues/77 | ||
* [COMPLETED] make-fetch-happen: NO_PROXY support | ||
* https://github.com/zkat/make-fetch-happen/issues/17 | ||
* [COMPLETED] npm: calculate sri with ssri and add it to dist.integrity | ||
* [COMPLETED] pacote: refactor handler API | ||
* maybe use Protoduck? | ||
* [COMPLETED] npm: nag Ryan about when sha512 is happening | ||
* He says it's delayed π | ||
* I can still start sending integrity in the publish | ||
* [COMPLETED] npm: fix bundle replacement issues (see: npm i nyc warning spam) | ||
* need fromBundle attribute on shrinkwrap and pass it through. the sw.version && sw.integrity-based fake node needs to have this there. | ||
* Backlog | ||
* [TODO] pacote: opts.extraHeaders | ||
* https://github.com/zkat/pacote/issues/79 | ||
* [TODO] pacote: ECONNRESET recovery | ||
* https://github.com/zkat/pacote/issues/8 | ||
* [TODO] pacote: skip node_modules extraction for non-bundleDeps | ||
* https://github.com/zkat/pacote/issues/49 | ||
* [TODO] pacote: write tests for file/directory handlers | ||
* [TODO] npm: `npm publish --dry-run` -> https://npm.im/pkgfiles ? | ||
* Rebecca says yea | ||
* [TODO] make-fetch-happen: write tests for agent pooling/proxy | ||
* https://github.com/zkat/make-fetch-happen/issues/16 | ||
* [TODO] make-fetch-happen: retry notification | ||
* https://github.com/zkat/make-fetch-happen/issues/21 | ||
* [TODO] npm: move addBundled call from inflate-shrinkwrap to extract | ||
* fix the fucking bundling thing while at it | ||
* Needed for npm@5 | ||
* [TODO] pacote: write tests for git handlers | ||
* https://github.com/zkat/pacote/issues/70 | ||
* [TODO] pacote: offline feature support for git deps | ||
* [TODO] npm: get logging working during the recalculateMetadata spam | ||
* [TODO] write-file-atomic: review https://github.com/npm/write-file-atomic/pull/22 | ||
* Active | ||
* [TODO] npm: make `npm update` save files as the right type | ||
* [TODO] node: track down lifecycle signal failure |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.