Skip to content

Commit faedd01

Browse files
Update dependency eslint-plugin-react to v7.37.5
| datasource | package | from | to | | ---------- | ------------------- | ------ | ------ | | npm | eslint-plugin-react | 7.37.4 | 7.37.5 | ## [v7.37.5](https://github.com/jsx-eslint/eslint-plugin-react/blob/HEAD/CHANGELOG.md#7375---20250403) ##### Fixed - \[`no-unknown-property`]: allow shadow root attrs on `<template>` ([#3912][] [@ljharb](https://github.com/ljharb)) - \[`prop-types`]: support `ComponentPropsWithRef` from a namespace import ([#3651][] [@corydeppen](https://github.com/corydeppen)) - \[`jsx-no-constructed-context-values`]: detect constructed context values in React 19 `<Context>` usage ([#3910][] [@TildaDares](https://github.com/TildaDares)) - \[`no-unknown-property`]: allow `transform-origin` on `rect` ([#3914][] [@ljharb](https://github.com/ljharb)) ##### Changed - \[Docs] \[`button-has-type`]: clean up phrasing ([#3909][] [@hamirmahal](https://github.com/hamirmahal)) [7.37.5]: jsx-eslint/eslint-plugin-react@v7.37.4...v7.37.5 [#3914]: jsx-eslint/eslint-plugin-react#3914 [#3912]: jsx-eslint/eslint-plugin-react#3912 [#3910]: jsx-eslint/eslint-plugin-react#3910 [#3909]: jsx-eslint/eslint-plugin-react#3909 [#3651]: jsx-eslint/eslint-plugin-react#3651
1 parent b14b5b5 commit faedd01

File tree

2 files changed

+101
-92
lines changed

2 files changed

+101
-92
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"eslint-plugin-jsx-a11y": "6.10.2",
3939
"eslint-plugin-local-rules": "3.0.2",
4040
"eslint-plugin-prettier": "5.2.3",
41-
"eslint-plugin-react": "7.37.4",
41+
"eslint-plugin-react": "7.37.5",
4242
"eslint-plugin-react-hooks": "4.6.2",
4343
"eslint-plugin-unused-imports": "4.1.4",
4444
"eslint-plugin-xstate": "3.2.1",

0 commit comments

Comments
 (0)