BlueWallet / LndHub

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

[Snyk] Upgrade eslint from 7.32.0 to 8.23.0 #500

Closed snyk-bot closed 1 year ago

snyk-bot commented 1 year ago

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

merge advice :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.23.0 - 2022-08-26

    Features

    • 3e5839e feat: Enable eslint.config.js lookup from CLI (#16235) (Nicholas C. Zakas)
    • 30b1a2d feat: add allowEmptyCase option to no-fallthrough rule (#15887) (Amaresh S M)
    • 43f03aa feat: no-warning-comments support comments with decoration (#16120) (Lachlan Hunt)

    Documentation

    • b1918da docs: package.json conventions (#16206) (Patrick McElhaney)
    • 0e03c33 docs: remove word immediately (#16217) (Strek)
    • c6790db docs: add anchor link for "migrating from jscs" (#16207) (Percy Ma)
    • 7137344 docs: auto-generation edit link (#16213) (Percy Ma)

    Chores

    • 2e004ab chore: upgrade @ eslint/eslintrc@1.3.1 (#16249) (Milos Djermanovic)
    • d35fbbe chore: Upgrade to espree@9.4.0 (#16243) (Milos Djermanovic)
    • ed26229 test: add no-extra-parens tests with rest properties (#16236) (Milos Djermanovic)
    • deaf69f chore: fix off-by-one min-width: 1023px media queries (#15974) (Milos Djermanovic)
    • 63dec9f refactor: simplify parseListConfig (#16241) (Milos Djermanovic)
  • 8.22.0 - 2022-08-14

    Features

    • 2b97607 feat: Implement caching for FlatESLint (#16190) (Nicholas C. Zakas)
    • fd5d3d3 feat: add methodsIgnorePattern option to object-shorthand rule (#16185) (Milos Djermanovic)

    Documentation

    • 9f5a752 docs: optimize image assets (#16170) (Sam Chen)
    • 61b2948 docs: add svgo command to pre commit hook (#16178) (Amaresh S M)
    • 784096d docs: improve search result UI (#16187) (Sam Chen)
    • d0f4cb4 docs: use shorthand property name in example (#16180) (Kevin Elliott)

    Chores

    • 10a6e0e chore: remove deploy workflow for playground (#16186) (Milos Djermanovic)
  • 8.21.0 - 2022-08-01

    Features

    • 7b43ea1 feat: Implement FlatESLint (#16149) (Nicholas C. Zakas)
    • 92bf49a feat: improve the key width calculation in key-spacing rule (#16154) (Nitin Kumar)
    • c461542 feat: add new allowLineSeparatedGroups option to the sort-keys rule (#16138) (Nitin Kumar)
    • 1cdcbca feat: add deprecation warnings for legacy API in RuleTester (#16063) (Nitin Kumar)

    Bug Fixes

    • 0396775 fix: lines-around-comment apply allowBlockStart for switch statements (#16153) (Nitin Kumar)

    Documentation

    • 2aadc93 docs: add anchors to headings inside docs content (#16134) (Strek)

    Chores

    • 8892511 chore: Upgrade to Espree 9.3.3 (#16173) (Brandon Mills)
    • 1233bee chore: switch to eslint-plugin-node's maintained fork (#16150) (唯然)
    • 97b95c0 chore: upgrade puppeteer v13 (#16151) (唯然)
  • 8.20.0 - 2022-07-16
    Read more
  • 8.19.0 - 2022-07-02
    Read more
  • 8.18.0 - 2022-06-17
    Read more
  • 8.17.0 - 2022-06-03
    Read more
  • 8.16.0 - 2022-05-20
    Read more
  • 8.15.0 - 2022-05-06
    Read more
  • 8.14.0 - 2022-04-22

    Features

    • ab6363d feat: Add rule no-constant-binary-expression (#15296) (Jordan Eldredge)

    Bug Fixes

    • 35fa1dd fix: allow project paths to have URL-encoded characters (#15795) (Milos Djermanovic)
    • 413f1d5 fix: update astUtils.isDirectiveComment with globals and exported (#15775) (Milos Djermanovic)

    Build Related

    Chores

    • 735458c chore: add static frontmatter to no-constant-binary-expression docs (#15798) (Milos Djermanovic)
    • db28f2c chore: Add static frontmatter to docs (#15782) (Nicholas C. Zakas)
    • 3bca59e chore: markdownlint autofix on commit (#15783) (Nicholas C. Zakas)
  • 8.13.0 - 2022-04-08
  • 8.12.0 - 2022-03-25
  • 8.11.0 - 2022-03-11
  • 8.10.0 - 2022-02-25
  • 8.9.0 - 2022-02-12
  • 8.8.0 - 2022-01-28
  • 8.7.0 - 2022-01-16
  • 8.6.0 - 2021-12-31
  • 8.5.0 - 2021-12-17
  • 8.4.1 - 2021-12-07
  • 8.4.0 - 2021-12-04
  • 8.3.0 - 2021-11-21
  • 8.2.0 - 2021-11-05
  • 8.1.0 - 2021-10-22
  • 8.0.1 - 2021-10-14
  • 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
  • dcf178e 8.23.0
  • f005173 Build: changelog update for 8.23.0
  • 2e004ab chore: upgrade @ eslint/eslintrc@1.3.1 (#16249)
  • d35fbbe chore: Upgrade to espree@9.4.0 (#16243)
  • 3e5839e feat: Enable eslint.config.js lookup from CLI (#16235)
  • 30b1a2d feat: add `allowEmptyCase` option to no-fallthrough rule (#15887)
  • ed26229 test: add no-extra-parens tests with rest properties (#16236)
  • deaf69f chore: fix off-by-one `min-width: 1023px` media queries (#15974)
  • 63dec9f refactor: simplify `parseListConfig` (#16241)
  • 43f03aa feat: no-warning-comments support comments with decoration (#16120)
  • b1918da docs: package.json conventions (#16206)
  • 0e03c33 docs: remove word immediately (#16217)
  • c6790db docs: add anchor link for "migrating from jscs" (#16207)
  • 7137344 docs: auto-generation edit link (#16213)
  • 4e9671f 8.22.0
  • 5092a24 Build: changelog update for 8.22.0
  • 2b97607 feat: Implement caching for FlatESLint (#16190)
  • fd5d3d3 feat: add `methodsIgnorePattern` option to object-shorthand rule (#16185)
  • 9f5a752 docs: optimize image assets (#16170)
  • 61b2948 docs: add svgo command to pre commit hook (#16178)
  • 784096d docs: improve search result UI (#16187)
  • d0f4cb4 docs: use shorthand property name in example (#16180)
  • 10a6e0e chore: remove deploy workflow for playground (#16186)
  • 9c53ed4 8.21.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