Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

migratedConfig[key] is not iterable #11712

Closed
rarkins opened this issue Sep 13, 2021 · 3 comments · Fixed by #11713
Closed

migratedConfig[key] is not iterable #11712

rarkins opened this issue Sep 13, 2021 · 3 comments · Fixed by #11713
Labels
priority-2-high Bugs impacting wide number of users or very important features type:bug Bug fix of existing functionality

Comments

@rarkins
Copy link
Collaborator

rarkins commented Sep 13, 2021

How are you running Renovate?

WhiteSource Renovate hosted app on github.com

Please select which platform you are using if self-hosting.

No response

If you're self-hosting Renovate, tell us what version of Renovate you run.

No response

Describe the bug

requiredStatusChecks migration is failing in some cases

Relevant debug logs

Logs
err.stack | TypeError: migratedConfig[key] is not iterableat Object.migrateConfig (/home/ubuntu/renovateapp/node_modules/renovate/dist/config/migration.js:497:50)at migrateAndValidate (/home/ubuntu/renovateapp/node_modules/renovate/dist/config/migrate-validate.js:34:64)at mergeRenovateConfig (/home/ubuntu/renovateapp/node_modules/renovate/dist/workers/repository/init/merge.js:182:76)at runMicrotasks (<anonymous>)at processTicksAndRejections (internal/process/task_queues.js:95:5)at async getRepoConfig (/home/ubuntu/renovateapp/node_modules/renovate/dist/workers/repository/init/config.js:12:14)at async initRepo (/home/ubuntu/renovateapp/node_modules/renovate/dist/workers/repository/init/index.js:26:14)at async Object.renovateRepository (/home/ubuntu/renovateapp/node_modules/renovate/dist/workers/repository/index.js:64:18)at async renovateRepository (/home/ubuntu/renovateapp/app/worker/index.js:400:26)at async /home/ubuntu/renovateapp/app/worker/index.js:644:5

Have you created a minimal reproduction repository?

No reproduction repository

@rarkins rarkins added type:bug Bug fix of existing functionality status:requirements Full requirements are not yet known, so implementation should not be started priority-5-triage priority-2-high Bugs impacting wide number of users or very important features and removed priority-5-triage status:requirements Full requirements are not yet known, so implementation should not be started labels Sep 13, 2021
@rarkins
Copy link
Collaborator Author

rarkins commented Sep 13, 2021

Caused by #11355 Cc @pret-a-porter @viceice

@rarkins
Copy link
Collaborator Author

rarkins commented Sep 13, 2021

@renovate-release
Copy link
Collaborator

🎉 This issue has been resolved in version 27.6.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
priority-2-high Bugs impacting wide number of users or very important features type:bug Bug fix of existing functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants