Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[Fix]jsx-no-constructed-context-values: detect constructed context values in React 19<Context> usage#3910

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation

@TildaDares
Copy link
Contributor

Fixes#3888

This PR updates thejsx-no-constructed-context-values rule to support React 19-style context providers using the shorthand.

ljharb reacted with heart emoji
@TildaDaresTildaDares changed the titlefix(rule): detect constructed context values in React 19 <Context> usage[FIX]: detect constructed context values in React 19 <Context> usageMar 23, 2025
@codecov
Copy link

codecovbot commentedMar 23, 2025
edited
Loading

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 97.80%. Comparing base(3fd9b92) to head(915b1a5).

Additional details and impacted files
@@            Coverage Diff             @@##           master    #3910      +/-   ##==========================================+ Coverage   94.21%   97.80%   +3.59%==========================================  Files         133      133                Lines        9966     9991      +25       Branches     3703     3715      +12     ==========================================+ Hits         9389     9772     +383+ Misses        577      219     -358

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report?Share it here.

🚀 New features to boost your workflow:
  • ❄️Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Member

@ljharbljharb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

there's an uncovered line

@TildaDares
Copy link
ContributorAuthor

TildaDares commentedMar 24, 2025
edited
Loading

The codecov check is stuck, so I can't confirm if the coverage has improved. Is there a way to rerun it without pushing code?

ljharb reacted with eyes emoji

@TildaDaresTildaDaresforce-pushed thejsx-no-constructed-context-react19 branch from1fe341a tob81c370CompareMarch 24, 2025 23:55
@ljharbljharbforce-pushed thejsx-no-constructed-context-react19 branch fromb81c370 toddefdceCompareMarch 25, 2025 16:02
@ljharb
Copy link
Member

I had to rebase it anyways, so no worries :-) hopefully it won't be stuck this time. Thanks!

@ljharbljharb changed the title[FIX]: detect constructed context values in React 19 <Context> usage[Fix]jsx-no-constructed-context-values: detect constructed context values in React 19<Context> usageMar 25, 2025
@TildaDaresTildaDaresforce-pushed thejsx-no-constructed-context-react19 branch from5bf8e89 to08d3ac8CompareMarch 25, 2025 18:19
@ljharbljharbforce-pushed thejsx-no-constructed-context-react19 branch 3 times, most recently from2f3afb0 to2428618CompareMarch 26, 2025 00:02
@ljharbljharb merged commit2428618 intojsx-eslint:masterMar 26, 2025
616 of 617 checks passed
@TildaDaresTildaDares deleted the jsx-no-constructed-context-react19 branchMarch 26, 2025 09:25
renovatebot added a commit to andrei-picus-tink/auto-renovate that referenced this pull requestApr 4, 2025
| 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
renovatebot added a commit to andrei-picus-tink/auto-renovate that referenced this pull requestApr 5, 2025
| 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
renovatebot added a commit to andrei-picus-tink/auto-renovate that referenced this pull requestApr 6, 2025
| 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

```jsx
constSomeContext=createContext();
constComponent= ()=><SomeContext value="Some string"><SomeContext>;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

There's a slash missing in closing<SomeContext> -></SomeContext>.

ljharb reacted with thumbs up emoji
renovatebot added a commit to andrei-picus-tink/auto-renovate that referenced this pull requestApr 9, 2025
| 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
renovatebot added a commit to andrei-picus-tink/auto-renovate that referenced this pull requestApr 12, 2025
| 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
renovatebot added a commit to andrei-picus-tink/auto-renovate that referenced this pull requestApr 13, 2025
| 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
renovatebot added a commit to andrei-picus-tink/auto-renovate that referenced this pull requestApr 17, 2025
| 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
renovatebot added a commit to andrei-picus-tink/auto-renovate that referenced this pull requestApr 19, 2025
| 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
renovatebot added a commit to andrei-picus-tink/auto-renovate that referenced this pull requestApr 20, 2025
| 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
renovatebot added a commit to andrei-picus-tink/auto-renovate that referenced this pull requestApr 23, 2025
| 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
renovatebot added a commit to andrei-picus-tink/auto-renovate that referenced this pull requestApr 27, 2025
| 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
renovatebot added a commit to andrei-picus-tink/auto-renovate that referenced this pull requestJul 13, 2025
| 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
renovatebot added a commit to andrei-picus-tink/auto-renovate that referenced this pull requestJul 27, 2025
| 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
renovatebot added a commit to andrei-picus-tink/auto-renovate that referenced this pull requestAug 4, 2025
| 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
renovatebot added a commit to andrei-picus-tink/auto-renovate that referenced this pull requestAug 5, 2025
| 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
renovatebot added a commit to andrei-picus-tink/auto-renovate that referenced this pull requestAug 6, 2025
| 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
renovatebot added a commit to andrei-picus-tink/auto-renovate that referenced this pull requestAug 7, 2025
| 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
renovatebot added a commit to andrei-picus-tink/auto-renovate that referenced this pull requestAug 8, 2025
| 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
renovatebot added a commit to andrei-picus-tink/auto-renovate that referenced this pull requestAug 9, 2025
| 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
renovatebot added a commit to andrei-picus-tink/auto-renovate that referenced this pull requestAug 10, 2025
| 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
renovatebot added a commit to andrei-picus-tink/auto-renovate that referenced this pull requestAug 12, 2025
| 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
renovatebot added a commit to andrei-picus-tink/auto-renovate that referenced this pull requestAug 15, 2025
| 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
renovatebot added a commit to andrei-picus-tink/auto-renovate that referenced this pull requestAug 16, 2025
| 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
renovatebot added a commit to andrei-picus-tink/auto-renovate that referenced this pull requestAug 17, 2025
| 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
renovatebot added a commit to andrei-picus-tink/auto-renovate that referenced this pull requestAug 23, 2025
| 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
renovatebot added a commit to andrei-picus-tink/auto-renovate that referenced this pull requestAug 24, 2025
| 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
renovatebot added a commit to andrei-picus-tink/auto-renovate that referenced this pull requestSep 1, 2025
| 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
renovatebot added a commit to andrei-picus-tink/auto-renovate that referenced this pull requestSep 2, 2025
| 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
renovatebot added a commit to andrei-picus-tink/auto-renovate that referenced this pull requestSep 3, 2025
| 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
renovatebot added a commit to andrei-picus-tink/auto-renovate that referenced this pull requestSep 5, 2025
| 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
renovatebot added a commit to andrei-picus-tink/auto-renovate that referenced this pull requestSep 6, 2025
| 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
renovatebot added a commit to andrei-picus-tink/auto-renovate that referenced this pull requestSep 7, 2025
| 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
renovatebot added a commit to andrei-picus-tink/auto-renovate that referenced this pull requestSep 8, 2025
| 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
renovatebot added a commit to andrei-picus-tink/auto-renovate that referenced this pull requestSep 10, 2025
| 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
renovatebot added a commit to andrei-picus-tink/auto-renovate that referenced this pull requestSep 14, 2025
| 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
renovatebot added a commit to andrei-picus-tink/auto-renovate that referenced this pull requestSep 17, 2025
| 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
renovatebot added a commit to andrei-picus-tink/auto-renovate that referenced this pull requestSep 18, 2025
| 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
renovatebot added a commit to andrei-picus-tink/auto-renovate that referenced this pull requestSep 19, 2025
| 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
renovatebot added a commit to andrei-picus-tink/auto-renovate that referenced this pull requestSep 20, 2025
| 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
renovatebot added a commit to andrei-picus-tink/auto-renovate that referenced this pull requestSep 21, 2025
| 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
renovatebot added a commit to andrei-picus-tink/auto-renovate that referenced this pull requestSep 22, 2025
| 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
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

@ljharbljharbljharb approved these changes

+1 more reviewer

@jens-duttkejens-duttkejens-duttke left review comments

Reviewers whose approvals may not affect merge requirements

Assignees

No one assigned

Labels

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

[Bug]:jsx-no-constructed-context-values doesn't detect issues when context is used as provider in react v19

3 participants

@TildaDares@ljharb@jens-duttke

[8]ページ先頭

©2009-2025 Movatter.jp