Skip to content

Commit 5bc78b6

Browse files
fix(deps): update dependency eslint-config-xo-react to ^0.28.0
##### [v0.28.0](https://github.com/xojs/eslint-config-xo-react/releases/tag/v0.28.0) ##### New rules - [`react/forward-ref-uses-ref`](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/forward-ref-uses-ref.md) [`eec1c56`](xojs/eslint-config-xo-react@eec1c56) - [`react/jsx-props-no-spread-multi`](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/jsx-props-no-spread-multi.md) [`4759e18`](xojs/eslint-config-xo-react@4759e18) - [`react/checked-requires-onchange-or-readonly`](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/checked-requires-onchange-or-readonly.md) [`ccb7cda`](xojs/eslint-config-xo-react@ccb7cda) - [`react/no-object-type-as-default-prop`](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/no-object-type-as-default-prop.md) [`a8ad744`](xojs/eslint-config-xo-react@a8ad744) - [`react/jsx-no-leaked-render`](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/docs/rules/jsx-no-leaked-render.md) [`1336af5`](xojs/eslint-config-xo-react@1336af5) ##### Breaking - Require Node.js 18.18 [`4765c29`](xojs/eslint-config-xo-react@4765c29) - Migrate to flat config and require ESLint 9 ([#35](xojs/eslint-config-xo-react#35)) [`1cf2106`](xojs/eslint-config-xo-react@1cf2106) - Migrate config: https://eslint.org/docs/latest/use/configure/migration-guide ##### Improvements - You no longer need the `eslint-plugin-react` and `eslint-plugin-react-hooks` development dependencies. They are incldued in the config package. ***
1 parent 47febd8 commit 5bc78b6

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@typescript-eslint/parser": "^8.6.0",
5252
"eslint-config-prettier": "^10.0.0",
5353
"eslint-config-xo": "^0.46.0",
54-
"eslint-config-xo-react": "^0.27.0",
54+
"eslint-config-xo-react": "^0.28.0",
5555
"eslint-config-xo-typescript": "^7.0.0",
5656
"eslint-plugin-codegen": "0.29.0",
5757
"eslint-plugin-functional": "^8.0.0",

pnpm-lock.yaml

Lines changed: 7 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)