yarn: Fix handling of empty outdated & scoped packages (#474)

* Fixed index out of range in yarn module when no packages are outdated

* Fixed handling of yarn dependencies when scoped modules are installed

* Added changelog fragment for yarn module fixes

* Adhere changelogs/fragments/474-yarn_fix-outdated-fix-list.yml to current standards

Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>

* Added scoped package to yarn integration test

Co-authored-by: Jan Gaßner <jan.gassner@plusserver.com>
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
This commit is contained in:
Jan Gaßner 2020-07-23 09:19:32 +02:00 committed by GitHub
commit eb2369a934
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 2 deletions

View file

@ -3,6 +3,7 @@
"version": "1.0.0",
"license": "MIT",
"dependencies": {
"iconv-lite": "^0.4.21"
"iconv-lite": "^0.4.21",
"@types/node": "^12.0.0"
}
}