ericcornelissen / depreman

Manage npm deprecations
https://www.npmjs.com/package/depreman
GNU Affero General Public License v3.0
0 stars 0 forks source link

Automatically check the version of runtime dependencies in use #32

Closed ericcornelissen closed 3 weeks ago

ericcornelissen commented 3 weeks ago

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.