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

Update `info`; add link to `init`; more blue in the animation.

github.com/yarnpkg/website - 6892815a3a153c5d2c0021fc3c6ab454cd518060 authored over 8 years ago
Add toc warnings and fix toc

github.com/yarnpkg/website - f2534aafaf131c3df89fc64278f104f328fd10e4 authored over 8 years ago
A ton of random changes im too lazy to break apart

github.com/yarnpkg/website - 99bb8f959b9b5be7097986011f5c6477f7c2c0a2 authored over 8 years ago
Add missing ls commands (#535)

* fix lint

* add unlicense

* add missing ls commands - fixes #529, fixes #530

Signed-of...

github.com/yarnpkg/yarn - 2812f05b300b510cc8c83c26b841f207f3ac9d26 authored over 8 years ago
add more reporter tests (#534)

github.com/yarnpkg/yarn - 25ac76e574b0d1225a17a8a55682ebc55057bef1 authored over 8 years ago
dist-tag -> tag.

github.com/yarnpkg/website - 48ae3c539b2792928765e04423d0d88b197016e4 authored over 8 years ago
`yarn help` updates; rename `dist-tag` to `tag`. (#528)

github.com/yarnpkg/yarn - 1e92791d1ff208509558af13b2c5d3039787d7ae authored over 8 years ago
add yarn version to engines - fixes #522 (#527)

github.com/yarnpkg/yarn - 0e201722341ce2a83730d9ae74319f00ddb5d55f authored over 8 years ago
Merge pull request #51 from yarnpkg/missing-cli

Add scaffolds for missing cli docs

github.com/yarnpkg/website - a1802f361981056c906f7d54c5645ed6b62617ed authored over 8 years ago
Add scaffolds for all missing cli commands.

github.com/yarnpkg/website - a8b19aaa041cfa10d5a9cf4f63a236145e0eec03 authored over 8 years ago
Docs for yarn why

github.com/yarnpkg/website - d91b40b280db3024213b4f6d9f61154bf896f68a authored over 8 years ago
Boilerplate for yarn version docs

github.com/yarnpkg/website - b28802144c23c61287d010492edd21cd2db70787 authored over 8 years ago
Tweaks to progress bar: (#526)

- Decrease width by 1 to account for the fact that some terminals need an extra character for th...

github.com/yarnpkg/yarn - 49ba81895d836c73cb37773f24867ea7a58e29be authored over 8 years ago
Allow os/cpu whitelists and blacklists to be mixed (#523)

github.com/yarnpkg/yarn - eb5e6ab75af9a6198829e6de5eb65f13c692a7f8 authored over 8 years ago
Update yarn.lock documentation

github.com/yarnpkg/website - 0e350d1cd64868e2512c982f40b24f73685d9b23 authored over 8 years ago
Add more content to creating a package

github.com/yarnpkg/website - e475e6cbae5bc9b4ba28b2f3286f8e91f503d1de authored over 8 years ago
put roadrunner cache in ~/.yarn - fixes #517 (#518)

github.com/yarnpkg/yarn - 24654500602bac6e2ad752fd05b3ef3cab968ed9 authored over 8 years ago
remove cwd from git clone

github.com/yarnpkg/yarn - c41c3d622ee0016ee2343f7bc2717d483b82adea authored over 8 years ago
let -> const

github.com/yarnpkg/yarn - c86930e087aceb88b342311354d92bbe70282bbd authored over 8 years ago
add `generate-lock-entry` command - fixes #198, fixes #342 (#516)

github.com/yarnpkg/yarn - e5da478e055db80c7a6c99b33653f87b564ee932 authored over 8 years ago
use `git clone` rather than `git fetch` for proper ssh support - fixes #242 (#514)

github.com/yarnpkg/yarn - 1c8f2c1ffb5af6b4130f4f2ec9ce632b810c07a9 authored over 8 years ago
prune tag from node version when checking bin/yarn compatibility - fixes #511 (#512)

github.com/yarnpkg/yarn - 080d7a35b33291b136f2c87cdb51e1aa6b406a8a authored over 8 years ago
fix tarball resolution of named patterns with .tgz extension - fixes #455 (#509)

github.com/yarnpkg/yarn - 715cf52e0865e7d0050931f995b666363e3760e1 authored over 8 years ago
add missing lifecycle env variables - fixes #399 (#508)

github.com/yarnpkg/yarn - 55de3e76e8ed819a1ae889a4731066f60a02b970 authored over 8 years ago
fix registry references in `publish` and `login` commands - fixes #474 (#507)

github.com/yarnpkg/yarn - e4262dba04d6440643cd5abd2206e5a18ef43ba0 authored over 8 years ago
more thorough repository check in `init` command

github.com/yarnpkg/yarn - 0b4f2df9a485663bf2653dd8c99e91192f20da54 authored over 8 years ago
require name and version in manifest to pack - fixes #457 (#506)

github.com/yarnpkg/yarn - 7aea3c5d2353edc53d56757fef18f93cc1b339dc authored over 8 years ago
const -> let

github.com/yarnpkg/yarn - 536d89e71ad3d37d49841cb05d53c64fbf38516f authored over 8 years ago
var/let -> const (#505)

github.com/yarnpkg/yarn - 17710d52e6c926e813b8bbfc64cdb81355e2d0a2 authored over 8 years ago
Create empty registry folders when nothing to install (#504)

github.com/yarnpkg/yarn - 0ae3de436674eade590b385c0417172bd4baf954 authored over 8 years ago
Add missing commands (#439)

* add init command - closes #360

* list available commands and examples in cli help - fixes #...

github.com/yarnpkg/yarn - 86c98a62a721ec6b3cfcbb9ad745a1e6e1fafdf1 authored over 8 years ago
Add newlines to toplevel items in the yarn lockfile. Fixes #498. (#500)

github.com/yarnpkg/yarn - fa5e2ba61d8cfab7c603790d808497f08d11234c authored over 8 years ago
Add error when `version` is used without `β€”new-version`. (#501)

github.com/yarnpkg/yarn - b230cc27c51c796fa0b8b1cd2a9703b7138dfd5c authored over 8 years ago
Fixes for `yarn why` (#502)

github.com/yarnpkg/yarn - 683f0baffa848c21630066550f5f3ea9c1a21c2e authored over 8 years ago
fix CLRF line

github.com/yarnpkg/yarn - 14fbecdb6feb7f7bd3adf2fcadc96e9300453720 authored over 8 years ago
Run proper test command on CI again.

github.com/yarnpkg/yarn - 9e51fa2de815d9527edc419353a76972914687e9 authored over 8 years ago
Update to Jest 16. (#488)

github.com/yarnpkg/yarn - dbc2706d5aea83ba1b7c3b9707a33ac8acfaa53a authored over 8 years ago
Improved `yarn run` command. (#493)

github.com/yarnpkg/yarn - 58d1f499527175876cbef77e2f3f192118ed269f authored over 8 years ago
Fix homepage hero links

github.com/yarnpkg/website - 7a88d6294ea8c249cec675c772b1e0310935f9f9 authored over 8 years ago
Add Shitty Watercolour

github.com/yarnpkg/website - 872cc769190adc6ee038b1d92f4828354e556efa authored over 8 years ago
fix line ending

github.com/yarnpkg/yarn - 81b98dfb43d625a61203b3f999cbc4d605a1beda authored over 8 years ago
Debian package build (#414)

* Script to build Debian package

* Adjustments for Debian scripts:
- Add copyright file
-...

github.com/yarnpkg/yarn - b63a1d15109dac72f522d2dccf234c4f8bc531a8 authored over 8 years ago
Introduce Configuration Docs (#30)

github.com/yarnpkg/website - 550e6f6bf5cee4862d6ead3e0cbb5a5de7ad7cf6 authored over 8 years ago
Added - Documentation for 'yarn clean', 'yarn outdated', 'yarn pack' (#22)

* Documenting 'yarn clean'

* Added documentation for 'yarn outdated'

* Updated documentati...

github.com/yarnpkg/website - a9f06df23a32fee94c28cf1d4824cad77a1b3106 authored over 8 years ago
Docs page for yarn info (#28)

github.com/yarnpkg/website - 7ef4e6f92e66c35a60445976d96c315674f2dc94 authored over 8 years ago
[downloads] Automatically select correct OS based on user-agent (#47)

github.com/yarnpkg/website - c4426f8338a21450e4e8bc602689939cd66ca807 authored over 8 years ago
migration doc (#27)

github.com/yarnpkg/website - 4bb7a39672da2b32b5be17f6173cfed244ce2d1f authored over 8 years ago
Add Windows Chocolatey package (#442)

* Add Chocolatey package

* Update to final URL

github.com/yarnpkg/yarn - f2b93ffc00add25b9b73e35c355f42ddbe87a509 authored over 8 years ago
Fix lockfile sorting (#497)

github.com/yarnpkg/yarn - 91024fe5247c3797df9c77d2db1d6c3519988f57 authored over 8 years ago
s/normalise/normalize/

github.com/yarnpkg/yarn - 08625c3eb7c1e3d579b00ec4d0648dd689e243d0 authored over 8 years ago
Bundle & distribute yarn as one js file (#413)

github.com/yarnpkg/yarn - 72dc2ab09b9dc34ef140592baa02c757adf53fd8 authored over 8 years ago
Allowed unknown options in arguments parsing (#496)

By not alllowing unknown options we break forwards and backwards compatibility.
This settings a...

github.com/yarnpkg/yarn - 54a7900cd6d0c42051c62176f99b1ebf76c49779 authored over 8 years ago
Fix .gitattributes for binary files (#495)

Fixes #494

github.com/yarnpkg/yarn - d8bdd4599a1b0af8beae5d8a486a0d37b0d812e5 authored over 8 years ago
Pre-generate infer license regexs (#492)

github.com/yarnpkg/yarn - e193ed482c955ad994db05b51d17e5ea427a9f63 authored over 8 years ago
Add Windows installer

github.com/yarnpkg/yarn - 66e43957654d45e1e801b66c4ef1a61dcd2a2af3 authored over 8 years ago
Add batch file (yarn.cmd) for executing Yarn on Windows.

github.com/yarnpkg/yarn - 55d7acdb90c8d72ad5dea937dfb1f77dc57d849c authored over 8 years ago
Pass version as variable rather than hard-coding it

github.com/yarnpkg/yarn - 234b5d07918c1aa4a3635b8104ec8594813ac88a authored over 8 years ago
Enforce LF line ending

github.com/yarnpkg/yarn - de167884f4feb0c748070067b047aabb6d747124 authored over 8 years ago
Add build-dist script for Windows (#485)

github.com/yarnpkg/yarn - af01eb321c67e85a7d9822de5c878528de412fca authored over 8 years ago
Sort dependency fields in package.json.

github.com/yarnpkg/yarn - 9a66392a8d9f3e7862629a6788a8bffe5fd06670 authored over 8 years ago
Tons of updates

github.com/yarnpkg/website - e34a380407d737adc9638363f5c11890474d8632 authored over 8 years ago
Update to Flow 0.33 (#487)

* Update to Flow 0.33

* Update flow-bin in package.json

* Update lockfile.

github.com/yarnpkg/yarn - ffa5442e3f23ff352faec226c156b27ec7333e7f authored over 8 years ago
Refer to package.json file as such in case it is missing (#471)

* Refer to package.json file as such in case it is missing

* Update config.js

github.com/yarnpkg/yarn - 869cac2524bb03c9bae1495fc9170fdc803cbf11 authored over 8 years ago
Add compare page

github.com/yarnpkg/website - 28ce7a034751d8dd3126103449c8f944bb61e40a authored over 8 years ago
Update creating-a-package

github.com/yarnpkg/website - b4668872809a0448cce6bd7137745abafb8e5e25 authored over 8 years ago
updates to usage guide and additional reading

github.com/yarnpkg/website - d658bc60a22ca06ead46203233ef13933ac26f61 authored over 8 years ago
Improve guides index

github.com/yarnpkg/website - 9989f4c50500d6b22543688a7fe2abf366e95d2e authored over 8 years ago
Improve installation instructions

github.com/yarnpkg/website - 0e058dadab54d2784e05112f929fcdd5f011ef3a authored over 8 years ago
Fix ignoreLinesToRegex edge cases (#462)

It didn't handle lines with only a `#`, and would let invalid patterns through like `!`.

It a...

github.com/yarnpkg/yarn - 8417333d0b14ff12ab18ba29926bf381fd2bd91b authored over 8 years ago
fix: support scoped packages with yarn info

github.com/yarnpkg/yarn - 28736b7cd2e8d84c8a1c6c3ae77dbf5b88d7b8cf authored over 8 years ago
Add tabbed navigation for installs

github.com/yarnpkg/website - 997db9f78e029cf3b4f82fc8c9646b907180c506 authored over 8 years ago
Fleshed out installation section a bit. (#45)

github.com/yarnpkg/website - ad795873be204037603a7b0c07fef25f72cd28db authored over 8 years ago
Updates to creating and publishing a package

github.com/yarnpkg/website - dcf5fbfba646ff8627d2ec0f254a1b74fdd46c04 authored over 8 years ago
Docs for publishing a package to npm (#42)

github.com/yarnpkg/website - 122786012e0d1d9e42ce66ab9cad0419a55096a6 authored over 8 years ago
Add Yarn workflow documentation. (#37)

This will change overtime as we get more docs added:

1. Link placeholders will be filled in.
...

github.com/yarnpkg/website - beb1a0791ce31854f1ac8a5a142086a2f70442f6 authored over 8 years ago
Small website updates. (#44)

github.com/yarnpkg/website - 91639b840fe921a282c79a6414ca320dd781c0da authored over 8 years ago
Fixed circular dependencies resolver (#479)

* fixed circular resolver in install scripts

* fixed more

github.com/yarnpkg/yarn - 25cb8cebecb031341702db2bf10fac958059a090 authored over 8 years ago
[GitFetch] Save/load from offline mirror

This patch adds the ability to save/load a package when offline mirror is enabled.

github.com/yarnpkg/yarn - fb2d624b4bbf43b4604fa0bc096ff016fdb57494 authored over 8 years ago
added test for creating mirror from git url, mirrors from git contain git hash in name

github.com/yarnpkg/yarn - d48f926cd4efa4297f884b56c4d37742766fab5e authored over 8 years ago
Merge pull request #41 from yarnpkg/homepage

Update homepage copy

github.com/yarnpkg/website - cf3b0b90441d0fdcd31ab5f19736d7ce9a19a055 authored over 8 years ago
Update homepage copy

github.com/yarnpkg/website - ec629d66d016f75046108e8b35217390419ef696 authored over 8 years ago
Setup redirects for languages (#39)

* Setup redirects for languages

* Ignore english

github.com/yarnpkg/website - 5daa9eb1395d103f1abdf473c5cf01e32d3d3cc8 authored over 8 years ago
Add redirect URLs for downloads (#32)

* Add redirect URLs for downloads. Closes #13

* Use Jekyll variable for latest version number

github.com/yarnpkg/website - c0ce44c0fe959271ad288873101b43362edd3fde authored over 8 years ago
Add .yarnignore to ignored filenames list in pack (#465)

github.com/yarnpkg/yarn - de03b318659aa2931744129437cb46c72d19e32b authored over 8 years ago
include bundler step (#17)

* include bundler step

* Update README.md

github.com/yarnpkg/website - 3a958b321939ad0c22c472ab734b2ba3960c3f4b authored over 8 years ago
Fix make start command

github.com/yarnpkg/website - 946acdeb3d06a419725b94bfd9f541014eb5eafd authored over 8 years ago
Tagline for migrating from npm (#33)

github.com/yarnpkg/website - 8378af8c03e7d73925bb7321f6590f2057a2b451 authored over 8 years ago
How Yarn Works tagline (#35)

github.com/yarnpkg/website - ed3c29a1aa6cb3fcb6968e522d43c6f46ecdc129 authored over 8 years ago
Add tagline for the Yarn CLI commands (#34)

github.com/yarnpkg/website - 14baaf4f41a7a0587d3a4dec9dca5c4420c012bc authored over 8 years ago
Yarn organization tagline (#36)

github.com/yarnpkg/website - 7143a93afffa46b9504805e7885c515b116e3e43 authored over 8 years ago
bump request & request-capture-har (#464)

* bump request & request-capture-har

* request-capture-har bumps: yarn.lock

github.com/yarnpkg/yarn - 1085c26a9316c4c16e02b77c11791824f393b18c authored over 8 years ago
Run install script in order (#427)

* Fix parallel build logic

* Break circular dependencies

* Add semi

* Have accurate tot...

github.com/yarnpkg/yarn - 5f04e8691096de2423cdef4cd83670e0680d8c92 authored over 8 years ago
Do not put $ before command (#461)

Putting `$` is annoying because you can no longer copy and paste a block and just put it on your...

github.com/yarnpkg/yarn - 1171aa835e431bb121860d5ad9518db904eed0f7 authored over 8 years ago
Update header. (#31)

* Update header.

* Oxford comma & match site description

github.com/yarnpkg/website - 692d22ce4294790cd934ce49f11106c7e40b9692 authored over 8 years ago
Enhance the README.md

Make it clear, for example, that Lodash and Jest are not requried for
a Yarn package; rather the...

github.com/yarnpkg/example-yarn-package - 1b1690bb50fc8cb5c50bb1c2d368c738a5979d07 authored over 8 years ago