Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

[Snyk] Upgrade eslint from 5.15.3 to 7.2.0 #101

Closed

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade eslint from 5.15.3 to 7.2.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.

Warning: This is a major version upgrade, and may be a breaking change.

  • The recommended version is 28 versions ahead of your current version.
  • The recommended version was released 22 days ago, on 2020-06-05.

The recommended version fixes:

Severity Issue Exploit Maturity
Regular Expression Denial of Service (ReDoS)
SNYK-JS-ACORN-559469
No Known Exploit
Release notes
Package name: eslint
  • 7.2.0 - 2020-06-05
    • b735a48 Update: add enforceForFunctionPrototypeMethods option to no-extra-parens (#12895) (Milos Djermanovic)
    • 27ef73f Update: reporter locr of func-call-spacing (refs #12334) (#13311) (Anix)
    • 353bfe9 Update: handle parentheses in multiline-ternary (fixes #13195) (#13367) (Milos Djermanovic)
    • a7fd343 Update: keyword-spacing unexpected space loc improve (refs #12334) (#13377) (Anix)
    • e49732e Fix: Ignore import expressions in no-unused-expressions rule (#13387) (Veniamin Krol)
    • 220349f Chore: Remove duplicate health files (#13380) (Nicholas C. Zakas)
    • dd949ae Update: support ?? operator, import.meta, and export * as ns (#13196) (Toru Nagashima)
    • d5fce9f Update: enable es2020 environment in --init (#13357) (Milos Djermanovic)
    • 21b1583 Docs: fixed broken hash link for working-with-rules.md (#13386) (Yosuke Ota)
    • b76aef7 Update: Improve report location for template-tag-spacing (refs #12334) (#13203) (Milos Djermanovic)
    • 578efad Chore: update no-unused-vars caughtErrors in eslint-config-eslint (#13351) (Milos Djermanovic)
    • 426088c Fix: no-unused-vars updated location to last reference (fixes #13181) (#13354) (Anix)
    • cb50b69 Update: Improve location for no-mixed-spaces-and-tabs (refs #12334) (#13365) (Milos Djermanovic)
    • f858f2a Chore: Add Tidelift to funding.yml (#13371) (Nicholas C. Zakas)
    • ee30e5d Sponsors: Sync README with website (ESLint Jenkins)
    • c29bd9f Chore: Add breaking/core change link to issue templates (#13344) (Kai Cataldo)
    • d55490f Sponsors: Sync README with website (ESLint Jenkins)
  • 7.1.0 - 2020-05-23
    Read more
  • 7.0.0 - 2020-05-08
    Read more
  • 7.0.0-rc.0 - 2020-04-24
    Read more
  • 7.0.0-alpha.3 - 2020-03-28
    Read more
  • 7.0.0-alpha.2 - 2020-02-28
    Read more
  • 7.0.0-alpha.1 - 2020-02-14
    Read more
  • 7.0.0-alpha.0 - 2020-01-17
    Read more
  • 6.8.0 - 2019-12-20
    Read more
  • 6.7.2 - 2019-11-30
    • bc435a9 Fix: isSpaceBetweenTokens() recognizes spaces in JSXText (fixes #12614) (#12616) (Toru Nagashima)
    • 4928d51 Fix: don't ignore the entry directory (fixes #12604) (#12607) (Toru Nagashima)
    • b41677a Docs: Clarify suggestion's data in Working with Rules (refs #12606) (#12617) (Milos Djermanovic)
    • ea16de4 Fix: Support tagged template literal generics in no-unexpected-multiline (#11698) (Brad Zacher)
    • fa6415d Sponsors: Sync README with website (ESLint Jenkins)
    • e1e158b Sponsors: Sync README with website (ESLint Jenkins)
  • 6.7.1 - 2019-11-25
  • 6.7.0 - 2019-11-22
  • 6.6.0 - 2019-10-25
  • 6.5.1 - 2019-10-01
  • 6.5.0 - 2019-09-29
  • 6.4.0 - 2019-09-14
  • 6.3.0 - 2019-08-30
  • 6.2.2 - 2019-08-24
  • 6.2.1 - 2019-08-20
  • 6.2.0 - 2019-08-18
  • 6.1.0 - 2019-07-21
  • 6.0.1 - 2019-06-25
  • 6.0.0 - 2019-06-22
  • 6.0.0-rc.0 - 2019-06-10
  • 6.0.0-alpha.2 - 2019-05-25
  • 6.0.0-alpha.1 - 2019-05-11
  • 6.0.0-alpha.0 - 2019-04-13
  • 5.16.0 - 2019-03-30
  • 5.15.3 - 2019-03-18
from eslint GitHub release notes
Commit messages
Package name: eslint
  • f9c35f3 7.2.0
  • 8d2f728 Build: changelog update for 7.2.0
  • b735a48 Update: add enforceForFunctionPrototypeMethods option to no-extra-parens (#12895)
  • 27ef73f Update: reporter locr of func-call-spacing (refs #12334) (#13311)
  • 353bfe9 Update: handle parentheses in multiline-ternary (fixes #13195) (#13367)
  • a7fd343 Update: keyword-spacing unexpected space loc improve (refs #12334) (#13377)
  • e49732e Fix: Ignore import expressions in no-unused-expressions rule (#13387)
  • 220349f Chore: Remove duplicate health files (#13380)
  • dd949ae Update: support `??` operator, import.meta, and `export * as ns` (#13196)
  • d5fce9f Update: enable es2020 environment in --init (#13357)
  • 21b1583 Docs: fixed broken hash link for working-with-rules.md (#13386)
  • b76aef7 Update: Improve report location for template-tag-spacing (refs #12334) (#13203)
  • 578efad Chore: update no-unused-vars caughtErrors in eslint-config-eslint (#13351)
  • 426088c Fix: no-unused-vars updated location to last reference (fixes #13181) (#13354)
  • cb50b69 Update: Improve location for no-mixed-spaces-and-tabs (refs #12334) (#13365)
  • f858f2a Chore: Add Tidelift to funding.yml (#13371)
  • ee30e5d Sponsors: Sync README with website
  • c29bd9f Chore: Add breaking/core change link to issue templates (#13344)
  • d55490f Sponsors: Sync README with website
  • 9218621 7.1.0
  • 883bfe4 Build: changelog update for 7.1.0
  • a93083a Fix: astUtils.getNextLocation returns invalid location after CRLF (#13275)
  • df01af1 Update: padded-blocks loc position changes (refs #12334) (#13328)
  • bd3f092 Fix: max-lines-per-function flagging arrow IIFEs (fixes #13332) (#13336)

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants