mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 05:40:23 -07:00
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:
parent
80cd8329e0
commit
eb2369a934
3 changed files with 9 additions and 2 deletions
|
@ -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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue