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 7.14.1 to 7.18.0 #799

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

Conversation

NOUIY
Copy link
Owner

@NOUIY NOUIY commented Sep 3, 2024

snyk-top-banner

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

  • The recommended version was released on a month ago.

Release notes
Package name: @typescript-eslint/eslint-plugin
  • 7.18.0 - 2024-07-29

    7.18.0 (2024-07-29)

    🚀 Features

    • types: update ECMA versions (#9634)

    🩹 Fixes

    • eslint-plugin: [no-unnecessary-type-assertion] prevent runtime error when asserting a variable declared in default TS lib (#9660)
    • eslint-plugin: [unbound-method] report on destructuring in function parameters (#8952)
    • eslint-plugin: [no-duplicate-type-constituents] shouldn't report on error types (#9600)
    • eslint-plugin: [strict-boolean-expressions] support branded booleans (#9297)

    ❤️ Thank You

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

  • 7.17.1-alpha.9 - 2024-07-29
  • 7.17.1-alpha.8 - 2024-07-29
  • 7.17.1-alpha.7 - 2024-07-28
  • 7.17.1-alpha.6 - 2024-07-28
  • 7.17.1-alpha.5 - 2024-07-28
  • 7.17.1-alpha.4 - 2024-07-25
  • 7.17.1-alpha.3 - 2024-07-23
  • 7.17.1-alpha.2 - 2024-07-23
  • 7.17.1-alpha.1 - 2024-07-23
  • 7.17.1-alpha.0 - 2024-07-23
  • 7.17.0 - 2024-07-22

    7.17.0 (2024-07-22)

    🚀 Features

    • eslint-plugin: backport no-unsafe-function type, no-wrapper-object-types from v8 to v7 (#9507)
    • eslint-plugin: [return-await] add option to report in error-handling scenarios only, and deprecate "never" (#9364)

    🩹 Fixes

    • eslint-plugin: [no-floating-promises] check top-level type assertions (and more) (#9043)
    • eslint-plugin: [strict-boolean-expressions] consider assertion function argument a boolean context (#9074)
    • eslint-plugin: [no-unnecessary-condition] false positive on optional private field (#9602)
    • typescript-estree: don't infer single-run when --fix is in proces.argv (#9577)
    • typescript-estree: disable single-run inference with extraFileExtensions (#9580)
    • website: expose ATA types to eslint instance (#9598)

    ❤️ Thank You

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

  • 7.16.2-alpha.22 - 2024-07-22
  • 7.16.2-alpha.21 - 2024-07-21
  • 7.16.2-alpha.20 - 2024-07-21
  • 7.16.2-alpha.19 - 2024-07-21
  • 7.16.2-alpha.18 - 2024-07-20
  • 7.16.2-alpha.17 - 2024-07-20
  • 7.16.2-alpha.16 - 2024-07-20
  • 7.16.2-alpha.15 - 2024-07-20
  • 7.16.2-alpha.14 - 2024-07-20
  • 7.16.2-alpha.13 - 2024-07-20
  • 7.16.2-alpha.12 - 2024-07-20
  • 7.16.2-alpha.11 - 2024-07-19
  • 7.16.2-alpha.10 - 2024-07-18
  • 7.16.2-alpha.9 - 2024-07-18
  • 7.16.2-alpha.8 - 2024-07-18
  • 7.16.2-alpha.7 - 2024-07-18
  • 7.16.2-alpha.6 - 2024-07-17
  • 7.16.2-alpha.5 - 2024-07-17
  • 7.16.2-alpha.4 - 2024-07-16
  • 7.16.2-alpha.3 - 2024-07-16
  • 7.16.2-alpha.2 - 2024-07-16
  • 7.16.2-alpha.1 - 2024-07-16
  • 7.16.2-alpha.0 - 2024-07-15
  • 7.16.1 - 2024-07-15

    7.16.1 (2024-07-15)

    🩹 Fixes

    • eslint-plugin: [no-unnecessary-type-parameters] descend into all parts of mapped types in no-unnecessary-type-parameters (#9530)

    ❤️ Thank You

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

  • 7.16.1-alpha.7 - 2024-07-14
  • 7.16.1-alpha.6 - 2024-07-12
  • 7.16.1-alpha.5 - 2024-07-12
  • 7.16.1-alpha.4 - 2024-07-10
  • 7.16.1-alpha.3 - 2024-07-10
  • 7.16.1-alpha.2 - 2024-07-10
  • 7.16.1-alpha.1 - 2024-07-09
  • 7.16.1-alpha.0 - 2024-07-08
  • 7.16.0 - 2024-07-08

    7.16.0 (2024-07-08)

    🚀 Features

    • ast-spec: add parent property to AccessorProperty node types (#9487)
    • eslint-plugin: [no-unnecessary-type-parameters] port from v8 to v7 (#9473)
    • eslint-plugin: [no-unnecessary-parameter-property-assignment] add new rule (#8903)
    • eslint-plugin: add support for nested namespaces to unsafe-member-access (#9478)
    • eslint-plugin: [no-floating-promises] add checkThenables option (#9263)
    • rule-tester: stricter rule test validations (#9086)

    🩹 Fixes

    • deps: update dependency @ eslint-community/regexpp to v4.11.0 (#9497)
    • eslint-plugin: [no-floating-promises] add suggestions to tests from #9263 checkThenables (#9515, #9263)
    • eslint-plugin: [restrict-template-expressions] don't report tuples if allowArray option is enabled (#9492)
    • utils: context.parserPath may be undefined (#9486)
    • website: react key error on internal pages of website (#9506)

    ❤️ Thank You

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

  • 7.15.1-alpha.13 - 2024-07-08
  • 7.15.1-alpha.12 - 2024-07-08
  • 7.15.1-alpha.11 - 2024-07-08
  • 7.15.1-alpha.10 - 2024-07-06
  • 7.15.1-alpha.9 - 2024-07-06
  • 7.15.1-alpha.8 - 2024-07-05
  • 7.15.1-alpha.7 - 2024-07-05
  • 7.15.1-alpha.6 - 2024-07-05
  • 7.15.1-alpha.5 - 2024-07-04
  • 7.15.1-alpha.4 - 2024-07-04
  • 7.15.1-alpha.3 - 2024-07-03
  • 7.15.1-alpha.2 - 2024-07-03
  • 7.15.1-alpha.1 - 2024-07-02
  • 7.15.1-alpha.0 - 2024-07-01
  • 7.15.0 - 2024-07-01
  • 7.14.2-alpha.16 - 2024-07-01
  • 7.14.2-alpha.15 - 2024-07-01
  • 7.14.2-alpha.14 - 2024-07-01
  • 7.14.2-alpha.13 - 2024-07-01
  • 7.14.2-alpha.12 - 2024-06-30
  • 7.14.2-alpha.11 - 2024-06-30
  • 7.14.2-alpha.10 - 2024-06-30
  • 7.14.2-alpha.9 - 2024-06-29
  • 7.14.2-alpha.8 - 2024-06-29
  • 7.14.2-alpha.7 - 2024-06-29
  • 7.14.2-alpha.6 - 2024-06-28
  • 7.14.2-alpha.5 - 2024-06-27
  • 7.14.2-alpha.4 - 2024-06-26
  • 7.14.2-alpha.3 - 2024-06-26
  • 7.14.2-alpha.2 - 2024-06-25
  • 7.14.2-alpha.1 - 2024-06-24
  • 7.14.2-alpha.0 - 2024-06-24
  • 7.14.1 - 2024-06-24
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 7.14.1 to 7.18.0.

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

See this project in Snyk:
https://app.snyk.io/org/nexuscompute/project/c52fb15f-8cf9-415f-b9a4-b908dcb828d2?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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants