Description:
Packages that remain out of date are explained in dependency notes.
The CI workflow now only uses node version 20, since that's the minimum version specified in .tool-versions.
Testing Instructions:
Confirm that all tests pass locally. Confirm that npm audit reports no vulnerabilities. Confirm that npm outdated reports only the packages that are listed in DEPENDENCY-NOTES.md.
Description: Packages that remain out of date are explained in dependency notes.
The CI workflow now only uses node version 20, since that's the minimum version specified in
.tool-versions
.Testing Instructions: Confirm that all tests pass locally. Confirm that
npm audit
reports no vulnerabilities. Confirm thatnpm outdated
reports only the packages that are listed inDEPENDENCY-NOTES.md
.Related Issue: N/A