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.49.0 to 8.51.0 #835

Merged
merged 1 commit into from
Nov 29, 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.49.0 to 8.51.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 2 versions ahead of your current version.
  • The recommended version was released a month ago, on 2023-10-06.
Release notes
Package name: eslint
  • 8.51.0 - 2023-10-06

    Features

    • 0a9c433 feat: Add --no-warn-ignored CLI option for flat config (#17569) (Domantas Petrauskas)
    • 977e67e feat: logical-assignment-operators to report expressions with 3 operands (#17600) (Yosuke Ota)

    Bug Fixes

    • f976b2f fix: make rule severity case-sensitive in flat config (#17619) (Milos Djermanovic)
    • 0edfe36 fix: Ensure crash error messages are not duplicated (#17584) (Nicholas C. Zakas)
    • dd79abc fix: eslint-disable to be able to parse quoted rule names (#17612) (Yosuke Ota)
    • d2f6801 fix: Ensure correct code path for && followed by ?? (#17618) (Nicholas C. Zakas)

    Documentation

    • ee5be81 docs: default to sourceType: "module" in rule examples (#17615) (Francesco Trotta)
    • 1aa26df docs: Add more examples for multiline-ternary (#17610) (George Ashiotis)
    • 47d0b44 docs: Update README (GitHub Actions Bot)
    • dbf831e docs: use generated og image (#17601) (Percy Ma)
    • 1866da5 docs: Update README (GitHub Actions Bot)

    Chores

    • 1ef39ea chore: upgrade @ eslint/js@8.51.0 (#17624) (Milos Djermanovic)
    • f8c7403 chore: package.json update for @ eslint/js release (ESLint Jenkins)
    • 2665552 test: fix flat config linter tests to use Linter in flat config mode (#17616) (Milos Djermanovic)
    • 7b77bcc chore: Refactor CodePathState (#17510) (Nicholas C. Zakas)
    • bc77c9a chore: Document and refactor ForkContext (#17566) (Nicholas C. Zakas)
    • 24e1f14 chore: Refactor and document CodePath (#17558) (Nicholas C. Zakas)
  • 8.50.0 - 2023-09-22

    Features

    • 27d5a9e feat: add suggestions to array-callback-return (#17590) (Tanuj Kanti)
    • f9082ff feat: flat-rule-tester make sure default config always matches (#17585) (fnx)
    • 83914ad feat: Implement SourceCode#applyInlineConfig() (#17351) (Nicholas C. Zakas)
    • 22a5582 feat: add rule no-object-constructor, deprecate no-new-object (#17576) (Francesco Trotta)
    • 85a3d9e feat: allowVoid option in array-callback-return (#17564) (Tanuj Kanti)

    Bug Fixes

    • cc4d26b fix: Ensure deprecated context.parserServices warns (#17593) (Nicholas C. Zakas)
    • 1ea4cfb fix: Ensure all RuleTester tests all deprecated context methods (#17587) (Nicholas C. Zakas)
    • aa1b657 fix: wrong suggestion and message in no-misleading-character-class (#17571) (Yosuke Ota)

    Documentation

    • 1800537 docs: Fix and standardize JSX code examples (#17591) (Francesco Trotta)
    • 48a44a7 docs: Add correct/incorrect tags to prefer-arrow-callback (#17589) (Francesco Trotta)
    • 20893d4 docs: fix incorrect tag's place (#17575) (Tanuj Kanti)
    • bd7a71f docs: Update README (GitHub Actions Bot)

    Chores

    • f8a8a2d chore: upgrade @ eslint/js@8.50.0 (#17599) (Milos Djermanovic)
    • 38ada6d chore: package.json update for @ eslint/js release (ESLint Jenkins)
  • 8.49.0 - 2023-09-08

    Features

    • da09f4e feat: Implement onUnreachableCodePathStart/End (#17511) (Nicholas C. Zakas)
    • 32b2327 feat: Emit deprecation warnings in RuleTester (#17527) (Nicholas C. Zakas)
    • acb7df3 feat: add new enforce option to lines-between-class-members (#17462) (Nitin Kumar)

    Documentation

    • ecfb54f docs: Update README (GitHub Actions Bot)
    • de86b3b docs: update no-promise-executor-return examples (#17529) (Nitin Kumar)
    • 032c4b1 docs: add typescript template (#17500) (James)
    • cd7da5c docs: Update README (GitHub Actions Bot)

    Chores

    • b7621c3 chore: remove browser test from npm test (#17550) (Milos Djermanovic)
    • cac45d0 chore: upgrade @ eslint/js@8.49.0 (#17549) (Milos Djermanovic)
    • cd39508 chore: package.json update for @ eslint/js release (ESLint Jenkins)
    • 203a971 ci: bump actions/checkout from 3 to 4 (#17530) (dependabot[bot])
    • a40fa50 chore: use eslint-plugin-jsdoc's flat config (#17516) (Milos Djermanovic)
    • 926a286 test: replace Karma with Webdriver.IO (#17126) (Christian Bromann)
    • f591d2c chore: Upgrade config-array (#17512) (Nicholas C. Zakas)
from eslint GitHub release notes
Commit messages
Package name: eslint
  • f079382 8.51.0
  • e8235e5 Build: changelog update for 8.51.0
  • 1ef39ea chore: upgrade @ eslint/js@8.51.0 (#17624)
  • f8c7403 chore: package.json update for @ eslint/js release
  • f976b2f fix: make rule severity case-sensitive in flat config (#17619)
  • 0edfe36 fix: Ensure crash error messages are not duplicated (#17584)
  • ee5be81 docs: default to `sourceType: "module"` in rule examples (#17615)
  • dd79abc fix: `eslint-disable` to be able to parse quoted rule names (#17612)
  • d2f6801 fix: Ensure correct code path for && followed by ?? (#17618)
  • 2665552 test: fix flat config linter tests to use Linter in flat config mode (#17616)
  • 1aa26df docs: Add more examples for multiline-ternary (#17610)
  • 47d0b44 docs: Update README
  • dbf831e docs: use generated og image (#17601)
  • 0a9c433 feat: Add `--no-warn-ignored` CLI option for flat config (#17569)
  • 1866da5 docs: Update README
  • 7b77bcc chore: Refactor CodePathState (#17510)
  • 977e67e feat: logical-assignment-operators to report expressions with 3 operands (#17600)
  • bc77c9a chore: Document and refactor ForkContext (#17566)
  • 24e1f14 chore: Refactor and document CodePath (#17558)
  • 299bfae 8.50.0
  • 212687c Build: changelog update for 8.50.0
  • f8a8a2d chore: upgrade @ eslint/js@8.50.0 (#17599)
  • 38ada6d chore: package.json update for @ eslint/js release
  • 27d5a9e feat: add suggestions to array-callback-return (#17590)

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 6789240884

  • 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.328%

Totals Coverage Status
Change from base Build 6772841746: 0.0%
Covered Lines: 374
Relevant Lines: 375

💛 - Coveralls

@lholmquist lholmquist merged commit 99481d5 into main Nov 29, 2023
13 checks passed
@lholmquist lholmquist deleted the snyk-upgrade-cc2a75d1a465af8726cc7ee3a5944ee8 branch November 29, 2023 15:31
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