Commit 0106829
authored
build(client): upgrade react eslint plugins (#26007)
Updates the ESLint React and React Hooks plugin dependencies to their
latest versions and enables several new React Hooks linting rules that
are available in these newer versions.
**ESLint plugin upgrades:**
- Upgraded `eslint-plugin-react` from `~7.33.2` to `~7.35.0` and
`eslint-plugin-react-hooks` from `~5.2.0` to `~7.0.1` in both
`package.json` and `pnpm-lock.yaml`. This enables compatibility with
ESLint 9 and unlocks new linting rules.
Several of the rules were downgraded to warning while we get through the
eslint 9 upgrade. They can be revisited once the upgrade is done.1 parent 264b981 commit 0106829
File tree
14 files changed
+499
-89
lines changed- common/build/eslint-config-fluid
- printed-configs
- examples
- client-logger/app-insights-logger
- data-objects/inventory-app
- external-data
- packages
- framework/client-logger/app-insights-logger
- tools/devtools
- devtools-test-app
- devtools-view
14 files changed
+499
-89
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
21 | 44 | | |
22 | 45 | | |
23 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
422 | 422 | | |
423 | 423 | | |
424 | 424 | | |
425 | | - | |
| 425 | + | |
426 | 426 | | |
| 427 | + | |
| 428 | + | |
427 | 429 | | |
| 430 | + | |
| 431 | + | |
428 | 432 | | |
429 | 433 | | |
430 | 434 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
| 41 | + | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments