Open tomdownes14 opened 8 months ago
In GitLab by @tom.downes on Feb 26, 2024, 14:54
Stop using caret versions in package.json in favour of fixed version.
Prevent unwanted/unexpected package updates that cause unwanted/unexpected behaviour changes.
This would require monitoring and implementing the version bumps ourselves or using dependabot.
Testing Strategy is straightforward. Version update(s) and required code changes will be proposed with a dedicated MR and tested in isolation.
Are all areas of the checklist addressed?
In GitLab by @tom.downes on Feb 26, 2024, 14:54
Summary
Stop using caret versions in package.json in favour of fixed version.
Benefits
Prevent unwanted/unexpected package updates that cause unwanted/unexpected behaviour changes.
Possible Solution and Impacts
This would require monitoring and implementing the version bumps ourselves or using dependabot.
Testing Strategy is straightforward. Version update(s) and required code changes will be proposed with a dedicated MR and tested in isolation.
Are all areas of the checklist addressed?