You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore(deps-dev): keep @types/node on the runtime we actually run
@types/node had drifted to 26.x while `engines` and every workflow pin Node
22, so the compiler was describing APIs that do not exist in production: code
using one would type-check here and throw at runtime, on CI, in the forks and
after publish. Pin it back to ^22 — build, typecheck, lint and the full test
suite pass unchanged, so nothing had started depending on the newer types yet.
Tell Dependabot to skip its majors too: this one tracks `engines`, and moves
when the runtime does, not on its own schedule. Last open point of #8.
0 commit comments