Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

[Snyk] Upgrade eslint from 7.32.0 to 8.6.0 #205

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

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade eslint from 7.32.0 to 8.6.0.

merge advice
ℹ️ 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 13 versions ahead of your current version.
  • The recommended version was released a month ago, on 2021-12-31.
Release notes
Package name: eslint
  • 8.6.0 - 2021-12-31

    Features

    • 6802a54 feat: handle logical assignment in no-self-assign (#14152) (Zzzen)
    • 3b38018 feat: allow to define eslint-disable-next-line in multiple lines (#15436) (Nitin Kumar)
    • 9d6fe5a feat: false negative with onlyDeclarations + properties in id-match (#15431) (Nitin Kumar)

    Documentation

    • 6c4dee2 docs: Document homedir is a configuration root (#15469) (Bas Bosman)
    • 51c37b1 docs: consistency changes (#15404) (Bas Bosman)
    • 775d181 docs: Mention character classes in no-useless-escape (#15421) (Sebastian Simon)

    Chores

    • 3a384fc chore: Upgrade espree to 9.3.0 (#15473) (Brandon Mills)
    • 1443cc2 chore: Update blogpost.md.ejs (#15468) (Nicholas C. Zakas)
    • 28e907a refactor: remove unused parameter in linter.js (#15451) (Milos Djermanovic)
    • eaa08d3 test: add tests for allowReserved parser option with flat config (#15450) (Milos Djermanovic)
  • 8.5.0 - 2021-12-17

    Features

    • 94e77a6 feat: Suggestions support for prefer-regex-literals (#15077) (Yash Singh)
    • eafaf52 feat: add prefer-object-has-own rule (#15346) (Nitin Kumar)

    Bug Fixes

    • 7d832d4 fix: improve prefer-template fixer (#15230) (Nitin Kumar)
    • 981fb48 fix: do not report global references in id-match rule (#15420) (Nitin Kumar)
    • f13d4a6 fix: improve autofix of prefer-object-has-own (#15419) (Nitin Kumar)
    • f4559a0 fix: add helpful message when test case has non-string code/name (#15425) (Bryan Mishkin)

    Documentation

    • 314c84c docs: add an incorrect code example in for-direction (#15434) (Holger Jeromin)
    • 3928175 docs: add destructuring examples for computed-property-spacing (#15423) (Nitin Kumar)
    • a53e59e docs: add more examples for array-element-newline rule (#15427) (Nitin Kumar)
    • 74cf0a0 docs: update CLA info (#15370) (Nitin Kumar)
    • e84195e docs: fix heading level for an option in class-methods-use-this rule (#15399) (Takuya Fukuju)

    Chores

    • 225f211 test: add destructuring test cases for computed-property-spacing (#15424) (Nitin Kumar)
    • f2c7ba6 ci: use node v16 for macOS and windows jobs (#15418) (Nitin Kumar)
  • 8.4.1 - 2021-12-07

    Bug Fixes

    • 234e3d9 fix: revert changes to reported locations in max-lines-per-function (#15397) (Milos Djermanovic)

    Documentation

    • fa4d483 docs: fix typo in example for sort-keys rule (#15393) (Nitin Kumar)
  • 8.4.0 - 2021-12-04

    Features

    • 5771663 feat: add allowReserved parser option (#15387) (Milos Djermanovic)
    • 32ac37a feat: Flat config support in Linter (refs #13481) (#15185) (Nicholas C. Zakas)
    • d041f34 feat: Treat Class/New Expressions as truthy in no-constant-condition (#15326) (Jordan Eldredge)
    • 8f44cf5 feat: report only lines that exceed the limit in max-lines-per-function (#15140) (Sneh Khatri)
    • 808ad35 feat: pass cwd to formatters (refs eslint/rfcs#57) (#13392) (Toru Nagashima)
    • f1b7499 feat: support async formatters (#15243) (MO)

    Bug Fixes

    • 4940cc5 fix: mark --rulesdir option as deprecated in CLI docs (#15310) (Kevin Partington)

    Documentation

    • 54deec5 docs: update integrations.md (#15380) (Vlad Sholokhov)
    • fa0423a docs: fix typo in PR template (#15365) (Nitin Kumar)
    • e233920 docs: enable a few more markdownlint rules and fix violations (#15368) (Bryan Mishkin)
    • 632176d docs: Dedent needlessly indented example in getter-return docs (#15363) (Jordan Eldredge)
    • 4497e88 docs: Update release notes blog post template (#15285) (Nicholas C. Zakas)

    Chores

    • efede90 chore: upgrade @ eslint/eslintrc@1.0.5 (#15389) (Milos Djermanovic)
    • 0b8c846 chore: fix update-readme to avoid multiple consecutive blank lines (#15375) (Milos Djermanovic)
    • 94b2a8b chore: Use default Chromium binary in M1 Mac tests (#15371) (Brandon Mills)
    • ba58d94 ci: use node v16 for Verify Files (#15364) (Nitin Kumar)
    • 1e32ee5 chore: add jsdoc type annotation to rules (#15291) (Bryan Mishkin)
  • 8.3.0 - 2021-11-21
    Read more
  • 8.2.0 - 2021-11-05
    Read more
  • 8.1.0 - 2021-10-22
    Read more
  • 8.0.1 - 2021-10-14
    Read more
  • 8.0.0 - 2021-10-09
    Read more
  • 8.0.0-rc.0 - 2021-09-24
    Read more
  • 8.0.0-beta.2 - 2021-09-10
  • 8.0.0-beta.1 - 2021-08-27
  • 8.0.0-beta.0 - 2021-08-15
  • 7.32.0 - 2021-07-30
from eslint GitHub release notes
Commit messages
Package name: eslint
  • 648fe1a 8.6.0
  • fde7340 Build: changelog update for 8.6.0
  • 3a384fc chore: Upgrade espree to 9.3.0 (#15473)
  • 1443cc2 chore: Update blogpost.md.ejs (#15468)
  • 6c4dee2 docs: Document homedir is a configuration root (#15469)
  • 6802a54 feat: handle logical assignment in no-self-assign (#14152)
  • 3b38018 feat: allow to define `eslint-disable-next-line` in multiple lines (#15436)
  • 51c37b1 docs: consistency changes (#15404)
  • 28e907a refactor: remove unused parameter in `linter.js` (#15451)
  • eaa08d3 test: add tests for `allowReserved` parser option with flat config (#15450)
  • bee3ae0 Sponsors: Sync README with website
  • c161937 Sponsors: Sync README with website
  • 9d6fe5a feat: false negative with `onlyDeclarations` + `properties` in id-match (#15431)
  • 775d181 docs: Mention character classes in no-useless-escape (#15421)
  • 9d951ac 8.5.0
  • 6ff5609 Build: changelog update for 8.5.0
  • 7d832d4 fix: improve `prefer-template` fixer (#15230)
  • 94e77a6 feat: Suggestions support for `prefer-regex-literals` (#15077)
  • 314c84c docs: add an incorrect code example in for-direction (#15434)
  • 981fb48 fix: do not report global references in `id-match` rule (#15420)
  • 3928175 docs: add destructuring examples for `computed-property-spacing` (#15423)
  • 225f211 test: add destructuring test cases for `computed-property-spacing` (#15424)
  • f13d4a6 fix: improve autofix of `prefer-object-has-own` (#15419)
  • f4559a0 fix: add helpful message when test case has non-string code/name (#15425)

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

@coveralls
Copy link

Coverage Status

Coverage remained the same at 85.714% when pulling ea9b046 on snyk-upgrade-0bc27a914fbc02500b63e5be41b839fe into ec2c5d3 on main.

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.

None yet

2 participants