Commit 9345943
[npm] Bump @types/node to ^26.1.1 across client, client-v3, electron (#1293)
* [npm] Bump @types/node to ^26.1.1 across client, client-v3, electron
typescript stays on ^6.0.3 for now: typescript-eslint@8.63.0's peer range
(>=4.8.4 <6.1.0) blocks TypeScript 7, and TS 7.0 doesn't ship a compiler
API yet, so bumping it would break ESLint's type-aware linting in CI.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
* Fix electron lockfile drift causing npm ci failure in CI
The initial npm install left the encoding/iconv-lite optional peer
dependency (pulled in transitively by minipass-fetch) out of the lock
file, so npm ci failed with EUSAGE on CI. Regenerating package-lock.json
from scratch (not just node_modules) restores it.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>1 parent fa0adf2 commit 9345943
6 files changed
Lines changed: 43 additions & 26 deletions
File tree
- client-v3
- client
- electron
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 | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
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 | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
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 | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments