Skip to content

Commit

Permalink
fix(deps): update dependency eslint-config-xo-react to ^0.28.0
Browse files Browse the repository at this point in the history
##### [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.

***
  • Loading branch information
renovate[bot] authored Jan 21, 2025
1 parent 47febd8 commit 5bc78b6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@typescript-eslint/parser": "^8.6.0",
"eslint-config-prettier": "^10.0.0",
"eslint-config-xo": "^0.46.0",
"eslint-config-xo-react": "^0.27.0",
"eslint-config-xo-react": "^0.28.0",
"eslint-config-xo-typescript": "^7.0.0",
"eslint-plugin-codegen": "0.29.0",
"eslint-plugin-functional": "^8.0.0",
Expand Down
16 changes: 7 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5bc78b6

Please sign in to comment.