Skip to content
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

[Snyk] Upgrade eslint from 7.32.0 to 8.7.0 #2

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

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade eslint from 7.32.0 to 8.7.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 14 versions ahead of your current version.
  • The recommended version was released a month ago, on 2022-01-16.
Release notes
Package name: eslint
  • 8.7.0 - 2022-01-16

    Features

    • 19ad061 feat: no-restricted-imports support casing (#15439) (gfyoung)
    • 564ecdb feat: Support arbitrary module namespace names in no-restricted-imports (#15491) (Milos Djermanovic)
    • 968a02a feat: Support arbitrary module namespace names in no-useless-rename (#15493) (Milos Djermanovic)
    • 0d2b9a6 feat: move eslint --init to @ eslint/create-config (#15150) (唯然)
    • 127f524 feat: false negative with property option in id-match (#15474) (Nitin Kumar)
    • 359b2c1 feat: Support arbitrary module namespace names in the camelcase rule (#15490) (Milos Djermanovic)
    • 3549571 feat: Support arbitrary module namespace names in the quotes rule (#15479) (Milos Djermanovic)
    • 5563c45 feat: Support arbitrary module namespace names in keyword-spacing (#15481) (Milos Djermanovic)
    • fd3683f feat: Support arbitrary module namespace names in no-restricted-exports (#15478) (Milos Djermanovic)

    Bug Fixes

    • a8db9a5 fix: no-invalid-this false positive in class field initializer (#15495) (Milos Djermanovic)
    • 02d6426 fix: Correctly consume RuleTester statics (#15507) (Brad Zacher)
    • db15802 fix: Add property fatalErrorCount to ignored file results (#15520) (Francesco Trotta)
    • 03ac8cf fix: Prevent false positives with no-constant-condition (#15486) (Jordan Eldredge)

    Documentation

    • f50f849 docs: Update CLI docs to prefer local install (#15513) (Nicholas C. Zakas)
    • 0469eb1 docs: Update shell code fences for new website (#15522) (Olga)

    Chores

    • 369fb1b chore: Upgrade to eslint-visitor-keys@3.2.0 (#15526) (Brandon Mills)
    • ba6317b ci: remove master branch from CI configs (#15501) (Milos Djermanovic)
    • 79b6340 chore: fixed typo in client-Engine (#15497) (Abhay Gupta)
    • 6278281 chore: switch new syntax issue template to forms (#15480) (Nitin Kumar)
  • 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
    Read more
  • 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
  • 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
  • 670f481 8.7.0
  • 7bcdd16 Build: changelog update for 8.7.0
  • 369fb1b chore: Upgrade to eslint-visitor-keys@3.2.0 (#15526)
  • a8db9a5 fix: no-invalid-this false positive in class field initializer (#15495)
  • 19ad061 feat: no-restricted-imports support casing (#15439)
  • f50f849 docs: Update CLI docs to prefer local install (#15513)
  • 0469eb1 docs: Update shell code fences for new website (#15522)
  • 02d6426 fix: Correctly consume RuleTester statics (#15507)
  • db15802 fix: Add property `fatalErrorCount` to ignored file results (#15520)
  • 03ac8cf fix: Prevent false positives with no-constant-condition (#15486)
  • 564ecdb feat: Support arbitrary module namespace names in no-restricted-imports (#15491)
  • 968a02a feat: Support arbitrary module namespace names in no-useless-rename (#15493)
  • ba6317b ci: remove master branch from CI configs (#15501)
  • 0d2b9a6 feat: move `eslint --init` to @ eslint/create-config (#15150)
  • 79b6340 chore: fixed typo in client-Engine (#15497)
  • 127f524 feat: false negative with `property` option in `id-match` (#15474)
  • 359b2c1 feat: Support arbitrary module namespace names in the camelcase rule (#15490)
  • dc26699 Sponsors: Sync README with website
  • 3549571 feat: Support arbitrary module namespace names in the quotes rule (#15479)
  • 5563c45 feat: Support arbitrary module namespace names in keyword-spacing (#15481)
  • fd3683f feat: Support arbitrary module namespace names in no-restricted-exports (#15478)
  • 6278281 chore: switch `new syntax` issue template to forms (#15480)
  • 648fe1a 8.6.0
  • fde7340 Build: changelog update for 8.6.0

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
1 participant