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.12.1 to 8.35.0 #12

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

Conversation

snyk-bot
Copy link

Snyk has created this PR to upgrade eslint from 7.12.1 to 8.35.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 63 versions ahead of your current version.
  • The recommended version was released 24 days ago, on 2023-02-26.

The recommended version fixes:

Severity Issue PriorityScore (*) Exploit Maturity
Denial of Service (DoS)
SNYK-JS-DECODEURICOMPONENT-3149970
482/1000
Why? Proof of Concept exploit, CVSS 7.5
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-MOCHA-2863123
482/1000
Why? Proof of Concept exploit, CVSS 7.5
No Known Exploit
Prototype Poisoning
SNYK-JS-QS-3153490
482/1000
Why? Proof of Concept exploit, CVSS 7.5
Proof of Concept
Prototype Pollution
SNYK-JS-YARGSPARSER-560381
482/1000
Why? Proof of Concept exploit, CVSS 7.5
Proof of Concept
Prototype Pollution
SNYK-JS-JSON5-3182856
482/1000
Why? Proof of Concept exploit, CVSS 7.5
Proof of Concept
Regular Expression Denial of Service (ReDoS)
SNYK-JS-MINIMATCH-3050818
482/1000
Why? Proof of Concept exploit, CVSS 7.5
No Known Exploit

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

Release notes
Package name: eslint
  • 8.35.0 - 2023-02-26

    Features

    • 8e34a04 feat: add afterHashbangComment option to lines-around-comment rule (#16920) (SUZUKI Sosuke)
    • c8c0c71 feat: Move all and recommended configs into package. (#16844) (Nicholas C. Zakas)
    • 71f6f0d feat: report more cases with ?? in no-constant-binary-expression (#16826) (Daiki Nishikawa)

    Bug Fixes

    Documentation

    • f9f195e docs: Plugin docs cleanup & expansion (#16862) (Ben Perlmutter)
    • df809fd docs: Custom Formatters page cleanup/expansion (#16886) (Ben Perlmutter)
    • 0700d1b docs: Add PostCSS/Autoprefixer/CSSNano (#16502) (Nick Schonning)
    • 7b9e9bf docs: support unicode anchors (#16782) (Percy Ma)
    • 5fbc0bf docs: Update README (GitHub Actions Bot)
    • 67865a0 docs: Remove mention of mailing list (#16869) (Amaresh S M)
    • 43af24a docs: Add explanation of when to use 'warn' severity (#16882) (Nicholas C. Zakas)
    • ed2999b docs: Shareable configs page edits and expansion (#16824) (Ben Perlmutter)
    • 2780635 docs: fix typos (#16884) (Lioness100)
    • 5bdaae2 docs: Ways to Extend ESLint page (#16861) (Ben Perlmutter)

    Chores

    • cdcbe12 chore: upgrade @ eslint/js@8.35.0 (#16935) (Brandon Mills)
    • c954c34 chore: package.json update for @ eslint/js release (ESLint Jenkins)
    • 5a517da chore: package.json update for @ eslint/js release (ESLint Jenkins)
    • 9f10926 chore: upgrade @ eslint/eslintrc@2.0.0 (#16928) (Milos Djermanovic)
    • da728fa ci: use LTS node version in workflows (#16907) (Nitin Kumar)
    • c57b4f3 perf: upgrade to esquery@1.4.2 (#16901) (Milos Djermanovic)
    • 9122f07 chore: Update stale bot settings (#16870) (Nicholas C. Zakas)
  • 8.34.0 - 2023-02-10

    Features

    • 9b2fcf7 feat: array-callback-return supports Array.prototype.toSorted (#16845) (SUZUKI Sosuke)

    Bug Fixes

    • 923f61d fix: false positive with assignment in no-extra-parens (#16872) (Francesco Trotta)

    Documentation

    • f0a9883 docs: split rules documentation (#16797) (Ben Perlmutter)
    • 67aa37b docs: fix typo in command-line-interface.md (#16871) (Kevin Rouchut)
    • 337f7ed docs: fix width of language input (#16849) (Tanuj Kanti)
    • 71349a1 docs: Configure a Parser page (#16803) (Ben Perlmutter)
    • de7e925 docs: remove extra line numbers in example (#16848) (jonz94)
    • ad38d77 docs: Update README (GitHub Actions Bot)

    Chores

    • 9dbe06d chore: add type property to array-element-newline schema (#16877) (MHO)
    • a061527 chore: Remove unused functions (#16868) (Nicholas C. Zakas)
  • 8.33.0 - 2023-01-28

    Features

    • 2cc7954 feat: add restrictDefaultExports option to no-restricted-exports rule (#16785) (Nitin Kumar)

    Documentation

    • 17f4be2 docs: Fix examples in no-multiple-empty-lines rule (#16835) (jonz94)
    • 9c7cfe3 docs: 'Source Code' content in 'Set up Development Environment' page (#16780) (Ben Perlmutter)
    • ede5c64 docs: Custom processors page (#16802) (Ben Perlmutter)
    • 2620614 docs: Code of Conduct page (#16781) (Ben Perlmutter)
    • 50a8efd docs: report a sec vulnerability page (#16808) (Ben Perlmutter)
    • ed60afd docs: Update page titles, section landing pages, and side TOC (#16760) (Ben Perlmutter)
    • 333c712 docs: add background to code-path-diagrams for dark-mode (#16822) (Tanuj Kanti)
    • f5f7b9b docs: Update README (GitHub Actions Bot)
    • 2aa4f5f docs: no-constant-condition: Add multi-comparison example (#16776) (Sebastian Simon)
    • 40287db docs: Remove Google Group icon (#16779) (Nicholas C. Zakas)
    • ea10ca5 docs: 'a .eslint' -> 'an .eslint' for consistency (#16809) (Ben Perlmutter)
    • 3be0748 docs: add example for nodejs lintText api (#16789) (Siva K)
    • ce4f5ff docs: Replace removed related rules with a valid rule (#16800) (Ville Saalo)
  • 8.32.0 - 2023-01-15
    Read more
  • 8.31.0 - 2022-12-31
    Read more
  • 8.30.0 - 2022-12-16
    Read more
  • 8.29.0 - 2022-12-02
    Read more
  • 8.28.0 - 2022-11-18
    Read more
  • 8.27.0 - 2022-11-06
    Read more
  • 8.26.0 - 2022-10-21
    Read more
  • 8.25.0 - 2022-10-07
  • 8.24.0 - 2022-09-23
  • 8.23.1 - 2022-09-12
  • 8.23.0 - 2022-08-26
  • 8.22.0 - 2022-08-14
  • 8.21.0 - 2022-08-01
  • 8.20.0 - 2022-07-16
  • 8.19.0 - 2022-07-02
  • 8.18.0 - 2022-06-17
  • 8.17.0 - 2022-06-03
  • 8.16.0 - 2022-05-20
  • 8.15.0 - 2022-05-06
  • 8.14.0 - 2022-04-22
  • 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
  • 7.31.0 - 2021-07-17
  • 7.30.0 - 2021-07-02
  • 7.29.0 - 2021-06-18
  • 7.28.0 - 2021-06-04
  • 7.27.0 - 2021-05-22
  • 7.26.0 - 2021-05-08
  • 7.25.0 - 2021-04-23
  • 7.24.0 - 2021-04-09
  • 7.23.0 - 2021-03-26
  • 7.22.0 - 2021-03-12
  • 7.21.0 - 2021-02-27
  • 7.20.0 - 2021-02-12
  • 7.19.0 - 2021-01-31
  • 7.18.0 - 2021-01-15
  • 7.17.0 - 2021-01-02
  • 7.16.0 - 2020-12-18
  • 7.15.0 - 2020-12-05
  • 7.14.0 - 2020-11-20
  • 7.13.0 - 2020-11-07
  • 7.12.1 - 2020-10-27
from eslint GitHub release notes
Commit messages
Package name: eslint

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