Commit 22bff4f
authored
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#36511 parent b254238 commit 22bff4f
2 files changed
+101
-92
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments