Skip to content

[Snyk] Upgrade eslint-plugin-react from 7.5.1 to 7.22.0#10

Open
RockRunner007 wants to merge 1 commit intomasterfrom
snyk-upgrade-65a66103d69d14c1255a6e2324d21e48
Open

[Snyk] Upgrade eslint-plugin-react from 7.5.1 to 7.22.0#10
RockRunner007 wants to merge 1 commit intomasterfrom
snyk-upgrade-65a66103d69d14c1255a6e2324d21e48

Conversation

@RockRunner007
Copy link

Snyk has created this PR to upgrade eslint-plugin-react from 7.5.1 to 7.22.0.

ℹ️ 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.


  • The recommended version is 45 versions ahead of your current version.
  • The recommended version was released a month ago, on 2020-12-30.

The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Regular Expression Denial of Service (ReDoS)
SNYK-JS-UAPARSERJS-610226
482/1000
Why? Proof of Concept exploit, CVSS 7.5
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-UAPARSERJS-1023599
482/1000
Why? Proof of Concept exploit, CVSS 7.5
Proof of Concept
Regular Expression Denial of Service (ReDoS)
npm:ua-parser-js:20180227
482/1000
Why? Proof of Concept exploit, CVSS 7.5
Proof of Concept
Denial of Service
SNYK-JS-NODEFETCH-674311
482/1000
Why? Proof of Concept exploit, CVSS 7.5
No Known Exploit

(*) Note that the real score may have changed since the PR was raised.

Release notes
Package name: eslint-plugin-react
  • 7.22.0 - 2020-12-30

    v7.22.0

  • 7.21.5 - 2020-10-20
    No content.
  • 7.21.4 - 2020-10-09
    No content.
  • 7.21.3 - 2020-10-02

    Update CHANGELOG and bump version

  • 7.21.2 - 2020-09-24

    Update CHANGELOG and bump version

  • 7.21.1 - 2020-09-23

    v7.21.1

  • 7.21.0 - 2020-09-23

    v7.21.0

  • 7.20.6 - 2020-08-12

    v7.20.6

  • 7.20.5 - 2020-07-28

    v7.20.5

  • 7.20.4 - 2020-07-27

    Update CHANGELOG and bump version

  • 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
  • 7.11.0 - 2018-08-13
  • 7.10.0 - 2018-06-25
  • 7.9.1 - 2018-06-04
  • 7.9.0 - 2018-06-03
  • 7.8.2 - 2018-05-13
  • 7.8.1 - 2018-05-11
  • 7.8.0 - 2018-05-11
  • 7.8.0-rc.0 - 2018-05-10
  • 7.7.0 - 2018-02-20
  • 7.6.1 - 2018-01-29
  • 7.6.0 - 2018-01-25
  • 7.5.1 - 2017-11-19
from eslint-plugin-react GitHub release notes
Commit messages
Package name: eslint-plugin-react
  • e2eaada Update CHANGELOG and bump version
  • 77e1b35 [Fix] `no-danger-with-children`/`style-prop-object`/`no-adjacent-inline-elements`: add category, URL
  • a137a04 [Tests] clean up some test cases
  • 9e4bbd0 [Fix] `no-unused-prop-types`: apply `skipShapeProps` to exact types
  • 7aaa1cf [meta] fix changelog entry
  • c4ecce9 [New] `jsx-no-target-blank`: Add `warnOnSpreadAttributes` option
  • 66593e5 [New] `jsx-indent-props`: add `ignoreTernaryOperator` option
  • 816e344 [Fix] `jsx-no-undef`: handle the TS parser combined with an invalid ecmaVersion
  • b85b8fc [Tests] add `readme` tests I forgot in #2887
  • 8ef839a [Tests] migrate tests to Github Actions
  • ef839f7 [Tests] test on node v14 and v15, and remove v11 and v13
  • 147f770 [actions] add Automatic Rebase and "Allow Edits" workflows
  • aa43237 [Docs] `prop-types`: fix example
  • 5708ecf [Docs] `no-unused-prop-types`: Add new example to rule
  • 796b609 [Fix] `jsx-props-no-multi-spaces`: fix a false positive for beside comments
  • 9ec87e5 [Fix] `prop-types`: default argument does not count as props-types declaration
  • 23da1ee [Fix] `no-unknown-property`: avoid crash with prop named with Object.prototype key
  • 9c1e652 [Fix] `jsx-wrap-multilines`: fix crash with `declaration`s that are on a new line after `=`
  • d873bdb [Tests] fix `jsx-max-depth` tests in eslint 4
  • 7f41894 [Fix] `jsx-max-depth`: avoid crash with childless jsx child
  • 4073d0e [Fix] `no-typos`: avoid crash with computed method name
  • 63d5a1b [Fix] `jsx-no-script-url`: avoid crash with boolean `href`
  • edbbd79 [Fix] `jsx-no-target-blank`: avoid a crash with a non-string literal
  • 5f6350a [Fix] `prop-types`: function in class that returns a component causes false warning in typescript

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants