and-murray / wharf-spaces

MIT License
1 stars 0 forks source link

Fix Dependency Versions #13

Open tomdownes14 opened 6 months ago

tomdownes14 commented 6 months ago

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?