mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20: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
changelogs/fragments/474-yarn_fix-outdated-fix-list.yml
Normal file
3
changelogs/fragments/474-yarn_fix-outdated-fix-list.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
bugfixes:
|
||||
- yarn - fixed an index out of range error when no outdated packages where returned by yarn executable (see https://github.com/ansible-collections/community.general/pull/474).
|
||||
- yarn - fixed an too many values to unpack error when scoped packages are installed (see https://github.com/ansible-collections/community.general/pull/474).
|
Loading…
Add table
Add a link
Reference in a new issue