Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/pnpm/supi

Fast, disk space efficient installation engine. Used by pnpm
https://github.com/pnpm/supi

fix: registry can be passed in via parameter

686abe864b96f128e822587b5ef4207e4b336e14 authored almost 8 years ago
feat: no tarball paths in shrinkwrap.yaml for default registries

Ref #664, PR #666

5d9044553d31707ff4aa550c64fb344abe2bcfbc authored almost 8 years ago
feat: make shrinkwrap.yaml smaller

Ref #664

317cac03b6f30d8d1a9a86d72bbbcc84570e7aaa authored almost 8 years ago
fix(package): update node-gyp to version 3.6.0

https://greenkeeper.io/

30e53c8b7591c22c1e226e9ddbd88c3b98d75fd2 authored almost 8 years ago
chore(package): use husky instead of ghooks

ghooks is a deprecated project

32a641e12dff3408722035ecc7cfc823bdd2d3c8 authored almost 8 years ago
refactor: rename getRegistryFolderName()

Rename getRegistryFolderName() to getRegistryName()

185d1f6625a1636ee0ddac58fed79c17d8382511 authored almost 8 years ago
fix: internal shrinkwrap.yaml not recreated on forced install

02145310d3f54bf25bb36f9da7a99ed44687ca3e authored almost 8 years ago
refactor: a save type is always present

7e3169fd97eabdd15d7ebdb2d6b34775b035c871 authored almost 8 years ago
fix(package): update execa to version 0.6.1

https://greenkeeper.io/

82b8ae68e29ce36c3390d22917e5644b27f2a761 authored almost 8 years ago
docs: document the major differences from npm

224d79b134aa0d464ca943e82858aa956accd17e authored almost 8 years ago
feat: use a shrinkwrap file instead of graph.yaml

Ref #658

BREAKING CHANGE: no `node_modules/.graph.yaml` used anymore

d3b0bb0c7520aa142c0b6ddbb50faec6e6bea32f authored almost 8 years ago
feat: always save dependencies

Ref #658

BREAKING CHANGE: cannot insall a dependency w/o saving

e2068c401e42a2e530877b8753660092de5b9f74 authored almost 8 years ago
chore: release v0.61.0

239046d202505a14fb79a3e6d2c89688bb8d91dd authored almost 8 years ago
fix(package): update npm-registry-client to version 7.5.0

https://greenkeeper.io/

c0d143e1faffa78ae6a00ff1385879af83a25d9d authored almost 8 years ago
feat: add offline support

Close #508, Close #659

4f484162d4518b5c76056932c8f4e10810311ac3 authored almost 8 years ago
fix(package): update npm-registry-client to version 7.4.6

https://greenkeeper.io/

4c53fe9f6b2c4ed283f015072ccb81bcdd38da62 authored almost 8 years ago
chore(package): make dev and type deps non-exact

cd98963712a76563cdbec85340002c99ac57dea2 authored almost 8 years ago
refactor: use ramda instead of lodash

e1b132789a669fca78b3e2f0a310645f8ae4d4bf authored almost 8 years ago
fix(package): update fs-write-stream-atomic to version 1.0.10

Closes #654

https://greenkeeper.io/

4371f5fce44a497beb09f0f6a03fe0a805238165 authored almost 8 years ago
fix(package): update npm-package-arg to version 4.2.1

https://greenkeeper.io/

a5bfa04a65ff79fa2c301f6ba5057b1a2d103741 authored almost 8 years ago
fix(package): update @types/ramda to version 0.0.4

https://greenkeeper.io/

78aa2748d1edb5aca2c0cf8eeb33a4d0927ac415 authored almost 8 years ago
chore: release v0.60.3

0bcdc9e2b947f5bd6999fdda468fd8f7db327458 authored almost 8 years ago
fix: report every package's status during named installs

Close #108

cb5a08ee885a5e915c473cfd8b5025214ab3504c authored almost 8 years ago
fix: the `tag` config is used only for top-level named installs

f0ae7a0ff2832faeea5e1fd5a8fe7ad5b3208c8d authored almost 8 years ago
refactor: use get-link-target

Ref #441

2977102fef9b192d6069c6779cc3812a5043f6a0 authored almost 8 years ago
chore: release v0.60.2

024f9ab1a9db9d2a987add78bcde160f307c8422 authored almost 8 years ago
fix(link): scoped deps are not identified correctly to be inner

0d6d77f0a0c60118ab922feb8336f0eb67bdb6d4 authored almost 8 years ago
chore: release v0.60.1

7c1ac2fccf575acd7edc9e6fd61795eb267276cb authored almost 8 years ago
test: skip shrinkwrap breaking change on CI servers

d0add086958d83a379faa45b789d77dae19d43dd authored almost 8 years ago
test(shrinkwrap): scoped dependency is saved in `shrinkwrap.yaml`

a85351ea03c32daab64ed9683f83b674e9e07979 authored almost 8 years ago
fix(shrinkwrap): ignore breaking changes on CI server

Breaking changes in `shrinkwrap.yaml` should not fail
installation on CI servers.

022ba5b96ef9472653702c44304107bdc354a6f0 authored almost 8 years ago
fix(shrinkwrap): save scoped deps in shrinkwrap.yaml

e4d21d63d7235aba17962c6c4d48397e98a68383 authored almost 8 years ago
chore: release v0.60.0

a95c2cb759ab1cc4443a84dd5d379f8788a02d37 authored almost 8 years ago
feat: remove shrinkwrap.yaml when no deps left in package.json

7d48b9d07eacdcb0f1f7a3caa1facd54c7ea90d8 authored almost 8 years ago
feat(shrinkwrap): respect shrinkwrap.yaml for top deps

ddc69abd9ffd7e5278fa2280d61ef0bc03b98098 authored almost 8 years ago
feat(shrinkwrap): don't save empty shrinkwrap files

91849fd88aa1a6724ae7b76396dedd88be607786 authored almost 8 years ago
test(shrinkwrap): deps of deps should satisfy package.json semver

Rel #634

f3b0b6f4c131cf4e9cff67ca89aba5ba0cbd545e authored almost 8 years ago
refactor(shinkwrap): not type prop for tarball resolutions

Most of the resolutions are tarball files. Skipping the
type property for these decreases the si...

d68fb703d8116f0104eb4505b44302288e38ca92 authored almost 8 years ago
fix(shrinkwrap): ignore shrinkwrap when it is out of date

BREAKING CHANGE: shrinkwrap format changed

Close #634

1a8f7628a40bc4923e88fd5258b0ef8eecea829c authored almost 8 years ago
refactor: no need to sort keys in package.json props

write-pkg from version 2.1.0 sorts keys in the dependency props.

0ad4f92a93a304eb01f813646f9bf62544443e01 authored almost 8 years ago
fix(package): update write-pkg to version 2.1.0

https://greenkeeper.io/

e9532a232b445767e07e6d61d04b978d90f0f475 authored almost 8 years ago
refactor(package): move thenify to dev deps

thenify is being used only in tests

4f1049a245a43208a3f2ede7283bed9eb0e001b5 authored almost 8 years ago
refactor: remove pause-stream from dependencies

db0dfa5b1227e7e27b33d54990ac7be60acc062f authored almost 8 years ago
fix: update exists-link to version 2.0.0

f93b575508544d8a396923615eb1654aad3c7242 authored almost 8 years ago
fix: use path-exists instead of exists-file

4aa3e78e88dea6beefbcc5f6d85dfa5c0b62d877 authored almost 8 years ago
chore: release v0.59.0

f26452517699bbf9928ed5aa054c84203bc2b140 authored almost 8 years ago
perf: remove limiting of tarball unpacking concurrency

3d24f2389b4a6e8c9ff63232b582de70f5f0c665 authored almost 8 years ago
ci(travis): test on v7.6 instead of v7

There is some issue with building native addons on v7.7

5fd90f4df6ce9d8b0fd3eb2c925d5b480d1f69b2 authored almost 8 years ago
perf: run postinstall scripts concurrently

c3fd6855eadea306d9ec84d2166073f8a7ec2ec1 authored almost 8 years ago
chore: release v0.58.0

43871af83ebb7166d420432685839922220968a4 authored almost 8 years ago
refactor: normalize tarballs extension in local registry

abfe16c234b123dfa033bb23a9efaba6ff05dd67 authored almost 8 years ago
feat: human-friendly path to the codeload local cache

2354ecaba37c68819287f0f961680e717673c0f2 authored almost 8 years ago
perf: don't limit the linking concurrency

The EMFILE issue is fixed by graceful-fs

bba252bbc81e5c36bd6785638611db345f6b66e7 authored almost 8 years ago
fix: use fs-write-stream-atomic for downloading tarballs

6a8df416a9c43178edcc44a112061389523e91b0 authored almost 8 years ago
feat: save tarballs before unpacking

...and unpack tarballs one by one

Close #600

be633ffb73e10bb19f0ba4e95fb16d88e128c8f8 authored almost 8 years ago
refactor: move npm resolve related files to one dir

65d7c2076328f1a2c21e7ca1fdb8ec72ac32c43d authored almost 8 years ago
feat: use a local registry similar to sinopia's storage

a1ee21b90773492ac7017e408a7291ab43d8ac7c authored almost 8 years ago
fix: resolve local-registry config

15402c4803a67f77fa1c0a8aa7231b0efab54df2 authored almost 8 years ago
fix: too many open files

`graceful-fs` solves the issue of EMFILE errors. However,
the global fs modules has to be patche...

8e034fb4c060a7e8ba6f657deaea29e80c12d129 authored almost 8 years ago
fix(package): update parse-npm-tarball-url to version 1.0.1

https://greenkeeper.io/

3775f54bb8edeca485795e6effdb3f3a090fcf9c authored almost 8 years ago
fix(package): update symlink-dir to version 1.0.2

https://greenkeeper.io/

fceb2ada9ebe5bf52f679db6f0a2da6a3c48b35b authored almost 8 years ago
chore: release v0.57.2

9debb60867c99e56523b1cb1694428897ceb1dc1 authored almost 8 years ago
fix: update pnpm-default-reporter to v0.4.2

13379a453e41a813aa83fe2350fbe142d145e063 authored almost 8 years ago
fix(reporter): always log installed status

f028383a2e57181731911651e793e12830a37df6 authored almost 8 years ago
fix: show correct output of top packages installations

9d92f4dbf91cd4dd962ad07a0b9cfd7870ada136 authored almost 8 years ago
refactor: remove redundant mkdirp from installMultiple

`symlink-dir` creates all the missing directories.

2cb7b72ffcb42064e1a9b16eb407d7ead8724eca authored almost 8 years ago
refactor: remove shouldLinkBins bool from installMultiple()

9a17236d77469d10759803cdadb9d1c1b7d9beb4 authored almost 8 years ago
refactor: remove redundant fields from InstalledPackage

94d7025a5e8630d21bafa6088642037861f223d3 authored almost 8 years ago
fix: link bins once all files are fetched

48a455231e3921049666e419fd369893429d319f authored almost 8 years ago
perf: filter package dirs asynchronously

213e92348f5e9533df71e7f16b1785d7c69eb41d authored almost 8 years ago
refactor: remove redundant property from InstalledPackage

05737a435cb3ba3f4cec3e16934583a3480de4b2 authored almost 8 years ago
chore: release v0.57.1

a250c6a587dea9328640f57386b6c36a9e61d0d5 authored almost 8 years ago
feat: show installation statuses of the top dependencies only

Reduce noise in the installation output.

Close #354

6f309da8f4ff344786f8e0ba356ddfa3d3f31189 authored almost 8 years ago
chore: release v0.57.0

bf6019db7f39feb8d4dd50ac8e894c468b69be41 authored almost 8 years ago
fix(resolve): normalize SSH URLs

Close #419

f119c761181daddf106f1c8271d36f32456559e3 authored almost 8 years ago
feat(bin): symlink executables when directories.bin specified

Close #156

455b40fe87ab32aeffa97f74dfa54ffcbd99d30b authored almost 8 years ago
ci(greenkeeper): ignore pnpm's own packages

8ef96ce8380f544c0d2dc79f78281c7b85c30e37 authored almost 8 years ago
fix(package): update update-notifier to version 2.1.0

https://greenkeeper.io/

040921e72b7958139bee9ba95adbcecd6651bc0a authored almost 8 years ago
chore(package): update cz-conventional-changelog to version 2.0.0

https://greenkeeper.io/

eedb293042ee8e4738bb1bb97e4119df00b39067 authored almost 8 years ago
fix(bin): symlink bins of bundled deps

f39402e2ac0bd9494b8c1154a20dedd45e127da9 authored almost 8 years ago
refactor: use a constant graph entry point property

0cb26a7026f3dc463b1ef65d199ebfdb3d1e4783 authored almost 8 years ago
test: fix executable checking

c1a8c7132598d5b3be8f6c329c078129d845fc2c authored almost 8 years ago
refactor: remove redundant file

10cacae7fb4249e3b135f03a529f21c89b9b29eb authored almost 8 years ago
chore: release v0.56.0

2cd0641db210f56f94ee6414ed00087d62f3d2c6 authored almost 8 years ago
fix(link): global binstub created on `pnpm link`

Close #614

8da56d4e07ea7f83fd8ea01b5058a16fb619def5 authored almost 8 years ago
feat: remove `link-local`

It is broken since the bit `Pure Store` and seems nobody even noticed.
This functionality should...

b6fddf42341a97a3d26829165afc707bd22f3518 authored almost 8 years ago
refactor: link API

BREAKING CHANGE:

Link API functions changed

de00178ca3caf5f8ed0526a987380e177069f52d authored almost 8 years ago
chore: release v0.55.3

2b53386458ac559e37b96f3e313c4e4c8ff43efe authored almost 8 years ago
fix(package): update @zkochan/cmd-shim to version 2.2.2

83ccabd68e7a275288300b976c3e8d3cc7222927 authored almost 8 years ago
fix(package): update rc to version 1.1.7

https://greenkeeper.io/

62e640a85615843f06950f96cfefeb8630c3bd49 authored almost 8 years ago
chore: release v0.55.2

fd84fc44330ebfbb50d01121f49663aa3da43f8a authored almost 8 years ago
fix(git+ssh): git clone with correct ssh URL

Close #419

02a53797e84fd0359bf81e8c4c9c5cba19949dde authored almost 8 years ago
feat(link): log what was linked where

Ref #614

4f805652833518ab3d0ed69b22cf6bead770d292 authored almost 8 years ago
fix(link): don't reinstall linked packages

Close #597

c7be0df6cd84831e5a3ebd843c8bac0b1d0fc57b authored almost 8 years ago
refactor: tests

Use readPkg and path.resolve instead of path.join+process.cwd()

c3f4c0537f4ceecf3ac3543aae5b1a9e250b67f0 authored almost 8 years ago
refactor: remove not used file

554cf8df1bf1f0814b65c555e86272d45364a2cd authored almost 8 years ago
refactor: remove runtimeError.ts

cca22be4142ef634c031044ff5d7bd7ad0ad5c86 authored almost 8 years ago
refactor: remove not used file

c170f798ae84fcee7600408fcaf0e087de30d65f authored almost 8 years ago
refactor: use mkdirp-promise

Ref #441

3b6ceaaebd025d54ea1036ea9c5b78e7d959b6c7 authored almost 8 years ago
refactor: use `link-dir` package

Ref #441

980249cf425125574b712231398dcc2172ce6954 authored almost 8 years ago