Commit 9ae38e0
ci(deps): ignore SDK-governed toolchain majors for apps/mobile
The apps/mobile ignore list already covers the packages whose versions
the Expo SDK dictates, on the grounds that Dependabot cannot read the
version map expo-doctor checks against. Three toolchain majors fail the
same way and for the same reason: typescript 7.0.2 died on the React
Native types (#107, 2026-09-01), the jest proposal broke every mobile
suite and with it the root badge count (#113), and eslint 10 outran
eslint-plugin-import's ^9 peer cap (#122).
Ignore majors only for those four; minors and patches stay in the
weekly batch, and the entries drop out when the SDK's own packages
move.
Co-Authored-By: ZCode <noreply@zcode.ai>1 parent dfd1260 commit 9ae38e0
1 file changed
Lines changed: 23 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
| 38 | + | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
66 | 87 | | |
67 | 88 | | |
68 | 89 | | |
| |||
0 commit comments