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 8.34.0 to 8.35.0 #199

Merged
merged 1 commit into from
Mar 20, 2023

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade eslint from 8.34.0 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.


  • The recommended version is 1 version ahead of your current version.
  • The recommended version was released 21 days ago, on 2023-02-26.
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)
from eslint GitHub release notes
Commit messages
Package name: eslint
  • 0e869b3 8.35.0
  • 2aa7b67 Build: changelog update for 8.35.0
  • cdcbe12 chore: upgrade @ eslint/js@8.35.0 (#16935)
  • c954c34 chore: package.json update for @ eslint/js release
  • 5a517da chore: package.json update for @ eslint/js release
  • 9f10926 chore: upgrade @ eslint/eslintrc@2.0.0 (#16928)
  • 8e34a04 feat: add `afterHashbangComment` option to `lines-around-comment` rule (#16920)
  • c8c0c71 feat: Move all and recommended configs into package. (#16844)
  • f9f195e docs: Plugin docs cleanup & expansion (#16862)
  • df809fd docs: Custom Formatters page cleanup/expansion (#16886)
  • 0700d1b docs: Add PostCSS/Autoprefixer/CSSNano (#16502)
  • da728fa ci: use LTS node version in workflows (#16907)
  • 7b9e9bf docs: support unicode anchors (#16782)
  • 5fbc0bf docs: Update README
  • c57b4f3 perf: upgrade to esquery@1.4.2 (#16901)
  • 9698bc5 fix: pin esquery v1.4.0 (fixes #16896) (#16897)
  • 67865a0 docs: Remove mention of mailing list (#16869)
  • 43af24a docs: Add explanation of when to use 'warn' severity (#16882)
  • 71f6f0d feat: report more cases with `??` in no-constant-binary-expression (#16826)
  • ed2999b docs: Shareable configs page edits and expansion (#16824)
  • 2780635 docs: fix typos (#16884)
  • 5bdaae2 docs: Ways to Extend ESLint page (#16861)
  • 9122f07 chore: Update stale bot settings (#16870)

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

@codecov-commenter
Copy link

codecov-commenter commented Mar 19, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (d5f96da) 92.39% compared to head (c7837af) 92.39%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #199   +/-   ##
=======================================
  Coverage   92.39%   92.39%           
=======================================
  Files           9        9           
  Lines         263      263           
=======================================
  Hits          243      243           
  Misses         20       20           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@lholmquist lholmquist merged commit 3cc8aaf into main Mar 20, 2023
@lholmquist lholmquist deleted the snyk-upgrade-768fbe7b74eaeb219dafaf26e687aef1 branch March 20, 2023 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants