From 3ee1fe4a8ead714cee51be09f64ecd3a81df1acb Mon Sep 17 00:00:00 2001 From: Jack Pope Date: Mon, 20 Apr 2026 11:40:34 -0400 Subject: [PATCH 1/2] Fix contributor attribution for ESLint v10 support Updated the changelog to reflect the correct contributor for the ESLint v10 support addition. --- packages/eslint-plugin-react-hooks/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eslint-plugin-react-hooks/CHANGELOG.md b/packages/eslint-plugin-react-hooks/CHANGELOG.md index fde29f763089..9ae0b7c65462 100644 --- a/packages/eslint-plugin-react-hooks/CHANGELOG.md +++ b/packages/eslint-plugin-react-hooks/CHANGELOG.md @@ -8,7 +8,7 @@ This release adds ESLint v10 support, improves performance by skipping compilation for non-React files, and includes compiler lint improvements including better `set-state-in-effect` detection, improved ref validation, and more helpful error reporting. -- Add ESLint v10 support. ([@nicolo-ribaudo](https://github.com/nicolo-ribaudo) in [#35720](https://github.com/facebook/react/pull/35720)) +- Add ESLint v10 support. ([@azat-io](https://github.com/azat-io) in [#35720](https://github.com/facebook/react/pull/35720)) - Skip compilation for non-React files to improve performance. ([@josephsavona](https://github.com/josephsavona) in [#35589](https://github.com/facebook/react/pull/35589)) - Fix exhaustive deps bug with Flow type casting. ([@jorge-cab](https://github.com/jorge-cab) in [#35691](https://github.com/facebook/react/pull/35691)) - Fix `useEffectEvent` checks in component syntax. ([@jbrown215](https://github.com/jbrown215) in [#35041](https://github.com/facebook/react/pull/35041)) From 306a01b4e0242e9379ba971c8925670651f16818 Mon Sep 17 00:00:00 2001 From: vmx906 Date: Mon, 20 Apr 2026 18:37:33 +0100 Subject: [PATCH 2/2] Add credentialless as a recognized boolean attribute for iframes (#36148) ## Summary The `credentialless` attribute is a boolean HTML attribute for `