Ecosyste.ms: OpenCollective

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

github.com/yarnpkg/example-repo-zipn

Just to check the size of the berry repository with compression N
https://github.com/yarnpkg/example-repo-zipn

Update sherlock-workflow.yml

5c423d62cfba2899df9eb172f3f7f43e0134d47b authored almost 4 years ago
chore!: remove leftovers from when virtuals were symlinks (#2524)

40b0b9d9467114efa2f98dbf794560a75e45caec authored almost 4 years ago
feat(plugin-workspace-tools): foreach log process start/exit events in verbose mode (#2520)

* feat(plugin-workspace-tools): foreach log process start/exit events in verbose mode

* feat(...

aa75627ff2ef240c1301c64a45cb877a1ff70382 authored almost 4 years ago
fix(pnpify): force enable allowLocalPluginLoads in the typescript sdk (#2429)

415b9bb4dfe214bc61db51b1d915c5379a2c984c authored almost 4 years ago
Fix doctor not emitting nonzero exit code on failure (#2534)

9e22ca73350d95b3994a4a3fae6f5c9a29298245 authored almost 4 years ago
ci: fix performance benchmarks (#2538)

e758ce87a3a80d5c698febedb40d0768de59e64d authored almost 4 years ago
ci: fix e2e tests (#2531)

5346e1cdbaaf1d17c6d3073f28e4ddb77a6435ec authored almost 4 years ago
feat: make enableImmutableInstalls default to true on ci (#2530)

b8ce793092863bc11fa3a0c52d5c91cd038d4cfb authored almost 4 years ago
fix: set correct version for @webpack-cli/package-utils extension (#2526)

e1189a0ba0ec4ec33e3b8250af8b6c3c85cb50e3 authored almost 4 years ago
feat(pnp): exports support (#2431)

* feat(pnp): exports support

* fix(pnp): construct subpath correctly

* fix(pnp): normalize...

1bdfd4263baf955b3fc56245276e314102aa93f8 authored almost 4 years ago
chore(compat): update extensions list (#2515)

* chore: gatsby-source-apiserver

* chore: lock rc-animate

* chore: @webpack-cli/package-ut...

14a476605607df6eed126d8d4deda1bea7cf8271 authored almost 4 years ago
fix(core): add missing setlocal in the cmd file for Windows (#2499)

* fix(core): add missing setlocal in the cmd file for Windows

* test: add testcase

bcbd7a3ef4f1b25557f5ade10a3efc9a9fd376b2 authored almost 4 years ago
chore(core): fix typo in applyPatch.ts (#2518)

occuring -> occurring

39ad68201370c048f211858765b79690b3a04e65 authored almost 4 years ago
fix(builder): correct template code (#2519)

* fix(builder): correct template code

* fix a type error in template code

f16e1b78b8e917d4e54ff57d38e980c5e4d44cd8 authored almost 4 years ago
fix(plugin-npm): parse reference in NpmSemverResolver.getSatisfying (#2516)

b1b36de551a6888fb2b0632f0e971b6aef793a77 authored almost 4 years ago
Implements enableMessageNames (#2513)

* Allows disabling the message names

* Versions

f1b67173f404646c832584c661c33dac2c089ba7 authored almost 4 years ago
fix(cli): clipanion compatibility layer when used with default values (#2506)

* fix: clipanion compat layer with default values

* versions

* lint fix

* add missing d...

bc15424dce84d061d1bf8cfd0e9b20528bfc9f96 authored almost 4 years ago
Improves 'yarn patch' (#2508)

* Improves 'yarn patch'

* Fixes windows

* Updates the documentation

* Update structUtil...

76969542fe4e8d28616fcdea560b9430826d7b37 authored almost 4 years ago
Add `yarn workspaces focus` to workspace-tools doc (#2505)

* Add `yarn workspaces focus` to workspace-tools doc

* yarn version check

16a5fb171e1fa6d1972db76edd91e9df77594e4c authored almost 4 years ago
perf(core): avoid copying back to mirror when fetching from it (#2498)

* perf(core): avoid copying back to mirror when fetching from it

* chore: versions

8c9eba8fc9d8d19ae2444a086237580ea2862a60 authored almost 4 years ago
fix(core): make unresolved workspace error more descriptive (#2492)

* fix(core): print NativePath for duplicate workspace error

* fix(core): print NativePath whe...

08bdff0eb5a5757c9889c2ef07bc4d85fc3beb5a authored almost 4 years ago
fix(node-modules) Allow hoisting child when it peer depends on its parent (#2501)

* Add unit test which reproduces non-hoisting problem with child peer dependening on its parent
...

bae446328cecdfe91b0ec288bb492cc6e80f730a authored almost 4 years ago
Update README.md

6f41104118da2446d686663f1a54c1d7896a706e authored almost 4 years ago
ci: test storybook@next (#2496)

* ci: test storybook@next

* ci: add eslint config

5cbe085743219981fff559c916126e759daa3613 authored almost 4 years ago
chore(core): fix typo in Plugin.ts (#2489)

availabe -> available

e6f165ada885fe9189f71d074cf3c365a52c5d7e authored almost 4 years ago
fix(node-modules): avoid soft-link warning on workspace dependencies (#2491)

* fix(node-modules): avoid soft-link warning on workspace dependencies

* chore: lint

4423f5fe08bed329466d4dd77a2ce4c7f56de1cf authored almost 4 years ago
Improves migrations from Yarn 1 (#2488)

* Versions

* Adds test

* Fixes linting

10bad57b25c3029a3524b2c045cd3b4a1a283051 authored almost 4 years ago
Add fsevents to plugin-compat README (#2485)

* Add fsevents to plugin-compat README

* Run yarn version check

Co-authored-by: Ian VanSch...

09a554160d63500c4f6f4be5f7c0a266460b9532 authored almost 4 years ago
Docs: Fix a typo. (#2484)

"compartiment" -> "compartmentalize" so the sentence makes sense.

ecae6bd285c7f02af04389a3ff26ee3a26ffec38 authored almost 4 years ago
Fixes `pack` when a workspace dependency has no version (#2479)

* Uses 0.0.0 when no workspace version is configured

* Adds versions

a5faf09da1e0e4ff0fe5494ab1cc7259a4ec99f7 authored almost 4 years ago
Turn off in memory node_modules for prettier SDK (#2480)

94451408a1e65bb10311f4ceebb2f4e5c0855e97 authored almost 4 years ago
Adds a compat layer on Clipanion (#2477)

* Adds a compat layer

* Bumps clipanion

* Fixes the "patch" help pages

* Adds the compa...

5a5eb5050df7893c2af34ae419eb60dbaacf1c09 authored almost 4 years ago
chore(compat): add @google-cloud/firestore@<=4.9.3 extensions (#2478)

1799114f8550dbd5d3db5b05dac2a8ab1946a8c2 authored almost 4 years ago
fix(patch): make patchfile path relative to prefixPath (#2466)

* fix: make patchfile path relative to prefixPath

* test: update name

Co-authored-by: Kris...

ac450ff1d55d443145ff048856685122795a2184 authored almost 4 years ago
Add explanatory logging when installing git-based dependency (#2463)

* Add explanatory logging when installing git-based dependency

* fix issue

* add release i...

ea114507a820ca048bbe7c99b0b39724036ba773 authored almost 4 years ago
Update for autoinstalling Parcel config (#2473)

5065c90736c38b722014d5f727cbbdcd5fbdf947 authored almost 4 years ago
fix(node-modules): add missing await to symlinkPromise (#2461)

a7eebcfd9f46914fa3ffef703ed82505d4efd17b authored almost 4 years ago
fix: report package deprecation warnings once (#2458)

12dd4eda00d8ea6b47164b5db2d98cda0633b861 authored almost 4 years ago
ci: set useTaobaoRegistry to false in vue e2e test (#2457)

* ci: set useTaobaoRegistry to false in vue e2e test

* ci: write to config directly

93f4c832893217f20fa8dee8cb22d60b7758df96 authored almost 4 years ago
Improves display when using the debug options (#2456)

* Improves display when using the debug options

* Versions

* Updates artifacts

* Dont c...

3da9bcf6c2a428a0ecb17d3342b3818fd765286e authored almost 4 years ago
Fixes the api detection w/ -e (#2454)

* Fixes the api detection w/ -e

* Versions

* Fixes test on Windows

* Lint

* Runs the...

55cf45612250812c3e3e60e1c9ea7ffbf68011f2 authored almost 4 years ago
Add Pulumi to incompatible PnP packages (#2428)

b23711fc9e8afee4752dba6ffb0e6f04acb8622e authored almost 4 years ago
Update e2e-webpack-workflow.yml

4a4811625031de5d75de599d2fffcb7ceda20435 authored almost 4 years ago
Update migration.md (#2424)

05d8296fccd02da45bde76e7e649e1a8ff5e0473 authored almost 4 years ago
ci: avoid running old benchmark (#2449)

2c49caf45e4d22248590cb5e52b601a85f3c9886 authored almost 4 years ago
[node-modules] Support reducing trees requiring multiple hoisting passes to a terminal result (#2394)

* Improves NM_DEBUG_LEVEL=2 output

* More hoistedFrom details

* Do not hide reason when id...

daaba27b6c74344836576587df225e84290b7f1a authored almost 4 years ago
Updates the TS patch (#2440)

* Updates the TS patch

* Adds version

* Fixes

* Fixes integration test

* Fixes integ...

0a6decd0e42024c12ea09548fc15accd07e3f2e2 authored almost 4 years ago
Bugfix/allow underscore in dist tags (#2441)

* Update regex to validate dist-tag during package resolution

* Version check

* Version ch...

cc92f489df59e7715854853ff9540b72ad5e1c48 authored almost 4 years ago
Fixes yarn up -R (#2435)

* Fixes yarn up

* Fixes yarn up

36fdfde34927b0729a0a9fd0ed84fc4fce94750c authored almost 4 years ago
Update yarnrc.json

c42974917109517528735d921665652f441a3e4c authored almost 4 years ago
Update migration.md

c09c36a34f25b51d44350dcea37e18e4f13dca87 authored almost 4 years ago
Implements yarn up -R (#2427)

* Implements yarn up -R

* Updates typanion

* Adds documentation

fb109caebcddbf9f91f05340b130f4968ecc29c5 authored almost 4 years ago
Adds npm_package_name (#2426)

* Adds npm_package_name

* Adds versions

* Adds it to "yarn exec" too

* Why did I use wo...

aaecff11b81cdc09cf3df3c14c50560a366e2acd authored almost 4 years ago
fix(fslib): return real path in mktempSync (#2422)

Fixes #2420

1048664341a5d503043d736475b84f91f8fa12f9 authored about 4 years ago
docs(essentials): fix immutablePatterns ref (#2417)

* fix: immutablePatterns ref

* chore: versions

Co-authored-by: merceyz <[email protected]...

66028e8c64c2e80495bd04a55bd6adb78b5cf1ed authored about 4 years ago
Update plugnplay.md

79bd38c1735a859beca63909417e8cffb33499d9 authored about 4 years ago
Update plugnplay.md

459e1e560dbe6b47c1956bfaff48df58709c4aba authored about 4 years ago
chore: uncomment changesetIgnorePatterns and add esbuild e2e workflow to readme (#2415)

* chore: uncomment changesetIgnorePatterns

* chore: add esbuild e2e workflow to readme

* U...

a4d991a8f286af05081d51e1de78726a60d28e80 authored about 4 years ago
Switches the build to ESBuild (#2362)

* Switches the build to ESBuild

* Adds an E2E test for ESBuild

* Fixes the prefix

* Rem...

77a7c28ded113f3d9aa7aec1c15c7ffe60e5bd0a authored about 4 years ago
fix(constraints): always treat an expected null range as extraneous (#2407)

* fix(constraints): always treat an expected null range as extraneous

* docs: document that n...

66af6f1c50f0c27ad2bb071f1960ed5693a6570b authored about 4 years ago
fix(constraints): print the current value on extraneous fields (#2404)

afbfd54a2140febcd8218897121d0839b0e0df68 authored about 4 years ago
chore(core): rephrase error message for missing install (#2405)

671aae2f78f33b32422e8e45590af1e9da96e158 authored about 4 years ago
fix(plugin-init): update editorconfig to match yml correctly (#2402)

35a610785c21517eac26b91590319d3181c597aa authored about 4 years ago
fix(constraints): preserve manifest when fixing dependencies (#2395)

* fix(constraints): preserve manifest when fixing dependencies

* chore: versions

* chore: ...

a369e5163a8d78d59792b506db6a03036d0a4f68 authored about 4 years ago
Update migration.md

fad840bc6c1af6c595cdf916acf8115cd03e552f authored about 4 years ago
Update migration.md

1330a588b8bc07f85b72057c2208e224fd9d516e authored about 4 years ago
perf(core): only call mkdir for the cache and mirror once (#2383)

* perf(core): only mkdir cache and mirror once

* test: check cache count

* fix: handle glo...

f4e3ca2bb73550d6c811486dcf46a4d78837f34d authored about 4 years ago
chore(compat): add testcafe extensions (#2381)

Co-authored-by: Kristoffer K <[email protected]>

c76a5df85058872f2ce8f130a212d0d1abcf9354 authored about 4 years ago
docs: fix link to Telemetry documentation (#2388)

8c3553a62e89d80f50e68173f1c72470134f3cdc authored about 4 years ago
docs: fix typo in protocols table (#2387)

ad0e62dd57359f1f0e67c753ce076d05b2b5af9e authored about 4 years ago
Rename FUNDING.yml to .github/FUNDING.yml

ab4595ca6f505b6fb22a4a4d4324aa2c2769addf authored about 4 years ago
Create FUNDING.yml

24fe84f6d4eb5f7ea20fadd8c026b9534f03cf97 authored about 4 years ago
Migrates to Clipanion 3 (#2370)

* Migrates to Clipanion 3

* Removes yup entirely

* Uncomments debug

* Bumps clipanion
...

ba4493beba390b53413210870aa2d2e7d27c416e authored about 4 years ago
Removes Node 10 from the matrix (#2373)

* Removes Node 10 from the matrix

* Versions

* Fixes Node for Angular

* Another missing...

cc60af981eae2bde16d9703d958ff964778e34dc authored about 4 years ago
docs: remove misleading link to cli (#2369)

d8371d58560aaab303df9dabe7766273530ec113 authored about 4 years ago
Handle propogating SIGTERM to spawned child processes (#2347)

* Handle propogating SIGTERM to spawned child processes

* Update versions

* Add additional...

22a0100ddb105240ab51d5ced73bef2ce49442d8 authored about 4 years ago
Skip emitting fallback warnings when PNP_DEBUG_LEVEL=0 (#2343)

* Use debugLevel=0 for disabling fallback warnings

* Update versions

953c7a5da0cdf843a045aa25fff301b140f2499a authored about 4 years ago
feat(fslib): add bigint support (#2262)

* feat(fslib): add bigint support

* ci: test node 15

* feat: add BigInt support to ZipFS a...

393a43dfbd9afe08e143fe2b11f3c5b101221465 authored about 4 years ago
Add an e2e test for snowpack (#2341)

* Add an e2e test for snowpack

* Add @types/mocha to snowpack's TS template

06df3883c0acdf1a6ba399b3137f8365fcfe94b3 authored about 4 years ago
perf(pnp): ensure location in findPackageLocator has a trailing slash (#2353)

adccac9babba59b19b12cffaa83fe004057a43a9 authored about 4 years ago
fix(pnpify): added additional option to cocvim sdk (#2360)

* Added additional option to cocvim sdk

* Added version file

309e3b4a583bbe06478053ee621aae378f5d62f8 authored about 4 years ago
fix(core): support jfrog in v1 lockfile migration tool (#2357)

9ba6529c8c5f240b2b89907bff3cab240804869e authored about 4 years ago
style: use jsdoc (#2350)

* style: use jsdoc

* chore: versions

7103e2be863e4233b8a9f51d958f29bc7741973d authored about 4 years ago
Turns Type into a const enum (#2342)

* Turns Type into a const enum

* Fixes exported types for formatUtils

c61416c919b1b40984670484bbaa5a40fbc40878 authored about 4 years ago
docs(plugin-essentials): correct config unset examples (#2340)

* fix(config-unset): typo

* chore: run version check

* Update packages/plugin-essentials/s...

cfe3f11c2b6418d629ed6e3edae650a630c432cc authored about 4 years ago
feat(builder): add option to include source map in plugin bundles (#2325)

* Added sourceMap option to builder

* Added version file

* Removed redundant dependency

...

90e5a8f3f2794d543fd4c506daa1763eded177ed authored about 4 years ago
Update migration.md

32bd974dccc5fe4000ab306bd76b568cb84888e1 authored about 4 years ago
feat(plugin-essentials): config unset (#2337)

* feat(plugin-essentials): config unset

* feat(plugin-essentials): version check

* Update ...

03c54bd50b6ef6748e3c52daa615cfda4a5afd7f authored about 4 years ago
fix(plugin-npm): npm semver loose mode (#2326)

* fix(plugin-npm): npm semver loose mode

* version check

* fix(plugin-npm): filter invalid...

5ba8b08f472cdbd2881a9acc71cb56aec347ad75 authored about 4 years ago
Fixes relative path support in VirtualFS (#2336)

* Fixes relative path support in VirtualFS

* Updates the hook

* Updates versions

* Fixe...

4d8f64558d1d4f8d30d3f7a9b3561fbf34055a1d authored about 4 years ago
fix(plugin-patch): diffFolders returned silently when 'git' failed (#2333)

* fix(patch-commit): diffFolders returned silently when 'git' failed

Fixes #2331

The `diff...

cc6b4aa2734d3f1028a6effac81dd3eeefa09ff8 authored about 4 years ago
fix(core): preserve stack overflow logfile (#2334)

6ad6ebf4d21979bbe50c3b4c2ae1d0b6b2a2a2f4 authored about 4 years ago
Update README.md

b317efcf9179874c86fcaa5c73f0170c1f1b9330 authored about 4 years ago
Fixes using loose mode with nm linker enabled (#2330)

05e125603839b378f0ca1d4a518ae6e3eec7d9a2 authored about 4 years ago
fix(pnpify): preserve comments in arrays (#2329)

42407e3b757850e04c2f94e4afe5ccbb5549013b authored about 4 years ago
Fixes the Webpack CI (#2328)

dd8407d61dd0b0ded82f5bd0144342d7ff6a3f59 authored about 4 years ago
feat(fslib): add fstat support (#2320)

* perf(fslib): reuse errors for ZipOpenFS

* feat(fslib): implement fstatPromise and fstatSync...

c4f14f892980a641500b5573d8676c8e7da44f46 authored about 4 years ago
refactor(plugin-pnp): always generate .pnp.cjs (#2286)

* refactor(plugin-pnp): always generate .pnp.cjs

* refactor: change warning type

* test: f...

cc235c05cce7a595546fd4ebce49455362bd8a56 authored about 4 years ago
docs: fix links to playground (#2316)

0d750578918b206f84f0dc43976f5546a4919dfc authored about 4 years ago
Update questions-and-answers.md

18bb59943630a56ca97fe04686ba0bca9a6ec39e authored about 4 years ago