BlueWallet / LndHub

Wrapper for Lightning Network Daemon. It provides separate accounts for end-users
http://LndHub.io
MIT License
747 stars 182 forks source link

[Snyk] Upgrade eslint from 7.32.0 to 8.8.0 #371

Closed snyk-bot closed 2 years ago

snyk-bot commented 2 years ago

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

:information_source: 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.

Release notes
Package name: eslint
  • 8.8.0 - 2022-01-28

    Features

    • 5d60812 feat: implement rfc 2021-suppression-support (#15459) (Yiwei Ding)

    Documentation

    • 5769cc2 docs: fix relative link (#15544) (Nick Schonning)
    • ccbc35f docs: trimmed rules h1s to just be rule names (#15514) (Josh Goldberg)
    • 851f1f1 docs: fixed typo in comment (#15531) (Jiapei Liang)
    • 7d7af55 docs: address upcoming violation of markdownlint rule MD050/strong-style (#15529) (David Anson)
  • 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
    Read more
  • 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
    • f9217e5 Upgrade: @ eslint/eslintrc@1.0.3 for Jest workaround (#15164) (Brandon Mills)
    • c584a63 Chore: add ecmaVersion 13 to types.js (#15163) (Milos Djermanovic)
    • ff5fcd4 Docs: add 13 as allowed ecma version (fixes #15159) (#15162) (唯然)
  • 8.0.0 - 2021-10-09
  • 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
  • b6f2bd8 8.8.0
  • 7d1366a Build: changelog update for 8.8.0
  • 5d60812 feat: implement rfc 2021-suppression-support (#15459)
  • 5769cc2 docs: fix relative link (#15544)
  • ccbc35f docs: trimmed rules h1s to just be rule names (#15514)
  • 851f1f1 docs: fixed typo in comment (#15531)
  • 7d7af55 docs: address upcoming violation of markdownlint rule MD050/strong-style (#15529)
  • 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)
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