Ecosyste.ms: OpenCollective

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

github.com/yarnpkg/yarn

The 1.x line is frozen - features and bugfixes now happen on https://github.com/yarnpkg/berry
https://github.com/yarnpkg/yarn

Async function related optimizations (#352)

* Convert unnecessarily async functions into normal ones

* Remove explicit Promise returns fr...

355988581a2be843559556ad0a262863c85d2672 authored over 8 years ago by Andres Suarez <[email protected]>
flowconfig improvements (#349)

* Remove unneeded `esproposal.class_static_fields` config

This was enabled by default in Flow...

c077be9a4ab0821e2b11aa0a17e9db34deebe886 authored over 8 years ago by Andres Suarez <[email protected]>
Refactor streams use in tarball fetcher (#348)

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

Since we're only targeting newer No...

0da5e861cb43882167917f44c9bf1ff613a1feb7 authored over 8 years ago by Andres Suarez <[email protected]>
add appveyor

39f7a38c235e95700acd2f4dc504315b41c4b1d2 authored over 8 years ago by Sebastian McKenzie <[email protected]>
update README to yarn

01d7662d61a08cc6a913c37868e3aca0b83fb51d authored over 8 years ago by Sebastian McKenzie <[email protected]>
add missing exec export

ceb21ccc2902e7dc4cb899f5bbaea2ef96767346 authored over 8 years ago by Sebastian McKenzie <[email protected]>
fix org move

b887b4d36a6f0373692e8bfe38fbf92ead2748e6 authored over 8 years ago by Sebastian McKenzie <[email protected]>
Merge branch 'master' of github.com:facebook/fbkpm

4c7725a798e479acde12f0896dae010f1bd18260 authored over 8 years ago by Sebastian McKenzie <[email protected]>
remove patents and facebook license headers

46e8be5a9b5e692ac9307a79342d0c1e03ffc3da authored over 8 years ago by Sebastian McKenzie <[email protected]>
Special case semver semantics for node <1.0.0 in engine check - closes #328, closes #325 (#341)

98c1801f04371f14cdbc8cdba88d7bdf6490c4dc authored over 8 years ago by Sebastian McKenzie <[email protected]>
use snapshots for json/console reporter tests - closes #278 (#340)

06853a73a3268cb9061563dea71127eaa18c9f0b authored over 8 years ago by Sebastian McKenzie <[email protected]>
0.13.0

94993157e3c5e4b4a773f445af059ec5c282577e authored over 8 years ago by Konstantin Raev <[email protected]>
regenerated lockfile (#337)

a530ad9cc89d94c3d1fcbd833371312444262756 authored over 8 years ago by Konstantin Raev <[email protected]>
fixed lock file (#335)

7ac72dfa9cc16d68bf471318706f800b7f0e2e7c authored over 8 years ago by Konstantin Raev <[email protected]>
Fixed symlink copy in build command (#332)

3ae1be14e637fc69dded862f87bf23e2a4bacc21 authored over 8 years ago by Konstantin Raev <[email protected]>
fix typo in manifestDependencyCollision-en (#333)

f0c38aca77c1cab6f346d3bf29d770d06817efc0 authored over 8 years ago by Paul Irish <[email protected]>
add help command - fixes #326 (#329)

0db27621b89fc848c3379a26495ceef606264a22 authored over 8 years ago by Sebastian McKenzie <[email protected]>
Removes common-mirror folder (#331)

removes [network] tag in front of tests

9b3005bb2bcb1e3894ad9dbbbe33152230c5828b authored over 8 years ago by Cristian Carlesso <[email protected]>
Ensure scripts are ran correctly (#323)

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

7bc9f822b08bc8af0b11119c218ac3aa7e36a531 authored over 8 years ago by Sebastian McKenzie <[email protected]>
Merge pull request #327 from facebook/sjs/ignore-engines

Add ability to bypass engines validations.

e48b9687966f7fa003a8bc4afcc76dc1df127add authored over 8 years ago by Sebastian McKenzie <[email protected]>
Merge pull request #324 from facebook/FredKSchott-patch-1

Update README to fix `git clone` mismatch

4f64bdba8674fe93a56875e3f70908afe57431b4 authored over 8 years ago by Sebastian McKenzie <[email protected]>
Add ability to bypass engines validations.

Fixes #325

a0b8195c012eda24ce4ea8b9da60dce29794012a authored over 8 years ago by Sam Saccone <[email protected]>
Update README to fix `git clone` mismatch

2024afa7457955088b723e19f84c8358a5de0a16 authored over 8 years ago by Fred K. Schott <[email protected]>
Merge pull request #321 from facebook/licenses-2

Cleanup manifest validation

83e998d63f0459e32905fe34121814797641603d authored over 8 years ago by Sebastian McKenzie <[email protected]>
Cleanup manifest validation

4e2549155a2e0d27fd42c5f4b52f8529fc13856b authored over 8 years ago by Sebastian McKenzie <[email protected]>
Merge pull request #317 from facebook/i18n

Abstract logging text

45e90056719116d51e3e89d9bcf8663dd7cef1d2 authored over 8 years ago by Sebastian McKenzie <[email protected]>
abstract out display text to a separate language file

19560c376f1b94755d7536593a024865754fecc5 authored over 8 years ago by Sebastian McKenzie <[email protected]>
Fix use of request API

9bee65fe99cdda2fdff1cc4d6e9a1f41e5175ca9 authored over 8 years ago by Sebastian McKenzie <[email protected]>
Merge pull request #309 from facebook/tarball-mirror

Populate tarball cache when module already exists in cache

2acd70e8a6bcfcb48d5a7b5e0273badc4b0219ee authored over 8 years ago by Sebastian McKenzie <[email protected]>
add mirror path to integrity hash

64039ed24840991ea081f744c27af2b57d13c4ed authored over 8 years ago by Sebastian McKenzie <[email protected]>
create module cache directory in BaseFetcher class instead of PackageFetcher

8cb34ea72d46d2f822e6bea203e2a1d57691ebef authored over 8 years ago by Sebastian McKenzie <[email protected]>
fix up error handling for TarballFetcher

cd3dfb3ddbd195a78782505ba2c2918163aa3d30 authored over 8 years ago by Sebastian McKenzie <[email protected]>
copy over tarballs to cache folders and copy them when we're loading from an unpacked module with an existing tarball - fixes #282

aede3a419f2f71da5ebf2a4adb70ddb805886394 authored over 8 years ago by Sebastian McKenzie <[email protected]>
Merge pull request #301 from paulirish/har

Add --har option to save HAR of network activity

770e41f90a82755a477ab3d1f927335b79615288 authored over 8 years ago by Sebastian McKenzie <[email protected]>
flow type annotations.

7bec62df0ed2090eb7336f4adbb7476a395cbc6f authored over 8 years ago by Paul Irish <[email protected]>
clear request manager cache after install rather than after package resolving

0eed96b050563ef3db3a04a7776fbae4e621af71 authored over 8 years ago by Sebastian McKenzie <[email protected]>
Use a local instance of requestCaptureHar, only applied if flag is used

51c45a8247938f424d1233f56f4d346b5a62a578 authored over 8 years ago by Paul Irish <[email protected]>
Merge pull request #306 from facebook/bail-early

Bail early when we have no dependencies to install

d61a4371370fd7b9eedb61875df8f997679c9551 authored over 8 years ago by Sebastian McKenzie <[email protected]>
Merge pull request #307 from facebook/bin-error

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

a1a137c4ffd5d307e4b2dbc3aafeb9ecd005ac10 authored over 8 years ago by Sebastian McKenzie <[email protected]>
Bail early when we have no dependencies to install - closes #303

df405bfa119b9cf710ee1b49ed163b39e44f161f authored over 8 years ago by Sebastian McKenzie <[email protected]>
Rethrow last module not found error when we fail to load bin/kpm - fixes #300

fe33d41c76f67b2d2cc9a4da5f62f615c0179c5f authored over 8 years ago by Sebastian McKenzie <[email protected]>
Merge pull request #305 from facebook/ignore-basenames

Ignore kpm metadata file when copying to node_modules

07afd822ec22624f2f84d450a7915a33fd0379bc authored over 8 years ago by Sebastian McKenzie <[email protected]>
Ignore kpm metadata file when copying to node_modules

a6d2936eea6745f08da14ad6b38a0670b3c72069 authored over 8 years ago by Sebastian McKenzie <[email protected]>
Merge pull request #299 from facebook/polymer

Fix Polymer issues

89731a5a5de355e8cd8bb1f2782610710ea977b5 authored over 8 years ago by Sebastian McKenzie <[email protected]>
Merge pull request #304 from facebook/root

Default to install command when none is specified

d7f823a7dad5404e50dfba758b79135e3b23a599 authored over 8 years ago by Sebastian McKenzie <[email protected]>
fix nits

b6c81ad891e56e3fe3e6f450300b810d8f2e43a5 authored over 8 years ago by Sebastian McKenzie <[email protected]>
Revert "remove dead snapshot"

This reverts commit 1b66ec9fa544925f2df43aaa84dc0f7f329cf016.

330ae746d79d9b79e1e4581c7bb7802f8b782d04 authored over 8 years ago by Sebastian McKenzie <[email protected]>
remove dead snapshot

1b66ec9fa544925f2df43aaa84dc0f7f329cf016 authored over 8 years ago by Sebastian McKenzie <[email protected]>
make flow shut up

6ec22d4da27f7262ffbf885e2ab0a426fb13a0c4 authored over 8 years ago by Sebastian McKenzie <[email protected]>
fix lint

ba317815cf8faa31450085018555cbd3f2901faa authored over 8 years ago by Sebastian McKenzie <[email protected]>
fix lint

00bddd1849e7e3148947eb9e85970287c5802e2f authored over 8 years ago by Sebastian McKenzie <[email protected]>
default to install command

3fd532f29427fdb4b3b5cef4973a2a634b650625 authored over 8 years ago by Sebastian McKenzie <[email protected]>
bump to new request-capture-har w/ better API

3fd25abbf3a05ec66798393cc1442949b36037a1 authored over 8 years ago by Paul Irish <[email protected]>
Add --har option to save HAR to disk.

d2ae0a8246c5339684aa2a5c09ae843103debde4 authored over 8 years ago by Paul Irish <[email protected]>
add tests

87640fb30f16eb2ebc4b0170072a62531a53e48b authored over 8 years ago by Sebastian McKenzie <[email protected]>
use level sort order when listing dependencies to flatten - fixes #267

363c3835c61b6302273f746f2a1e911abb96eeee authored over 8 years ago by Sebastian McKenzie <[email protected]>
when generating integrity hash, consider flat/production flags - fixes #270

c8106094b2b535eec910484a1c9113ffc2719aea authored over 8 years ago by Sebastian McKenzie <[email protected]>
save flat resolutions to root manifests - fixes #264

e99df18dd1b975b07944d0eb71d490df96863b5f authored over 8 years ago by Sebastian McKenzie <[email protected]>
attempt to flatten before checking modules in `kpm check` - fixes #266

48df9eefd870160bc20cf632e5436478ec0fbbb3 authored over 8 years ago by Sebastian McKenzie <[email protected]>
add support for root `flat` option - fixes #259

06e81aae8ebe38c33d98724cd6e16dc5786cc1f9 authored over 8 years ago by Sebastian McKenzie <[email protected]>
support ungzipped tarballs - fixes #260

746db05135a54018f54a1a211c998f34ed164b3e authored over 8 years ago by Sebastian McKenzie <[email protected]>
Merge pull request #283 from facebook/test-network-cache

Mock HTTP for tests and parallelise tests inside files

c57ee51f10473ea7fe2475547fe486f2f9c703e4 authored over 8 years ago by Christoph Pojer <[email protected]>
fix lint

d2539b11ffdec7f87f8b53a3ecd6bacf05710a0d authored over 8 years ago by Sebastian McKenzie <[email protected]>
parallelise tests inside of files

93eb85182b546833cbdf29631d406d059e60dcec authored over 8 years ago by Sebastian McKenzie <[email protected]>
clean up request mock

1c98014dc1515f0b2379dcd0295ea88ddac63efe authored over 8 years ago by Sebastian McKenzie <[email protected]>
Revert "Initial windows work"

This reverts commit d569dfac8eb863f25be0d29ec52cd512565e2b0e.

b82a62b79a78e37a5c473a085fd3386ac15143ad authored over 8 years ago by Konstantin Raev <[email protected]>
Initial windows work

d569dfac8eb863f25be0d29ec52cd512565e2b0e authored over 8 years ago by Yehuda Katz <[email protected]>
Merge branch 'master' into test-network-cache

144e8ae536999f811f0e36e0a4c3c49f238a2939 authored over 8 years ago by Sebastian McKenzie <[email protected]>
add docs skeleton (#292)

efb3c5691e4ad140fe92cac626f380d3a5cc8f4f authored over 8 years ago by Sebastian McKenzie <[email protected]>
Move package ref setup to creation instead of delegating it (#295)

f3b6559b3cf9433b9096d82be9e189b8ff6c672a authored over 8 years ago by Sebastian McKenzie <[email protected]>
Add version command (#294)

fcf5bdbae52411c9bee16bef8376095bec405d0d authored over 8 years ago by Sebastian McKenzie <[email protected]>
Suggest self-update in old lockfile version message (#293)

914dfa2f99e3c40005fdb8b1d60f866457daa193 authored over 8 years ago by Sebastian McKenzie <[email protected]>
Cleanup workflow (#281)

* Rename --quick-sloppy flag from `kpm check` to --integrity

* Make --save implicit when inst...

5300b482c851e2578ac1f3aa4908be4d0289dca8 authored over 8 years ago by Sebastian McKenzie <[email protected]>
0.12.0

763accd5b615bf800deded7773f87931298ee2fa authored over 8 years ago by Konstantin Raev <[email protected]>
new lock file for master (#290)

596ae8bf3ec0d318896d284b208d99b46523b30f authored over 8 years ago by Konstantin Raev <[email protected]>
Merge pull request #289 from zertosh/flow-0-32-0

Update to flow 0.32.0 with fixes

46baa9ae9037064c679e7c5fd4ee7ac20fd0f8b7 authored over 8 years ago by Sebastian McKenzie <[email protected]>
Update to flow 0.32.0

1be644f8f53e06757ed332880bc2fc919b6789d0 authored over 8 years ago by Andres Suarez <[email protected]>
pin flow to 0.30.0

d4f5332a521aa91f322a9a2d456c8cab16092866 authored over 8 years ago by Sebastian McKenzie <[email protected]>
Merge branch 'master' of github.com:facebook/fbkpm

b1c2953c2352a15e3a91d5fe21c7495eb1ee700b authored over 8 years ago by Sebastian McKenzie <[email protected]>
pin flow-bin

c0d2d24c12de1228393701356607424b3eeab16c authored over 8 years ago by Sebastian McKenzie <[email protected]>
Merge pull request #286 from zertosh/flowconfig-changes

Pin flow version and prefer `<PROJECT_ROOT>` for ignore paths

3d7b38bc2195b3458c5f758255db4cf7796330dc authored over 8 years ago by Sebastian McKenzie <[email protected]>
Merge pull request #285 from zertosh/fix-gulp-paths

Fix gulp path rewrite to work with any base dir

767cba9ad1c84ef65793873de9813f1331cff06b authored over 8 years ago by Sebastian McKenzie <[email protected]>
Pin flow version and prefer `<PROJECT_ROOT>` for ignore paths

db260f47f85151e42a1fe7f77c8e37f4df48e872 authored over 8 years ago by Andres Suarez <[email protected]>
Fix gulp path rewrite to work with any base dir

Previously, if you had fbkpm in a directory with `src` in the name, the new name would be mangled.

e1653b63916d03ee26cb52675407e2a7536b5715 authored over 8 years ago by Andres Suarez <[email protected]>
fix broken test

8f904e42a84f3eb0261a241bd0125dbebac051bd authored over 8 years ago by Sebastian McKenzie <[email protected]>
add test network cache

99b7a5ef3ec015b7b59e8d0cd8b117cd8ca4cade authored over 8 years ago by Sebastian McKenzie <[email protected]>
Merge pull request #273 from facebook/flatten-ordering

Rewrite how we handle package visibility, make output of flatten more efficient

fd8f47972e2f3e2a10ca26209c808689643562e1 authored over 8 years ago by Sebastian McKenzie <[email protected]>
properly handle visibility filtering on packages when removing and collapsing - fixes #265, fixes #267

eba49515f6575e3da64334217a2853c5bc85fb92 authored over 8 years ago by Sebastian McKenzie <[email protected]>
Merge pull request #241 from kentaromiura/use_a_tcp_socket_for_single_instance

Swap from unix socket to tcp connection

96a535fcb7e66f78633c9aa8891fa6aa5b3910c4 authored over 8 years ago by Sebastian McKenzie <[email protected]>
upgrade jest

d0c1afddcd963adfc83a3130011db9f07d48ad66 authored over 8 years ago by Sebastian McKenzie <[email protected]>
Merge pull request #268 from yunxing/master

Fix circular installation dependencies

58e8fa762b0cb9d5875ccabf9f7657c766878941 authored over 8 years ago by Sebastian McKenzie <[email protected]>
Merge pull request #255 from bestander/self-update

Feature: self updating command that downloads kpm releases from github

6bca112de8bfed87c527aa967769123bcfe983b3 authored over 8 years ago by Sebastian McKenzie <[email protected]>
Merge pull request #261 from facebook/file-protocol

Add support for file dependency protocol

b666867c87fc01f2ba0c18c6683e73933231c722 authored over 8 years ago by Sebastian McKenzie <[email protected]>
add support for file dependency protocol - fixes #244

70fb85c2f1dff35771a986ef8bc0681aabbc30a8 authored over 8 years ago by Sebastian McKenzie <[email protected]>
Add a --force-single-instance-with-file option that use lockfiles for when working on NFS

cb730d657972cfad53ab03daf0218f9b5aeba1ca authored over 8 years ago by kentaromiura <[email protected]>
swap from unix socket to tcp connection

e4e254b37cd66ddfe276c5ebc6f14b50f9a77e88 authored over 8 years ago by kentaromiura <[email protected]>
@bestander's comment

8ff4430bd8e080768d631d8b91d33c23d3db2a7a authored over 8 years ago by kentaromiura <[email protected]>
Fix circular installation dependencies by not adding them as installation dependencies

dd639f23b5d94aea0ec80063a06d922351fbf1eb authored over 8 years ago by Yunxing Dai <[email protected]>
cleanup imports

a8a486f3fda8e12f33fcf5f7d46a8002fe7830af authored over 8 years ago by Konstantin Raev <[email protected]>
Merge pull request #254 from yunxing/master

Enable parallel installation

619e669225b32b8818228bc2549a98a5dcb3ff26 authored over 8 years ago by Sebastian McKenzie <[email protected]>