19 Commits

Author SHA1 Message Date
Martin Broder b1a0656c7d chore(package,yarn): remove eslint-plugin-flow-vars (#622)
eslint-plugin-flow-vars is deprecated and has been merged into eslint-plugin-flowtype.
2016-10-12 08:50:14 +01:00
Henry Zhu 5545d11e7d Add back eslint-plugin-react since it is a peerDep of eslint-config-fbjs 2016-10-11 12:10:27 -07:00
chico c844df7236 Remove react 2016-10-11 11:06:49 -07:00
Andres Suarez 99dd450446 Add transform-inline-imports-commonjs plugin (#561) 2016-10-10 10:52:35 +01:00
Christoph Pojer 7f2d97ce74 Expand why command. (#544) 2016-10-07 11:23:58 +01:00
Christoph Pojer 1e92791d1f yarn help updates; rename dist-tag to tag. (#528) 2016-10-06 09:20:08 +01:00
Sebastian McKenzie 86c98a62a7 Add missing commands (#439)
* add init command - closes #360

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

* add outdated command - fixes #379

* rename uninstall command to remove

* add global command - fixes #227

* remove command aliases

* fix licenses not being shown due to integrity check shortcircuiting - fixes #424

* turn aliases back into js

* clean up single instance arguments - fixes #308

* ignore arguments that are included after -- - fixes #251

* add unlink command

* add lint rule against non-language keys

* clean up Config initialisation

* add link command - closes #336

* support array of string engines - fixes #447

* add missing request cache fixtures

* polish link command

* remove gulp file output

* add config command - fixes #378

* add yarn.lock and fix constants

* update aliases

* add missing i18n for CLI

* make `upgrade` command work how you'd expect

* update test metamethod

* require arguments for add command

* move dependency objects into constnats

* add init command - closes #360

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

* add outdated command - fixes #379

* rename uninstall command to remove

* add global command - fixes #227

* remove command aliases

* fix licenses not being shown due to integrity check shortcircuiting - fixes #424

* turn aliases back into js

* clean up single instance arguments - fixes #308

* ignore arguments that are included after -- - fixes #251

* add unlink command

* add lint rule against non-language keys

* clean up Config initialisation

* add link command - closes #336

* support array of string engines - fixes #447

* polish link command

* remove gulp file output

* add config command - fixes #378

* add yarn.lock and fix constants

* fix lint, copy test fixtures to temp directory rather than mutating cwd

* fix lint

* add handler for extractor errors

* remove unused jest snapshot

* fix check-lockfile script

* fix lint

* fix check-lockfile

* try and fix test

* properly copy over lockfile scripts folder, ignore ds_store files in test directories

* remove problematic fixtures

* add back problematic fixtures

* disable test
2016-10-05 12:50:44 +01:00
Christoph Pojer fa5e2ba61d Add newlines to toplevel items in the yarn lockfile. Fixes #498. (#500) 2016-10-05 12:17:44 +01:00
Christoph Pojer dbc2706d5a Update to Jest 16. (#488) 2016-10-05 15:03:46 +09:00
Christoph Pojer 58d1f49952 Improved yarn run command. (#493) 2016-10-05 12:43:55 +09:00
Andres Suarez 91024fe524 Fix lockfile sorting (#497) 2016-10-04 17:06:00 +01:00
Andres Suarez 72dc2ab09b Bundle & distribute yarn as one js file (#413) 2016-10-04 14:45:52 +01:00
Yehuda Katz ffa5442e3f Update to Flow 0.33 (#487)
* Update to Flow 0.33

* Update flow-bin in package.json

* Update lockfile.
2016-10-04 12:24:37 +09:00
Paul Irish 1085c26a93 bump request & request-capture-har (#464)
* bump request & request-capture-har

* request-capture-har bumps: yarn.lock
2016-09-28 17:19:47 +01:00
Sebastian McKenzie e45eecbeb6 use roadrunner for caching node module resolution (#446) 2016-09-26 18:48:52 +09:00
Andres Suarez 9f9ee39547 Remove unused dependencies (#444) 2016-09-26 14:26:29 +09:00
Andres Suarez 512c693e69 Remove concat-stream dep 2016-09-25 22:49:44 -04:00
Sebastian McKenzie bcd5f498ff Remove lodash usage (#433) 2016-09-24 19:17:59 +01:00
Sebastian McKenzie 6820fb2d33 Rename kpm to yarn (#362) 2016-09-20 15:03:11 +01:00