File yarn.changes of Package yarn
-------------------------------------------------------------------
Tue Oct 8 12:04:10 UTC 2019 - Marcus Rueckert <mrueckert@suse.de>
- update to 1.19.1
https://github.com/yarnpkg/yarn/releases/tag/v1.19.1
-------------------------------------------------------------------
Sun Sep 29 00:49:07 UTC 2019 - Marcus Rueckert <mrueckert@suse.de>
- update to 1.19.0
https://github.com/yarnpkg/yarn/releases/tag/v1.18.0
https://github.com/yarnpkg/yarn/releases/tag/v1.19.0
-------------------------------------------------------------------
Thu Sep 19 03:48:21 UTC 2019 - Marcus Rueckert <mrueckert@suse.de>
- update to 1.17.3
https://github.com/yarnpkg/yarn/releases/tag/v1.17.0
https://github.com/yarnpkg/yarn/releases/tag/v1.17.1
https://github.com/yarnpkg/yarn/releases/tag/v1.17.2
https://github.com/yarnpkg/yarn/releases/tag/v1.17.3
-------------------------------------------------------------------
Tue Apr 30 11:31:47 UTC 2019 - Marcus Rueckert <mrueckert@suse.de>
- update to 1.16.0
- Retries downloading a package on `yarn install` when we get a ETIMEDOUT error.
[#7163](https://github.com/yarnpkg/yarn/pull/7163) - [**Vincent Bailly**](https://github.com/VincentBailly)
- Implements `yarn audit --level [severity]` flag to filter the audit command's output.
[#6716](https://github.com/yarnpkg/yarn/pull/6716) - [**Rogério Vicente**](https://twitter.com/rogeriopvl)
- Implements `yarn audit --groups group_name [group_name ...]`.
[#6724](https://github.com/yarnpkg/yarn/pull/6724) - [**Tom Milligan**](https://github.com/tommilligan)
- Exposes the script environment variables to `yarn create` spawned processes.
[#7127](https://github.com/yarnpkg/yarn/pull/7127) - [**Eli Perelman**](https://github.com/eliperelman)
- Prevents EPIPE errors from being printed.
[#7194](https://github.com/yarnpkg/yarn/pull/7194) - [**Abhishek Reddy**](https://github.com/arbscht)
- Adds support for the npm enterprise URLs when computing the offline mirror filenames.
[#7200](https://github.com/yarnpkg/yarn/pull/7200) - [**John Millikin**](https://john-millikin.com)
- Tweaks the lockfile parser logic to parse a few extra cases
[#7210](https://github.com/yarnpkg/yarn/pull/7210) - [**Maël Nison**](https://twitter.com/arcanis)
-------------------------------------------------------------------
Tue Mar 19 14:48:43 UTC 2019 - Marcus Rueckert <mrueckert@suse.de>
- initial package