Commit 5a024bd
chore(ci): hold the eslint and babel majors that React Native and Next block (#2189)
Both majors were attempted and both fail on an upstream constraint rather
than on anything in this repo.
@babel/core 8 is refused by @react-native/babel-preset 0.81, which asserts
Babel ^7.0.0-0 at load time. eslint 10 is refused twice over: by
eslint-config-next 15's rushstack patch on the frontend, and on mobile by
@babel/eslint-parser, whose ESLint 10 release requires @babel/core 8 and so
lands behind the same React Native constraint.
Backend and desktop lint clean on eslint 10 today. The repo holds at 9
anyway so the four workspaces move together instead of running two ESLint
majors side by side.
Co-authored-by: Ankit Upadhyay <ankit@dunexploration.com>1 parent 6e22aa6 commit 5a024bd
1 file changed
Lines changed: 25 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
82 | 107 | | |
83 | 108 | | |
84 | 109 | | |
| |||
0 commit comments