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

Apply the network-concurrency option to the package fetchers (#2178)

ee6cb2ffa5916b4fe1cb7dfee46e9acc2bb18d5b authored about 8 years ago
Fix pack includes files from `node_modules`, closes #2047 (#2063)

- Only look for mandetory files (`package.json`, `readme`, `license`, etc) in root
- Stop `fs.w...

d1d5343082cd5a3b2020962c0bb6f2d6fb1ac4f3 authored about 8 years ago
Fix scoped bin paths (#2163)

* Add failing tests for bin path normalisation from scoped package name

* Add fix for bin nor...

8a12b1b2a206ac3bc092450041250487d2481cf6 authored about 8 years ago
Do not output wrapper for cache dir command (#2158) (#2159)

066410353071d090e66f442a33d61b4947f79856 authored about 8 years ago
Use effective uid to set the userHome variable (#2150)

* Use isRootUser function instead USER environment variable
* Fix #2123

24ce6397f01ee18fb5e55523eb1b3b2431f2b648 authored about 8 years ago
Fix for #1214, linked scoped dependencies should not be overwritten (#1970)

* Fix for #1214

Scoped dependencies are nested one folder deeper than traditional
dependenci...

6cca59fc84423e07e34191e8d8e3ceb8b348009d authored about 8 years ago
Fix authentication when @scope:registry does not specify trailing slash (#2168)

776359e92850ba5b93546371554f606ac4554d33 authored about 8 years ago
create cache folder in temp 'cwd ' folder (#2157)

eb66b9c3dfe3e32a95f51c81f483d00c4beb8ad7 authored about 8 years ago
Add support to max network concurrent requests (#2129)

d98ec45b4d398128b756ae53bfa24c52f03d382a authored about 8 years ago
Add support for --exact & --tilde in upgrade-interactive (#1858)

8a235bb5777d535f16d93bd55c31ba47206d582f authored about 8 years ago
Fix an issue with cache config tests modifying actual config (#2144)

039b176112c7ad9d3000148c104f98262706c2ed authored about 8 years ago
Add --frozen-lockfile to fail if Lockfile needs update (#2052)

* Add --frozen-lockfile to fail if Lockfile needs update

* Add period at the end of the messa...

ad11748d218d0d2d937ca4e739168660193168dc authored about 8 years ago
remove engine from upgrade options as it's supported globally. (#2145)

dcc48934a35ac1e00d3c4d073f094f2f0806a86d authored about 8 years ago
v0.19.0-0

6505d52ff4d4eb9b811bbb00c50af06ee7ac4b44 authored about 8 years ago
v0.18.0

59fd84fddd8fb8f59966e66d21fb1a5519957f22 authored about 8 years ago
add cache-folder config option for setting cache folder location (#2046)

* add cache-folder config option for setting cache folder

* unit test for cache-folder config...

8437487cc57043e8ea83cdc2f5983ef8503380d1 authored about 8 years ago
When tarball fetches fail, report the status code instead of "invalid tar" (#1958)

68df0ead8031dd77e50a6cc1a847eaf711ddcc89 authored about 8 years ago
Better documentation for the readMenifest method and the maybeReadManifest (#2121)

5d0d40265f122c5c7e3309add3338ee455113c0e authored about 8 years ago
Match CircleCI badge visually to the other badges (#2131)

d95dd09131204a130d0e21a6523367b579ca041c authored about 8 years ago
Refactor visibility to fix numerous environmental bugs (#2116)

6e7d396451ed7622a92f4a25d9370e5724c54635 authored about 8 years ago
Fix AppVeyor deployment webhook

1ea09c2969994648fcb7c4f3eb3e3753d132e440 authored about 8 years ago
Use regex rather than Convert[To|From]-Json to update installation method

Closes #2065

f49c577b62784f0ce5564c621ff65780183c4abe authored about 8 years ago
Fixes race condition on yarn install mutex network (#2092)

* Fixes race condition on yarn install mutex network

* Better comment on as per @bestander r...

718d4ed9ccbd1b4c945991ba353708a2d111db43 authored about 8 years ago
Remove packages in non-empty namespace (#1992) (#2036)

* Remove packages in non-empty namespace (#1992)

* Add a test for removing a single scoped pa...

d8b72f3369ae9381976da45b28576790f66de902 authored about 8 years ago
Fix `which` check during yarn install (#2061) (#2071)

2a0afc73210c7a82082585283e518eeb88ca19ae authored about 8 years ago
Make yarn check --integrity behave as yarn install when flat (#2024)

caa94a6404328ce801f47eb7dcae9a896950a199 authored about 8 years ago
bugfixes to yarn pack, retry of #1464 (#2062)

* add tests for pack with files-array

* include mandatory files if not in files-array

npm ...

8779130a40a1a1de158088123a3ed775586d69d8 authored about 8 years ago
Add global add prefix test (#2025)

* Add global add prefix test

* Add yarnrc to reset prefix set by npm test

* Remove concurr...

ac90c23be2766229e46b177f9f7f80916ee3e663 authored about 8 years ago
Update package sourc to link to Chocolatey package

3efcbbd0f490cf9117666c86817f9a2a946409ab authored about 8 years ago
File url normalization (#1498)

* normalize manifest in FileResolver

* add a comment

1696029ff593d091d9c4a55a1892365ce8628d53 authored about 8 years ago
add build option to generate sourcemaps (#1688)

running gulp --sourcemaps will generate maps in lib
can also run gulp watch --sourcemaps, etc.

fa16b8b2c6ee34a15b9fd5370600a6dd6a67d4c7 authored about 8 years ago
Revert "Bugfixes to yarn pack, partly fixes #755 (#1464)"

This reverts commit 949c9e58526093765a27f575905e6abf72361bbc.

1e7249966890c22df0c1564660a21a54ce17370b authored about 8 years ago
Bugfixes to yarn pack, partly fixes #755 (#1464)

* add tests for pack with files-array

* include mandatory files if not in files-array

npm ...

949c9e58526093765a27f575905e6abf72361bbc authored about 8 years ago
Add public repository hint for issue creators (#1983)

Instead of copying snippets and creating files locally, I want only clone a provided repository ...

c8935ea6b0216a35fd4bc9bd507027ce3cf51d44 authored about 8 years ago
Properly skip installation of packages that do not need to be installed (incompatible optionalDependencies for example) (#1997)

* Properly ignore package using ENVIRONMENT_IGNORE

Set the ignore flag using ENVIRONMENT_IGNO...

94eda12ef035169e5d8393ab29b6d36808c3b5ca authored about 8 years ago
Update build script so that it can be run from any directory (#2041)

58e24ca6be7a34022a2d4ab7e635831967dbebf5 authored about 8 years ago
removed /localhost/.bin from git so that it is not conflicting anymore (#2034)

3cf33748172cef753423e4455043ead6f059bcc5 authored about 8 years ago
Fix duplication of available bin commands (#1991) (#2019)

* Fix duplication of available bin commands (#1991)

* Fix lint errors

* Move the code out ...

c3fb6456bce8f16e8dea25cb0e1cade4cbc47f0e authored about 8 years ago
Fixes two issues with the install script: (#2027)

- Old versions of Mac OS (10.10 and below) require the `-t` option for `mktemp`
- The check fo...

42b47592ed2904c05c509d76b11c1e1e9d1ca033 authored about 8 years ago
[WIP] Add verbose flag - fixes #763 (#1994)

* Add verbose flag - fixes #763

* fix lint

* fix lint add verboseInspect method

099e76dc075763427605a6a63906127402370bb2 authored about 8 years ago
Don't output header and footer when json flag is passed (#2022)

b5abc42ae591b2caf31d1cb54e9dfc774e6be945 authored about 8 years ago
DRY up command tests (#2007)

191b030a451e37fd1adb60ad597eb4499b6e14b3 authored about 8 years ago
Update CONTRIBUTING.md to reflect the necessary steps (#2020)

* Update CONTRIBUTING.md to reflect the necessary steps

* Fix CONTRIBUTING.md

* Fix CONTRI...

c505b1203d57a004968dbd0a4b99402be47215a1 authored about 8 years ago
Log the artifact that caused the error when a malformed request is found (#1996)

3ef999cebc606622eade220cbf17f57f9debeebd authored about 8 years ago
Automate release of Windows installer. (#1999)

Closes #1977

dfeabcc9b6b4d4ea0ed38b6142bdc0a86c7d2431 authored about 8 years ago
Remove duplicate --production flag from licenses (#2005)

No need to add --production flag explicitly to licenses as it's already a
global flag. This als...

2a4a56ff8a79747cbe322c738736fc53a072d98b authored about 8 years ago
Actually use the flag (#1936)

45a32e0bfe6596437a485fe65edbd6beeb0f1310 authored about 8 years ago
Rename ls command to list. (#1940)

5394cadc7556dd67935812114475aee602b61c37 authored about 8 years ago
Verify GPG signature in installation script (#1949)

* Verify GPG signature in installation script

* Add YARN_GPG environment variable for omittin...

47ffc523d0d66580b6ae92f66e3c42a57e4e164b authored about 8 years ago
Fix .tar.gz pattern matching

Closes #1973
"tar.gz" actually [is a node module itself](https://www.npmjs.com/package/tar.gz)
A...

a870497417081fce59d83a7ac1bc7e58eca5fb7a authored about 8 years ago
add a cache breaker to the yarn cache based on the current version to prevent dependency shifting (#1965)

5ee3721c08dc9a052cbce1b1f7c40663a1a14184 authored about 8 years ago
Delete Docker container after test runs

73ea5b47b50ec906dfdb325d1b0711767502c908 authored about 8 years ago
Add usage section to README.me with link to docs (#1950)

Upon looking for basic usage commands I discovered that there is no
mention of this in the offi...

b84fde34600bc6bf91a01ea4796ebf3bd8bff0d3 authored about 8 years ago
Only highlight changed part of the version in upgrade-interactive. (#1951)

0ea4c68a35e03ebb3ba68de61b27a44279932493 authored about 8 years ago
Fix request authentication for scoped private registry tarballs (#1666)

* Fix request authentication for scoped private registry tarballs

Yarn correctly sends author...

99916d4c519fd210923f5fe2dcbb1341725903ba authored about 8 years ago
fix todo message when url not found on hosted git (#1947)

Close #1921

bacf1fbe76cf2dd038efbfe210012905448f1bd2 authored about 8 years ago
Resolve scoped package paths during linking on Windows (#1866)

* Resolve scoped package paths during linking on Windows

* Normalize file copy destination wh...

d047b1851315219721cb4c888c58b09fbf9fab87 authored about 8 years ago
Fix: warn instead of error when a shrinkwrap exists in the cwd (#1942)

* Fix: Need to remove file: from the prefix, not the suffix.

* Fix: warn instead of error if ...

c9500aba370130d86b1e67930b57f2081b83d27d authored about 8 years ago
made test cross platform (#1939)

328b4e1f13fcbc569b47f9c9a1a1a19e753f277f authored about 8 years ago
When saving build artifacts, rather than copying, save list of files to ignore (#1935)

* When saving build artifacts, rather than copying, save list of files to ignore

* fix lint a...

3f765c354306bd8e6ca22b3bb333542d1a8fd6e2 authored about 8 years ago
Add `--version` flag to install script (#1928)

* Add `--version` flag to install script

* Lower case variable names

* Declare `latest_url...

5be113bb9c75081954b11ada89850228fc39b899 authored about 8 years ago
Warn when man or bin directory not found but don't crash (#1663)

* Warn when man or bin directory not found but don't crash

* Mispelled ENOENT

* Moved fix ...

6cee0fc3b5afc564ec94ac71d4772f382cb22449 authored about 8 years ago
Gracefully quit when using unsupported node version (#1901)

Fixes #1898

c77ade1812f445e9a79a2d585b2b4fd60ee6ec29 authored about 8 years ago
Infer EOLs from existing file or use OS EOL (#1911)

* When writing lockfile, yarnrc or manifest file, keep line endings as in existing file
* Imple...

05bf97728cbe92f034f7d4596830f481a65fe8fa authored about 8 years ago
Ensure cache diretory exists before using roadrunner (#1902)

4ce67f3d5da3ba99c3e8718100883e9f145ce125 authored about 8 years ago
Remove warning about depending on packages with the same name as Node built-ins (#1790)

The reason for this is that Yarn is useful in many JS environments such as browsers and React Na...

75b65ee799eda6e2257d35b961b50a6b1f9d43c1 authored about 8 years ago
Skip setting hash if hash was not set previously (#1871)

* Skip setting hash if hash was not set previously

* Add end to end test for installing a git...

1180f0fb0e20281cf09303d18281ff9f6a0e2e6a authored about 8 years ago
Remove NodeSource repo from Travis build (#1891)

I don't think we need this any more

32cf644da6cbb8bc0b1ba2cae1be50195278b4f4 authored about 8 years ago
Consolidate outdated logic and check for wanted > current (#1865)

8f9fc6b64792750d306d14bad9ad0136792208b0 authored about 8 years ago
Create lockfile when missing even when integrity hash matches (#1888)

135fd87661a78e982283e086863ba7a76546a789 authored about 8 years ago
Fix global add linking issue (#1889)

b76ac934a2d738aaf8c103801c8dc7f80ba8cf3f authored about 8 years ago
Add very basic test for global add (#1878)

* Add very basic test for global add

* Add assertion & Fix typo

1c762137518b36e58b98a1aedffb214fe6a0d27f authored about 8 years ago
Include description for --ignore-optional (#1868)

This PR resolves issue #1857.

22d75d3a53ec91a1b7eb8444053c89f33efd0b03 authored about 8 years ago
Set UID and GID of untared files to zero if user is root (#1837)

* Set UID and GID of untared files to zero if user is root

* Remove second platform check

92399c4b323ce8033685b170f74a566e7879a266 authored about 8 years ago
reverted Nested executables #1210 to fix #1823 (#1867)

e51c7ea402a9575f6886000badd2197832364632 authored about 8 years ago
Fix `expected manifest` on global add (#1840)

16a5268f1702fbfa54b89b995d7e86f48cb568bf authored about 8 years ago
Don't outpudate list if all dependencies are up to date - fixes #1843 (#1846)

567f8af51ab6ce67d345177ccc4cc514680827fd authored about 8 years ago
Minor misspell (#1811)

yarn -> Yarn

4b93ea533772428a511a075d55e5ab14a971ca2e authored about 8 years ago
Fix version typo on install.js (#1828)

8ead0c7fe8cdd478493aab66b0c1ff4180ac924a authored about 8 years ago
Add automatic check for updates that nags the user when there's a new version available (#1429)

* Add automatic check for updates that nags the user when there's a new version available - fixe...

15d011274eabe89a5fe8d5d32a966ba48c92755e authored about 8 years ago
v0.18.0-0

e9245504ddd064ae43d23d70781b09d84134748f authored about 8 years ago
v0.17.0

6aae4d35bc67719ceb056dc0ea95a96f74a726c1 authored about 8 years ago
limited number of cores to be used in test runner (#1814)

1dc3c8bf87f7dee8c346cb12fba40bf6e868d8cf authored about 8 years ago
Replace `.includes` with `.indexOf` for older Node 4 versions (#1813)

d202c734df7a0ac7d4e29311f4d356f0496ab96f authored about 8 years ago
Add support for 'ca' config file option (#1742)

5c84c656f0bbcb7778efa4fde5efb8c737e5a272 authored about 8 years ago
Remove crappy folders from node_modules in dist tarballs (#1810)

* Remove crappy folders from node_modules in dist tarballs

* add windows version of scripts/c...

96a0fbb94e8c820b5d5e4061cea6240e318b570e authored about 8 years ago
Allow token replacement of .npmrc configuration with env vars (#1207)

* test IGNORE ME

* Update npm-registry to inject env vars into npm configuration the same way...

b4e42e3e73a3d714fd44cc0d3968cf33e43a03c7 authored about 8 years ago
Fix `yarn ls [package]` command to filter properly (#1792)

42dc14e867062fced0f99fb0cceab6559295b727 authored about 8 years ago
making link command warn instead of throw an error if (#1793)

link is already registered

a5db1cdb588c477e8a5a820a30f59e369a0ca944 authored about 8 years ago
Fix `yarn run [script] [-- <args>]` command usage (#1788)

3342c47353058f87eb43793f18de1a16e7f3025a authored about 8 years ago
Update outdated condition in upgrade-interactive (#1791)

* Update outdated condition in upgrade-interactive

* Minor refactor sorting code

* Fix $Fl...

ecba5f9ebbb42833ec4feb2c3f38f2d014d86445 authored about 8 years ago
Fix cli aliases test (#1789)

3ed303995b1dbf2123d8b90d6336f859b47e2632 authored about 8 years ago
Merge branch 'torifat-feature/update'

fcf6cfa156d853b4519e14edf95840378c5424b6 authored about 8 years ago
rename update command to upgrade-interactive

b6f3aec6b6fb4c2186cbf70e2d3701ac755f04b4 authored about 8 years ago
Merge branch 'feature/update' of https://github.com/torifat/yarn into torifat-feature/update

# Conflicts:
# src/reporters/lang/en.js

1d5ae4218fe3a641791462ada8c8038ba083d65e authored about 8 years ago
Make existence of manifest optional when performing lifecycle wrapping - fixes #1747 (#1787)

0c17423bef359f058fde90c6138b0243e0949e69 authored about 8 years ago
fix readme detection (#1533)

* add breaking test for readme detection, a la the sjcl module

* check all readme candidates

b82512387b6dc3fc2c30a5d21307439caada995d authored about 8 years ago
Delay visibility propagation until deps are known (#1739)

Fixes https://github.com/yarnpkg/yarn/issues/761

6c2155610349af00944bc692b78f6880fbec32a7 authored about 8 years ago
Directly add NodeSource repo in end-to-end tests, rather than using their shell script (#1782)

286efb93106471d20cd1e458043c04851dfae935 authored about 8 years ago
made test non concurrent + fixed lint (#1777)

86ff2c6a7844eb8adfab3f74c480f8b82c3c9e06 authored about 8 years ago