Ecosyste.ms: OpenCollective

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

Yarn

Yarn is the community maintained package manager for JavaScript; we aim to make software development predictable and stable 📦
Collective - Host: opensource - https://opencollective.com/yarnpkg - Website: https://yarnpkg.com - Code: https://github.com/yarnpkg

Merge pull request #387 from yarnpkg/update-usage-for-yarn-add

Fixes #384

github.com/yarnpkg/yarn - e2223b425a0304c07d8d64a969eca4e663a1f009 authored over 8 years ago
Fixes #384

Update usage to match current implementation.

github.com/yarnpkg/yarn - 8089dc1a0116908037da467a0d2b5c83b6b64b81 authored over 8 years ago
Improve guide styling and code block highlighting

github.com/yarnpkg/website - 670d608b624ccb547c818db3973b703ea4c24683 authored over 8 years ago
Remove bin aliases (#381)

* Remove bin aliases

* Add kpm bin alias back

github.com/yarnpkg/yarn - babe8e2fc216e98cb7966300bb62bc83c0d1c3e6 authored over 8 years ago
Simplify layouts

github.com/yarnpkg/website - 0c1b99934cb7c7d88ec87bc3b09a097be6b3a30b authored over 8 years ago
Merge pull request #4 from vjeux/tweak_makefile

Add submodule command inside of `make init`

github.com/yarnpkg/website - 6f3cb4bc4246f30fd249e94e97f07f39c73fcf54 authored over 8 years ago
Merge pull request #5 from yarnpkg/revert-2-vjeux-patch-1

Revert "Add instructions for submodule"

github.com/yarnpkg/website - e61a1394cecce4e3aec8e3639f911e335646e6a8 authored over 8 years ago
Revert "Add instructions for submodule"

github.com/yarnpkg/website - b4c1a574b9daa337f0be0ed8478347b6906d0048 authored over 8 years ago
Add submodule command inside of `make init`

github.com/yarnpkg/website - 1326d6de4d65817499500c901fbe0caa21b59d9e authored over 8 years ago
Merge pull request #2 from yarnpkg/vjeux-patch-1

Add instructions for submodule

github.com/yarnpkg/website - 2c025da455db4329c4cb7561a9bb686c2c64fea8 authored over 8 years ago
Add instructions for submodule

Otherwise it fails with

```
Conversion error: Jekyll::Converters::Scss encountered an erro...

github.com/yarnpkg/website - a2cdd8cb85f51b40fd19e234dbf5686ddbda8551 authored over 8 years ago
More flow type improvements (#380)

* Prefer "maybe" types over "false"

* Remove unneeded invariant

github.com/yarnpkg/yarn - 34c77878ef50274b741816c7517a2465f15d9d02 authored over 8 years ago
Remove strip_root=true from flowconfig (#373)

This setting only applies to `--json` output, which is normally only used by tooling, and said t...

github.com/yarnpkg/yarn - abaa285a8ddcac1cf043c40ac6e8d056b5c7c964 authored over 8 years ago
Rename `cache clear` to `cache clean` - fixes #355 (#366)

github.com/yarnpkg/yarn - 957c70341ae0ffa847bf33a3857f6eea56f3972d authored over 8 years ago
Clarify mirror path flow types (#371)

It wasn't entirely clear when it was ok to have a "maybe" mirror vs. an "empty" string mirror. F...

github.com/yarnpkg/yarn - d4d7e2ac89c8c4274c13b517064a8bbaaafbebe8 authored over 8 years ago
merge in additional child_process.spawn arguments when executing lifecycle scripts (#370)

github.com/yarnpkg/yarn - dec0f8e37664da4fb62a56dc79e51a7008ccbc8c authored over 8 years ago
fix build-dist name

github.com/yarnpkg/yarn - 7011eb00c2a0d2aedbf3fd0370d509e98a590b55 authored over 8 years ago
Add heuristic to generate new lockfile if existing one doesn't satisfy the request patterns (#364)

github.com/yarnpkg/yarn - 624dc4171562b5c2959c1280d9c7b5fa0b283981 authored over 8 years ago
add determinism to hoisting queue - fixes #351 (#365)

github.com/yarnpkg/yarn - e70376bcb7891eb0537ef27ac862d9000bcb7ff4 authored over 8 years ago
only run tests for appveyor

github.com/yarnpkg/yarn - 1c89ee8f530c9e7af4ce4191843b57518ec6b35d authored over 8 years ago
Rename kpm to yarn (#362)

github.com/yarnpkg/yarn - 6820fb2d33e360247a5c0ece0f1d5056b7a881b7 authored over 8 years ago
Merge branch 'master' of github.com:facebook/fbkpm

github.com/yarnpkg/yarn - fcac277e41bcbbdff682c36ac58380e60bd35480 authored over 8 years ago
only run appveyor on master and stable branch

github.com/yarnpkg/yarn - 6aead28e33f6b5a1c8e7454db86f5db40660668e authored over 8 years ago
Merge pull request #363 from cpojer/master

Add issue and pull request template.

github.com/yarnpkg/yarn - 2ef0cfb9afcdb53d58497db5f682dcc2445f1ef0 authored over 8 years ago
Add issue and pull request template.

github.com/yarnpkg/yarn - 2e8c1b9ee349fba4e2d821fef3cf75840887d4eb authored over 8 years ago
Add yarn dist-tag docs

github.com/yarnpkg/website - 2458cc57f45d0d9f9029148cd572fbf4ca4625ae authored over 8 years ago
Add --incremental flag to serve command

github.com/yarnpkg/website - 7c6127a39965c8a33b3fefbffbbcf79dacc79f79 authored over 8 years ago
Run prepublish after install not before. (#361)

Fixes #354

github.com/yarnpkg/yarn - 2d4b18986e9bc1d03c6916cbb93ab801dce477c5 authored over 8 years ago
fixed repo name in release deployment (#358)

github.com/yarnpkg/yarn - 1316ab2f7efa296e545c138f2cf833d81a540143 authored over 8 years ago
Silly nits (#353)

* Use arrow function instead of `this` alias

* Use map instead of for-of/push

github.com/yarnpkg/yarn - d14f75da3fc79ae762be90d31e44c1aaf7ffc357 authored over 8 years ago
Fixed mirror paths in lockfile when multiple packages have the same remote (#347)

* Fixed mirror paths in lockfile when multiple packages have the same remote

fixes #318

* ...

github.com/yarnpkg/yarn - 0fd7b7998e3a1aa5ca0686d5697ded983203bcf3 authored over 8 years ago
Small update to README (#357)

github.com/yarnpkg/yarn - 5770dc429c129745b11ef9892e9873d777cf85cb authored over 8 years ago
Moving docs to yarnpkg/website (#356)

github.com/yarnpkg/yarn - a38ffc62a7954527220bba827cf9b7190c4abe30 authored over 8 years ago
Async function related optimizations (#352)

* Convert unnecessarily async functions into normal ones

* Remove explicit Promise returns fr...

github.com/yarnpkg/yarn - 355988581a2be843559556ad0a262863c85d2672 authored over 8 years ago
flowconfig improvements (#349)

* Remove unneeded `esproposal.class_static_fields` config

This was enabled by default in Flow...

github.com/yarnpkg/yarn - c077be9a4ab0821e2b11aa0a17e9db34deebe886 authored over 8 years ago
Refactor streams use in tarball fetcher (#348)

* Use built-in `stream.Transform` to create `HashStream`s

Since we're only targeting newer No...

github.com/yarnpkg/yarn - 0da5e861cb43882167917f44c9bf1ff613a1feb7 authored over 8 years ago
Stub out cli docs

github.com/yarnpkg/website - 7b64eb538dba5b9b9abf61a0704ccdc97b319f16 authored over 8 years ago
Add edit this page link

github.com/yarnpkg/website - 3714c9cb0d8990401ba3bdc5cbef445dc9887ea5 authored over 8 years ago
Make all docs into guides

github.com/yarnpkg/website - d66090ede7709dc161631851826962d1f8e943e3 authored over 8 years ago
Fix url on homepage

github.com/yarnpkg/website - bbfdc52a7b35d711ec24b9b28bb860e46f22f47f authored over 8 years ago
Optimize svg

github.com/yarnpkg/website - 8ae18974f020c5b51aba2df9bfd561e671466c7e authored over 8 years ago
Add usage page

github.com/yarnpkg/website - 7015603c916911b87ee017c861152814054424a0 authored over 8 years ago
Start install page

github.com/yarnpkg/website - 151570a57f756fdace4356b48ac82b24f9b63bc0 authored over 8 years ago
Start getting started page

github.com/yarnpkg/website - 3db4b8a43a65aea267c11716dfab157cffdb172b authored over 8 years ago
Setup guide navigation

github.com/yarnpkg/website - 8aa42fba19145fdfb3b1805e8c1a9b59250c5cd2 authored over 8 years ago
Optimize images

github.com/yarnpkg/website - 22d78449340f090d76dd43dace2931e9e003dd32 authored over 8 years ago
root index and better url handling

github.com/yarnpkg/website - 24748a8f165fb5a5e073dd65041ec27a812ba74c authored over 8 years ago
More i18n improvements

github.com/yarnpkg/website - f6e4cb9b799aef0549206b0e2dd1807bca64a829 authored over 8 years ago
Setup language navigator

github.com/yarnpkg/website - fc4ae5edafe913e3645c7228ed38a09be79c238d authored over 8 years ago
Rework some of the navigation

github.com/yarnpkg/website - b856239eadd3bf0c1605291429cc90a5899b029b authored over 8 years ago
add appveyor

github.com/yarnpkg/yarn - 39f7a38c235e95700acd2f4dc504315b41c4b1d2 authored over 8 years ago
update README to yarn

github.com/yarnpkg/yarn - 01d7662d61a08cc6a913c37868e3aca0b83fb51d authored over 8 years ago
add missing exec export

github.com/yarnpkg/yarn - ceb21ccc2902e7dc4cb899f5bbaea2ef96767346 authored over 8 years ago
fix org move

github.com/yarnpkg/yarn - b887b4d36a6f0373692e8bfe38fbf92ead2748e6 authored over 8 years ago
Merge branch 'master' of github.com:facebook/fbkpm

github.com/yarnpkg/yarn - 4c7725a798e479acde12f0896dae010f1bd18260 authored over 8 years ago
remove patents and facebook license headers

github.com/yarnpkg/yarn - 46e8be5a9b5e692ac9307a79342d0c1e03ffc3da authored over 8 years ago
Special case semver semantics for node <1.0.0 in engine check - closes #328, closes #325 (#341)

github.com/yarnpkg/yarn - 98c1801f04371f14cdbc8cdba88d7bdf6490c4dc authored over 8 years ago
use snapshots for json/console reporter tests - closes #278 (#340)

github.com/yarnpkg/yarn - 06853a73a3268cb9061563dea71127eaa18c9f0b authored over 8 years ago
regenerated lockfile (#337)

github.com/yarnpkg/yarn - a530ad9cc89d94c3d1fcbd833371312444262756 authored over 8 years ago
fixed lock file (#335)

github.com/yarnpkg/yarn - 7ac72dfa9cc16d68bf471318706f800b7f0e2e7c authored over 8 years ago
Fixed symlink copy in build command (#332)

github.com/yarnpkg/yarn - 3ae1be14e637fc69dded862f87bf23e2a4bacc21 authored over 8 years ago
fix typo in manifestDependencyCollision-en (#333)

github.com/yarnpkg/yarn - f0c38aca77c1cab6f346d3bf29d770d06817efc0 authored over 8 years ago
add help command - fixes #326 (#329)

github.com/yarnpkg/yarn - 0db27621b89fc848c3379a26495ceef606264a22 authored over 8 years ago
Removes common-mirror folder (#331)

removes [network] tag in front of tests

github.com/yarnpkg/yarn - 9b3005bb2bcb1e3894ad9dbbbe33152230c5828b authored over 8 years ago
Ensure scripts are ran correctly (#323)

* ensure scripts are ran correctly - closes #288, #287, #269, #236
- add windows support for l...

github.com/yarnpkg/yarn - 7bc9f822b08bc8af0b11119c218ac3aa7e36a531 authored over 8 years ago
Merge pull request #327 from facebook/sjs/ignore-engines

Add ability to bypass engines validations.

github.com/yarnpkg/yarn - e48b9687966f7fa003a8bc4afcc76dc1df127add authored over 8 years ago
Merge pull request #324 from facebook/FredKSchott-patch-1

Update README to fix `git clone` mismatch

github.com/yarnpkg/yarn - 4f64bdba8674fe93a56875e3f70908afe57431b4 authored over 8 years ago
Add ability to bypass engines validations.

Fixes #325

github.com/yarnpkg/yarn - a0b8195c012eda24ce4ea8b9da60dce29794012a authored over 8 years ago
Update README to fix `git clone` mismatch

github.com/yarnpkg/yarn - 2024afa7457955088b723e19f84c8358a5de0a16 authored over 8 years ago
Merge pull request #321 from facebook/licenses-2

Cleanup manifest validation

github.com/yarnpkg/yarn - 83e998d63f0459e32905fe34121814797641603d authored over 8 years ago
Cleanup manifest validation

github.com/yarnpkg/yarn - 4e2549155a2e0d27fd42c5f4b52f8529fc13856b authored over 8 years ago
Merge pull request #317 from facebook/i18n

Abstract logging text

github.com/yarnpkg/yarn - 45e90056719116d51e3e89d9bcf8663dd7cef1d2 authored over 8 years ago
abstract out display text to a separate language file

github.com/yarnpkg/yarn - 19560c376f1b94755d7536593a024865754fecc5 authored over 8 years ago
Fix use of request API

github.com/yarnpkg/yarn - 9bee65fe99cdda2fdff1cc4d6e9a1f41e5175ca9 authored over 8 years ago
Merge pull request #309 from facebook/tarball-mirror

Populate tarball cache when module already exists in cache

github.com/yarnpkg/yarn - 2acd70e8a6bcfcb48d5a7b5e0273badc4b0219ee authored over 8 years ago
add mirror path to integrity hash

github.com/yarnpkg/yarn - 64039ed24840991ea081f744c27af2b57d13c4ed authored over 8 years ago
create module cache directory in BaseFetcher class instead of PackageFetcher

github.com/yarnpkg/yarn - 8cb34ea72d46d2f822e6bea203e2a1d57691ebef authored over 8 years ago
fix up error handling for TarballFetcher

github.com/yarnpkg/yarn - cd3dfb3ddbd195a78782505ba2c2918163aa3d30 authored over 8 years ago
copy over tarballs to cache folders and copy them when we're loading from an unpacked module with an existing tarball - fixes #282

github.com/yarnpkg/yarn - aede3a419f2f71da5ebf2a4adb70ddb805886394 authored over 8 years ago
Merge pull request #301 from paulirish/har

Add --har option to save HAR of network activity

github.com/yarnpkg/yarn - 770e41f90a82755a477ab3d1f927335b79615288 authored over 8 years ago
flow type annotations.

github.com/yarnpkg/yarn - 7bec62df0ed2090eb7336f4adbb7476a395cbc6f authored over 8 years ago
clear request manager cache after install rather than after package resolving

github.com/yarnpkg/yarn - 0eed96b050563ef3db3a04a7776fbae4e621af71 authored over 8 years ago
Use a local instance of requestCaptureHar, only applied if flag is used

github.com/yarnpkg/yarn - 51c45a8247938f424d1233f56f4d346b5a62a578 authored over 8 years ago
Merge pull request #306 from facebook/bail-early

Bail early when we have no dependencies to install

github.com/yarnpkg/yarn - d61a4371370fd7b9eedb61875df8f997679c9551 authored over 8 years ago
Merge pull request #307 from facebook/bin-error

Rethrow last module not found error when we fail to load bin/kpm

github.com/yarnpkg/yarn - a1a137c4ffd5d307e4b2dbc3aafeb9ecd005ac10 authored over 8 years ago
Bail early when we have no dependencies to install - closes #303

github.com/yarnpkg/yarn - df405bfa119b9cf710ee1b49ed163b39e44f161f authored over 8 years ago
Rethrow last module not found error when we fail to load bin/kpm - fixes #300

github.com/yarnpkg/yarn - fe33d41c76f67b2d2cc9a4da5f62f615c0179c5f authored over 8 years ago
Merge pull request #305 from facebook/ignore-basenames

Ignore kpm metadata file when copying to node_modules

github.com/yarnpkg/yarn - 07afd822ec22624f2f84d450a7915a33fd0379bc authored over 8 years ago
Ignore kpm metadata file when copying to node_modules

github.com/yarnpkg/yarn - a6d2936eea6745f08da14ad6b38a0670b3c72069 authored over 8 years ago
Merge pull request #299 from facebook/polymer

Fix Polymer issues

github.com/yarnpkg/yarn - 89731a5a5de355e8cd8bb1f2782610710ea977b5 authored over 8 years ago
Merge pull request #304 from facebook/root

Default to install command when none is specified

github.com/yarnpkg/yarn - d7f823a7dad5404e50dfba758b79135e3b23a599 authored over 8 years ago
Revert "remove dead snapshot"

This reverts commit 1b66ec9fa544925f2df43aaa84dc0f7f329cf016.

github.com/yarnpkg/yarn - 330ae746d79d9b79e1e4581c7bb7802f8b782d04 authored over 8 years ago
remove dead snapshot

github.com/yarnpkg/yarn - 1b66ec9fa544925f2df43aaa84dc0f7f329cf016 authored over 8 years ago
make flow shut up

github.com/yarnpkg/yarn - 6ec22d4da27f7262ffbf885e2ab0a426fb13a0c4 authored over 8 years ago