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.41.0 #244

Merged
merged 1 commit into from
Jun 27, 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.41.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-05-19.
Release notes
Package name: eslint
  • 8.41.0 - 2023-05-19

    Features

    • 880a431 feat: change default ignore pattern to **/node_modules/ in flat config (#17184) (Milos Djermanovic)
    • 8bf5505 feat: expose shouldUseFlatConfig (#17169) (Connor Prussin)

    Bug Fixes

    • 4f5440d fix: incorrect warning message for ignored dotfiles (#17196) (Milos Djermanovic)
    • 94da96c fix: unify LintMessage type (#17076) (Brandon Mills)
    • 0c415cd fix: validate ignorePatterns constructor option in FlatESLint class (#17139) (Milos Djermanovic)
    • 9682d66 fix: switch grapheme-splitter to graphemer (#17160) (fisker Cheung)

    Documentation

    • 7709b14 docs: Update README (GitHub Actions Bot)
    • 7f183e0 docs: Update triage process description (#17157) (Nicholas C. Zakas)
    • b68346b docs: fix license to reflect relicensing of jshint (#17165) (Stefan Bischof)

    Chores

    • f43216a chore: upgrade @ eslint/js@8.41.0 (#17200) (Milos Djermanovic)
    • 95c3007 chore: package.json update for @ eslint/js release (ESLint Jenkins)
    • ddc5291 chore: don't use deprecated context methods in ast-utils tests (#17194) (Milos Djermanovic)
    • b1516db chore: Fix return type of findFlatConfigFile (#17161) (Milos Djermanovic)
    • 918b0fd perf: Store indent descriptors in a plain array (#17148) (Francesco Trotta)
    • 4caa344 refactor: locateConfigFileToUse returns an Error object (#17159) (唯然)
  • 8.40.0 - 2023-05-05

    Features

    • 5db7808 feat: improve flat config errors for invalid rule options and severities (#17140) (Josh Goldberg ✨)
    • f5574dc feat: Add findConfigFile() method to FlatESLint (#17142) (Nicholas C. Zakas)
    • e52b98b feat: add sourceCode property to the rule context (#17107) (Nitin Kumar)
    • 1468f5b feat: add physicalFilename property to the rule context (#17111) (Nitin Kumar)
    • 0df4d4f feat: add cwd to rule context (#17106) (Nitin Kumar)
    • 52018f2 feat: add filename property to the rule context (#17108) (Nitin Kumar)
    • 559ff4e feat: add new omitLastInOneLineClassBody option to the semi rule (#17105) (Nitin Kumar)

    Bug Fixes

    • f076e54 fix: Ensure FlatESLint#findConfigFile() doesn't throw. (#17151) (Nicholas C. Zakas)

    Documentation

    • e980bf3 docs: Update README (GitHub Actions Bot)
    • e92a6fc docs: Update README (GitHub Actions Bot)
    • af5fe64 docs: Fix custom rule schema docs (#17115) (Adam Jones)
    • 4a352a9 docs: explain how to include predefined globals (#17114) (Marcus Wyatt)
    • 5ea15d9 docs: add mastodon link in readme (#17110) (唯然)

    Chores

    • 4053004 chore: upgrade @ eslint/js@8.40.0 (#17156) (Milos Djermanovic)
    • 50fed1d chore: package.json update for @ eslint/js release (ESLint Jenkins)
    • 4c7a170 chore: upgrade @ eslint/eslintrc@2.0.3 (#17155) (Milos Djermanovic)
    • e80b7cc chore: upgrade espree@9.5.2 (#17154) (Milos Djermanovic)
    • ce3ac91 chore: upgrade eslint-visitor-keys@3.4.1 (#17153) (Milos Djermanovic)
    • 9094d79 chore: add latest/ to meta.docs.url in all core rules (#17136) (Milos Djermanovic)
    • d85efad perf: don't use grapheme-splitter on ASCII strings in key-spacing rule (#17122) (Milos Djermanovic)
from eslint GitHub release notes
Commit messages
Package name: eslint
  • 7a2a0be 8.41.0
  • acd615c Build: changelog update for 8.41.0
  • f43216a chore: upgrade @ eslint/js@8.41.0 (#17200)
  • 95c3007 chore: package.json update for @ eslint/js release
  • 4f5440d fix: incorrect warning message for ignored dotfiles (#17196)
  • ddc5291 chore: don't use deprecated `context` methods in `ast-utils` tests (#17194)
  • 880a431 feat: change default ignore pattern to `**/node_modules/` in flat config (#17184)
  • 94da96c fix: unify `LintMessage` type (#17076)
  • 7709b14 docs: Update README
  • 8bf5505 feat: expose `shouldUseFlatConfig` (#17169)
  • 7f183e0 docs: Update triage process description (#17157)
  • 0c415cd fix: validate `ignorePatterns` constructor option in `FlatESLint` class (#17139)
  • b1516db chore: Fix return type of `findFlatConfigFile` (#17161)
  • b68346b docs: fix license to reflect relicensing of jshint (#17165)
  • 9682d66 fix: switch `grapheme-splitter` to `graphemer` (#17160)
  • 918b0fd perf: Store indent descriptors in a plain array (#17148)
  • 4caa344 refactor: locateConfigFileToUse returns an Error object (#17159)

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 Report

Patch and project coverage have no change.

Comparison is base (c8448a5) 90.34% compared to head (70513e4) 90.34%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #244   +/-   ##
=======================================
  Coverage   90.34%   90.34%           
=======================================
  Files           9        9           
  Lines         290      290           
=======================================
  Hits          262      262           
  Misses         28       28           

☔ 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 e331f46 into main Jun 27, 2023
@lholmquist lholmquist deleted the snyk-upgrade-81db315730140f61f7161f7d2de5cb4e branch June 27, 2023 15:49
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.

3 participants