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

v1.3.2

18dbad6e04ef50d3851bc1ffb01df58f2fafdeb0 authored about 7 years ago by Burak Yigit Kaya <[email protected]>
ci(circle): Fix deploy job so it only runs on version tags (#4839)

**Summary**

This PR fixes the deploy job to only run for version tags. It also renames it to ...

3914c48abab386a1627d7b9698204fdd2beae447 authored about 7 years ago by Burak Yiğit Kaya <[email protected]>
ci(circle): Remove unnecessary `--` from test-ci invocations (#4832)

**Summary**

After Yarn 1.0, the `--` separator to pass arguments to run scripts is no longer ...

c2630b51a0224fb08f7980182f3732d685929ac4 authored about 7 years ago by Burak Yiğit Kaya <[email protected]>
1.3.1

2a7b19067dcfa818fee026e5f1fbe1871767a203 authored about 7 years ago by Maël Nison <[email protected]>
Update config.yml (#4834)

a8aaafc4913b0db23ce64dd886a81ef3658b379d authored about 7 years ago by Maël Nison <[email protected]>
ci(travis): Increase RAMDISK size for macOS builds (#4831)

**Summary**

We have some flakiness on our macOS Node 6 builds with ENOSPC errors so increase ...

03e534e0711634cc211fe9c7d9c612cb63797a86 authored about 7 years ago by Burak Yiğit Kaya <[email protected]>
chore(config): Use config.production instead of isProduction() (#4824)

**Summary**

[config.js](https://github.com/yarnpkg/yarn/blob/389e02979a1ffe803ab95cbea1ad7b6b...

e70c067dff8138a4ce865f5bcea091005cb1d83a authored about 7 years ago by sth <[email protected]>
fix(config): Use boolifyWithDefault() for bools from environment (#4823)

**Summary**

Use `boolifyWithDefault()` to determine if environment variable values are `true`...

c2b43b67ee027b74c44392fe8ed17b351a663db8 authored about 7 years ago by sth <[email protected]>
1.3.0

389e02979a1ffe803ab95cbea1ad7b6bcdfa42a7 authored about 7 years ago by Maël Nison <[email protected]>
fix(cli): Display warning when adding a package already in project (#4810)

* Display warning when trying to add a package already in "dependency" to "devDependencies" or v...

b1f0e49a41ca78f8f0cf19d94a885067eea76e39 authored about 7 years ago by Calvin <[email protected]>
fix(cli): Don't warn when running on node 9 (#4816)

**Summary**

Update the accepted semver range to not warn on unknown future versions of node.
...

979dee88eb99427d72c5e074b023e3f1d105bf53 authored about 7 years ago by Thomas Grainger <[email protected]>
feat(cli): Disable only header/footer in nested commands, not all output (#4811)

**Summary**

Fixes #4615. Disabling all Yarn output in nested commands with `YARN_SILENT` is a...

6cb226f757927408e4273c670682eb8e4c427fc7 authored about 7 years ago by sth <[email protected]>
feat(config): Add custom config for init private flag (#4377)

**Summary**

Here is a small custom; I add this because it relates to https://yarnpkg.com/en/d...

7d40146357f56ec5037a3c9169718be0a4b05bf8 authored about 7 years ago by Pierre Neter <[email protected]>
fix(info): Use version from `latest` dist-tag instead of the highest one (#4797)

* fix(info): Use version from `latest` dist-tag instead of the highest one

Fixes #3947. By de...

262d7d875d78ee8b9f897baa483bc0077a05439a authored about 7 years ago by Krzysztof Zbudniewek <[email protected]>
fix(resolution): use registry latest if it satisfies requested semver range (#4804)

* fix(resolution): use registry latest if it satisfies requested semver range

Fixes #3560

...

1c845bd2dc64fc4937d82ac7b88d014e9fd6b3bb authored about 7 years ago by Jeff Valore <[email protected]>
fix(reporters): Handle process.stdout.columns being zero (#4742)

**Summary**

My recent pull request was to improve the appearance of the progress bar for non-...

4e57e585e44b077ebf6cffb095f2e7fc63a5f1f1 authored about 7 years ago by Nick Holloway <[email protected]>
fix(constants): Adds a per-user cache fallback (#4802)

**Summary**

When Yarn is being run with a different user than the one who created the cache f...

394b18a433b42852444dd330d74709b16a601b15 authored about 7 years ago by Maël Nison <[email protected]>
fix(resolver): Fix --frozen-lockfile flag with duplicate top level resolution (#4793)

**Summary**

Fixes #4778.

In this particular issue, the same pattern `babel-runtime@^6.26.0...

4e75cb9c567c3d6358d2e78f65faad92871693e0 authored about 7 years ago by kaylieEB <[email protected]>
fix(git-spawn): Set GIT_SSH_VARIANT (#4806)

**Summary**

Fixes #4729.
Previous version in #4805.

Manually specify `GIT_SSH_VARIANT` in...

4f41887d36a518e699e7b261aa76e2b849a90c9a authored about 7 years ago by Krzysztof Zbudniewek <[email protected]>
docs(contributing): Add section about what to work on and triaging (#4803)

**Summary**

We have cleaned up our labels a bit and this PR adds some useful links for people...

3c136850663b3de1f1dc94d68b802be1978ae829 authored about 7 years ago by Burak Yiğit Kaya <[email protected]>
style(reporters): Simplify Windows bold fix check condition (#4785)

**Summary**

Used a single negation instead of double negation. Follow up to #4767.

**Test ...

bddaec75dca29325ad7863912cb395c686d1293b authored about 7 years ago by Burak Yiğit Kaya <[email protected]>
ci: Migrate to CircleCI 2.0 with Workflows (#4271)

* Migrate to CircleCI 2.0 with Workflows

* Delete old config

* Keep some comments

* Fix...

ba8d0dbd9887bf50c976a47c40e04bf74c478c2a authored about 7 years ago by Ryo Shibayama <[email protected]>
fix(linker): Fix yarn removing linked deps during link stage (#4757)

**Summary**

Actual fix: changed fs.readlink to fs.realpath when checking if a symlink is a l...

9b0e7bbd8ffcdb0b343ea092742265b28c221fcc authored about 7 years ago by Carlos Ravelo <[email protected]>
fix(resolver): Add general support for git-over-protocol URLs (#4759)

**Summary**

Yarn can not handle the `git+https://` dependency format correctly, as described ...

7beaad07b00cddc5cf7f8362d49b5560f2c9fe65 authored about 7 years ago by Johannes Emerich <[email protected]>
fix(install): Rebuild native modules when node version changes (#4750)

**Summary**

Fixes #756. We have multiple versions of our app and each one uses a different ve...

917713d556fcf4eb9baef175d4662f9a2b23b29a authored about 7 years ago by Roman Schejbal <[email protected]>
feat(config): Allow JSON "//" comments in package.json resolutions (#4779)

Fixes #4774

**Summary**

Previously package.json comments were being ignored for "dependenc...

359b161ae59f77862819000b4c75f66f115acfdc authored about 7 years ago by Jeff Valore <[email protected]>
Allow ${HOME} in .npmrc to work in Windows (#4693)

* Allow ${HOME} in .npmrc to work in Windows

Windows doesn't set the HOME environment variabl...

1ccb7101698a8e5729da46c344efe43a64c1a962 authored about 7 years ago by Josh Kelley <[email protected]>
fix(request): pass a proxy to request even if falsy (#4761)

**Summary**

Fixes #4546.

Pass a `proxy` value to `request` to prevent it from falling back...

ae3cf9971d73350d6b52a0bfb3cc708e7a22d80b authored about 7 years ago by Jeff Valore <[email protected]>
Fix wrong condition (#4767)

f54b3654b90240d92cd72a100c8ce0e8578c9b3c authored about 7 years ago by Michael Kriese <[email protected]>
fix(upgrade): Let outdated filter correctly when called from upgrade. (#4763)

Fixes #4735

Upgrade was calling outdated in a way that would not filter packages that did not...

3d6a03935e17db88891bb9673b245edd99a23bc5 authored about 7 years ago by Jeff Valore <[email protected]>
fix(linker): use lockfileFolder when creating bin links (#4730)

**Summary**

Fixes #4706, fixes #4359, refs #4513. `this.config.cwd` was being used as the roo...

58ae45ee73426f04ec58dc3d3f483e278e43ffa9 authored about 7 years ago by John Gozde <[email protected]>
docs(linker): Use breadcrumbs in peer dependency warnings (#4720)

**Summary**

@gaearon called Yarn out for better peer dependency error messages so this is the...

519b818b0ad0ec7f863feb8f7ec465b1d5eb3fc0 authored about 7 years ago by Burak Yiğit Kaya <[email protected]>
fix(autoclean): Include only common CI configs in default .yarnclean (#4724)

**Summary**

Remove entries to clean `*.yml` and `.*.yml` from the default filter list in `.ya...

b97c797983babd03c68bc36f1ee98a9a6dff9246 authored about 7 years ago by Lewis Zhang <[email protected]>
fix(create): Fix passing parameters for "yarn create" (#4713)

**Summary**
Fixes #4670 .

**Test plan**

Manual verification.
![image](https://user-image...

26266c4dd7c8ead4df3d936215ce22d709378286 authored about 7 years ago by Pig Fang <[email protected]>
Do not convert empty string to cwd path. (#4700)

* [#4695] Do not convert empty string to cwd path.

* added test file for config.js

95a3aa9538ea6b7a67950b34a3782fbf64dfe4fe authored about 7 years ago by Jeff Valore <[email protected]>
Fix implicitFileDeprecated message (#4715)

a4b21f9b2e6b4357cba57af705405c95bef8f0c4 authored about 7 years ago by Fumihiro Xue <[email protected]>
chore(tests): Fix typo s/genereate/generate (#4716)

de26f05c1fdbf77e4f9c9d8dfd1fd89e91096f4c authored about 7 years ago by Lewis Zhang <[email protected]>
Fixes progress display on non-color tty (#4647) (#4697)

If the output does not support color, then each render of the progress
bar is added to a single...

4c38ca7771922d5d56dac91f4be6e69a4d8d7885 authored about 7 years ago by Nick Holloway <[email protected]>
1.2.1

f5e78ebb9dd9809c00a0bdff37d75f324fb42018 authored about 7 years ago by Maël Nison <[email protected]>
Adds an extra test for the yarn path feature (#4680)

86c4aff93887c39df47b6998d74c8d6cf07a74e1 authored about 7 years ago by Maël Nison <[email protected]>
fix(resolver): Fix incorrect peer dependency res. from different trees (#4687)

**Summary**

Fixes #4539. Yarn was resolving peer dependencies from the closest level where th...

f60269f76232a72926c5579987a2ac30a4c248c3 authored about 7 years ago by Burak Yiğit Kaya <[email protected]>
Upgrade transient deps during upgrades. (#4636)

* [#4476] Upgrade transient deps during upgrades.

* Rename 'transient' to 'transitive'

* d...

5e564c6879fe707506a6d333dedb5d6ca0eba87c authored about 7 years ago by Jeff Valore <[email protected]>
fix(init): prevent init command from traversing up (#4464)

**Summary**

Fixes #4441.

**Test plan**

Added new test case.

80e7c39f606038766ba5808e83e4b3607edad38e authored about 7 years ago by yerguden <[email protected]>
Fixes how the exit code was forwarded when using the yarnrc path (#4679)

ec2b9766d293b8ad49a85de5175f496c8e1374cf authored about 7 years ago by Maël Nison <[email protected]>
compare current version against latest and not wanted version in outdated command (#4519)

**Summary**
`current` and `wanted` version might be the same but `latest` is a new major versio...

77f5e40c6ac26a180393cdbc4e080d77f9343763 authored about 7 years ago by Daniel Tschinder <[email protected]>
chore(docs): State minimum Node version for development (#4673)

**Summary**

Add note about which version of Node is needed to develop Yarn.

**Test plan**
...

1ed8602805da1c387f87d89d5c924f47a6d07689 authored about 7 years ago by Burak Yiğit Kaya <[email protected]>
v1.2.0

f1ac4b586e928ff8222816fff81ae237d24343ab authored about 7 years ago by Burak Yigit Kaya <[email protected]>
fix(config): Relay exit code when using yarn-path from yarnrc (#4669)

**Summary**

Follow up to #4204. We forgot to relay the exit code of the
newly spawned yarn i...

2718d7491c28c7f0b43d016c1b25fb2a1b2463b5 authored about 7 years ago by Burak Yiğit Kaya <[email protected]>
Fix: workspace support in several commands (#4654)

* Use lockfileFolder for CLI check

* Make "upgrade" work inside workspace packages

Execute...

7323861f08f6c897babaac002b28b211e8fffda6 authored about 7 years ago by John Gozde <[email protected]>
chore(repo): Add `yarn commit` for structured commit messages (#4660)

**Summary**

Adds commitizen and adopts the cz-conventional-changelog adapter for commit logs....

daa599d5fed8fe786d1f41031f271e2c703fced3 authored about 7 years ago by Burak Yiğit Kaya <[email protected]>
fix(git): Refactor Git URL resolution code & remove hash from URL (#4657)

**Summary**

This PR is triggered by https://git.io/vdzI2. It refactors the
code to allow mor...

850e71f49197d03caf5b501f59a9fe45b98bde8e authored about 7 years ago by Burak Yiğit Kaya <[email protected]>
fix(git): Fix Bitbucket exotic shortcut resolvers with private repositories (#4633)

**Summary**

* fix hasHTTPCapability issue with bitbucket shortcut resolver and private repo (...

88459f9b9b357cd27547196271508d6f507d5e85 authored about 7 years ago by Kévin Berthommier <[email protected]>
fix(config): Don't override registry with `undefined` by default (#4643)

**Summary**

Follow up to #4238. We were always passing the `registry` key in
registry overri...

69004e9a7172ce2c669eb276a82d320a8792bacf authored about 7 years ago by Burak Yiğit Kaya <[email protected]>
chore(resolver): Minor improvements in resolver code and tests (#4644)

* chore(resolver): Minor improvements in resolver code and tests

**Summary**

This is a fol...

9c2bbca92140b6e360dd566d31658d7af1fef8d5 authored about 7 years ago by Burak Yiğit Kaya <[email protected]>
fix(resolver): `parentNames` is missing in package warning breadcrumbs (#4484)

**Summary**

Bugfix for #4480. Change suggested by @BYK

**Test plan**
Running yarn on loc...

633b28168d7a89ca2f5440123fbf5cf2119a3906 authored over 7 years ago by Nikhil Motiani <[email protected]>
chore(tests): Make integration tests passing on Node 7 (#4606)

**Summary**

The change introduced in 96c215c1ce5944a6fe993ab0d9b13e6edfe65675 caused tests to...

972166c166ad15e5eb55cc029345e1c679fdfc21 authored over 7 years ago by Valerii Iatsko <[email protected]>
chore(tests): Don't output coverage on regular test runs (#4629)

* chore(tests): Don't output coverage on regular test runs

**Summary**

We output a long co...

5a9b2d0ab60cd63ba92d020b9425dfd192a9db8a authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Improves the workspaces (#4630)

e28603481f25f3c97dd3aadab929cebfd0030e52 authored over 7 years ago by Maël Nison <[email protected]>
chore(utils): replace last `expandPath` with `resolveWithHome` (#4605)

**Summary**

Looking at two solutions introduced in #3393 and #3756, the first one doesn't sup...

3178e076d4314849a50e0bf4d7619f3cd2904356 authored over 7 years ago by Valerii Iatsko <[email protected]>
Add ability to upgrade based on pattern (#4610)

4a0898e6830c52f5b16fb810429587a34a492370 authored over 7 years ago by Phil Quinn <[email protected]>
Add ability to filter yarn list with pattern (#4609)

03f1ecc6ee559fe4247096c9387bc252a740703d authored over 7 years ago by Phil Quinn <[email protected]>
fix(request-manager): Flaky network messsage should be info, not warning (#4621)

**Summary**

Sometimes Yarn saturates the network and sometimes the network itself
has issues...

0115ece56b9516af5d0ef75db2ceeb2253c3b1b4 authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
fix(network): Allow `https-proxy false` to not use a proxy for HTTPS (#4614)

**Summary**

Fixes #4546. Previous behavior was that if `.npmrc` or `.yarnrc` contained and `h...

9e9d6aeb5d56305fd7e41c0b9b262176b6a31e6d authored over 7 years ago by Jeff Valore <[email protected]>
fix(run): improve escaping for script arguments (#4135)

**Summary**

Extra command-line arguments to scripts were not being escaped correctly. This pa...

38790e81ded725d0cc30e53f25999da815a6c5bc authored over 7 years ago by Ryan Hendrickson <[email protected]>
feat(configuration): add custom registry cli flag (#4238)

**Summary**
implements #792 - addresses a command line flag --registry to specify a registry th...

6b5756374f633b1efe0e98068bbaeabbc1edad1c authored over 7 years ago by Liran Tal <[email protected]>
fix(resolver): Only optimize patterns in flat mode (#4613)

**Summary**

Fixes #4550. The optimization introduced in #4488 should only
apply to flat inst...

e3a1fe3c54290d7fd73d51600274853788fb9b2d authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
chore(tests): Add failing test-case for issue #2636 (#4598)

**Summary**
This is a failing test-case for issue #2636. It tests that bundled dependencies are...

e3004ab371b1d91e243187a3ea4df63ba9034b7a authored over 7 years ago by Cameron Hunter <[email protected]>
Updated node to 8.x in Dockerfile.dev (#4607)

d43340c05de806b006add2ace76f0f990a0b2300 authored over 7 years ago by Valerii Iatsko <[email protected]>
Fix: allow package without manifest to be removed (fixes #4310) (#4599)

4638161a7f3d905e24b619f2e25886f9c05a7afd authored over 7 years ago by Phil Quinn <[email protected]>
Feature: Add ability to filter yarn cache (fixes #3200) (#4571)

1276e3ff446a65708f05ce00959b3af6be8ed3c0 authored over 7 years ago by Phil Quinn <[email protected]>
fix(install): Fix performance issue with multiple lifecycle package scripts (#4588)

**Summary**

Fixes #4551.

See https://github.com/yarnpkg/yarn/issues/4551#issuecomment-3325...

4fa9f71bab2398f75d009d38192cc676966d1cd4 authored over 7 years ago by Veniamin Krol <[email protected]>
fix(autoclean): remove *.gz from the default .yarnclean file (#4601)

**Summary**

I removed the *.gz from the default .yarnclean generated by the `yarn autoclean -...

a3af4774f3131c64c048d4fdbe6df72d4edc117d authored over 7 years ago by Nicolas Barray <[email protected]>
fix(windows): Detect when winpty is present and if the current terminal is a TTY (#4577)

**Summary**

This addresses some of the windows issues regarding running yarn in gitbash and f...

75bc4505df8396ab733672e47ede298885b95271 authored over 7 years ago by Brian K. Christensen <[email protected]>
Fix: always prefer CLI options over env for --prod (#4572)

**Summary**

Fixes #4557. Also adds `yarn config current` that lists the current
configuratio...

8580a5831e6239353d0ffba1c4df678eaa31161e authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Fix: bring back the aggressive concurrency protection (#4573)

**Summary**

Follow up to #4486 which reverted the while loop that waits on
potential multipl...

3b0bcc0e4f72881dec7016c20e2da8eb6ad19d70 authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Fix: respect patterns with "||" in the range during optimizeResolutions (#4562)

**Summary**

Fixes #4547 by testing each version against all ranges individually, rather than ...

391eadeed3199ba9a4bd15237f522c04f68704d8 authored over 7 years ago by Matt Mulder <[email protected]>
Ensure publish hooks are run at the same time. (#4553)

Move publish, prepublish and prepare hooks to run before tar ball is
created.

Also switch th...

8cf5f5d501d848605f1f25c726ae400a814123f4 authored over 7 years ago by John Ferlito <[email protected]>
Fix: Suppress "revealed multiple traversal of the same folder" warnings (#4549)

**Summary**

Refs #3751. Changes `reporter.warn` to `reporter.verbose` for the message "The ca...

0415b07b3293ab125a77f3f66fe14034d6e5b376 authored over 7 years ago by Clint Modien <[email protected]>
Chore: fix tests after the new release

19b09975e9900640a3b3070a1e05efc5184e9bef authored over 7 years ago by Burak Yigit Kaya <[email protected]>
Chore: use npm@4 for publishing tarballs

**Summary**

Yarn 1.1.0 release failed due to a bug in npm@5:
https://github.com/npm/npm/issues/...

ee5d4a153a3fe85145c45c0bb251ffffffcfe210 authored over 7 years ago by Burak Yigit Kaya <[email protected]>
v1.1.0

332b0dd7f6fe5c862074922897880cca8a7572ed authored over 7 years ago by Burak Yigit Kaya <[email protected]>
Update: add `yarn global dir` command (#4522)

**Summary**

Fixes #2652. Adds a `yarn global dir` command that prints the output
of the glob...

49041f22d7799e443a67f78e3cb2bc84fabcd6d7 authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Fix: unbound transitive dependencies should not conflict with top level dependency (#4488)

**Summary**

Fixes #3780, and makes the failing test from #3779 passing.

As a final step of...

4020ccd0a3304239877562b776f2aff27ebf2ede authored over 7 years ago by Matt Mulder <[email protected]>
Fix: Make stripColor to be available again on reporter.format (#4518)

**Summary**
This is a bugfix for the following error which happens on master

```
❯ yarn out...

107ebf11f7e3d12563c8b4cac82037b67f9a5284 authored over 7 years ago by Daniel Tschinder <[email protected]>
Update: warn when used with not supported Node versions (#4502)

**Summary**

Fixes #4501, refs #4490, refs #4284. Yarn now warns when it
detects it is runnin...

2c2b23eb546cfbc899401d29556d5de192e9ee4f authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Fix: don't suggest `npm upgrade` since it is broken (#4511)

**Summary**

Fixes #3042.

**Test plan**

Manual verification.

9f5160bf9f06d3abdbf54a1de1e28836a478a3cb authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Chore: update comment about sudo in .travis.yml

dcbbc1cdcc8ddf1e20cb74e3a1a7aee320b5098e authored over 7 years ago by Burak Yigit Kaya <[email protected]>
Fix: Upgrade Chalk to take advantage of the latest (colour) fixes (#4482)

**Summary*

Fixes #4424. The latest Chalk has fixes to Windows 10 / MacOS and more would impro...

085064d66225e72f73c95c076b50000861bdfdca authored over 7 years ago by Kay.L <[email protected]>
Fix: fix argument parsing and .yarrc argument passing (#4498)

**Summary**
Fixes #4457, partially handles #4470. `.yarnrc` argument passing logic was not alig...

002d39c9b18d9e6e62deb0fe8fc4dc0f3292ccb1 authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Fix: make lockfile parser tolerant to CRLF (#4495)

**Summary**

Lockfile parser fails when the lockfile had Windows-style line
endings with an "...

e52e8b18c93667c028720c457d3968f0bc6810e9 authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Fix: always use origin/master instead of master for homebrew (#4444)

* Fix: always use origin/master instead of master for homebrew

**Summary**

Fixes #3415. Th...

01dceb3a5b56177841544fc3a8414d21e2f23967 authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Fix: Better npm_config_argv emulation (#4479)

**Summary**

Fixes #2226. Better emulates `npm_config_argv` by passing
`process.argv.slice(2)...

d64512c632e1ed12f5bffe8a1f50d235c18f0196 authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Chore: Free tests from FORCE_COLOR environment variable dependency (#4381)

**Summary**

FORCE_COLOR environment variable allows to force yarn to use
colors. This makes ...

3124c91c99bb0ada6c242133d0da35ee7a2740fd authored over 7 years ago by Aleksei Gusev <[email protected]>
Update: use fs.copyFile when available (#4486)

**Summary**

Fixes #4331. Supersedes #3290. Uses the newly added `fs.copyFile`
on Node 8.5 h...

0ee1c55fd55f3863a7544e40a774162764d29536 authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Feature: Support save-exact true (#4471)

**Summary**

Fixes #4343. Currently there is no way to remove the package prefix inside `.yarn...

0e16ee9a3edf0bf9381458eba6ac9f12047f51d2 authored over 7 years ago by Ahmed El Gabri <[email protected]>
Fix: Resolve peerDependencies from all higher levels, not just root (#4478)

**Summary**

Fixes #4446, fixes #4433, fixes #2688, fixes #2387. Follow up to #3803. The fix i...

96c215c1ce5944a6fe993ab0d9b13e6edfe65675 authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Chore: use a Set for look ups in PATH_KEYS (#4472)

b22ac9b0c9908266fc328373983d93b588d7f8b9 authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Chore: ignore flow warnings from graphql (#4473)

8b665e32a3cce6f8c1ce9e355fefa317cf205081 authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Fix: Handle `null` versions in package.json (#4461)

**Summary**

Fixes #4429. Apparently there's an advice on the internet to use
`null` as the p...

6fdbb39a43387fcbdafc364d698c752696795668 authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Chore: Add test to ensure manifest-less local packages are installable (#4456)

**Summary**

Refs #4257. Adds the missing regression test.

**Test plan**

The new test sh...

b346f2c435f126423a6e8e105ddec808492a16fc authored over 7 years ago by Adam Stankiewicz <[email protected]>