jsx-eslint/eslint-plugin-react (eslint-plugin-react)
### [`v7.35.0`](https://togithub.com/jsx-eslint/eslint-plugin-react/blob/HEAD/CHANGELOG.md#7350---20240719)
[Compare Source](https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.34.4...v7.35.0)
##### Added
- support eslint v9 ([#3759][] [@mdjermanovic](https://togithub.com/mdjermanovic))
- export flat configs from plugin root and fix flat config crash ([#3694][] [@bradzacher](https://togithub.com/bradzacher) [@mdjermanovic](https://togithub.com/mdjermanovic))
- add \[`jsx-props-no-spread-multi`] ([#3724][] [@SimonSchick](https://togithub.com/SimonSchick))
- \[`forbid-component-props`]: add `propNamePattern` to allow / disallow prop name patterns ([#3774][] [@akulsr0](https://togithub.com/akulsr0))
- \[`jsx-handler-names`]: support ignoring component names ([#3772][] [@akulsr0](https://togithub.com/akulsr0))
- version settings: Allow react defaultVersion to be configurable ([#3771][] [@onlywei](https://togithub.com/onlywei))
- \[`jsx-closing-tag-location`]: add `line-aligned` option ([#3777] [@kimtaejin3](https://togithub.com/kimtaejin3))
- \[`no-danger`]: add `customComponentNames` option ([#3748][] [@akulsr0](https://togithub.com/akulsr0))
##### Fixed
- \[`no-invalid-html-attribute`]: substitute placeholders in suggestion messages ([#3759][] [@mdjermanovic](https://togithub.com/mdjermanovic))
- \[`sort-prop-types`]: single line type ending without semicolon ([#3784][] [@akulsr0](https://togithub.com/akulsr0))
- \[`require-default-props`]: report when required props have default value ([#3785][] [@akulsr0](https://togithub.com/akulsr0))
##### Changed
- \[Refactor] `variableUtil`: Avoid creating a single flat variable scope for each lookup ([#3782][] [@DanielRosenwasser](https://togithub.com/DanielRosenwasser))
[7.35.0]: https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.34.4...v7.35.0
[#3785]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3785
[#3784]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3784
[#3782]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3782
[#3777]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3777
[#3774]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3774
[#3772]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3772
[#3771]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3771
[#3759]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3759
[#3748]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3748
[#3724]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3724
[#3694]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3694
### [`v7.34.4`](https://togithub.com/jsx-eslint/eslint-plugin-react/blob/HEAD/CHANGELOG.md#7344---20240713)
[Compare Source](https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.34.3...v7.34.4)
##### Fixed
- \[`prop-types`]: fix `className` missing in prop validation false negative ([#3749] [@akulsr0](https://togithub.com/akulsr0))
- \[`sort-prop-types`]: Check for undefined before accessing `node.typeAnnotation.typeAnnotation` ([#3779] [@tylerlaprade](https://togithub.com/tylerlaprade))
[7.34.4]: https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.34.3...v7.34.4
[#3779]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3779
[#3749]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3749
### [`v7.34.3`](https://togithub.com/jsx-eslint/eslint-plugin-react/blob/HEAD/CHANGELOG.md#7343---20240618)
[Compare Source](https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.34.2...v7.34.3)
##### Fixed
- \[`prop-types`]: null-check rootNode before calling getScope ([#3762][] [@crnhrv](https://togithub.com/crnhrv))
- \[`boolean-prop-naming`]: avoid a crash with a spread prop ([#3733][] [@ljharb](https://togithub.com/ljharb))
- \[`jsx-boolean-value`]: `assumeUndefinedIsFalse` with `never` must not allow explicit `true` value ([#3757][] [@6uliver](https://togithub.com/6uliver))
- \[`no-object-type-as-default-prop`]: enable rule for components with many parameters ([#3768][] [@JulienR1](https://togithub.com/JulienR1))
- \[`jsx-key`]: incorrect behavior for checkKeyMustBeforeSpread with map callbacks ([#3769][] [@akulsr0](https://togithub.com/akulsr0))
[7.34.3]: https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.34.2...v7.34.3
[#3769]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3769
[#3768]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3768
[#3762]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3762
[#3757]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3757
[#3733]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/3733
webpack/webpack (webpack)
### [`v5.94.0`](https://togithub.com/webpack/webpack/compare/v5.93.0...eabf85d8580dfcb876b56957ba5488222a4f7873)
[Compare Source](https://togithub.com/webpack/webpack/compare/v5.93.0...v5.94.0)
### [`v5.93.0`](https://togithub.com/webpack/webpack/compare/v5.92.1...277460b33bcc49c51acbbcd688672aa4ec685732)
[Compare Source](https://togithub.com/webpack/webpack/compare/v5.92.1...v5.93.0)
### [`v5.92.1`](https://togithub.com/webpack/webpack/compare/v5.92.0...a82e0cd00e26d8452295f0d680417e4656a6d7cc)
[Compare Source](https://togithub.com/webpack/webpack/compare/v5.92.0...v5.92.1)
### [`v5.92.0`](https://togithub.com/webpack/webpack/releases/tag/v5.92.0)
[Compare Source](https://togithub.com/webpack/webpack/compare/v5.91.0...v5.92.0)
#### Bug Fixes
- Correct tidle range's comutation for module federation
- Consider runtime for pure expression dependency update hash
- Return value in the `subtractRuntime` function for runtime logic
- Fixed failed to resolve promise when eager import a dynamic cjs
- Avoid generation extra code for external modules when remapping is not required
- The `css/global` type now handles the exports name
- Avoid hashing for `@keyframe` and `@property` at-rules in `css/global` type
- Fixed mangle with destructuring for JSON modules
- The `stats.hasWarnings()` method now respects the `ignoreWarnings` option
- Fixed `ArrayQueue` iterator
- Correct behavior of `__webpack_exports_info__.a.b.canMangle`
- Changed to the correct plugin name for the `CommonJsChunkFormatPlugin` plugin
- Set the `chunkLoading` option to the `import` when environment is unknown and output is module
- Fixed when runtimeChunk has no exports when `module` chunkFormat used
- \[CSS] Fixed parsing minimized CSS import
- \[CSS] URLs in CSS files now have correct public path
- \[CSS] The `css` module type should not allow parser to switch mode
- \[Types] Improved context module types
#### New Features
- Added platform target properties to compiler
- Improved multi compiler cache location and validating it
- Support `import attributes` spec (`with` keyword)
- Support `node:` prefix for Node.js core modules in runtime code
- Support prefetch/preload for module chunk format
- Support "..." in the `importsFields` option for resolver
- Root module is less prone to be wrapped in IIFE
- Export `InitFragment` class for plugins
- Export `compileBooleanMatcher` util for plugins
- Export `InputFileSystem` and `OutputFileSystem` types
- \[CSS] Support the `esModule` generator option for CSS modules
- \[CSS] Support CSS when chunk format is module
Configuration
📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
6.8.0
->6.9.0
7.34.2
->7.35.0
5.91.0
->5.94.0
Release Notes
jsx-eslint/eslint-plugin-jsx-a11y (eslint-plugin-jsx-a11y)
### [`v6.9.0`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/CHANGELOG.md#v690---2024-06-19) [Compare Source](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/compare/v6.8.0...v6.9.0) ##### Fixed - \[Fix] `img-redundant-alt`: fixed multibyte character support [`#969`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/969) - \[meta] fix changelog links [`#960`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/issues/960) ##### Commits - \[New] add support for Flat Config [`6b5f096`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/6b5f096f10b47326d68e2893152a48a79c8555b4) - Revert "\[Fix] `isNonInteractiveElement`: Upgrade aria-query to 5.3.0 and axobject-query to 3.2.1" [`75d5dd7`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/75d5dd722bd67186d97afa7b151fd6fee5885c70) - \[Robustness] use `safe-regex-test` [`4c7e781`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/4c7e7815c12a797587bb8e3cdced7f3003848964) - \[actions] update actions/checkout [`51a1ca7`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/51a1ca7b4d83d4fbd1ea62888f7f2dc21ece6788) - \[Dev Deps] update `@babel/cli`, `@babel/core`, `@babel/eslint-parser`, `@babel/plugin-transform-flow-strip-types`, `@babel/register`, `eslint-doc-generator`, `object.entries` [`1271ac1`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/1271ac1d6e5dcf9a2bc2c086faaf062335629171) - \[Dev Deps] update `@babel/cli`, `@babel/core`, `@babel/register`, `aud`, `eslint-plugin-import`, `npmignore`, `object.assign` [`540cb7a`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/540cb7aefead582f237071d55a40f098d0885478) - \[Deps] update `@babel/runtime`, `array-includes`, `es-iterator-helpers`, `hasown`, `object.fromentries`, `safe-regex-test` [`5d14408`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/5d1440825a8838ae10dc94cc3a4a7e1e967644b4) - \[Deps] pin `aria-query` and `axobject-query`, add `ls-engines` test to CI [`32fd82c`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/32fd82c628d7f3e4ec8c06a1994f4eca1be2be4f) - \[Dev Deps] update `@babel/core`, `@babel/eslint-parser`, `@babel/plugin-transform-flow-strip-types`, `eslint-doc-generator` [`d1b4114`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/d1b41142248a7cca45bb5f0b96ff23ee87fb9411) - \[Fix] ensure `summary` remains non-interactive [`6a048da`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/6a048dacf2b98eaa204e2a5a70dc7e3d48d9463a) - \[Deps] remove `@babel/runtime` [`0a98ad8`](https://togithub.com/jsx-eslint/eslint-plugin-jsx-a11y/commit/0a98ad83ffa7f4b66458cc1c39db2ef32bb2c480) - \[New] `no-noninteractive-element-to-interactive-role`: allow `menuitemradio` and `menuitemcheckbox` on \jsx-eslint/eslint-plugin-react (eslint-plugin-react)
### [`v7.35.0`](https://togithub.com/jsx-eslint/eslint-plugin-react/blob/HEAD/CHANGELOG.md#7350---20240719) [Compare Source](https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.34.4...v7.35.0) ##### Added - support eslint v9 ([#3759][] [@mdjermanovic](https://togithub.com/mdjermanovic)) - export flat configs from plugin root and fix flat config crash ([#3694][] [@bradzacher](https://togithub.com/bradzacher) [@mdjermanovic](https://togithub.com/mdjermanovic)) - add \[`jsx-props-no-spread-multi`] ([#3724][] [@SimonSchick](https://togithub.com/SimonSchick)) - \[`forbid-component-props`]: add `propNamePattern` to allow / disallow prop name patterns ([#3774][] [@akulsr0](https://togithub.com/akulsr0)) - \[`jsx-handler-names`]: support ignoring component names ([#3772][] [@akulsr0](https://togithub.com/akulsr0)) - version settings: Allow react defaultVersion to be configurable ([#3771][] [@onlywei](https://togithub.com/onlywei)) - \[`jsx-closing-tag-location`]: add `line-aligned` option ([#3777] [@kimtaejin3](https://togithub.com/kimtaejin3)) - \[`no-danger`]: add `customComponentNames` option ([#3748][] [@akulsr0](https://togithub.com/akulsr0)) ##### Fixed - \[`no-invalid-html-attribute`]: substitute placeholders in suggestion messages ([#3759][] [@mdjermanovic](https://togithub.com/mdjermanovic)) - \[`sort-prop-types`]: single line type ending without semicolon ([#3784][] [@akulsr0](https://togithub.com/akulsr0)) - \[`require-default-props`]: report when required props have default value ([#3785][] [@akulsr0](https://togithub.com/akulsr0)) ##### Changed - \[Refactor] `variableUtil`: Avoid creating a single flat variable scope for each lookup ([#3782][] [@DanielRosenwasser](https://togithub.com/DanielRosenwasser)) [7.35.0]: https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.34.4...v7.35.0 [#3785]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3785 [#3784]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3784 [#3782]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3782 [#3777]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3777 [#3774]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3774 [#3772]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3772 [#3771]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3771 [#3759]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3759 [#3748]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3748 [#3724]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3724 [#3694]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3694 ### [`v7.34.4`](https://togithub.com/jsx-eslint/eslint-plugin-react/blob/HEAD/CHANGELOG.md#7344---20240713) [Compare Source](https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.34.3...v7.34.4) ##### Fixed - \[`prop-types`]: fix `className` missing in prop validation false negative ([#3749] [@akulsr0](https://togithub.com/akulsr0)) - \[`sort-prop-types`]: Check for undefined before accessing `node.typeAnnotation.typeAnnotation` ([#3779] [@tylerlaprade](https://togithub.com/tylerlaprade)) [7.34.4]: https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.34.3...v7.34.4 [#3779]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3779 [#3749]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3749 ### [`v7.34.3`](https://togithub.com/jsx-eslint/eslint-plugin-react/blob/HEAD/CHANGELOG.md#7343---20240618) [Compare Source](https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.34.2...v7.34.3) ##### Fixed - \[`prop-types`]: null-check rootNode before calling getScope ([#3762][] [@crnhrv](https://togithub.com/crnhrv)) - \[`boolean-prop-naming`]: avoid a crash with a spread prop ([#3733][] [@ljharb](https://togithub.com/ljharb)) - \[`jsx-boolean-value`]: `assumeUndefinedIsFalse` with `never` must not allow explicit `true` value ([#3757][] [@6uliver](https://togithub.com/6uliver)) - \[`no-object-type-as-default-prop`]: enable rule for components with many parameters ([#3768][] [@JulienR1](https://togithub.com/JulienR1)) - \[`jsx-key`]: incorrect behavior for checkKeyMustBeforeSpread with map callbacks ([#3769][] [@akulsr0](https://togithub.com/akulsr0)) [7.34.3]: https://togithub.com/jsx-eslint/eslint-plugin-react/compare/v7.34.2...v7.34.3 [#3769]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3769 [#3768]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3768 [#3762]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3762 [#3757]: https://togithub.com/jsx-eslint/eslint-plugin-react/pull/3757 [#3733]: https://togithub.com/jsx-eslint/eslint-plugin-react/issues/3733webpack/webpack (webpack)
### [`v5.94.0`](https://togithub.com/webpack/webpack/compare/v5.93.0...eabf85d8580dfcb876b56957ba5488222a4f7873) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.93.0...v5.94.0) ### [`v5.93.0`](https://togithub.com/webpack/webpack/compare/v5.92.1...277460b33bcc49c51acbbcd688672aa4ec685732) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.92.1...v5.93.0) ### [`v5.92.1`](https://togithub.com/webpack/webpack/compare/v5.92.0...a82e0cd00e26d8452295f0d680417e4656a6d7cc) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.92.0...v5.92.1) ### [`v5.92.0`](https://togithub.com/webpack/webpack/releases/tag/v5.92.0) [Compare Source](https://togithub.com/webpack/webpack/compare/v5.91.0...v5.92.0) #### Bug Fixes - Correct tidle range's comutation for module federation - Consider runtime for pure expression dependency update hash - Return value in the `subtractRuntime` function for runtime logic - Fixed failed to resolve promise when eager import a dynamic cjs - Avoid generation extra code for external modules when remapping is not required - The `css/global` type now handles the exports name - Avoid hashing for `@keyframe` and `@property` at-rules in `css/global` type - Fixed mangle with destructuring for JSON modules - The `stats.hasWarnings()` method now respects the `ignoreWarnings` option - Fixed `ArrayQueue` iterator - Correct behavior of `__webpack_exports_info__.a.b.canMangle` - Changed to the correct plugin name for the `CommonJsChunkFormatPlugin` plugin - Set the `chunkLoading` option to the `import` when environment is unknown and output is module - Fixed when runtimeChunk has no exports when `module` chunkFormat used - \[CSS] Fixed parsing minimized CSS import - \[CSS] URLs in CSS files now have correct public path - \[CSS] The `css` module type should not allow parser to switch mode - \[Types] Improved context module types #### New Features - Added platform target properties to compiler - Improved multi compiler cache location and validating it - Support `import attributes` spec (`with` keyword) - Support `node:` prefix for Node.js core modules in runtime code - Support prefetch/preload for module chunk format - Support "..." in the `importsFields` option for resolver - Root module is less prone to be wrapped in IIFE - Export `InitFragment` class for plugins - Export `compileBooleanMatcher` util for plugins - Export `InputFileSystem` and `OutputFileSystem` types - \[CSS] Support the `esModule` generator option for CSS modules - \[CSS] Support CSS when chunk format is moduleConfiguration
📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.