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

Fix: incorrect optional ignore in nested dependencies (#4448)

**Summary**

Fixes #4445. The bug was introduced in
https://github.com/yarnpkg/yarn/pull/3976...

ef8185b015c13f10c602fb695f91f391271d1f5c authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Fix: inaccurate message when using `-g` with add (#4449)

**Summary**
Fixed incorrect documentation for global add deprecated message

**Test plan**

...

cf3a5f214648c84a839fe09065795904f2688997 authored over 7 years ago by Chaitanya Kumar Kamatham <[email protected]>
Update: add DNS caching to request manager (#4447)

**Summary**

Fixes #746. Unfortunately, neither Node, nor many systems come with
built-in DNS...

738df577c8ab224e01cd6cf8b350b1b946e8775d authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Fix: use simpler charaters for progress bar to avoid overflows (#4317)

**Summary**
Fixes #2530. This patch replaces the 2-byte progress bar characters with `-` and `#...

72bdb8231754dfcaa747cf8549b4cf0f6f1ff0ad authored over 7 years ago by Kay.L <[email protected]>
Chore: Add test for isFakeRoot (#4435)

**Summary**

Follow up to #4431. `isFakeRoot` didn't have any tests and it was broken from the...

78a5f3379fd3f0e3eeae680166022846925cf660 authored over 7 years ago by Martin <[email protected]>
Update: Bolds the titles in a list (#4406)

**Summary**

Not substantial. It makes it easier to differentiate the items in a list vs the h...

975d88002388e510fdd529d8f3c29d80f037f40c authored over 7 years ago by Orta <[email protected]>
v1.0.2

5786d3a555164c3a839f355a0ee67bbca93ff408 authored over 7 years ago by Burak Yigit Kaya <[email protected]>
Fix: don't throw when user exits from upgrade-interactive (#4434)

**Summary**

A combination of changes have caused `yarn upgrade-interactive` to exit with a pr...

27f6d09b81db7cc8b41e8f28f20867c9c49cc926 authored over 7 years ago by Nick Olinger <[email protected]>
Fix: fakeroot detection is broken (inversed) (#4431)

**Summary**

Fixes #4430.

`fakeroot` detection was added in #3924 (7a053e2ca07d19b2e2eebeeb...

61f64ff3b471e705420ddcf4616e5d30bf341f4f authored over 7 years ago by Martin <[email protected]>
Fix: actual and expected hashes are swapped (#4416)

**Summary**

This PR fixes the error message for hash mismatches where the actual and expected...

5386c41979c8ab420cc5d3599a8d6d79acefb6c7 authored over 7 years ago by Peter Dotchev <[email protected]>
Fix: Diffing identical versions should not include extra period at end (#4428)

**Summary**
Fixes #4395

This PR fixes a bug that causes `colorizedDiff` to append a period ...

274a26a3d396bafa430749e9615c23d21a76c6a6 authored over 7 years ago by Jeff Held <[email protected]>
Fix: always output reporter.inspect values and `config get` result (#4419)

**Summary**

Fixes #3922. Certain commands in yarn should always produce an
output, regardles...

52ef037c790d949d7e078dfcfaeb0d3f6f441d18 authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Chore: fix flaky `add` tests by using separate cache (#4418)

* Chore: fix flaky add tests by using separate cache

**Summary**

This PR fixes some test f...

ccf5812b9bbcc4931b9d32966f48a09e4448a8f0 authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Fix: allow / in addition to %2f in the url for scope checks (#4367)

**Summary**

Fixes #4366. NPM registry encodes the `/` in scoped package names for meta look u...

939a130194387b07b5e9371475009d58d81ad937 authored over 7 years ago by Karolis Narkevicius <[email protected]>
Chore: add missing cache packages for tests (#4414)

eafd2287ff38d1767abe801c37bd8a9d3bab1b11 authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Chore: fix misues of -p in node infocations (#4415)

**Summary**

We've been using `node -p -e` where `-e` is redundant since
it is implied by `-p...

3f94e774bff0f85d1b0d54694609875cf2d157f5 authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Fix: fix incorrect argument parsing (#4384)

**Summary**

Fixes #4383. This patch makes argument parsing a bit tidier, and
starts supporti...

cb3c7fe9a53a107703f8ff2b6c6ce90022f8fe41 authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Fix: Include pull requests in git ref search (#4411)

**Summary**

Fixes https://github.com/yarnpkg/yarn/issues/4369, a regression from previous ref...

4e3ecf8a38982e7b59b9a927595125187a7b294f authored over 7 years ago by kaylieEB <[email protected]>
Fix: yarn bin should produce output even when silent (#4408)

**Summary**

Fixes #4371.

**Test plan**

Manual verification: `yarn --silent bin` or `YAR...

1fde50aeb587fce48c3f6d632dd479b02d04aa63 authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Fix: Allow resolver to delay resolutions for nested dependencies (#4372)

**Summary**
Fix for https://github.com/yarnpkg/yarn/issues/4357.

The issue is that when a de...

c76a8bb2804d25bb60e181d62f17699618b10f6f authored over 7 years ago by kaylieEB <[email protected]>
Fix: add back -L shortcut for yarn upgrade (#4401)

**Summary**

Fixes #4397.

**Test plan**

Manual verification.

5bc24775e3fb341abdde25ba04408e4ab2ff1176 authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Chore: add instructions about using local builds (#4386)

23713e57d6ce1eacf0b93181733e49ec647a4dec authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Fix: don't generate a lockfile when --frozen-lockfile is used (#4385)

**Summary**

Fixes #4344.

**Test plan**

Added new test.

bcaf845e87868a0ee6b49a6be7b60670b27b657a authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Fix: argument -v is for version not verbose (#4362)

**Summary**

Currently running `yarn -v` displays the yarn version number but `yarn -h` says o...

b33fe264db334f90a821e919c16c079cc5d52ce2 authored over 7 years ago by Mark Yu <[email protected]>
Fix: only switch to help mode for valid commands (#4355)

**Summary**

Fixes #4345. This patch triggers the `help` command with `-h` or
`--help` only w...

85281cb1342c1528cf8a68b5b3f093f5150d6cdc authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Fix: remove the `accept` header from tar fetcher requests (#4351)

**Summary**

Fixes #3833. Removes `accept` header from tar requests as @arcanis suggested sinc...

b5e37906dd11b0d6fc353aed8be304d5e3e2891e authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Fix: support protocol-relative registry URLs (#4347)

**Summary**

Fixes matching protocol-relative registry URLs from config.
Reported here: https...

161f97e702d2210ec7186c92b0d566517ec58393 authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Fix: fix support for registry URLs without trailing slash (#4350)

**Summary**

Fixes #4339. Also fixes handling of upper-case registry names.

**Test plan**
...

d3f223c331e7dc05b1c43bf681ee73cbfd675018 authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Fix: Fix regex so single-character @scopes can work again (#4338)

**Summary**

The exotic `file-resolver` checks for `.` and `..`, but the regex is missing the ...

6295408a747775f040e101ca54970fa6743ea4dd authored over 7 years ago by Dylan Greene <[email protected]>
1.0.1

5ea8ea7f9c398545dd7f235e76908b9fad823054 authored over 7 years ago by Maël Nison <[email protected]>
Add npm_lifecycle_script to env in makeEnv (#4330)

* Add npm_lifecycle_script to env in makeEnv

* Update execute-lifecycle-script.js

aeb89c0684da3d79e5e16f8fabe6be24e015b2d2 authored over 7 years ago by Aditya Vohra <[email protected]>
Fix: More resillient global and cache folder determination (#4325)

* Fix: Make sure global prefix folder is writeable when selecting it

**Summary**

Fixes #43...

03a16d054901169dd40c6bf671112ffe013e5112 authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Add inline comments to improve readability of PR #4278 (#4318)

* add comments

* rewording

739933e353e8242f9f4abe1134fab2689970eb1a authored over 7 years ago by kaylieEB <[email protected]>
Chore: Better grammer on README (#4211)

cddb2bc3784a6db86aee9f12e30a9b2f393b4dfb authored over 7 years ago by Connor Chase <[email protected]>
Chore: fix info tests (#4316)

**Summary**

Looks like bumping the version on npm invalidated a cache that
revealed the new ...

0b807b48b0c3f7982771984363c52e89e54aa277 authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
1.0.0

7fbd78f1c21e6a0d19b5b085a4f14873ea77932a authored over 7 years ago by Maël Nison <[email protected]>
Fix: respect GIT_SSH env variable when calling Git and support plink (#4302)

**Summary**

Fixes #4167. We use `$GIT_SSH_COMMAND` which overrides `$GIT_SSH`
and causes iss...

73921a6eb568ac07ef5a76b1e80b9a224809295b authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Fixes yarn why when using workspaces (#4304)

49de069009b0286c45d7e14a6a75e621b11acdba authored over 7 years ago by Maël Nison <[email protected]>
Fix: show better error messages when Git is not found (#4312)

**Summary**

Fixes #4287. Throws a specific error when `child.spawn` cannot find
the executab...

b8f8b7c3b81544e616c97c9aefc2dd909f808a65 authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Fix: make sure all extracted tarballs are r/w enabled (#4301)

* Fix: make sure all extracted tarballs are r/w enabled

**Summary**

Fixes: #992. This issu...

de7cefc3120a7246c507616a17517b45452d6ff3 authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Fix 4263: Make upgrade and upgrade-interactive compatible with workspaces (#4278)

* make upgrade and upgrade-interactive compatible with workspaces

* lint

* flow

* feedb...

da2b9096057301273aa27336f70622dda09b6c33 authored over 7 years ago by kaylieEB <[email protected]>
Chore: use the orphaned `getRandomPort` function in tests (#4303)

**Summary**

Follow up to #4286, which accidentally made `getRandomPort()` function obsolete a...

9ba68a4d2d1cc0dcc65e21a2a5fb164b47173bc8 authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Prevent linking binaries from workspaces (#4288)

a22287e083f585ecad5f020a56ea96d0160d83da authored over 7 years ago by Maël Nison <[email protected]>
Fix: Always close the reporter before exiting (#4283)

* Prevents the memory controls from hanging the process

* Update base-reporter.js

* Adds a...

593e243364d28d4f106cd60b35a3d7de4ba37ae0 authored over 7 years ago by Maël Nison <[email protected]>
Refactors the network mutex implementation (#4286)

* Refactors the network mutex implementation

* Improves the mutex to abort when they hang (be...

ce69264945fc1d42b3ef25beb0f6ce17277a80c9 authored over 7 years ago by Maël Nison <[email protected]>
Fix #4214: Align column headers for upgrade-interactive command (#4268)

Summary
Fix for issue #4214 by using the first suggested solution from the issue itself. For mo...

4bb34e2c470ce9d18a262c3abfd132aa05b5b415 authored over 7 years ago by Carl Rosell <[email protected]>
Disables linking transitive dependencies on global installs (#4265)

* Disables linking transitive dependencies on global installs

* Update package-linker.js

*...

d500ef2271b153a3155c2d254fce692c3cce2912 authored over 7 years ago by Maël Nison <[email protected]>
rename clean to autoclean, add tests (#4252)

* rename clean to autoclean, add tests

* fix tests. expect statements were not being run.

915e775c66f41cbe256583a1188f973d7727526d authored over 7 years ago by Jeff Valore <[email protected]>
Fix #3697 Improve error handling when tarball fetcher receives bad hash (#4240)

* test

* alter commit message

* update snapshot

* review feedback

* move to unlink f...

b4c35168b4eb8172e8465025684748f8db520d41 authored over 7 years ago by kaylieEB <[email protected]>
Fix: Do not create globalFolder and linkedFolder unless necessary (#4264)

**Summary**

Fixes #4229. Config used to ensure these folders existed at init.
This causes un...

b9e15c96262d7700237a0be7370fd3f89a50bc78 authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Fix: Add `$NODE` when running scripts and make `yarn env` reflect these (#4260)

**Summary**

Fixes #2609. This patch adds a `$NODE` environment variable when running
scripts...

24cd6d8a7249c38a3e33c6e1cd3d3c16fb29f276 authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Update: Enable Workspaces by default but keep the option to turn off (#4262)

* Update: Enable Workspaces by default but keep the option to turn off

**Summary**

Closes ...

d39a2e85c13ff61f5785e071ac73aed1aa037640 authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Fix: Fix scoped packages' selective resolutions (#4243)

* fix: scoped packages' selective resolutions

* refactor: review feedback

3dd35dbafc9034846fe653ce67cfaafc61a14bcb authored over 7 years ago by Stanislav Panferov <[email protected]>
upgrade-interactive exit success when no upgrades (#4261)

* [#4259] upgrade-interactive exit success when no upgrades
* added test for upgrade-interactiv...

f872cc7f15532eb6c55d60690463a525b23f17e4 authored over 7 years ago by Jeff Valore <[email protected]>
Fix: Deprecate implicit `file:` protocol and only allow package dirs (#4257)

**Summary**

Fixes #4251. Follow up to #4088. Instead of just checking whether the
target is ...

d47a2bf2c9decad8ccd81e9d3537252e6aae46a3 authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Fix: Ensure bin folder exists before trying to use it (#4241)

**Summary**

Fixes #4164. Ensures we have the bin folder before trying to link
binaries into ...

7860f6c187731af5b4e4a73948acc03391dfbe1b authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Fix: fixes yarn workspace command (#4080)

**Summary**

Resolves #4021

This fixes the workspace command so that it runs in the correct...

6c0b94af20775b384604f877185d40a25cb9d977 authored over 7 years ago by James Kyle <[email protected]>
Better active directory selection (#4246)

* Automatically backtrack to the closest package.json directory

* Add a test

* Prettier

...

ba96dc4ca1bb6bfee7f5e49f574ed51abf6a4c67 authored over 7 years ago by Maël Nison <[email protected]>
Update: Add private flag for yarn init command (#4165)

**Summary**

Closes #4113. This PR create the `private` flag for `yarn init` command. Can use ...

6bab5cc40b68d048d18cb00b097380d69872f226 authored over 7 years ago by Pierre Neter <[email protected]>
Fix: Add the missing link-folder flag (#4235)

840acbf7b0e4c1cce13f8aed54db873e6a7f802e authored over 7 years ago by Maël Nison <[email protected]>
Fix: make integrity-check resillient against old integirty files (#4218)

**Summary**

We've added new field to the integrity file, `modulesFolders`, which will
be mis...

e6211fef8914fa41a4737ce44b82886a22f4ad30 authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Adds a yarn-path rc config parameter (#4204)

* Adds a yarn-path rc config parameter

* Fixes linting

* Adds tests

* Uses flow parser,...

13dbb0db58dab17fd1b63aa81a9afc5ecbb16c04 authored over 7 years ago by Maël Nison <[email protected]>
Update: Update the lockfile parser README.md (#4232)

* Update README.md

add es6 example to lockfile docs

* Update README.md

dd94174ad07f2b087dd2d16201374c86cc08e7bc authored over 7 years ago by jonathan schatz <[email protected]>
Update: Major optimization on hoisting (#4222)

* Major optimization on hoisting
Keep track of side-effects of each visit of package, and repla...

fa93e7fa53b7f0c74b82d3224f863dcea79422e8 authored over 7 years ago by Kenneth Chau <[email protected]>
Fix: Prevents interpreting run options as yarn options (#4152)

* Prevents interpreting run options as yarn options

* Implements a deprecation warning

* A...

52a35c90d8347636dcf8a3a32b601951b8bf5cc0 authored over 7 years ago by Maël Nison <[email protected]>
docs(lockfile): add metadata to package.json (#4224)

2cb6dd61f498b239923b2d1b1e1ea57d51255cd7 authored over 7 years ago by Haroen Viaene <[email protected]>
Tweaks to lockfile package (#4215)

dff32cb62cf97537f20611d56df7047cc33032c7 authored over 7 years ago by Daniel Lo Nigro <[email protected]>
Fix: Use semver tag to colorize package name for outdated/upgrade-interactive commands (#4183)

**Summary**
This will fix #3815 by implementing a solution mentioned here https://github.com/ya...

dbe683b71a04348d466c9dc6fc0fc4b98be606f8 authored over 7 years ago by Carl Rosell <[email protected]>
Update: Separate lockfile into its own npm package (#4114)

**Summary**

Fixes #3879. Separates the lockfile parser as a separate npm package.

**Test p...

2b09caff06151d6055705068c7edbc306fee9f68 authored over 7 years ago by William Hilton <[email protected]>
Fix: Remove devDependencies from list output when environment is production (#4092)

**Summary**

Fixes: #3788.

This PR loads `devDependencies` from the manifest, re-builds the...

2952f3c85e0aa5b9f5dbb5a930196ec13d5210fb authored over 7 years ago by Nick Olinger <[email protected]>
Fix: Lockfile should be updated when merge conflcits are resolved (#4195)

**Summary**

Follow up to #3544. Currently, `yarn` happily keeps moving if it
detects merge c...

70ca32c0499562cdc1f5a999d3fb20c3c994592c authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Fix: Uses an actual error object in __tests__/index.js (#4196)

* Uses an actual error object

* Update index.js

* Update index.js

* Fixes flow

0cb6fa076df4f38f24278d3de8d278c8f027b414 authored over 7 years ago by Maël Nison <[email protected]>
Removes the unlink test when selecting the cache folder (#4203)

71df50741c1821c3d0f8599074a0232db8bdfdba authored over 7 years ago by Maël Nison <[email protected]>
Fix: Add missing pre/post hooks for `pack` (#4177) (#4193)

**Summary**
Yarn wouldn't run the `prepack` and `postpack` scripts, as it is expected when `pac...

4d7043d4101297acd3f9ce0524f5d3c70819013d authored over 7 years ago by João Lucas Lucchetta <[email protected]>
Fallbacks to /tmp if the preferred cache folder isn't writable (#4143)

* Fallbacks to /tmp if the preferred cache folder isn't writable

* Adds a preferred-cache-fol...

a9e343c2843ad04f2a2b4ee5c48636e88abd8e45 authored over 7 years ago by Maël Nison <[email protected]>
Fix local mirror invalid file name (#4076) (#4159)

* Fix #4076: Allow git repositories to have only one level on the server

* Add test for ensur...

804fb82dd2c4cf868df07d8be0e8e2e1fd79cbf6 authored over 7 years ago by Jesús Espino <[email protected]>
Add cwd flag (#4174)

* Add cwd flag

* Handle --cwd flag in .yarnrc

* add test fixtures

* Update rc.js

* U...

64b17ae1044a6278d6bdfda2a1ca35eb3d94aed3 authored over 7 years ago by Sebastian McKenzie <[email protected]>
Fixes the info test (scripts are no longer in the npm package) (#4192)

e92ac93ab3eb0aa3af570bff73754d83e1fba287 authored over 7 years ago by Maël Nison <[email protected]>
Add request pattern to resolver and add tests (#4189)

f47b42034300199e74cfb88736a8cbbc93fa91e3 authored over 7 years ago by kaylieEB <[email protected]>
Bugfix 3752 - Artifacts disappearing when missing integrity file (#4185)

* Add method to update force property

* Update install to force script installs when integrit...

6bfaac3f1cb0b26e06110eeacee0ccbd7f924327 authored over 7 years ago by Jamie <[email protected]>
Add more tests for resolutions feature (#4180)

* add tests with offline mirror

* add fixtures

034f46182596fa4cee013b6f5d870af8be7188ce authored over 7 years ago by kaylieEB <[email protected]>
Makes an error message clearer (#4175)

e96c8961db598fb698b6e11da457443a242cf083 authored over 7 years ago by Maël Nison <[email protected]>
Update: Prevent `yarn add` from being run from the workspace root directory (#4166)

**Summary**

This PR prevents using `yarn add <pkg>` from within a workspace root folder, in o...

916d9f2be19b0a98277cdd0a36feb543a1d72c3c authored over 7 years ago by Maël Nison <[email protected]>
Selective version resolution feature (#4105)

* refactor some test helpers

* first failing tests

* WIP

* Uses "ResolutionMap" instead...

634c239980d53440e506425e38877228f0920ec1 authored over 7 years ago by kaylieEB <[email protected]>
Fix: Reimplement part of the integrity check for workspaces (#4122)

**Summary**

Fixes #3863. The integrity file doesn't currently support workspaces,
which lead...

50508b29509149451acda62aae64c963014d8c68 authored over 7 years ago by Maël Nison <[email protected]>
Chore: Enable untyped-type-import warnings for Flow (#4151)

**Summary**

Enables one of the new lint warnings in Flow. Others are left out because they ar...

f513948fb19d79dcc490be295b5e3df2a7dd95ed authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Fix: stop all active spinners on reporter.close() (#4150)

**Summary**

We were not stopping any activities in the reporter and were
relying on `process...

116275cd00482fda7aaea6fde730b0e495eefa79 authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Fix: invalid linking in workspaces for unused packages (#4129)

**Summary**

Fixes #4106. When a local package is listed under `workspaces` but that specific ...

22ff4f2f50fedfb3d21e7b2a8764a32d5c6f747d authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Upgrade: upgrade flow to ^0.52.0 (#4124)

**Summary**

This upgrades flow, both in the flowconfig and in the flow-bin dependency to ^0.5...

f072e965c7aa42cb3ad55efe955697c6ba17a45c authored over 7 years ago by Will Binns-Smith <[email protected]>
Fix: prevent hoister from adding an ancesstor when there is none (#4132)

**Summary**

Just fixes a small bug in the hoisting code where it pushed `undefined` to the an...

d77b3a0f055bb901ab6bb40509f6ca6da28a2287 authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Fix: invalid versions for workspace package (#4131)

**Summary**

When resolving workspace packages, we were always using the version `0.0.0` inste...

d42b81cab19ad414a0e96a845bd55e9fc2bd848e authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Update: use a named version folder in NPM tarballs (#4094)

**Summary**

Fixes #3758. Makes the top-level folder in the tar archives have a name like `yar...

5cfb241ceedf3345da11084c505b8a59c09fa891 authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Fix: fix unknown single-instance type error (#4111)

**Summary**

When `:` is not used in the `mutex` argument to provide a specifier,
`mutexType`...

6798df46a315354c837c80212d4fdbca67a35538 authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Fix: Clean-up cwd after integration tests and increase ramfs size (#4108)

**Summary**

We normally clean up the test `cwd` after running them but we
don't for integrat...

eec75ea3861bfb40e0ee25b97e725980b317a381 authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Fix: deadlock when using network mutex and concurrent runs (#4107)

**Summary**

The current network mutex code relies on the old `process.exit()` to
terminate a...

55d7b00a454d901928e2aeb1aa1bc0a8c88cecdf authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Fix: Prevents hoisting through peer dependencies (#4086)

**Summary**

Fixes #3933. Currently, the code hoists depedencies without ensuring hoisting doe...

4402b3b91cd85c183156a0521ce7d16f8fe271df authored over 7 years ago by Maël Nison <[email protected]>
Fix: Fix numeric versions resolving to local files (#4088)

**Summary**

Fixes #4013. We were blindly priotizing local files (even if they
are not direct...

39d6fe21dfc0404f6792f306e1e774b27b54dfbc authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Fix: Progress bar continue to update after footer (#4084)

**Summary**

Fixes #4023. There was nothing preventing the console reporter from
having more ...

280b6eb59ac6a8aaafdde1d86b48372ac76149f4 authored over 7 years ago by Burak Yiğit Kaya <[email protected]>
Chore: Adding additional test for pull request #3945 (#4078)

**Summary**
Adding an additional test for an uncovered method from pull request #3945. The prev...

5a191dd4751b69d6f3237351b4a0c5c0cccc5603 authored over 7 years ago by Jack Aldridge <[email protected]>
Update: bump version to 1.0.0 for master (#4089)

98af218ede219224d8ce8baf1107e03d03751c63 authored over 7 years ago by Burak Yiğit Kaya <[email protected]>