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.35.0 to 8.36.0 #215

Merged
merged 1 commit into from
Apr 17, 2023

Conversation

snyk-bot
Copy link
Contributor

@snyk-bot snyk-bot commented Apr 1, 2023

Snyk has created this PR to upgrade eslint from 8.35.0 to 8.36.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 22 days ago, on 2023-03-10.
Release notes
Package name: eslint
  • 8.36.0 - 2023-03-10

    Features

    Bug Fixes

    • 92c1943 fix: correctly iterate files matched by glob patterns (#16831) (Nitin Kumar)

    Documentation

    • b98fdd4 docs: Update README (GitHub Actions Bot)
    • caf08ce docs: fix estree link in custom formatters docs (#16967) (Milos Djermanovic)
    • 3398431 docs: Custom Parsers cleanup/expansion (#16887) (Ben Perlmutter)
    • 19d3531 docs: Update README (GitHub Actions Bot)
    • b09a512 docs: detect and fix broken links (#16837) (Nitin Kumar)

    Chores

    • 602b111 chore: upgrade @ eslint/js@8.36.0 (#16978) (Milos Djermanovic)
    • 43c2345 chore: package.json update for @ eslint/js release (ESLint Jenkins)
    • 00afb84 chore: upgrade @ eslint/eslintrc@2.0.1 (#16977) (Milos Djermanovic)
    • 698c5aa chore: upgrade espree@9.5.0 (#16976) (Milos Djermanovic)
    • 75acdd2 chore: lint more js files in docs (#16964) (Milos Djermanovic)
    • 89d9844 ci: bump actions/add-to-project from 0.4.0 to 0.4.1 (#16943) (dependabot[bot])
  • 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)
from eslint GitHub release notes
Commit messages
Package name: eslint
  • 75df535 8.36.0
  • a0c856a Build: changelog update for 8.36.0
  • 602b111 chore: upgrade @ eslint/js@8.36.0 (#16978)
  • 43c2345 chore: package.json update for @ eslint/js release
  • 00afb84 chore: upgrade @ eslint/eslintrc@2.0.1 (#16977)
  • 698c5aa chore: upgrade espree@9.5.0 (#16976)
  • b98fdd4 docs: Update README
  • c89a485 feat: Add `checkJSDoc` option to multiline-comment-style (#16807)
  • f5f5e11 feat: Serialize parsers/processors in flat config (#16944)
  • caf08ce docs: fix estree link in custom formatters docs (#16967)
  • 75acdd2 chore: lint more js files in docs (#16964)
  • 3398431 docs: Custom Parsers cleanup/expansion (#16887)
  • 19d3531 docs: Update README
  • 4799297 feat: use @ eslint-community dependencies (#16784)
  • b09a512 docs: detect and fix broken links (#16837)
  • 92c1943 fix: correctly iterate files matched by glob patterns (#16831)
  • 89d9844 ci: bump actions/add-to-project from 0.4.0 to 0.4.1 (#16943)

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 Apr 1, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (c0fdfe7) 92.39% compared to head (86109c7) 92.39%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #215   +/-   ##
=======================================
  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 c6ddf6d into main Apr 17, 2023
@lholmquist lholmquist deleted the snyk-upgrade-277587aadc68cdb4b0e3d57fe81292d1 branch April 17, 2023 15:22
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