opossum-prometheus icon indicating copy to clipboard operation
opossum-prometheus copied to clipboard

[Snyk] Upgrade eslint from 8.57.0 to 9.1.0

Open lholmquist opened this issue 9 months ago • 0 comments

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


Snyk has created this PR to upgrade eslint from 8.57.0 to 9.1.0.

:information_source: 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.


Warning: This is a major version upgrade, and may be a breaking change.

  • The recommended version is 9 versions ahead of your current version.
  • The recommended version was released 21 days ago, on 2024-04-19.
Release notes
Package name: eslint
  • 9.1.0 - 2024-04-19

    Features

    • 03068f1 feat: Provide helpful error message for nullish configs (#18357) (Nicholas C. Zakas)
    • 751b518 feat: replace dependency graphemer with Intl.Segmenter (#18110) (Francesco Trotta)
    • 4d11e56 feat: add name to eslint configs (#18289) (唯然)
    • 1cbe1f6 feat: allow while(true) in no-constant-condition (#18286) (Tanuj Kanti)
    • 0db676f feat: add Intl in es6 globals (#18318) (唯然)

    Bug Fixes

    • 8d18958 fix: Remove name from eslint/js packages (#18368) (Nicholas C. Zakas)
    • 594eb0e fix: do not crash on error in fs.walk filter (#18295) (Francesco Trotta)
    • 0d8cf63 fix: EMFILE errors (#18313) (Nicholas C. Zakas)
    • e1ac0b5 fix: --inspect-config only for flat config and respect -c (#18306) (Nicholas C. Zakas)
    • 09675e1 fix: --no-ignore should not apply to non-global ignores (#18334) (Milos Djermanovic)

    Documentation

    • fb50077 docs: include notes about globals in migration-guide (#18356) (Gabriel Rohden)
    • 71c771f docs: Fix missing accessible name for scroll-to-top link (#18329) (Germán Freixinós)
    • 200fd4e docs: indicate eslintrc mode for .eslintignore (#18285) (Francesco Trotta)
    • 16b6a8b docs: Update README (GitHub Actions Bot)
    • df5f8a9 docs: paths and patterns difference in no-restricted-imports (#18273) (Tanuj Kanti)
    • c537d76 docs: update npm init @ eslint/config generated file names (#18298) (唯然)
    • e1e305d docs: fix linebreak-style examples (#18262) (Francesco Trotta)
    • 113f51e docs: Mention package.json config support dropped (#18305) (Nicholas C. Zakas)
    • 5c35321 docs: add eslintrc-only note to --rulesdir (#18281) (Adam Lui 刘展鹏)

    Build Related

    • 1fa6622 build: do not use --force flag to install dependencies (#18284) (Francesco Trotta)

    Chores

    • d9a2983 chore: upgrade @ eslint/js to v9.1.1 (#18367) (Francesco Trotta)
    • 50d406d chore: package.json update for @ eslint/js release (Jenkins)
    • 155c71c chore: package.json update for @ eslint/js release (Jenkins)
    • 0588fc5 refactor: Move directive gathering to SourceCode (#18328) (Nicholas C. Zakas)
    • 9048e21 chore: lint docs/src/_data js files (#18335) (Milos Djermanovic)
    • 4820790 chore: upgrade [email protected] dev dependency (#18332) (Milos Djermanovic)
    • 698d9ff chore: upgrade jsdoc & unicorn plugins in eslint-config-eslint (#18333) (Milos Djermanovic)
    • 32c08cf chore: drop Node < 18 and use @ eslint/js v9 in eslint-config-eslint (#18323) (Milos Djermanovic)
    • a76fb55 chore: @ eslint-community/eslint-plugin-eslint-comments v4.3.0 (#18319) (Milos Djermanovic)
    • 78e45b1 chore: eslint-plugin-eslint-plugin v6.0.0 (#18316) (唯然)
    • 36103a5 chore: eslint-plugin-n v17.0.0 (#18315) (唯然)
  • 9.0.0 - 2024-04-05 Read more
  • 9.0.0-rc.0 - 2024-03-22

    Breaking Changes

    • 09bd7fe feat!: move AST traversal into SourceCode (#18167) (Nicholas C. Zakas)

    Features

    • b8fb572 feat: add reportUnusedFallthroughComment option to no-fallthrough rule (#18188) (Kirk Waiblinger)

    Bug Fixes

    • ae8103d fix: load plugins in the CLI in flat config mode (#18185) (Francesco Trotta)

    Documentation

    • 239a7e2 docs: Clarify the description of sort-imports options (#18198) (gyeongwoo park)
    • 4769c86 docs: fix incorrect example in no-lone-blocks (#18215) (Tanuj Kanti)
    • 5251327 docs: Update README (GitHub Actions Bot)
    • 1dc8618 docs: Update README (GitHub Actions Bot)

    Build Related

    • b91f9dc build: fix TypeError in prism-eslint-hooks.js (#18209) (Francesco Trotta)

    Chores

    • 297416d chore: package.json update for eslint-9.0.0-rc.0 (#18223) (Francesco Trotta)
    • d363c51 chore: package.json update for @ eslint/js release (Jenkins)
    • 1b841bb chore: fix some comments (#18213) (avoidaway)
    • 29c3595 chore: remove repetitive words (#18193) (cuithon)
    • acc2e06 chore: Introduce Knip (#18005) (Lars Kappert)
  • 9.0.0-beta.2 - 2024-03-08 Read more
  • 9.0.0-beta.1 - 2024-02-23 Read more
  • 9.0.0-beta.0 - 2024-02-09 Read more
  • 9.0.0-alpha.2 - 2024-01-26 Read more
  • 9.0.0-alpha.1 - 2024-01-12 Read more
  • 9.0.0-alpha.0 - 2023-12-29 Read more
  • 8.57.0 - 2024-02-23 Read more
from eslint GitHub release notes
Commit messages
Package name: eslint
  • b78d831 9.1.0
  • e4d9c92 Build: changelog update for 9.1.0
  • d9a2983 chore: upgrade @ eslint/js to v9.1.1 (#18367)
  • 03068f1 feat: Provide helpful error message for nullish configs (#18357)
  • 50d406d chore: package.json update for @ eslint/js release
  • 8d18958 fix: Remove name from eslint/js packages (#18368)
  • 155c71c chore: package.json update for @ eslint/js release
  • 594eb0e fix: do not crash on error in `fs.walk` filter (#18295)
  • 751b518 feat: replace dependency graphemer with `Intl.Segmenter` (#18110)
  • fb50077 docs: include notes about globals in migration-guide (#18356)
  • 4d11e56 feat: add `name` to eslint configs (#18289)
  • 1cbe1f6 feat: allow `while(true)` in `no-constant-condition` (#18286)
  • 0588fc5 refactor: Move directive gathering to SourceCode (#18328)
  • 0d8cf63 fix: EMFILE errors (#18313)
  • e1ac0b5 fix: --inspect-config only for flat config and respect -c (#18306)
  • 09675e1 fix: `--no-ignore` should not apply to non-global ignores (#18334)
  • 9048e21 chore: lint `docs/src/_data` js files (#18335)
  • 4820790 chore: upgrade [email protected] dev dependency (#18332)
  • 698d9ff chore: upgrade jsdoc & unicorn plugins in eslint-config-eslint (#18333)
  • 71c771f docs: Fix missing accessible name for scroll-to-top link (#18329)
  • 0db676f feat: add `Intl` in es6 globals (#18318)
  • 200fd4e docs: indicate eslintrc mode for `.eslintignore` (#18285)
  • 32c08cf chore: drop Node < 18 and use @ eslint/js v9 in eslint-config-eslint (#18323)
  • 16b6a8b docs: Update README

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

lholmquist avatar May 10 '24 22:05 lholmquist