Update BulkImports transformers to remove usage of then
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
Suggestion from !68873 (comment 671872442)
Do not use then
in BulkImports
transformers as it returns new copy of a hash, which contributes to memory consumption increase. Mutate local hash instead.
Update all of the transformers where it's used.
Edited by 🤖 GitLab Bot 🤖