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

add option to disable emoji (#922)

a0c50f5d24aac8bd63f1564ae69b795c03bc3467 authored over 8 years ago
Add support for strict-ssl config (#1025)

* Fixed config resolution

* Added support for disabling strict ssl

* Fixed flow errors

b0611a6ee5220b0b1e955b271b6140640158f96c authored over 8 years ago
Fixed config resolution (#1024)

73251d4ffd983e6001a58c69fa988bc15690c023 authored over 8 years ago
Preserve any subsequent '/' after user/repo split (#1023)

965811cd1b4357a04fe33607aa21d5e64cccca53 authored over 8 years ago
Nicer unexpected error handling (#1097)

* don't leak stack traces into output, write yarn-error.log on unexpected errors - fixes #948

...

8ebc3c2ea8aa26a41b6aaa0be9b0469eb3aaa04b authored over 8 years ago
respect indent of manifest if detectable when modifying - fixes #1091 (#1098)

f04b157a0162114de7252b682ecf4b66895d7e87 authored over 8 years ago
Remove duplicate team display (#1079)

63142443caffb7ba6c815885eea005975d4d8eba authored over 8 years ago
Ensure arguments to `yarn team <cmd>` before going further (#1080)

1c6ce22f9a06b861e3c8bebcbd60b9b60d84476e authored over 8 years ago
Enable ability to run `yarn upgrade [package]` (#1077)

37631c2955490f7239634b195251359b41f88dce authored over 8 years ago
Build installer on AppVeyor (#1090)

771ac7683b4d4220eca784f63e670bec62fdc99c authored over 8 years ago
Set umask to 0022 so file permissions are correct (#1089)

33b7779bd72d793234854674456b04a8df73ad04 authored over 8 years ago
Fix obsolete-relation-form lint in Debian package

`<` is deprecated for Debian packages, need to use `<<` instead.

https://lintian.debian.org/t...

6517dd10ba24a7a126506497295520d87062a2f3 authored over 8 years ago
Enable gzip compression

0829a745ae5d6948d939d0c181bbb7bb2cd1686a authored over 8 years ago
change BaseReporter.getTotalTime to check type rather than value

dc18f27238e43ee834e3b71c5a9ab89a1bef8c56 authored over 8 years ago
use latest npm to install deps for appveyor

29c957b65534163fcea159026e80faaef107c00b authored over 8 years ago
update request cache

18180e6840b1025ec147c2cd254fa07c48cced7e authored over 8 years ago
disable package-resolver tests

b59fd78d8580765fa6d7aef5d492d90383922727 authored over 8 years ago
use chalk.styles rather than ansi-styles

b682d0f6b54a5718d742f9d517357d6201f633c2 authored over 8 years ago
ensure consistency across environments for console reporter test

e743e519d079bb7c439831c6a212cf46cb29c158 authored over 8 years ago
add missing trailing comma

a6d367b6ce86b6f58e941a4017d6d5425a2063bf authored over 8 years ago
fix some windows tests

ed50146e3717e2b21815c0f2c88a3d2b43093a52 authored over 8 years ago
disable travis tests on osx

3e6ba1e5b2c43db649c032582e26a53864bc0d31 authored over 8 years ago
run lint on circle

046a9eeadbfb2f655d975a534899f0c186968628 authored over 8 years ago
don't test node 5 on appveyor

9852fdab0eb3850316ae9b3fe7bf81ff687efd8b authored over 8 years ago
fix ci badges

962f522040895e8cedae1b13b5b3f77e0f66afec authored over 8 years ago
fix last test assertion

487416572cdfacf779a2ade1f98083a28a08a4d1 authored over 8 years ago
fix more tests

6c75fd5f441e2b29136731a5427501b403bcee6d authored over 8 years ago
fix tests

634eb3d4113fc68698bf7ed34ab056d2dd13d91c authored over 8 years ago
Change DEB nodejs relation from Depends to Recommends (#916)

* Change DEB nodejs relation from Depends to Recommends

A "Recommends" relation preserves the...

12a60ca339dfa57fb6a5635beb25950b19e4d1aa authored over 8 years ago
Do not exit 1 if yarn already installed (#829)

I think it's bad idea to exit 1 in this case - because this script can't be used in pipeline or ...

ae0caa340b55a02fb08f7993303dddbeabd7acd3 authored over 8 years ago
Fix grammatical typo mentioned in #900 (#957)

f12ea64ca0215a8f97c29d8bbb01ee860d15e48c authored over 8 years ago
Improve flow coverage (#890)

ff01b45ff7ceb05217d3fbd682044e4d745a5e27 authored over 8 years ago
remove dead alwaysFlatten code

749fbc6a2bbecf3e65eda5061cf4dea81504bed9 authored over 8 years ago
Make `yarn why` more accurate (#1028)

* Calculate packages size on disk in `yarn why`

Fixes #578.

* Count size of real packages ...

e79bd94814151fa5b7f4787f361c8ec49df74b5d authored over 8 years ago
fix(engines): Suppress 'rhino' as invalid engine. (#1004)

Fixes #1003

e9454250941d2f61f35e81d67dd017360f613264 authored over 8 years ago
Fix test for `yarn init --yes` (#1005)

Fixes #997.

a41ce86f8d5b197ce9d32c8267376debfd650282 authored over 8 years ago
Build .deb and .rpm on CircleCI (#962)

d7c1d5ef172bf3a213368943770ade7615eb934c authored over 8 years ago
Add node shebang to single JS builds (#915)

ecbceeb9ca463626834a44b8bb7807711460065e authored over 8 years ago
fix(packageLinker): ensure dir before symlinking bin (#975)

c99ff4dff3950dad5aa9d2d744e2872240bec7fc authored over 8 years ago
When rendering spinners, only clear to the right of the cursor instead of the whole line (#959)

100b12420ab00abbd94e8685da75750313591e47 authored over 8 years ago
Document --force (#870)

* Document install --force

* Address https://github.com/yarnpkg/yarn/pull/870#issuecomment-25...

ee07644ed9080a22ca9742c9383100b8f03221a3 authored over 8 years ago
Fix 'yarn cache dir' by using config.cacheFolder (#938)

ef9375568e43937a8f59769e50b866ed7ed8f573 authored over 8 years ago
fix(config): show proper command for `yarn help config` (#940)

0a29fb391715ca87665fc96620e85b438fa66cdb authored over 8 years ago
Lint: remove unused vars (#720)

9edf577cb864a7f45d0d6925e09284385552119d authored over 8 years ago
Add pre and post install script calls (#800)

* fix tgz glob for powershell build (echo #729 fix)

* add pre and post install script calls, ...

cb00d27abc1f442e7f5eb6223b8b5c31dacb115d authored over 8 years ago
Move `babel-plugin-transform-inline-imports-commonjs` to devDependencies

eea92a3d6af3dac48270428a2509912f54ba1ec1 authored over 8 years ago
Add mkdirp to create a @<scope> folder before doing symlink so that yarn link works (#910)

* Add mkdirp to create a @<scope> folder before doing symlink

* Change from path.parse to pat...

e7e95f5d4b9b8b21fa2c97bec22b9e6df9386450 authored over 8 years ago
Add single resolved version to flattenedPatterns instead of patterns (#894)

4a5785da3f0b92a45d7cf5ff8476de82786e2956 authored over 8 years ago
increase the timeout for long running tests (#905)

These tests seem to take a long time in mac os

2185bfdd72fe4d000aa1613d198a199a8829604c authored over 8 years ago
add cache dir command to output path to cache directory - fixes #654 (#880)

fe5bdd851fc0ff5b6120e1f3a3b6add77e7b5af5 authored over 8 years ago
Rename packagesRoot option to cacheFolder - fixes #831 (#881)

e70cb84ebe2914d3f66142501bab2efb98ff482c authored over 8 years ago
fix tgz glob for powershell build (echo #729 fix) (#793)

454bf9b93306dab6d5def24bec73a886d08ac11f authored over 8 years ago
Merge branch 'master' of github.com:yarnpkg/yarn

# Conflicts:
# src/constants.js

76c559a2d6759891cbf0e0bc842cec59ba2afa00 authored over 8 years ago
properly retrieve yarn directories

71c050b06c83a01eac3ffb25cd81e998bf021ad6 authored over 8 years ago
Increase git clone depth to 10 (#876)

Since this repository has a lot of commits, cloning with
depth 1 can cause builds to fail erron...

7bb82783c48630ed113cffd36187fc94f55f2f5d authored over 8 years ago
Add --yes flag to yarn init (#873)

Fixes #637.

04930493ec86c82403a426af10218c5411b982b1 authored over 8 years ago
fallback to npm config if it exists after getting default yarn config value - fixes #606 (#871)

5d1704d3b5be0983f58bbdae3002dd560637cba1 authored over 8 years ago
silence canceled read errors - fixes #661 (#874)

26901dd9d07df5ece2155158b6856e1260c46c99 authored over 8 years ago
fix alt discord image in readme - fixes #866 (#867)

ab42cab05ddb49391a49893bb19e1d99e1fd2466 authored over 8 years ago
store link and global folder in a separate folder outside of yarn cache - fixes #861 (#863)

81222735551724fbc9c63c8273d3ac699918c1f8 authored over 8 years ago
fix(optionalDependency): reset ignore-optional default flag (#789)

f69df20126eeacc1bc848c3bff4181b51392d7e1 authored over 8 years ago
Don't remove compiled files in `yarn clean` (#718)

Some packages (like 'timepicker') use them as the main entrypoint

271ef9a9d021e59fbced660989d1fa5589413eca authored over 8 years ago
use console.log instead of reporter.log - fixes #851 (#860)

add0a6cb70fbe03cee7a23563fa25291bcb959ee authored over 8 years ago
Flag to ignore platform compatibility (#752)

113fab9698611d6e24f355c1a66e2ad9e7325317 authored over 8 years ago
Hostname check inside isPossibleOfflineError() (#725)

85214c8e17adf80d5a4cd1d75188e712f807c68b authored over 8 years ago
Fix custom registries with paths (#712)

Ensures with and without trailing / registry url is correct and resolvable.

369539f7553c74deb04c080cc140187eeb2c5f5e authored over 8 years ago
Fix executing scripts with spaces (#809)

558aa38d306abdd5b902f989c364247622b0f434 authored over 8 years ago
Remove commander's `allowUnknownOption` method call (#777)

e5a7cc120e08f1d4d4450aa909822b5d52763cb4 authored over 8 years ago
cli: make mutex's type a mandatory argument (#848)

Without making `mutex`'s `type` argument a mandatory one, by default,
`true` is assumed and it ...

67ca5cc29c04d32e48b15ca6dab203f94a88dce4 authored over 8 years ago
cli: fix help for misspelled command (#830)

4ca4fd13cf72e00f0f83aff9c0b9566ec90d82da authored over 8 years ago
chore(package,yarn): remove eslint-plugin-flow-vars (#622)

eslint-plugin-flow-vars is deprecated and has been merged into eslint-plugin-flowtype.

b1a0656c7d88eaddd8b434cbce38bc809242e232 authored over 8 years ago
Created an .eslintrc file for the eslint configurations instead of having it in the package.json file (#823)

3fde2589e713939ceca80de38b50926d725e887d authored over 8 years ago
Remove duplicate hashing utility (#808)

df3c35d7192e042b16e8fca786e8e76d2708f7ec authored over 8 years ago
Don't display a documentation url if actual command does not exist (#810)

This basically checks first that the command is actually a yarn command
before it displays a ur...

3f6231199dd91a6a5b2502f5b43e8cd270a99050 authored over 8 years ago
Improvements on Travis CI (#799)

* Move to containers on Travis

Since git-core PPA is already available, there is no reason to...

0a5baff0a3077a1f8a5d6b956e168f459d1699e7 authored over 8 years ago
Fix git dependencies with slashes inside branch name (#813)

76c8f9ba410bdcdd163e9611611eafb07fd62f27 authored over 8 years ago
Revert "Add ied as prior art" (#817)

8e81bf47e7ed52692483c3d5e6b5f152f9a88500 authored over 8 years ago
Add ied as prior art (#797)

Per HN comment from @kittens: "We initially used a method similar to ied when we first started e...

5452bf694c06cc45d89ab146073952a01cbd9ce2 authored over 8 years ago
Include MessageErrors class (#796)

5c2bae4d4d711484489488334ad1734052d6bbb1 authored over 8 years ago
Delete RELEASING.md (#801)

This exists on the site, and looks nicer there: https://yarnpkg.com/en/org/release-process

3033240adca79554b1ae688621dd6ce3f92eea51 authored over 8 years ago
fix base-fetcher: use proper util to stringify, clean up imports (#707)

4c82ac021792af6f1374701bd0cac61fa8ec8b9a authored over 8 years ago
Handle installation for 'fish' shell (#690)

* Handle installation for 'fish' shell

'fish' is a popular shell. This commit adds support fo...

16b4e3b9f35a7226cb3b1d425025b654cac60283 authored over 8 years ago
Support unimplemented call in Windows Subsystem for Linux (#772)

* Support unimplemented call in WSL (#753)

Yarn works fine on Windows Subsystem for Linux (WS...

c9415ca3d2593cf0801111b2b22a6c80b9d084c5 authored over 8 years ago
#767 add validate license for empty string and show warning (#768)

d3a1d85fde2474ffa023041988403669bdf02f8a authored over 8 years ago
`yarn --help` now equivalent to `yarn help` (#765)

- Makes help flag more idiomatic
- Fixes #740

744f1450699b15fc5dacc2e592152f0193da03c2 authored over 8 years ago
out dated comment: no more kpm/fbkpm (#745)

e93bc91516d7a1199343b2135fd0b4675c4c3306 authored over 8 years ago
Add info for `yarn why` command (#741)

* add info for `yarn why` command

* add more error messages

22d0ac99bc2dc070ef109ea02b6d29ebcb4dc5df authored over 8 years ago
Set the correct filename for the npm package (#729)

e6739873a3a3f704b80cac8ab78e853522816df8 authored over 8 years ago
Fix server ID in badge (#734)

6816bbfa17eb00543c339e8eda7263dde148b408 authored over 8 years ago
add link to LICENSE file (#723)

3c2d12b8d918f0e9507643c1533f34aaff722a76 authored over 8 years ago
Simplify repository property in package.json (#710)

b54fc23c6f7e39287c2012971f584a074cd07537 authored over 8 years ago
CONTRIBUTING: add setup instructions [skip ci] (#702)

* add setup instructions [skip ci]

* link to install docs [skip ci]

c727449254b77b03a43770f0807511c424abfb94 authored over 8 years ago
use https protocol in docs link (#719)

126d8c21f56466826e4cc9d43b66123872b982fe authored over 8 years ago
Add discord badge (#717)

0a2f2e5ab2ffddce7b865f5d7651b0d833186d36 authored over 8 years ago
Add back eslint-plugin-react since it is a peerDep of eslint-config-fbjs

5545d11e7da72940d090c1d9fd2745e1b8b9af2d authored over 8 years ago
fix typos: git and git-fetcher to use proper archive (#672)

742cf8d42ddb68464287289de87f4b3877a383d1 authored over 8 years ago
Show the units of `yarn clean` saved size (#659)

Include 'MB' in cleanSavedSize message.

5758441e2770221a1209fa8fbedb7ebc96c4a4d6 authored over 8 years ago
add package name credit to @samholmes

d888f018a3825f9d1a6783a52414c62959009190 authored over 8 years ago
Respect ignore engines flag. (#647)

Fixes #638

b880d403ed9f32e724207ecbdb94c794d4c64131 authored over 8 years ago
update name in package.json

aea9e24b514eb5e3dfdb8abd24539977ade87170 authored over 8 years ago