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 @typescript-eslint/eslint-plugin from 8.14.0 to 8.18.0 #1886

Merged
merged 1 commit into from
Jan 1, 2025

Conversation

qdraw
Copy link
Owner

@qdraw qdraw commented Jan 1, 2025

snyk-top-banner

Snyk has created this PR to upgrade @typescript-eslint/eslint-plugin from 8.14.0 to 8.18.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 46 versions ahead of your current version.

  • The recommended version was released 23 days ago.

Release notes
Package name: @typescript-eslint/eslint-plugin
  • 8.18.0 - 2024-12-09

    8.18.0 (2024-12-09)

    🚀 Features

    • eslint-plugin: [no-deprecated] report on super call of deprecated constructor (#10397)
    • eslint-plugin: [switch-exhaustiveness-check] add support for "no default" comment (#10218)

    🩹 Fixes

    • typescript peer dependency (#10373)
    • deps: update dependency eslint to v9.16.0 (#10471)
    • eslint-plugin: [no-deprecated] check if a JSX attribute is deprecated (#10374)
    • eslint-plugin: [no-base-to-string] handle more robustly when multiple toString() declarations are present for a type (#10432)
    • eslint-plugin: [use-unknown-in-catch-callback-variable] only flag function literals (#10436)

    ❤️ Thank You

    You can read about our versioning strategy and releases on our website.

  • 8.17.1-alpha.13 - 2024-12-09
  • 8.17.1-alpha.12 - 2024-12-09
  • 8.17.1-alpha.11 - 2024-12-09
  • 8.17.1-alpha.10 - 2024-12-07
  • 8.17.1-alpha.9 - 2024-12-07
  • 8.17.1-alpha.8 - 2024-12-07
  • 8.17.1-alpha.7 - 2024-12-07
  • 8.17.1-alpha.6 - 2024-12-07
  • 8.17.1-alpha.5 - 2024-12-06
  • 8.17.1-alpha.4 - 2024-12-06
  • 8.17.1-alpha.3 - 2024-12-04
  • 8.17.1-alpha.2 - 2024-12-04
  • 8.17.1-alpha.1 - 2024-12-03
  • 8.17.1-alpha.0 - 2024-12-02
  • 8.17.0 - 2024-12-02

    8.17.0 (2024-12-02)

    🚀 Features

    • eslint-plugin: [prefer-promise-reject-errors] options to allow any and unknown (#10392)
    • typescript-estree: add package version to ts version warning (#10343)

    🩹 Fixes

    • eslint-plugin: [no-unnecessary-template-expressions] allow template expressions used to make trailing whitespace visible (#10363)
    • eslint-plugin: remove references to "extendDefaults" in no-restricted-types (#10401)
    • eslint-plugin: [promise-function-async] handle function overloading (#10304)
    • website: press the Report an Issue button makes error if eslintrc does not include rules (#10367)

    ❤️ Thank You

    You can read about our versioning strategy and releases on our website.

  • 8.16.1-alpha.9 - 2024-12-02
  • 8.16.1-alpha.8 - 2024-12-02
  • 8.16.1-alpha.7 - 2024-12-02
  • 8.16.1-alpha.6 - 2024-12-01
  • 8.16.1-alpha.5 - 2024-11-30
  • 8.16.1-alpha.4 - 2024-11-29
  • 8.16.1-alpha.3 - 2024-11-27
  • 8.16.1-alpha.2 - 2024-11-27
  • 8.16.1-alpha.1 - 2024-11-25
  • 8.16.1-alpha.0 - 2024-11-25
  • 8.16.0 - 2024-11-25

    8.16.0 (2024-11-25)

    🚀 Features

    • support TypeScript 5.7 (#10372)
    • eslint-plugin: [max-params] add function overload and function type support (#10312)
    • eslint-plugin: [no-base-to-string] check Array.prototype.join (#10287)

    🩹 Fixes

    • typescript-estree: update conditions for unsupported version warning (#10385)

    ❤️ Thank You

    You can read about our versioning strategy and releases on our website.

  • 8.15.1-alpha.8 - 2024-11-25
  • 8.15.1-alpha.7 - 2024-11-25
  • 8.15.1-alpha.6 - 2024-11-24
  • 8.15.1-alpha.5 - 2024-11-24
  • 8.15.1-alpha.4 - 2024-11-22
  • 8.15.1-alpha.3 - 2024-11-22
  • 8.15.1-alpha.2 - 2024-11-21
  • 8.15.1-alpha.1 - 2024-11-21
  • 8.15.1-alpha.0 - 2024-11-18
  • 8.15.0 - 2024-11-18

    8.15.0 (2024-11-18)

    🚀 Features

    • eslint-plugin: added related-getter-setter-pairs rule (#10192)
    • eslint-plugin: new rule no-unsafe-type-assertion (#10051)
    • eslint-plugin: [prefer-nullish-coalescing] fix detection of ignoreConditionalTests involving boolean ! operator (#10299)
    • rule-tester: run method - avoid to infer type parameter from tests param (#10324)
    • typescript-eslint: allow infinitely deep array nesting in config function and extends (#10333)
    • utils: add new optional language field to FlatConfig.Config type (#10326)

    🩹 Fixes

    • add missing peer dependencies (#9744)
    • eslint-plugin: [consistent-indexed-object-style] handle circular mapped types (#10301)
    • eslint-plugin: [await-thenable, return-await] don't flag awaiting unconstrained type parameter as unnecessary (#10314)
    • eslint-plugin: [explicit-module-boundary-types] and [explicit-function-return-type] don't report on as const satisfies (#10315)
    • eslint-plugin: report deprecations used in default export (#10330)
    • utils: add defaultOptions to meta in rule (#10339)

    ❤️ Thank You

    You can read about our versioning strategy and releases on our website.

  • 8.14.1-alpha.8 - 2024-11-18
  • 8.14.1-alpha.7 - 2024-11-18
  • 8.14.1-alpha.6 - 2024-11-17
  • 8.14.1-alpha.5 - 2024-11-16
  • 8.14.1-alpha.4 - 2024-11-15
  • 8.14.1-alpha.3 - 2024-11-14
  • 8.14.1-alpha.2 - 2024-11-14
  • 8.14.1-alpha.1 - 2024-11-14
  • 8.14.1-alpha.0 - 2024-11-14
  • 8.14.0 - 2024-11-11

    8.14.0 (2024-11-11)

    🚀 Features

    • eslint-plugin: [no-confusing-void-expression] add an option to ignore void<->void (#10067)
    • eslint-plugin: [await-thenable] report unnecessary await using statements (#10209)

    🩹 Fixes

    • deps: update dependency eslint to v9.14.0 (#10309)
    • deps: update docusaurus monorepo to v3.6.0 (#10319)
    • eslint-plugin: [no-unnecessary-condition] improve error message for literal comparisons (#10194)
    • eslint-plugin: [no-misused-promises] improve report loc for methods (#10216)
    • scope-manager: fix asserted increments not being marked as write references (#10271)

    ❤️ Thank You

    You can read about our versioning strategy and releases on our website.

from @typescript-eslint/eslint-plugin GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

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:

Snyk has created this PR to upgrade @typescript-eslint/eslint-plugin from 8.14.0 to 8.18.0.

See this package in npm:
@typescript-eslint/eslint-plugin

See this project in Snyk:
https://app.snyk.io/org/qdraw/project/8efd618d-a300-4d64-93b4-6c13314df270?utm_source=github&utm_medium=referral&page=upgrade-pr
@qdraw qdraw merged commit 18d2429 into master Jan 1, 2025
7 checks passed
@qdraw qdraw deleted the snyk-upgrade-f0a5c8c694ffa28d5afc6fc8bf59e0ee branch January 1, 2025 14:40
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.

2 participants