Commit e6a0271
committed
fix: restore missing @types/node devDependency, bump to ^26
- @types/node was accidentally dropped from root package.json during the
main rebase (packages/linting/* rely on typescript's shared "types":
["node"] tsconfig setting and broke CI: TS2688 cannot find type
definition file for 'node')
- Bumped to ^26 via 'pnpm upgrade -r' to match node-setup's default
Node 26 and align index-docs.yml/agent-context.yml, which were still
pinned to Node 241 parent 362aaf7 commit e6a0271
4 files changed
Lines changed: 497 additions & 303 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| |||
0 commit comments