Skip to content

[Snyk] Upgrade @typescript-eslint/eslint-plugin from 8.24.1 to 8.26.1 #594

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rsaz
Copy link
Member

@rsaz rsaz commented Apr 1, 2025

snyk-top-banner

Snyk has created this PR to upgrade @typescript-eslint/eslint-plugin from 8.24.1 to 8.26.1.

ℹ️ 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 33 versions ahead of your current version.

  • The recommended version was released 22 days ago.

Release notes
Package name: @typescript-eslint/eslint-plugin
  • 8.26.1 - 2025-03-10

    8.26.1 (2025-03-10)

    🩹 Fixes

    • eslint-plugin: [prefer-nullish-coalescing] treat any/unknown as eligible for nullish coalescing (#10865)
    • eslint-plugin: [no-unsafe-return] handle recursive type (#10883)
    • rule-tester: export TestLanguageOptions (#10930)

    ❤️ Thank You

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

  • 8.26.1-alpha.5 - 2025-03-10
  • 8.26.1-alpha.4 - 2025-03-10
  • 8.26.1-alpha.3 - 2025-03-07
  • 8.26.1-alpha.2 - 2025-03-06
  • 8.26.1-alpha.1 - 2025-03-05
  • 8.26.1-alpha.0 - 2025-03-03
  • 8.26.0 - 2025-03-03

    8.26.0 (2025-03-03)

    🚀 Features

    • support TypeScript 5.8 (#10903)
    • eslint-plugin: [no-unnecessary-type-parameters] special case tuples and parameter location arrays as single-use (#9536)
    • eslint-plugin: [no-unused-var] handle implicit exports in declaration files (#10714)
    • eslint-plugin: [explicit-module-boundary-types] add an option to ignore overload implementations (#10889)
    • eslint-plugin: [unified-signatures] support ignoring overload signatures with different JSDoc comments (#10781)
    • rule-tester: export TestLanguageOptions (#10892)
    • scope-manager: only call Object.entries once for each lib (#10647)

    🩹 Fixes

    • deps: update dependency typedoc-plugin-markdown to v4.4.2 (#10877)
    • eslint-plugin: [unified-signatures] does not differentiate truly private methods (#10806)
    • eslint-plugin: [no-invalid-void-type] report accessor properties with an invalid void type (#10864)
    • eslint-plugin: [no-unnecessary-type-assertion] handle unknown (#10875)
    • rule-tester: Add missing parser dependency (#10909)

    ❤️ Thank You

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

  • 8.25.1-alpha.18 - 2025-03-03
  • 8.25.1-alpha.17 - 2025-03-03
  • 8.25.1-alpha.16 - 2025-03-03
  • 8.25.1-alpha.15 - 2025-03-03
  • 8.25.1-alpha.14 - 2025-03-03
  • 8.25.1-alpha.13 - 2025-03-03
  • 8.25.1-alpha.12 - 2025-03-03
  • 8.25.1-alpha.11 - 2025-03-02
  • 8.25.1-alpha.10 - 2025-03-02
  • 8.25.1-alpha.9 - 2025-02-27
  • 8.25.1-alpha.8 - 2025-02-27
  • 8.25.1-alpha.7 - 2025-02-27
  • 8.25.1-alpha.6 - 2025-02-24
  • 8.25.1-alpha.5 - 2025-02-24
  • 8.25.1-alpha.4 - 2025-02-24
  • 8.25.1-alpha.3 - 2025-02-24
  • 8.25.1-alpha.2 - 2025-02-24
  • 8.25.1-alpha.1 - 2025-02-24
  • 8.25.1-alpha.0 - 2025-02-24
  • 8.25.0 - 2025-02-24

    8.25.0 (2025-02-24)

    🚀 Features

    • eslint-plugin: [no-misused-spread] add suggestions (#10719)

    🩹 Fixes

    • ast-spec: replace attributes with options property in TSImportType (#10691)
    • eslint-plugin: [unified-signatures] handle getter-setter (#10818)
    • eslint-plugin: [no-deprecated] report usage of deprecated private identifiers (#10844)
    • eslint-plugin: [prefer-nullish-coalescing] report on chain expressions in a ternary (#10708)
    • typescript-estree: align TS module nodes to namespaces (#10504)
    • visitor-keys: update keys for ImportAttribute (#10649)

    ❤️ Thank You

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

  • 8.24.2-alpha.4 - 2025-02-24
  • 8.24.2-alpha.3 - 2025-02-20
  • 8.24.2-alpha.2 - 2025-02-20
  • 8.24.2-alpha.1 - 2025-02-17
  • 8.24.2-alpha.0 - 2025-02-17
  • 8.24.1 - 2025-02-17

    8.24.1 (2025-02-17)

    🩹 Fixes

    • deps: update eslint monorepo to v9.20.0 (#10834)
    • eslint-plugin: [no-inferrable-types] handle accessor (#10780)
    • eslint-plugin: [no-unnecessary-template-expression] ignore enum and enum members (#10782)
    • eslint-plugin: [no-unsafe-assignment] report on an any value assigned as an initializer of an accessor property (#10785)
    • eslint-plugin: [consistent-generic-constructors] check accessor class properties (#10789)
    • eslint-plugin: [prefer-return-this-type] check accessor properties with a function initializer (#10794)
    • eslint-plugin: [explicit-module-boundary-types] check accessor class properties with a function initializer (#10804)
    • eslint-plugin: [explicit-member-accessibility] check accessor class properties for missing accessibility modifier (#10805)
    • eslint-plugin: [no-deprecated] don't report on deprecated accessor property declaration (#10813)
    • eslint-plugin: [no-misused-promises] don't report on static accessor properties (#10814)
    • eslint-plugin: [class-methods-use-this] check accessor methods with a function initializer (#10796)

    ❤️ Thank You

    • Ronen Amiel
    • YeonJuan

    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.24.1 to 8.26.1.

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

See this project in Snyk:
https://app.snyk.io/org/rsaz/project/0a5c9e8a-cdcd-4522-a946-c1a8fad069a2?utm_source=github&utm_medium=referral&page=upgrade-pr
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