Commit e8c93de
Pin @types/node to the Node 24 runtime; stop Dependabot chasing newer majors
@types/node tracks the Node major version. We were on @types/node 20 (behind
our Node 24 runtime), and Dependabot kept proposing 25 (the current/odd Node
line) — which would expose Node 25 type defs for APIs our Node 24 runtime
doesn't have. Bump to ^24 to match the runtime, and ignore @types/node major
bumps in dependabot.yml so it stays in step with the Node we actually run.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 32af861 commit e8c93de
3 files changed
Lines changed: 28 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
8 | 13 | | |
9 | 14 | | |
10 | 15 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
0 commit comments