Skip to content

[Snyk] Upgrade eslint from 7.5.0 to 7.15.0 #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

snyk-bot
Copy link

@snyk-bot snyk-bot commented Jan 2, 2021

Snyk has created this PR to upgrade eslint from 7.5.0 to 7.15.0.

merge advice
✨ Snyk has automatically assigned this pull request, set who gets assigned.

ℹ️ 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 12 versions ahead of your current version.
  • The recommended version was released a month ago, on 2020-12-05.

The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Prototype Pollution
SNYK-JS-LODASH-590103
490/1000
Why? CVSS 9.8
No Known Exploit

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

Release notes
Package name: eslint
  • 7.15.0 - 2020-12-05
  • 7.14.0 - 2020-11-20
    • 5f09073 Update: fix 'skip' options in no-irregular-whitespace (fixes #13852) (#13853) (Milos Djermanovic)
    • 1861b40 Docs: correct the function-call-argument-newline 'default' descriptions (#13866) (Trevin Hofmann)
    • 98c00c4 New: Add no-nonoctal-decimal-escape rule (fixes #13765) (#13845) (Milos Djermanovic)
    • 95d2fe6 Chore: remove eslint comment from no-octal-escape tests (#13846) (Milos Djermanovic)
    • 2004b7e Fix: enable debug logs for @ eslint/eslintrc (fixes #13850) (#13861) (Milos Djermanovic)
    • d2239a1 Fix: no-useless-constructor crash on bodyless constructor (fixes #13830) (#13842) (Ari Perkkiö)
    • eda0aa1 Docs: no-restricted-imports is only for static imports (#13863) (Robat Williams)
    • 042ae44 Docs: Fix JS syntax and doc URL in working-with-custom-formatters.md (#13828) (Raphael LANG)
    • 038dc73 Chore: Test on Node.js 15 (#13844) (Brandon Mills)
    • 37a06d6 Sponsors: Sync README with website (ESLint Jenkins)
  • 7.13.0 - 2020-11-07
    • 254e00f New: Configurable List Size For Per-Rule Performance Metrics (#13812) (Bryan Mishkin)
    • 6c3c710 Docs: fix broken url in docs (#13815) (SaintMalik)
    • 4a09149 Sponsors: Sync README with website (ESLint Jenkins)
    • fb6fcbf Docs: Fix reference to Code of Conduct (#13797) (Tobias Nießen)
    • 1b89ebe Sponsors: Sync README with website (ESLint Jenkins)
  • 7.12.1 - 2020-10-27
    • 08f33e8 Upgrade: @ eslint/eslintrc to fix rule schema validation (fixes #13793) (#13794) (Brandon Mills)
    • aeef485 Fix: Pass internal config paths in FileEnumerator default (fixes #13789) (#13792) (Brandon Mills)
    • 631ae8b Sponsors: Sync README with website (ESLint Jenkins)
  • 7.12.0 - 2020-10-24
    Read more
  • 7.11.0 - 2020-10-09
    • 23e966f Chore: Refactor CLIEngine tests (refs #13481) (#13709) (Nicholas C. Zakas)
    • fa9429a Fix: don't count line after EOF in max-lines (#13735) (Milos Djermanovic)
    • d973675 Docs: Update anchor links to use existing linkrefs (refs #13715) (#13741) (Brandon Mills)
    • 2c6d774 Docs: Fix typos (#13730) (Frieder Bluemle)
    • cc468c0 Upgrade: eslint-visitor-keys@2.0.0 (#13732) (Milos Djermanovic)
    • ab0ac6c Docs: Fix anchor links (#13715) (Gary Moore)
    • 27f0de6 Fix: account for linebreaks before postfix ++/-- in no-extra-parens (#13731) (Milos Djermanovic)
    • da78fa1 Update: support async arrow fn in function-paren-newline (fixes #13728) (#13729) (Michal Dziekonski)
    • fe301b8 Docs: Add configuration comments in examples (#13738) (YeonJuan)
    • 504408c Sponsors: Sync README with website (ESLint Jenkins)
    • 3900659 Sponsors: Sync README with website (ESLint Jenkins)
    • c1974b3 Sponsors: Sync README with website (ESLint Jenkins)
    • 6f4abe5 Sponsors: Sync README with website (ESLint Jenkins)
  • 7.10.0 - 2020-09-26
    Read more
  • 7.9.0 - 2020-09-12
    Read more
  • 7.8.1 - 2020-09-01
    • f542b5d Fix: Update broken @ eslint/eslintrc version (fixes #13641) (#13647) (Nicholas C. Zakas)
    • c1b5696 Sponsors: Sync README with website (ESLint Jenkins)
    • 8ddeda0 Sponsors: Sync README with website (ESLint Jenkins)
    • e02e2fe Sponsors: Sync README with website (ESLint Jenkins)
  • 7.8.0 - 2020-08-31
    Read more
  • 7.7.0 - 2020-08-14
  • 7.6.0 - 2020-07-31
  • 7.5.0 - 2020-07-18
from eslint GitHub release notes
Commit messages
Package name: eslint
  • 902a032 7.15.0
  • 6356778 Build: changelog update for 7.15.0
  • 5c11aab Upgrade: @ eslint/esintrc and espree for bug fixes (refs #13878) (#13908)
  • 0eb7957 Upgrade: file-entry-cache@6.0.0 (#13877)
  • 683ad00 New: no-unsafe-optional-chaining rule (fixes #13431) (#13859)
  • cbc57fb Fix: one-var autofixing for export (fixes #13834) (#13891)
  • 110cf96 Docs: Fix a broken link in working-with-rules.md (#13875)
  • 0cb81a9 7.14.0
  • fb3a594 Build: changelog update for 7.14.0
  • 5f09073 Update: fix 'skip' options in no-irregular-whitespace (fixes #13852) (#13853)
  • 1861b40 Docs: correct the function-call-argument-newline 'default' descriptions (#13866)
  • 98c00c4 New: Add no-nonoctal-decimal-escape rule (fixes #13765) (#13845)
  • 95d2fe6 Chore: remove eslint comment from no-octal-escape tests (#13846)
  • 2004b7e Fix: enable debug logs for @ eslint/eslintrc (fixes #13850) (#13861)
  • d2239a1 Fix: no-useless-constructor crash on bodyless constructor (fixes #13830) (#13842)
  • eda0aa1 Docs: no-restricted-imports is only for static imports (#13863)
  • 042ae44 Docs: Fix JS syntax and doc URL in working-with-custom-formatters.md (#13828)
  • 038dc73 Chore: Test on Node.js 15 (#13844)
  • 37a06d6 Sponsors: Sync README with website
  • 4255f36 7.13.0
  • de65822 Build: changelog update for 7.13.0
  • 254e00f New: Configurable List Size For Per-Rule Performance Metrics (#13812)
  • 6c3c710 Docs: fix broken url in docs (#13815)
  • 4a09149 Sponsors: Sync README with website

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

👩‍💻 Set who automatically gets assigned

🛠 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.

1 participant