issue-251: loosen @types/js-yaml version pin to a caret range #252

Merged
david merged 1 commit from chore/issue-251/loosen-types-js-yaml-version-pin into main 2026-08-18 00:33:37 +00:00
Owner

What & why

The devDependency @types/js-yaml was pinned to an exact version (4.0.9), preventing automatic patch/minor type-definition updates. This loosens it to a caret range (^4.0.9), consistent with how the other devDependencies in package.json are versioned.

Changes

Modified:

  • package.json@types/js-yaml: 4.0.9^4.0.9
  • package-lock.json — regenerated to match the updated version range

Closes #251

## What & why The devDependency `@types/js-yaml` was pinned to an exact version (`4.0.9`), preventing automatic patch/minor type-definition updates. This loosens it to a caret range (`^4.0.9`), consistent with how the other devDependencies in `package.json` are versioned. ## Changes **Modified:** - `package.json` — `@types/js-yaml`: `4.0.9` → `^4.0.9` - `package-lock.json` — regenerated to match the updated version range Closes #251
david merged commit 7862bd37f1 into main 2026-08-18 00:33:37 +00:00
david deleted branch chore/issue-251/loosen-types-js-yaml-version-pin 2026-08-18 00:33:37 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
david/pi-loop!252
No description provided.