Ecosyste.ms: OpenCollective

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

github.com/pnpm/pnpm

Fast, disk space efficient package manager
https://github.com/pnpm/pnpm

feat(plugin-commands-script-runners): support --resume-from for pnpm exec command (#5856)

close #4690

da15828ec52bb4201fa741727f8c9b16ab868365 authored about 2 years ago by await-ovo <[email protected]>
test(dependencies-hierarchy): fix height > requestedDepth cache test

Looking over this again, it looks like this never tested the fully
visited cache. The `a` packag...

c33275dad8638b9b0453a7a02d9ecfe2bde1b9ab authored about 2 years ago by Brandon Cheng <[email protected]>
fix(dependencies-hierarchy): fix off-by-one when passing depth to cache

9b41f88a65c29d578660706c78437ef7883e974e authored about 2 years ago by Brandon Cheng <[email protected]>
fix(dependencies-hierarchy): fix resultHeight calculation

This previously double incremented `resultHeight`. When writing this,
I was thinking the child n...

09065b8a78bbade1a1359cdcdf5e26b186067718 authored about 2 years ago by Brandon Cheng <[email protected]>
fix(dependencies-hierarchy): fix some vars only updating on cache miss

The `resultHeight` and `resultIsPartiallyVisited` variables were only
being updated on cache mis...

a9304ac78e30c87aa664484ae7c12edf870fd5d6 authored about 2 years ago by Brandon Cheng <[email protected]>
fix(dependencies-hierarchy): initialize resultHeight to null

In a debugger, I noticed a test package with no dependencies return a
height of `0` from getTree...

35fea5ea74f1bb28db54554b8f95d14c563a3e88 authored about 2 years ago by Brandon Cheng <[email protected]>
refactor(dependencies-hierarchy): merge isPartiallyVisited and height

The numerical `height` value isn't used if `isPartiallyVisited` is set.
Merging these two fields...

37c818d1bd92c47050ee634f92d1f70002f0fb39 authored about 2 years ago by Brandon Cheng <[email protected]>
fix: print a better error message on prepare pkg failure (#5847)

ref #5845

ec97a31057fe172c0ce1d8f4f155e3bc15abea14 authored about 2 years ago by Zoltan Kochan <[email protected]>
chore(deps): replace is-ci by ci-info (#5862)

08ceaf3fcbc0b14216b4de92beffce7058543124 authored about 2 years ago by Pascal Jufer <[email protected]>
docs(license): update year

ee081825bfd43abd9d93b88f94657c7fbb75db25 authored about 2 years ago by Zoltan Kochan <[email protected]>
fix: better error message when the installed package was unpublished (#5854)

close #5849

83ba90fb832f92c2b0c195b3eba4dcd33138898d authored about 2 years ago by Zoltan Kochan <[email protected]>
refactor(dependencies-hierarchy): simplify max depth recursion (#5858)

* test(dependencies-hierarchy): start currentDepth at 1 in tests

Calls to `getTree` from the ...

7eb7056c92133bcba7989aa94a020ba4303df2eb authored about 2 years ago by Brandon Cheng <[email protected]>
chore(deps): update

00dea18c60a771d0e59daa7670525357bf005450 authored about 2 years ago by Zoltan Kochan <[email protected]>
fix(dependencies-hierarchy): account for depth in getTree cache (#5817)

7853a26e1539fc50c7f0ad6c7c71cca64dedc6c0 authored about 2 years ago by Brandon Cheng <[email protected]>
chore(release): 7.21.0

33f95fcc7f2eff2bd66eb5b00bc67c7e9f0ad14f authored about 2 years ago by Zoltan Kochan <[email protected]>
fix: only the add command should fail if there is no bin directory in PATH (#5842)

close #5841

d71dbf230bf4fc4adaa71741b325a44e2bcbd243 authored about 2 years ago by Zoltan Kochan <[email protected]>
fix(config): the `--location=global` CLI option should work (#5843)

ref #5841

83a627a25c7efb0ce7653b9eb38a366edf0b73f1 authored about 2 years ago by Zoltan Kochan <[email protected]>
feat(plugin-commands-script-runners): add --shell-mode option for pnpm dlx (#5840)

close #5679

b3dfa3ba8af85fff396f8bc98a8d93a2f990b68e authored about 2 years ago by await-ovo <[email protected]>
chore(release): 7.20.0

964d5ff278da80557cd6e3dc98e62be9dcc441c9 authored about 2 years ago by Zoltan Kochan <[email protected]>
feat(pnpm): add show alias to `pnpm view` (#5835)

3e4b8fa4168ca217a4ccf25416990bccc1b341c5 authored about 2 years ago by 汪東陽 <[email protected]>
feat: add description field to output to licenses command output (#5836)

Add the `description`-field to the output of the `licenses list`-command so that
for each packa...

1d3995fe33d7f764d17081ff4654dd75477a6be6 authored about 2 years ago by Weyert de Boer <[email protected]>
fix: run prepublish scripts of packages installed from Git (#5837)

close #5826

339c0a70465fdaa3dcc986fd4322094395f3c96a authored about 2 years ago by Zoltan Kochan <[email protected]>
fix: hint how to change global store location

0048e0e64ea452a6542469207cd7e5cca668525a authored about 2 years ago by Zoltan Kochan <[email protected]>
test(dependencies-hierarchy): add low-level depth tests for getTree (#5828)

084823fe3bfcaed5a01fab7e4b837497424bb530 authored about 2 years ago by Brandon Cheng <[email protected]>
feat: implement the config commands (#5829)

close #5621

841f52e709c301a8eb738573de549eea2b13f978 authored about 2 years ago by Zoltan Kochan <[email protected]>
fix: pnpm env should print help

4700b095ec69ec00ab6841982af2ddf8c30a3293 authored about 2 years ago by Zoltan Kochan <[email protected]>
refactor(dependencies-hierarchy): remove unused lockfileDir argument (#5824)

29adcae059ab4f40b99907322c06ff22c778a6ab authored about 2 years ago by Brandon Cheng <[email protected]>
chore: fix security vulnerabilities in deps

bbc3062a4e804db183df66b3bb15f2d2b74b57bd authored about 2 years ago by Zoltan Kochan <[email protected]>
fix: rebuild should print a better error message (#5819)

close #5815

5c75ff3ec6a93dba871fe9fcb900fc4ff285f93d authored about 2 years ago by Zoltan Kochan <[email protected]>
chore(release): 7.19.0

d7ea8b486a420b93242ecba67eab0172266f391c authored about 2 years ago by Zoltan Kochan <[email protected]>
perf: do not build the same dependency multiple times when node-linker is hoisted (#5814)

3360c9f4b06757cf352a3ff5a9278500aa3eaced authored about 2 years ago by Zoltan Kochan <[email protected]>
refactor: use Object.fromEntries instead of Ramda.fromPairs

7030cc26e844271e7d889fec3c72e7cdf378ae95 authored about 2 years ago by Zoltan Kochan <[email protected]>
fix: rebuild when node-linker is set to hoisted (#5811)

close #5560

c9d3970e3372f6aaee3782688d62a38d54a70517 authored about 2 years ago by Zoltan Kochan <[email protected]>
fix: patch should print instructions about how to commit the changes (#5809)

Co-authored-by: Zoltan Kochan <[email protected]>

e8aafe393ce7e5a16accd719530370fea0b591be authored about 2 years ago by NullVoxPopuli <[email protected]>
feat: add pnpm.requiredScripts config (#5802)

close #5569

Co-authored-by: Zoltan Kochan <[email protected]>

b77651d14d89d1b337a0510a703b3046563f7b17 authored about 2 years ago by await-ovo <[email protected]>
feat: store locations of deps when `node-linker` is set to `hoisted` (#5795)

Currently, when `node-linker=hoisted` is used and `node_modules` is not up-to-date, pnpm relinks...

2458741fab26daa340bf223fb9aa917d5a6b09dc authored about 2 years ago by Zoltan Kochan <[email protected]>
fix(deps): update @zkochan/cmd-shim

bc18d33fe00d9ed43f1562d4cc6d37f49d9c2c38 authored about 2 years ago by Zoltan Kochan <[email protected]>
fix: don't relink injected packages if they were not built (#5792)

6b00a83256949ad51901b049aaa29c35c8b6fe8e authored about 2 years ago by Zoltan Kochan <[email protected]>
chore: release libs

90ec7fcf3f44995606ff96fc378769f90c39f87e authored about 2 years ago by Zoltan Kochan <[email protected]>
refactor: all packages should be in the `@pnpm` scope (#5785)

313702d76b421607380f7f33a011ff493599e147 authored about 2 years ago by Zoltan Kochan <[email protected]>
feat: add a new option to the hoister to ignore some deps (#5784)

450e0b1d1088c69f9da0f4cdb3cc5e1f7460748b authored about 2 years ago by Zoltan Kochan <[email protected]>
chore(release): 7.18.2

234e9ebaec363e3d4e013aae71999d30a73e0d75 authored about 2 years ago by Zoltan Kochan <[email protected]>
fix: throw an error while missing script start or server.js (#5782)

f5c377a8d0074107df7524172d4dfdb7e88a536c authored about 2 years ago by chlorine <[email protected]>
fix: print errors when --json option used (#5718)

25870119896df57b46e8a7cba0ebd2a50cd66440 authored about 2 years ago by await-ovo <[email protected]>
ci: skip cache

73bb2a2ea33ad1e8276724cd2e832d33f3662018 authored about 2 years ago by Zoltan Kochan <[email protected]>
test: skip unreliable test on Windows

aefb9f6f720359212d441c557f98e66998e32da7 authored about 2 years ago by Zoltan Kochan <[email protected]>
fix(plugin-commands-publishing): output --json option in help info (#5773)

5d8f84520c82862d40037119dbce50fa0c02d4e2 authored about 2 years ago by await-ovo <[email protected]>
fix: improve license file reading logic (#5740)

* fix: improve license file reading logic

If the file index is of the appropriate type so we ...

5464e1da6e966f560f6be57c8634c584645ba048 authored about 2 years ago by Weyert de Boer <[email protected]>
refactor: license scanner

ef134a0055ec302acc8bab636674b4d2a5a100d7 authored about 2 years ago by Zoltan Kochan <[email protected]>
fix: should not replace workspace:* when update (#5764)

close #5317
close #5303
close #5312
close #5726

49f6c917fb6656544ce83e54530059e1b2bf3409 authored about 2 years ago by await-ovo <[email protected]>
chore(release): 7.18.1

28a99f43f92cfb80629cfcbe0e579f6ecf83ac2b authored about 2 years ago by Zoltan Kochan <[email protected]>
fix(audit): don't skip vulnerabilities with no CVEs codes (#5756)

4947603888ad62cc6a69413385a1917abaa5e211 authored about 2 years ago by Zoltan Kochan <[email protected]>
fix: it should possible to use abolute file paths in overrides (#5757)

close #5754

b11a8c363cf19bb4f493912e06d1bb1205653f2d authored about 2 years ago by Zoltan Kochan <[email protected]>
fix(reporter): update notifier instructions (#5750)

ref #5747

3f644a514defb0b34d71ecbc912c7a51a119bef2 authored about 2 years ago by Zoltan Kochan <[email protected]>
fix(licenses): print help when no subcommand is specified (#5751)

close #5745

568dc3ab211b1d24fd55899ea4e022a0b20e191f authored about 2 years ago by Zoltan Kochan <[email protected]>
fix(audit): ignore vulnerabilities listed in ignoreCves (#5752)

close #5734

c5aea50ae1fa33c8b62de723971f2c149d501ba1 authored about 2 years ago by Zoltan Kochan <[email protected]>
fix: print a better error message on broken tarballs (#5746)

bcf2d541357606fd0079dd18ad995e1b55263409 authored about 2 years ago by Zoltan Kochan <[email protected]>
docs: update changelog

88600fb29a1837f8539a23e65452518baa9fb487 authored about 2 years ago by Zoltan Kochan <[email protected]>
chore(release): 7.18.0

1240a6453e4507ac7216b624f8b48af2e5d55d75 authored about 2 years ago by Zoltan Kochan <[email protected]>
docs: update changesets

30d611d76952c4aeaeb3c0ea61310c1be1b02e72 authored about 2 years ago by Zoltan Kochan <[email protected]>
feat: try adding local pre-release package in workspaces (#5733)

close #5316

f3bfa2aae65406935b58b05a1f34b047ff4cb301 authored about 2 years ago by await-ovo <[email protected]>
fix: audit should work when the project's package.json has no version (#5731)

close #5728

dd83e5974bc73d6fcabc56cc28a8b1c5faea2f49 authored about 2 years ago by chlorine <[email protected]>
fix(deps): update (#5711)

a9d59d8bc280bb1c029deaede7a4bb0bdbcd1592 authored about 2 years ago by Zoltan Kochan <[email protected]>
feat: update version when pinnedVersion is * (#5720)

close #5681

c245edf1b611f69de6aa3549339fdecef6f7f2b0 authored about 2 years ago by Homyee King <[email protected]>
fix: exit with non-zero exit code when child process fails

93558ce68f4d9fceae0a8d123016417a91cd67f1 authored about 2 years ago by Zoltan Kochan <[email protected]>
ci: introduce a centralized GHA check/gate job (#5723)

This patch is intended to lower the maintenance burden of having to
manually go through each ma...

a5690f49467cd0681dbf64b998180dca95c84515 authored about 2 years ago by Sviatoslav Sydorenko <[email protected]>
fix(read-package-hook): resolve file overrides should relative to root directory (#5712)

close #5493
Co-authored-by: Zoltan Kochan <[email protected]>

924eca2937ea073221a5f36276172884ecfa4f7d authored about 2 years ago by await-ovo <[email protected]>
feat: support $ in overrides instead of specific version #5703 (#5704)

Co-authored-by: Zoltan Kochan <[email protected]>

4097af6b5c09d9de1a3570d531bb4bb89c093a04 authored about 2 years ago by thinkhalo <[email protected]>
style: eslint error extra semicolon (#5707)

b14a7fd5e773a3fcc11cba6731aa6320332ef0b3 authored about 2 years ago by thinkhalo <[email protected]>
chore(release): headless and dependents

8d7e37c8e2d69bea6a65d2864d24fe20bd5e1f86 authored about 2 years ago by Zoltan Kochan <[email protected]>
fix: dedupe direct deps when headless install is used

32288715d3e695893952514b44ec42dfcc67589c authored about 2 years ago by Zoltan Kochan <[email protected]>
chore(release): direct-dep-linker and dependents

510143083a5312397a02da335aa8ab5de1a1e04e authored about 2 years ago by Zoltan Kochan <[email protected]>
fix: deduping direct deps on Windows

13ce5b03159f1ad0132f8a15400615070094b574 authored about 2 years ago by Zoltan Kochan <[email protected]>
fix: deduping direct deps

e2cc202319ce00e6ccd229f120ba63d7a2a89d3d authored about 2 years ago by Zoltan Kochan <[email protected]>
chore(release): 7.17.1

cf783fe9f8d078b252c1dbeff0c0cd5b7469321a authored about 2 years ago by Zoltan Kochan <[email protected]>
feat(pkg-manifest): preserve comments in json5 manifests (#5677)

Use npm package `strip-comments-strings` to find all comments in any
manifest file as it is...

0d12d38fd1539d8d7d5d5d557818c65c3095e6fb authored about 2 years ago by Glen Whitney <[email protected]>
fix: `--lockfile-only` and `readPackage` hook modifying workspace packages (#5678)

close #5670

868f2fb163a603bfb1644181ab0c8dabc925ee59 authored about 2 years ago by Jordan <[email protected]>
chore: update the version of pnpm

c615856f37cd6c55e26eaa1afdfbd057fdeaa0b3 authored about 2 years ago by Zoltan Kochan <[email protected]>
feat: dedupe direct dependencies (#5676)

043bbeaf3b037adaa8bfb72880e6a6da619fed03 authored about 2 years ago by Zoltan Kochan <[email protected]>
fix: pd

close #5675

7ec9b00b0db445f068cff01b646454be5790785f authored about 2 years ago by Zoltan Kochan <[email protected]>
fix: add pnpm set-script and pkg passed through to npm (#5687)

54128c92a27cb35d6ce3d39ff339ba2161c954d3 authored about 2 years ago by chlorine <[email protected]>
refactor: linking direct dependencies (#5669)

d5496cc3f8fb5696fb4236fb27a956ec93c50eda authored about 2 years ago by Zoltan Kochan <[email protected]>
test(plugin-commands-env): fix a test that falling in arm64 (#5673)

a49788f9f85291b7b333f652520c8d96d08d3a3c authored about 2 years ago by Minoru Takeuchi <[email protected]>
fix(publish): exit with non-zero code when publish tgz failed (#5667)

close #5396

a2b43269180a6935d6298553a9c6f131ca95b8f4 authored about 2 years ago by await-ovo <[email protected]>
fix: bump detect-indent to 7.0.1 (#5666)

close #5664

fec9e3149cc5ec9a73affa6829141ca638e25079 authored about 2 years ago by Glen Whitney <[email protected]>
docs: add new gold sponsor

Flightcontrol

dfda5a1e72e294889551e2d8f47d085660348d67 authored about 2 years ago by Zoltan Kochan <[email protected]>
fix(setup): pnpm_home should be a non-expandable env var

ref https://github.com/pnpm/pnpm/issues/4658#issuecomment-1304421148

2b709ce0dd9b5c742de35d925afe0f268b69b86b authored about 2 years ago by Zoltan Kochan <[email protected]>
style: fix

f3f3feed9eafb0da94bdef2e465eacf074c11854 authored about 2 years ago by Zoltan Kochan <[email protected]>
fix: cli help of the licenses command

a8cc2236428ffd400f1b59da964498ed07374257 authored about 2 years ago by Zoltan Kochan <[email protected]>
ci: run audit

d67c68979b9fbf4e94eea326cf69b3b3d59c0dd1 authored about 2 years ago by Zoltan Kochan <[email protected]>
ci: clone ldid from GitLab

4e2623729e6526a143d8544f45121caa7f953de5 authored about 2 years ago by Zoltan Kochan <[email protected]>
chore: fix release text generator

56f36f2dacb90be8cce2fdaf582f98feb07ba951 authored about 2 years ago by Zoltan Kochan <[email protected]>
chore(release): 7.17.0

93ca883e2b2f68a6400de846a1b6bb3c3009df1e authored about 2 years ago by Zoltan Kochan <[email protected]>
fix: symlinked hoisting should not override files in the root of node_modules (#5663)

45c83bfbd72a0ef8f2d77017de6d2e330c3821ca authored about 2 years ago by Zoltan Kochan <[email protected]>
fix(audit): project versions (#5661)

3801d2fa296354873006946a5972248e25af9167 authored about 2 years ago by Zoltan Kochan <[email protected]>
chore: fix root scripts

c216a4ed765cf83882964631c5b26c9a074ee788 authored about 2 years ago by Zoltan Kochan <[email protected]>
chore: fix pd.js

e8dd6566e85453854447baebd4aacf41e6c05e77 authored about 2 years ago by Zoltan Kochan <[email protected]>
refactor: put all non-public projects to directories that start with __

9cbe293876898c24cbcffa483c1c673552813a89 authored about 2 years ago by Zoltan Kochan <[email protected]>
refactor: group projects in different subdirectories (#5659)

4ca53b0b50220da5e1aa8345817d04f09cda0c7b authored about 2 years ago by Zoltan Kochan <[email protected]>
refactor: use more functional programming

d81599bddde80e7ea2e756cad8788f05e3e6e096 authored about 2 years ago by Zoltan Kochan <[email protected]>