Commit Graph

  • 63598f4019 fix(cli): allow GitHub project names that contain the string .git (#5117) (#5119) Ian Sutherland 2017-12-26 18:54:37 -07:00
  • 51513f0b5c fix(output): "yarn licenses list" hide progress bar before displaying tree (#5103) Soo Jae Hwang 2017-12-20 06:26:07 +09:00
  • 2a050b0297 fix(cli): handle no devDependencies when listing production dependencies (#5100) (#5109) Ian Sutherland 2017-12-19 14:06:00 -07:00
  • 0691037487 fix(cli): Write Node4+ error message to stderr (#5094) Hiro Asari 2017-12-15 09:23:14 -05:00
  • f9650296fb test(jest): Upgrade jest to latest available version (#5018) Burak Yiğit Kaya 2017-12-13 16:50:30 +00:00
  • f92b1783e5 fix(git): Ignores irrelevant output from ls-remote (#5081) Daniel Guettler 2017-12-12 15:22:24 -05:00
  • 5a24a4df7b test(integration): Fix failing react-scripts test due to unexpected warning (#5076) Burak Yiğit Kaya 2017-12-11 21:57:42 +00:00
  • 19c8cd5b85 feat(help) Add command descriptions to commander output (#5033) Fernando André Fernandes 2017-12-09 19:47:01 +00:00
  • fbdce22412 ci(circle): Fix cache key setup for proper node_modules sharing (#5060) Burak Yiğit Kaya 2017-12-08 17:11:24 +00:00
  • 7bb4997d9b fixed (#5034) excelsior97 2017-12-07 17:55:21 +00:00
  • ec8cea0e1f fix(fetcher): offline mirror name collision w/ private registries and scopes (#4822) Elijah Newren 2017-12-07 06:01:30 -08:00
  • 08bcbe8b3f fix(add): Make semver flags compatible with versioned requests (#4999) kaylieEB 2017-12-07 03:32:43 -08:00
  • b2d3e1a8fe [#5021] Add help comment to --json flag (#5045) Jeff Valore 2017-12-05 16:26:03 -05:00
  • 2065988f96 fix(git): match git dependencies by name instead of whole url David Reis 2017-12-04 18:49:48 +00:00
  • b827eae221 fix(install): connectionOptions passes in localhost as its host to prevent popup on MacOsx. (#5006) Justin 2017-12-04 10:43:27 -08:00
  • ddf2f9ade2 chore(eslint): ignore packages dir (#4963) Ryan Hendrickson 2017-11-27 13:31:27 -05:00
  • f69cdda63a fix(resolutions): Warn instead of erroring if unmatched dependency matches resolutions (#4835) Roman Usherenko 2017-11-20 18:42:22 +02:00
  • 02f7de62bd feat(run): Show a "no bin scripts" or "no scripts available" message (#4891) Max Chehab 2017-11-20 06:18:36 -08:00
  • 9ccac487a5 fix(pack): make globs match dotfiles (#4956) Ryan Hendrickson 2017-11-20 09:13:22 -05:00
  • 91253c8881 fix(request): Fix https_proxy env var (#4903) Jeff Valore 2017-11-20 05:59:16 -05:00
  • 1ea7ef84f5 feat(run): Include the workspace root .bin in env path (#4848) Jeff Valore 2017-11-20 05:55:51 -05:00
  • 80d6e05865 ci(lint): Fix the lint command so it doesn't run dupe-check yet (#4949) Burak Yiğit Kaya 2017-11-17 16:58:29 +00:00
  • be97d79223 chore(lint): Rename file to .eslintrc.json (#4931) Kevin Ji 2017-11-17 06:10:15 -08:00
  • 1b61437442 test(integration): Fix left-pad version used in a test with snapshots (#4948) Burak Yiğit Kaya 2017-11-17 14:05:55 +00:00
  • 18eed7bd09 chore(lint): Integrate js-inspect into lint stage (#3929) Onur Temizkan 2017-11-14 14:58:47 +03:00
  • ea5d8b8b2c add latest command (#4915) kaylieEB 2017-11-14 03:25:01 -08:00
  • aa1e54db6c docs(access): Fix the help output for the skeleton access command (#4892) Burak Yiğit Kaya 2017-11-09 12:41:49 +00:00
  • d32325847c feat(workspaces): Adds a workspaces command (#4883) Maël Nison 2017-11-09 10:29:47 +00:00
  • 06b9510966 docs(readme): Remove Travis badge (#4871) Burak Yiğit Kaya 2017-11-07 16:15:52 +00:00
  • 9262cbcc21 docs(contributing): Direct contribution guides to the website (#4872) Burak Yiğit Kaya 2017-11-07 16:15:39 +00:00
  • 8918b6cff9 feat(install): Add --update-checksums to cli install (#4860) Aram Drevekenin 2017-11-07 16:29:31 +01:00
  • 15b7cc4450 docs(contributing): Direct contribution guides to the website contributing Burak Yigit Kaya 2017-11-07 12:19:50 +00:00
  • a43aaf9f20 docs(readme): Remove Travis badge bye-travis Burak Yigit Kaya 2017-11-07 12:17:15 +00:00
  • cb6bf44a96 ci(circle): Move macOS builds to CircleCI (#4868) Burak Yiğit Kaya 2017-11-07 12:13:32 +00:00
  • e0bf5873a6 fix: Use wanted package repository URL and homepage from npm (#4792) Raido Kuli 2017-11-07 12:39:16 +02:00
  • 80f5606f88 ci(travis): Reduce the build matrix on TravisCI (#4864) Burak Yiğit Kaya 2017-11-06 13:22:41 +00:00
  • c5e2dc59fe test: Fix flaky tests after #4811 due to bad assumptions (#4852) Burak Yiğit Kaya 2017-11-06 11:33:53 +00:00
  • 5c4b6f382a ci(circle): Test all node versions on CircleCI (#4857) Burak Yiğit Kaya 2017-11-06 09:58:56 +00:00
  • 002ce4ad70 chore(build): Replace preset-node-5 and babel-preset-es2015-node4 w/ babel-preset-env (#4374) kaylieEB 2017-11-02 10:23:25 -07:00
  • 18dbad6e04 v1.3.2 v1.3.2 Burak Yigit Kaya 2017-11-02 16:33:26 +00:00
  • 3914c48aba ci(circle): Fix deploy job so it only runs on version tags (#4839) Burak Yiğit Kaya 2017-11-02 16:29:30 +00:00
  • c2630b51a0 ci(circle): Remove unnecessary -- from test-ci invocations (#4832) Burak Yiğit Kaya 2017-11-02 14:58:39 +00:00
  • 2a7b19067d 1.3.1 v1.3.1 Maël Nison 2017-11-02 14:40:31 +00:00
  • a8aaafc491 Update config.yml (#4834) Maël Nison 2017-11-02 14:39:47 +00:00
  • 03e534e071 ci(travis): Increase RAMDISK size for macOS builds (#4831) Burak Yiğit Kaya 2017-11-02 13:42:43 +00:00
  • e70c067dff chore(config): Use config.production instead of isProduction() (#4824) sth 2017-11-02 11:56:37 +01:00
  • c2b43b67ee fix(config): Use boolifyWithDefault() for bools from environment (#4823) sth 2017-11-02 11:38:22 +01:00
  • 389e02979a 1.3.0 v1.3.0 Maël Nison 2017-11-01 16:32:48 +00:00
  • b1f0e49a41 fix(cli): Display warning when adding a package already in project (#4810) Calvin 2017-11-01 09:25:40 -07:00
  • 979dee88eb fix(cli): Don't warn when running on node 9 (#4816) Thomas Grainger 2017-11-01 16:09:33 +00:00
  • 6cb226f757 feat(cli): Disable only header/footer in nested commands, not all output (#4811) sth 2017-11-01 12:10:24 +01:00
  • 7d40146357 feat(config): Add custom config for init private flag (#4377) Pierre Neter 2017-11-01 18:06:10 +07:00
  • 262d7d875d fix(info): Use version from latest dist-tag instead of the highest one (#4797) Krzysztof Zbudniewek 2017-10-31 22:06:21 +01:00
  • 1c845bd2dc fix(resolution): use registry latest if it satisfies requested semver range (#4804) Jeff Valore 2017-10-31 11:49:34 -04:00
  • 4e57e585e4 fix(reporters): Handle process.stdout.columns being zero (#4742) Nick Holloway 2017-10-31 11:05:19 +00:00
  • 394b18a433 fix(constants): Adds a per-user cache fallback (#4802) Maël Nison 2017-10-31 03:22:51 -07:00
  • 4e75cb9c56 fix(resolver): Fix --frozen-lockfile flag with duplicate top level resolution (#4793) kaylieEB 2017-10-31 03:22:30 -07:00
  • 4f41887d36 fix(git-spawn): Set GIT_SSH_VARIANT (#4806) Krzysztof Zbudniewek 2017-10-31 02:10:09 -07:00
  • 3c13685066 docs(contributing): Add section about what to work on and triaging (#4803) Burak Yiğit Kaya 2017-10-30 16:39:18 +00:00
  • bddaec75dc style(reporters): Simplify Windows bold fix check condition (#4785) Burak Yiğit Kaya 2017-10-30 15:20:45 +00:00
  • ba8d0dbd98 ci: Migrate to CircleCI 2.0 with Workflows (#4271) Ryo Shibayama 2017-10-27 02:08:20 +09:00
  • 9b0e7bbd8f fix(linker): Fix yarn removing linked deps during link stage (#4757) Carlos Ravelo 2017-10-26 10:35:35 -04:00
  • 7beaad07b0 fix(resolver): Add general support for git-over-protocol URLs (#4759) Johannes Emerich 2017-10-26 11:38:09 +00:00
  • 917713d556 fix(install): Rebuild native modules when node version changes (#4750) Roman Schejbal 2017-10-26 12:18:23 +02:00
  • 359b161ae5 feat(config): Allow JSON "//" comments in package.json resolutions (#4779) Jeff Valore 2017-10-26 05:41:17 -04:00
  • 1ccb710169 Allow ${HOME} in .npmrc to work in Windows (#4693) Josh Kelley 2017-10-24 14:18:59 -04:00
  • ae3cf9971d fix(request): pass a proxy to request even if falsy (#4761) Jeff Valore 2017-10-24 14:12:25 -04:00
  • f54b3654b9 Fix wrong condition (#4767) Michael Kriese 2017-10-24 18:25:03 +02:00
  • 3d6a03935e fix(upgrade): Let outdated filter correctly when called from upgrade. (#4763) Jeff Valore 2017-10-23 19:16:30 -04:00
  • 58ae45ee73 fix(linker): use lockfileFolder when creating bin links (#4730) John Gozde 2017-10-19 17:54:57 -06:00
  • 519b818b0a docs(linker): Use breadcrumbs in peer dependency warnings (#4720) Burak Yiğit Kaya 2017-10-19 21:39:43 +01:00
  • b97c797983 fix(autoclean): Include only common CI configs in default .yarnclean (#4724) Lewis Zhang 2017-10-17 05:49:04 -05:00
  • 26266c4dd7 fix(create): Fix passing parameters for "yarn create" (#4713) Pig Fang 2017-10-17 00:12:03 +08:00
  • 95a3aa9538 Do not convert empty string to cwd path. (#4700) Jeff Valore 2017-10-16 06:24:00 -04:00
  • a4b21f9b2e Fix implicitFileDeprecated message (#4715) Fumihiro Xue 2017-10-16 05:20:06 -05:00
  • de26f05c1f chore(tests): Fix typo s/genereate/generate (#4716) Lewis Zhang 2017-10-16 05:19:36 -05:00
  • 4c38ca7771 Fixes progress display on non-color tty (#4647) (#4697) Nick Holloway 2017-10-12 15:54:08 +01:00
  • f5e78ebb9d 1.2.1 v1.2.1 Maël Nison 2017-10-12 11:18:54 +01:00
  • 86c4aff938 Adds an extra test for the yarn path feature (#4680) Maël Nison 2017-10-12 11:10:53 +01:00
  • f60269f762 fix(resolver): Fix incorrect peer dependency res. from different trees (#4687) Burak Yiğit Kaya 2017-10-11 23:48:28 +01:00
  • 5e564c6879 Upgrade transient deps during upgrades. (#4636) Jeff Valore 2017-10-11 12:26:22 -04:00
  • 80e7c39f60 fix(init): prevent init command from traversing up (#4464) yerguden 2017-10-11 14:55:38 +03:00
  • ec2b9766d2 Fixes how the exit code was forwarded when using the yarnrc path (#4679) Maël Nison 2017-10-10 21:18:14 +01:00
  • 77f5e40c6a compare current version against latest and not wanted version in outdated command (#4519) Daniel Tschinder 2017-10-10 20:55:58 +02:00
  • 1ed8602805 chore(docs): State minimum Node version for development (#4673) Burak Yiğit Kaya 2017-10-10 16:53:03 +01:00
  • f1ac4b586e v1.2.0 v1.2.0 Burak Yigit Kaya 2017-10-09 21:14:10 +01:00
  • 2718d7491c fix(config): Relay exit code when using yarn-path from yarnrc (#4669) Burak Yiğit Kaya 2017-10-09 21:12:02 +01:00
  • 7323861f08 Fix: workspace support in several commands (#4654) John Gozde 2017-10-09 12:04:43 -06:00
  • daa599d5fe chore(repo): Add yarn commit for structured commit messages (#4660) Burak Yiğit Kaya 2017-10-08 17:41:44 +01:00
  • 850e71f491 fix(git): Refactor Git URL resolution code & remove hash from URL (#4657) Burak Yiğit Kaya 2017-10-08 17:39:10 +01:00
  • 88459f9b9b fix(git): Fix Bitbucket exotic shortcut resolvers with private repositories (#4633) Kévin Berthommier 2017-10-06 13:18:01 +02:00
  • 69004e9a71 fix(config): Don't override registry with undefined by default (#4643) Burak Yiğit Kaya 2017-10-06 11:53:29 +01:00
  • 9c2bbca921 chore(resolver): Minor improvements in resolver code and tests (#4644) Burak Yiğit Kaya 2017-10-06 11:51:43 +01:00
  • 90b72ed9f6 Fix logic minor-fixes Burak Yigit Kaya 2017-10-05 17:19:33 +01:00
  • 471a574816 fix(config): Don't override registry with undefined by default define-me Burak Yigit Kaya 2017-10-05 17:04:34 +01:00
  • 7a9c134084 chore(resolver): Minor improvements in resolver code and tests Burak Yigit Kaya 2017-10-05 17:00:14 +01:00
  • 633b28168d fix(resolver): parentNames is missing in package warning breadcrumbs (#4484) Nikhil Motiani 2017-10-05 21:16:09 +05:30
  • 972166c166 chore(tests): Make integration tests passing on Node 7 (#4606) Valerii Iatsko 2017-10-05 17:41:31 +02:00
  • 5a9b2d0ab6 chore(tests): Don't output coverage on regular test runs (#4629) Burak Yiğit Kaya 2017-10-05 16:00:34 +01:00
  • e28603481f Improves the workspaces (#4630) Maël Nison 2017-10-05 15:58:44 +01:00