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: update package on named installation

b5c6d4a5fed4f391663c123e86a2f703ac4571fa authored over 7 years ago
chore: release v0.69.3

9309aa873e8ece66b842115028087b6c2b52f837 authored over 7 years ago
fix: setting NODE_PATH in cmd shims on Windows

8d18ad2d8ff907539e2b97752f0747ce55911346 authored over 7 years ago
fix(package): update execa to version 0.7.0

Close #790

97726c62cbf16a77e29632d8d25a419e711b7841 authored over 7 years ago
fix: installation of package with peers using info from shrinkwrap

e9e0d1d4a65bdc748d581d30adc8a89bdc29576e authored over 7 years ago
chore: release v0.69.2

7c278c15fe1aa4728a1b19d7b21361e152a1c1bd authored over 7 years ago
fix: don't try to wait for skipped packages that were not analyzed

de225700f320e7d5f4712c1bf603b90d5a655101 authored over 7 years ago
chore: release v0.69.1

6b47c424c61e323418842f7ae422521a42293007 authored over 7 years ago
fix: build correct node_modules tree

d028208a510429bac549c1dd23d2531f4470809a authored over 7 years ago
chore: update shrinkwrap.yaml

135b1e3fefbbd26972d106bc79e0ce1123fea5f7 authored over 7 years ago
chore: release v0.69.0

f5913220cd5aeb6311819b0eb1afe0404e3e4c5d authored over 7 years ago
fix: respect shrinkwrap for all types of dependencies

0dfe7607004cb849d15cf3e5f4e948026226b769 authored over 7 years ago
chore: release v0.69.0-beta.4

6f05b077391db3ac1a1ad425e3cf6d754037e000 authored over 7 years ago
chore: update pnpm-locker to version 0.1.1

0b942d969863acbb582978ad7dbcaad37da1519b authored over 7 years ago
feat: save optional deps separately in the lockfile

For correct prunning of the lockfile, it has to be known
which deps are optional. Also it has to...

2c04aa69daba65c514dd515e95f3be3cada7cb99 authored over 7 years ago
feat: support the --no-optional flag

The --no-optional argument prevents optional dependencies from
being installed.

Close #460

5acc4671f05cae43827fbfaf026a7faa38adc3c2 authored over 7 years ago
fix: non-compatible package should still be saved to store

Ref #759

63d3fd0a90acd5ea329fd74da4b5abdf1b93d19a authored over 7 years ago
test: use notOk when possible

0709c2df40f96184f60793f13b6137f002d0a753 authored over 7 years ago
refactor: require symlink-dir instead of import

7f4515c2928f102c54a67e9eea04d3632a724562 authored over 7 years ago
chore: release v0.69.0-beta.3

16cbc56041272026f14f9df1cc76c4b47cd74aa7 authored over 7 years ago
fix: fall back to copying when cannot link package

Ref #712

f2ff9797f384df5239ec48269471b074b8c49e4e authored over 7 years ago
docs: add more explanation about limitation of binstubs

Close #736

b2c67b21ff316c853b0390977a10e882b509e1c4 authored over 7 years ago
docs: remove text that says pnpm is x10 faster than npm

npm5 is a lot faster now, so pnpm is not x10 faster anymore.
Still faster but not that much.

a56f6c68eddb5b8e5dab72f88829944cdb3195b5 authored over 7 years ago
chore: release v0.69.0-beta.2

8e668bd339e6fc865ba14051390a6da5d4cd1ef9 authored over 7 years ago
fix: link to root all root packages

d23bcfb75f0d452d5fa27aeb5a8720bf8e38fdb3 authored over 7 years ago
perf: faster install

586afa193b2b0d5e4858e3687d13a59253e2c27c authored over 7 years ago
chore: release v0.69.0-beta.1

b35a581b0e1b73ca2dc5d231755efdc983267224 authored over 7 years ago
refactor: rename `root` to `directory` in resolution

BREAKING CHANGE:

shrinkwrap.yaml format change

502b56694505a5f0f32e8b15fa433b1af9fdbe8d authored over 7 years ago
chore: update dependencies

close #781, close #779, close #780, close #778, close #774

1e91300714f38ca4e12ba9464dab3d19e92f9180 authored over 7 years ago
fix: subdeps of skipped optionals are skipped as well

f414e256e864c2659ccf3eb781ae74e1a396c236 authored over 7 years ago
ci: run tests on Node v8

b8d8033a8daf78d49a258f972291a207d22305f0 authored over 7 years ago
refactor: change the git resolution format

12abf7343ac88a9e7fc6f437848341116d2f74dc authored over 7 years ago
refactor: update shrinkwrap version to 3

2f909a2c2bd9568e9d17f574e526d5bcc9865004 authored over 7 years ago
feat: saving `integrity` in `shrinkwrap.yaml`

6461f76ad8568a7a04c85131fd17ba77008e51a1 authored over 7 years ago
refactor: use ssri for checking integrity

03433abadff1f4019f9626de57f6870040f8882b authored over 7 years ago
fix: non-installable optional subdependencies are not linked

c84cd2430227af3e72a13395abe4185333f31efa authored over 7 years ago
feat: lock project during install/uninstall

d44a3339b8c02fe92a4c120598623c4b27be7251 authored over 7 years ago
fix: extraneous packages are removed

ef86257aee7f7225727de0c42837f24f0865b124 authored over 7 years ago
fix: update shrinkwrap with correct dev/optional values

90806ec42dd54be3d2285b8b126c545e78aac296 authored over 7 years ago
refactor: values in shrinkwrap.yaml/packages are always objects

505e7974e62150a603347906ff77e42639963872 authored over 7 years ago
test: dev/optional is true when package is dev/optional ONLY

531aaedb58cc5bd1ce88c223c8d8e8737d74b0c0 authored over 7 years ago
refactor: add back dependencies field to root of shrinkwrap

594ebfd5f82a39abfdaf5fc3232ec21ecdf7b60d authored over 7 years ago
chore: update ramda to version 0.0.10

Close #774

f1218424d713a0b107b0e2aff8294d16bfdad3e1 authored over 7 years ago
perf: merge installation with tree creation

1427123972cdcd1b23a7064470f5be0de0e5d7f7 authored over 7 years ago
fix: relinking subdendencies when updated

47721be6b20a1bf6e958681de264caab6a0700d8 authored over 7 years ago
feat: using `shrinkwrap.yaml` for creating `node_modules`

1462157fa8246e9035f55ce3f9b8dedee20526e8 authored over 7 years ago
feat: add dev and optional properties to `shrinkwrap.yaml`

e5244a8c6b26ad1c16f34d7d22fadb1b81e5e712 authored over 7 years ago
feat: add id field to shrinkwrap

For non-pure resolutions add an id field that indicates the
location of the package in the store

e8f3da0eb45d4c34889274f28c3171c65626ae5d authored over 7 years ago
feat: include peer resolutions in `shrinkwrap.yaml

BREAKING CHANGE: `shrinkwrap.yaml` format changed

7dc82f0e89a77764743ff29e1cb4cd09f7cadd1c authored over 7 years ago
refactor: keep nodeIds inside peer resolution logic only

5887692e8e69d62b1b4fb020ee3897cdedfff5d3 authored over 7 years ago
refactor: assign a default value to resolvedDependencies

c1e2cb158cc961786e28247d3b1b1c8bf38fb284 authored over 7 years ago
refactor: no additional nesting when peer resolved from own dependency

e95ae0291734640bafb4d3c0b6038f92916a65e3 authored over 7 years ago
refactor(shrinkwrap): dependencies => packages['/'].dependencies

cc21a4ed501277657b0a310f8758ba82089012b6 authored over 7 years ago
feat: add specifiers to shrinkwrap.yaml

BREAKING CHANGE:

shrinkwrap.yaml format has changed

4aecc181fb3768462ea3a1524c2b5f97ec208270 authored over 7 years ago
feat: all children are always grouped together

56049efde0c18b1fb7a76098c5b08001f5646168 authored over 7 years ago
feat(store): `pnpm store status` informs on success

Close #734

2e7963f23de29b4054d8ba9e609b6b4d54b3db74 authored over 7 years ago
perf: explicitly tell the path to `package.json`

Use `read-package-json` for reading `package.json`.
The same package is used by npm.

Use `load-...

69cbd1701f7e6e7d0551daf744edcc7f270418a8 authored over 7 years ago
docs(README): add section about limitations

Close #736

6314b534e44b230803d01115af9d5fdddc4ad5b4 authored over 7 years ago
chore: update shrinkwrap.yaml

63d51ac3f714ad9d22cb836e40752114d753fa7f authored over 7 years ago
chore: release v0.68.0

4c34d00ed760a9c603f0ad94491b9fcade554d5e authored over 7 years ago
feat: add `createdWith` property to `shrinkwrap.yaml`

The `name@version` of the creator of the shrinkwrap is
saved in a property called `createdWith`....

89a6fc6017c72acb7541291aa515c9a6d5dd0061 authored over 7 years ago
fix(shrinkwrap): don't save absolute path shrinkwrap.yaml

Relative path to the current working directory is saved
in the `shrinkwrap.yaml`.

Close #744

c4e2540dd2f424df0ef5c7249cf1008d6d211f1d authored over 7 years ago
test: move local package intallation tests to separate file

177ad668425fc2248e1d2a45619a7bd7d18ba076 authored over 7 years ago
docs(README): fix gramatical errors

d74b699cc123de995bd71492446b59ee01257e55 authored over 7 years ago
docs: fix bad word choice

ef4b1f0ec6cda1c4ef543ac0beb5f18cf7918cf8 authored over 7 years ago
chore: update dependencies

Close #745

080bc169289f8e0268f17f44816d3b63ad614e2c authored over 7 years ago
feat: always add all packages to shrinkwrap.yaml

Even dev packages when installing with the --production flag

Ref #750

5699569f6177efb38db70b2e9319916088a38ef1 authored over 7 years ago
chore: release v0.67.3

18fdfb45d4a741df04c93443c7d3084069e89eb8 authored over 7 years ago
fix: package.json has to be normalized before usage

Close #692

7be76944eb99905e6a37d8e21b5a4822abbbba5b authored over 7 years ago
chore: release v0.67.2

30be1df98073ca77249d366cf6b0ca5b6ad5f667 authored over 7 years ago
fix(linking): packages should not loose their peer deps (#761)

* test(install): peer dependencies should be resolved correctly

* fix(linking): packages shou...

5de380989a989531ec890b66744a9dad62fc8103 authored over 7 years ago
chore: release v0.67.1

ef849298b1dcc34d0dd0b0a194b234ec049dbf80 authored over 7 years ago
fix: delay during post-install stage

#757

e0e113cf0d804c7570e127aeaa861f06ba57159d authored over 7 years ago
chore: release v0.67.0

6121e6e563a793cd74e08a629c9c420056e9af18 authored over 7 years ago
feat: add a --no-lock option

Ref #594

3a2683ca9448b555ea25fc0243e6d217f9424e12 authored over 7 years ago
chore: release v0.66.4

21ec1d58196d2ba5f4f5e11de9aa290af700fd0a authored over 7 years ago
perf: substitute immutable code to make tree creation faster

Ref #742

a38544529b78db3f5ab7db589be7460a125be851 authored over 7 years ago
chore: release v0.66.3

dfe712e762ea7d9f20249aecbbc5fab24704f8e4 authored over 7 years ago
chore: update shrinkwrap.yaml

deb42cc25771e35e052fe8ad91b733c71de9b7be authored over 7 years ago
fix(CLI): options are passed through to npm

Close #747

2ce22d317081ac5cddf6094fdad0f640bd498f1a authored over 7 years ago
fix: legacy token is basic auth

Close #708

88061b96ed15e3ce90762a7c4cb65ef4b0045d2d authored over 7 years ago
docs(README): write new long description

381d08e796396624ccc25c01252a940b9e65ecce authored over 7 years ago
docs(README): add FAQ to TOC

d471606d3c35edd333344a25aefe6538065f13b4 authored over 7 years ago
docs(README): add FAQ section

Explain why hard links look like use more disk space
than they do.

c03134ee154be18ecf8d373362c7c05fa8a01815 authored over 7 years ago
docs: update info about the package store

a1fa5d1d98e57f4e8f6f60ea6e0d645670e066a3 authored over 7 years ago
docs(README): update the "Background" section

07f94c92ebcd4b18234bf81c68a00e153e3690e2 authored over 7 years ago
docs(README): add section about **configuring**

fb13f1f280420650f1de7ebfc4470745dfc5d4f8 authored over 7 years ago
docs(README): decrease amount of links

d805f5ca9b496a2df544f2b0b12fbc7bf8302fab authored over 7 years ago
chore: release v0.66.2

f4d3079c554b35f7dcc33b9f81a996eecd2356fb authored over 7 years ago
fix: ignoring scoped packages installed by other pms

62f11adc68ac57847c6400787f065c0167780b95 authored over 7 years ago
test: shrinkwrap is regenerated when package.json changes

d204b13aeca30d232f1ce2ce5dbd3a615092ad0c authored over 7 years ago
chore: release v0.66.1

c72bcc5453e53055ab4e908d7897264bd9422615 authored over 7 years ago
chore: update typescript to version 2.3

bdbea7585810603c0e6b7051a4057fea2252036d authored over 7 years ago
perf: use a separate config for specifying repeat install depth

`repeat-install-depth` is used instead of `depth` when
analyzing the dependency tree during `ins...

d3c13bdcbb93127b2d9978bf860e1adc1f007921 authored over 7 years ago
chore: release v0.66.0

f50bf1d8d1c5884dd7bb197df10d00adeb5b86eb authored over 7 years ago
fix: running repeat install on out of date node_modules

Ref #722

04c9c0feed6256005097271cea906f844753fce5 authored over 7 years ago
ci: caching the local registry not the store

5522d59acf03398bea86f4c83882792e057b0d71 authored over 7 years ago
Perf/fast repeat install (#730)

* perf: validating the node_modules structure to a specified depth

Ref #722

* feat: adding...

a17a8df50c2e5d9eaa1b0034ce7cc141d9ea2d60 authored over 7 years ago
test: assign modules to variable `m` alsways

1b0db8444e662988c179a140f7b87b944db6b222 authored over 7 years ago
chore: release v0.65.7

1ee5690d7a61b1c10e05d739be00f73be41946b4 authored over 7 years ago