[Snyk] Upgrade eslint-plugin-react from 7.11.1 to 7.32.2 #516
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Snyk has created this PR to upgrade eslint-plugin-react from 7.11.1 to 7.32.2.
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
Release notes
Package name: eslint-plugin-react
-
7.32.2 - 2023-01-29
- configs: restore
-
7.32.1 - 2023-01-16
- prevent circular dependency in index and "all" config (#3519 @ ljharb)
-
7.32.0 - 2023-01-11
- support new config system (#3429 @ jjangga0214)
- add
- add
- configs: avoid legacy config system error (#3461 @ ljharb)
- [Docs]
- [Docs] update
- [meta] add issue template (#3483 @ ROSSROSALES)
- [Docs] Use emoji for jsx-runtime config and config file for eslint-doc-generator (#3504 @ bmish)
- [Docs]
- [Perf] use
-
7.31.11 - 2022-11-18
- [Perf] component detection: improve performance by avoiding traversing parents unnecessarily (#3459 @ golopot)
- [Docs]
- [Docs] automate doc generation with
-
7.31.10 - 2022-10-10
-
7.31.9 - 2022-10-09
- [Docs]
- [Perf] component detection: improve performance by optimizing getId (#3451 @ golopot)
- [Docs]
-
7.31.8 - 2022-09-09
-
7.31.7 - 2022-09-05
-
7.31.6 - 2022-09-04
-
7.31.5 - 2022-09-04
-
7.31.4 - 2022-09-03
-
7.31.3 - 2022-09-03
-
7.31.2 - 2022-09-02
-
7.31.1 - 2022-08-26
-
7.31.0 - 2022-08-24
-
7.30.2 - 2022-08-24
-
7.30.1 - 2022-06-23
-
7.30.0 - 2022-05-18
-
7.29.4 - 2022-03-13
-
7.29.3 - 2022-03-03
-
7.29.2 - 2022-02-26
-
7.29.1 - 2022-02-25
-
7.29.0 - 2022-02-25
-
7.28.0 - 2021-12-22
-
7.27.1 - 2021-11-19
-
7.27.0 - 2021-11-10
-
7.26.1 - 2021-09-30
-
7.26.0 - 2021-09-21
-
7.25.3 - 2021-09-19
-
7.25.2 - 2021-09-16
-
7.25.1 - 2021-08-30
-
7.25.0 - 2021-08-29
-
7.24.0 - 2021-05-29
-
7.23.2 - 2021-04-08
-
7.23.1 - 2021-03-24
-
7.23.0 - 2021-03-23
-
7.22.0 - 2020-12-30
-
7.21.5 - 2020-10-20
-
7.21.4 - 2020-10-09
-
7.21.3 - 2020-10-02
-
7.21.2 - 2020-09-24
-
7.21.1 - 2020-09-23
-
7.21.0 - 2020-09-23
-
7.20.6 - 2020-08-12
-
7.20.5 - 2020-07-28
-
7.20.4 - 2020-07-27
-
7.20.3 - 2020-06-30
-
7.20.2 - 2020-06-29
-
7.20.1 - 2020-06-28
-
7.20.0 - 2020-05-13
-
7.19.0 - 2020-03-06
-
7.18.3 - 2020-02-03
-
7.18.2 - 2020-02-02
-
7.18.1 - 2020-02-01
-
7.18.0 - 2020-01-16
-
7.17.0 - 2019-11-29
-
7.16.0 - 2019-10-04
-
7.15.1 - 2019-10-01
-
7.15.0 - 2019-10-01
-
7.14.3 - 2019-07-22
-
7.14.2 - 2019-06-24
-
7.14.1 - 2019-06-24
-
7.14.0 - 2019-06-23
-
7.13.0 - 2019-05-03
-
7.12.4 - 2019-01-17
-
7.12.3 - 2019-01-04
-
7.12.2 - 2019-01-02
-
7.12.1 - 2019-01-01
-
7.12.0 - 2018-12-28
-
7.11.1 - 2018-08-14
from eslint-plugin-react GitHub release notesFixed
parserOptionsin legacy configs ([#3523][] @ ljharb)jsx-no-constructed-context-values,jsx-no-useless-fragment: add a rule schema (@ ljharb)(
no-unknown-property: addfillfor<marker>(#3525 @ alexey-koran)Fixed
destructuring-assignment: do not force destructuring of optionally chained properties (#3520 @ ljharb)Added
hook-use-state: addallowDestructuredStateoption (#3449 @ ljharb)sort-default-propsand deprecatejsx-sort-default-props(#1861 @ alexzherdev)no-object-type-as-default-proprule (#2848 @ cyan33 @ fengkx)Fixed
sort-prop-types: restore autofixing (#3452, #3471 @ ROSSROSALES)no-unknown-property: do not checkfbselements (#3494 @ brianogilvie)jsx-newline: No newline between comments and jsx elements (#3493 @ justmejulian)jsx-no-leaked-render: Don't report errors on empty strings if React >= v18 (#3488 @ himanshu007-creator)no-invalid-html-attribute: convert autofix to suggestion (#3474 @ himanshu007-creator @ ljharb)jsx-no-leaked-render: fix removing parentheses for conditionals (#3502 @ akulsr0)jsx-no-leaked-render: invalid fixes in coerce mode (#3511 @ akulsr0)destructuring-assignment: Handle destructuring of useContext in SFC (#2797 @ Zinyon @ ljharb)Changed
jsx-no-leaked-render: Remove mentions of empty strings for React 18 (#3468 @ karlhorky)eslint-doc-generatorto v1.0.0 (#3499 @ bmish)prefer-exact-props: fix example flow syntax (#3510 @ smackfu)anyOfinstead ofoneOf(@ ljharb @ remcohaszing)Fixed
jsx-no-target-blank: allow ternaries with literals (#3464 @ akulsr0)no-unknown-property: addinertattribute (#3484 @ ljharb)jsx-key: detect keys in logical expression and conditional expression (#3490 @ metreniuk)Changed
forbid-component-props: inclusive language w/ allowlist (#3473 @ AndersDJohnson)eslint-doc-generator(#3469 @ bmish)Fixed
no-unknown-property: allowallowFullScreenoniframe(#3455 @ almeidx)Fixed
no-unknown-property: adddialogattributes (#3436 @ ljharb)no-arrow-function-lifecycle: when converting from an arrow, remove the semi and wrapping parens (#3337 @ ljharb)jsx-key: Ignore elements insideReact.Children.toArray()(#1591 @ silvenon)jsx-no-constructed-context-values: fix false positive for usage in non-components (#3448 @ golopot)static-property-placement: warn on nonstatic expected-statics (#2581 @ ljharb)no-unknown-property: properly tag-restrict case-insensitive attributes (@ ljharb)no-unknown-property: allowwebkitDirectoryoninput, case-insensitive (#3454 @ ljharb)Changed
no-unknown-property: fix typo in link (#3445 @ denkristoffer)no-unstable-nested-components: Warn about memoized, nested components (#3444 @ eps1lon)Read more
Read more
Read more
Read more
Commit messages
Package name: eslint-plugin-react
Compare
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs