-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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 <anna@addaleax.net>
- 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
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
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.