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.1.0 #90

Closed

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade eslint from 5.15.3 to 7.1.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 27 versions ahead of your current version.
  • The recommended version was released a month ago, on 2020-05-23.

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.1.0 - 2020-05-23
    • a93083a Fix: astUtils.getNextLocation returns invalid location after CRLF (#13275) (Milos Djermanovic)
    • df01af1 Update: padded-blocks loc position changes (refs #12334) (#13328) (Anix)
    • bd3f092 Fix: max-lines-per-function flagging arrow IIFEs (fixes #13332) (#13336) (cherryblossom000)
    • 25462b2 Update: block-spacing changed loc for extra (refs #12334) (#13314) (Anix)
    • de0aab9 Fix: report end loc in one-var-declaration-per-line (refs #12334) (#13326) (YeonJuan)
    • 1710296 Fix: no-new-symbol false positive with Symbol as an argument (#13337) (Milos Djermanovic)
    • cc01451 Fix: arrow-parens no reporting for comments inside (fixes #12995) (#13312) (Anix)
    • a195141 Update: reporting location for semi-spacing (refs #12334) (#13285) (Anix)
    • e3e4c41 Fix: fix false positives of no-new-func (#13333) (Pig Fang)
    • 611c676 Docs: Update new rules policies (#13343) (Nicholas C. Zakas)
    • 3a5fbb3 Chore: correct fileoverview doc in accessor-pairs (#13335) (YeonJuan)
    • b0a6b81 Update: Improve report location for rest-spread-spacing (refs #12334) (#13313) (Milos Djermanovic)
    • 68c8ee3 Fix: Stop path analyzer on unknown nodes (#13305) (Ilya Volodin)
    • 89e1081 Update: Improve report location for linebreak-style (refs #12334) (#13317) (Milos Djermanovic)
    • 0891379 Docs: Document the "correct" way to build an array with values (#13246) (Ed S)
    • 88127d7 Chore: remove checkbox from PR template prerequesites (#13330) (Kai Cataldo)
    • c636d57 New: no-loss-of-precision (fixes #11279) (#12747) (jmoore914)
    • 72a4e10 Chore: Mark SourceCode getComments() method as deprecated (fixes #13293) (#13296) (SuperOleg39)
    • 7f14846 Docs: fix broken link in Node.js API docs (#13307) (Kai Cataldo)
    • 02aeba1 Sponsors: Sync README with website (ESLint Jenkins)
    • 1f17533 Docs: Gitter -> Discord URL (refs #13039) (#13308) (Nicholas C. Zakas)
    • 82a448a Docs: improve documentation of no-return-await (#13215) (Linus Unnebäck)
    • 742941d Update: added typescript-eslint/recommended configs for init (#13235) (Anix)
    • 3d03df0 Sponsors: Sync README with website (ESLint Jenkins)
    • f44a6b4 Chore: fix invalid syntax in require-await tests (#13277) (Milos Djermanovic)
    • 2c778fb Fix: remove custom plugins from replacedBy metadata (#13274) (Kai Cataldo)
    • 0db3b1d Sponsors: Sync README with website (ESLint Jenkins)
  • 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
    • dd1e9f4 Fix: revert changes to key-spacing due to regression (#12598) (Kai Cataldo)
    • c644b54 Docs: Update README team and sponsors (ESLint Jenkins)
  • 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
  • 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)
  • 25462b2 Update: block-spacing changed loc for extra (refs #12334) (#13314)
  • de0aab9 Fix: report end loc in one-var-declaration-per-line (refs #12334) (#13326)
  • 1710296 Fix: no-new-symbol false positive with Symbol as an argument (#13337)
  • cc01451 Fix: arrow-parens no reporting for comments inside (fixes #12995) (#13312)
  • a195141 Update: reporting location for semi-spacing (refs #12334) (#13285)
  • e3e4c41 Fix: fix false positives of no-new-func (#13333)
  • 611c676 Docs: Update new rules policies (#13343)
  • 3a5fbb3 Chore: correct fileoverview doc in accessor-pairs (#13335)
  • b0a6b81 Update: Improve report location for rest-spread-spacing (refs #12334) (#13313)
  • 68c8ee3 Fix: Stop path analyzer on unknown nodes (#13305)
  • 89e1081 Update: Improve report location for linebreak-style (refs #12334) (#13317)
  • 0891379 Docs: Document the "correct" way to build an array with values (#13246)
  • 88127d7 Chore: remove checkbox from PR template prerequesites (#13330)
  • c636d57 New: no-loss-of-precision (fixes #11279) (#12747)
  • 72a4e10 Chore: Mark SourceCode getComments() method as deprecated (fixes #13293) (#13296)
  • 7f14846 Docs: fix broken link in Node.js API docs (#13307)
  • 02aeba1 Sponsors: Sync README with website
  • 1f17533 Docs: Gitter -> Discord URL (refs #13039) (#13308)
  • 82a448a Docs: improve documentation of no-return-await (#13215)

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

@lwojcik lwojcik closed this Jun 19, 2020
@lwojcik lwojcik deleted the snyk-upgrade-8a61f21e7b23fd1b6b0d61a6b9ef2d8e branch June 21, 2020 00:41
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