Commit 19fe927
authored
deps: update dependencies and ESLint configuration (#3576)
* deps: update hono and @hono/node-server to fix security vulnerabilities
Update transitive dependencies:
- hono: 4.12.2 → 4.12.5 (fixes 3 high severity vulnerabilities)
- @hono/node-server: 1.19.9 → 1.19.11 (fixes 1 high severity vulnerability)
These packages are indirect dependencies via @heroku/mcp-server → @modelcontextprotocol/sdk.
Reduced total vulnerabilities from 24 to 22.
* deps: update express-rate-limit to fix security vulnerability
Update transitive dependency:
- express-rate-limit: 8.2.1 → 8.3.1 (fixes high severity IPv4-mapped IPv6 bypass)
This package is an indirect dependency via @heroku/mcp-server → @modelcontextprotocol/sdk.
Reduced total vulnerabilities from 22 to 21.
* update package.json
* deps: update npm to fix bundled dependency vulnerabilities
Update transitive dependency:
- npm: 10.9.4 → 10.9.5 (via @oclif/plugin-plugins)
This fixes vulnerabilities in npm's bundled dependencies:
- diff (low severity DoS)
- glob (high severity command injection)
Reduced total vulnerabilities from 21 to 20.
* deps: upgrade TypeScript ESLint to v8 and remove eslint-config-oclif-typescript
- Upgrade @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 8.57.0
- Remove eslint-config-oclif-typescript dependency (no longer needed, causes minimatch vulnerabilities)
- Replace with direct ESLint configuration using plugin:@typescript-eslint/recommended
- Add eslint-plugin-perfectionist as direct dependency
- Ignore .d.ts files from linting (best practice)
- Disable strict TypeScript ESLint rules that don't apply to this codebase
This fixes 4 high severity minimatch vulnerabilities by removing the transitive dependency chain through eslint-config-oclif-typescript.
Reduced total vulnerabilities from 20 to 16 (14 high → 10 high).
* deps: update ESLint config and fix perfectionist plugin compatibility
* deps: update Node.js and dev dependencies
* npm install
* this check doesn't work correctly when switching channels, because
plugins are reinstalled after the hooks run in that event. removing this
check to avoid confusion
* delete test for removed hook1 parent 78d1582 commit 19fe927
File tree
7 files changed
+1539
-1625
lines changed- src
- hooks/update
- lib/ci
- test/unit/hooks
7 files changed
+1539
-1625
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | 2 | | |
5 | 3 | | |
6 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
7 | 10 | | |
8 | 11 | | |
9 | | - | |
10 | | - | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | 15 | | |
27 | 16 | | |
28 | 17 | | |
| |||
31 | 20 | | |
32 | 21 | | |
33 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
34 | 27 | | |
35 | 28 | | |
36 | 29 | | |
37 | | - | |
| 30 | + | |
| 31 | + | |
38 | 32 | | |
39 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
40 | 38 | | |
41 | 39 | | |
42 | 40 | | |
| |||
48 | 46 | | |
49 | 47 | | |
50 | 48 | | |
| 49 | + | |
51 | 50 | | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
61 | 63 | | |
62 | 64 | | |
63 | | - | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
64 | 85 | | |
65 | 86 | | |
66 | 87 | | |
| 88 | + | |
67 | 89 | | |
68 | 90 | | |
69 | 91 | | |
| 92 | + | |
70 | 93 | | |
71 | 94 | | |
72 | 95 | | |
| |||
93 | 116 | | |
94 | 117 | | |
95 | 118 | | |
| 119 | + | |
96 | 120 | | |
97 | 121 | | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
98 | 133 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments