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.40.0 to 8.43.0 #790

Merged
merged 1 commit into from
Jul 11, 2023

Conversation

lholmquist
Copy link
Member

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade eslint from 8.40.0 to 8.43.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 3 versions ahead of your current version.
  • The recommended version was released 25 days ago, on 2023-06-16.
Release notes
Package name: eslint
  • 8.43.0 - 2023-06-16

    Features

    • 14581ff feat: directive prologue detection and autofix condition in quotes (#17284) (Francesco Trotta)
    • e50fac3 feat: add declaration loc to message in block-scoped-var (#17252) (Milos Djermanovic)
    • 1b7faf0 feat: add skipJSXText option to no-irregular-whitespace rule (#17182) (Azat S)

    Bug Fixes

    • 5338b56 fix: normalize cwd passed to ESLint/FlatESLint constructor (#17277) (Milos Djermanovic)
    • 54383e6 fix: Remove no-extra-parens autofix for potential directives (#17022) (Francesco Trotta)

    Documentation

    • 8b855ea docs: resubmit pr17061 doc changes (#17292) (唯然)
    • 372722e docs: resubmit pr17012 doc changes (#17293) (唯然)
    • 67e7af3 docs: resubmit custom-rules doc changes (#17294) (唯然)
    • 9e3d77c docs: Resubmit Fix formatting in Custom Rules docs (#17281) (Milos Djermanovic)
    • 503647a docs: Resubmit markVariableAsUsed docs (#17280) (Nicholas C. Zakas)
    • e0cf0d8 docs: Custom rule & plugin tutorial (#17024) (Ben Perlmutter)
    • 8e51ea9 docs: resubmit no-new rule documentation (#17264) (Nitin Kumar)
    • 1b217f8 docs: resubmit Custom Processors documentation (#17265) (Nitin Kumar)
    • 428fc76 docs: resubmit Create Plugins documentation (#17268) (Nitin Kumar)
    • bdca88c docs: resubmit Configuration Files documentation (#17267) (Nitin Kumar)
    • f5c01f2 docs: resubmit Manage Issues documentation (#17266) (Nitin Kumar)
    • b199295 docs: Resubmit custom rules update docs (#17273) (Ben Perlmutter)
    • 0e9980c docs: add new omitLastInOneLineClassBody option to the semi rule (#17263) (Nitin Kumar)
    • cb2560f docs: Resubmit getScope/getDeclaredVariables docs (#17262) (Nicholas C. Zakas)
    • 85d2b30 docs: explain how to include predefined globals (#17261) (Marcus Wyatt)
    • de4d3c1 docs: update flat config default ignore patterns (#17258) (Milos Djermanovic)
    • 3912f3a docs: Improve ignores documentation (#17239) (Francesco Trotta)
    • 35e11d3 docs: fix typos and missing info (#17257) (Ed Lucas)
    • 0bc257c docs: Clarify no-div-regex rule docs (#17051) (#17255) (Francesco Trotta)
    • 788d836 docs: add references to MIT License (#17248) (Milos Djermanovic)
    • 58aab6b docs: Update README (GitHub Actions Bot)
    • 3ef5814 docs: Revert all changes after the license change (#17227) (Milos Djermanovic)
    • 03fc4aa docs: Update README (GitHub Actions Bot)

    Chores

    • 78350f6 chore: upgrade @ eslint/js@8.43.0 (#17295) (Milos Djermanovic)
    • 62bf759 chore: package.json update for @ eslint/js release (ESLint Jenkins)
    • e0a2448 chore: docs package.license ISC => MIT (#17254) (唯然)
    • 6a0196c chore: use eslint-plugin-eslint-plugin flat configs (#17204) (Milos Djermanovic)
  • 8.42.0 - 2023-06-02

    Features

    • b8448ff feat: correct no-useless-return behaviour in try statements (#16996) (Nitin Kumar)

    Bug Fixes

    • a589636 fix: Config with ignores and without files should not always apply (#17181) (Milos Djermanovic)
    • c4fad17 fix: Correct ignore message for "node_modules" subfolders (#17217) (Francesco Trotta)

    Documentation

    • 01d7142 docs: Update README (GitHub Actions Bot)
    • e5182b7 docs: Update README (GitHub Actions Bot)

    Chores

    • 6ca5b7c chore: upgrade @ eslint/js@8.42.0 (#17236) (Milos Djermanovic)
    • 67fc5e7 chore: package.json update for @ eslint/js release (ESLint Jenkins)
    • 0892412 refactor: remove Identifier listener in no-irregular-whitespace (#17235) (Milos Djermanovic)
    • f67d298 test: Add FlatESLint tests with missing config files (#17164) (Milos Djermanovic)
    • 5b68d51 chore: Fix fixedsize attribute in code path analysis DOT debug output (#17202) (Milos Djermanovic)
    • 37432f2 chore: update descriptions in key-spacing tests (#17195) (Milos Djermanovic)
  • 8.41.0 - 2023-05-19
    Read more
  • 8.40.0 - 2023-05-05
    Read more
from eslint GitHub release notes
Commit messages
Package name: eslint
  • 150a74b 8.43.0
  • 69a6280 Build: changelog update for 8.43.0
  • 78350f6 chore: upgrade @ eslint/js@8.43.0 (#17295)
  • 8b855ea docs: resubmit pr17061 doc changes (#17292)
  • 62bf759 chore: package.json update for @ eslint/js release
  • 14581ff feat: directive prologue detection and autofix condition in `quotes` (#17284)
  • 372722e docs: resubmit pr17012 doc changes (#17293)
  • 67e7af3 docs: resubmit custom-rules doc changes (#17294)
  • 5338b56 fix: normalize `cwd` passed to `ESLint`/`FlatESLint` constructor (#17277)
  • 9e3d77c docs: Resubmit Fix formatting in Custom Rules docs (#17281)
  • 503647a docs: Resubmit markVariableAsUsed docs (#17280)
  • 54383e6 fix: Remove `no-extra-parens` autofix for potential directives (#17022)
  • e0cf0d8 docs: Custom rule & plugin tutorial (#17024)
  • 8e51ea9 docs: resubmit `no-new` rule documentation (#17264)
  • 1b217f8 docs: resubmit `Custom Processors` documentation (#17265)
  • 428fc76 docs: resubmit `Create Plugins` documentation (#17268)
  • bdca88c docs: resubmit `Configuration Files` documentation (#17267)
  • f5c01f2 docs: resubmit `Manage Issues` documentation (#17266)
  • b199295 docs: Resubmit custom rules update docs (#17273)
  • e50fac3 feat: add declaration loc to message in block-scoped-var (#17252)
  • 0e9980c docs: add new `omitLastInOneLineClassBody` option to the `semi` rule (#17263)
  • cb2560f docs: Resubmit getScope/getDeclaredVariables docs (#17262)
  • 85d2b30 docs: explain how to include predefined globals (#17261)
  • de4d3c1 docs: update flat config default ignore patterns (#17258)

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

@coveralls
Copy link

Pull Request Test Coverage Report for Build 5521857558

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 98.233%

Totals Coverage Status
Change from base Build 5510401173: 0.0%
Covered Lines: 354
Relevant Lines: 355

💛 - Coveralls

@lholmquist lholmquist merged commit fda48ca into main Jul 11, 2023
11 checks passed
@lholmquist lholmquist deleted the snyk-upgrade-cb4aa0566edccf444b9f35ff209f33fb branch July 11, 2023 15:36
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