Add a script that automatically checks the lockfile has recorded the oldest compatible version of a runtime dependency that is supported. We want to depend on the oldest version to make sure we don't start using any functionality introduced in a newer version, thus breaking our users.
Relates to #12
Summary
Add a script that automatically checks the lockfile has recorded the oldest compatible version of a runtime dependency that is supported. We want to depend on the oldest version to make sure we don't start using any functionality introduced in a newer version, thus breaking our users.
This script is based on https://github.com/ericcornelissen/shescape/blob/0e75ae35404e9da206061d81b8f64240e3a7aeb1/script/check-runtime-deps.js.