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 5.51.0 to 5.55.0 #2

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

Conversation

snyk-bot
Copy link

@snyk-bot snyk-bot commented Apr 6, 2023

Snyk has created this PR to upgrade @typescript-eslint/eslint-plugin from 5.51.0 to 5.55.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 69 versions ahead of your current version.
  • The recommended version was released 23 days ago, on 2023-03-13.
Release notes
Package name: @typescript-eslint/eslint-plugin
  • 5.55.0 - 2023-03-13

    5.55.0 (2023-03-13)

    Bug Fixes

    • eslint-plugin: [no-confusing-void-expression] check sequence expressions for void is in last position (#6597) (d73d7d3)
    • eslint-plugin: [no-unnecessary-boolean-literal-compare] fixer should handle parentheses (#6569) (2d8c196)

    Features

  • 5.54.2-alpha.22 - 2023-03-13
  • 5.54.2-alpha.17 - 2023-03-13
  • 5.54.2-alpha.16 - 2023-03-13
  • 5.54.2-alpha.14 - 2023-03-13
  • 5.54.2-alpha.13 - 2023-03-13
  • 5.54.2-alpha.11 - 2023-03-13
  • 5.54.2-alpha.10 - 2023-03-13
  • 5.54.2-alpha.9 - 2023-03-13
  • 5.54.2-alpha.7 - 2023-03-13
  • 5.54.2-alpha.6 - 2023-03-13
  • 5.54.2-alpha.5 - 2023-03-12
  • 5.54.2-alpha.4 - 2023-03-11
  • 5.54.2-alpha.3 - 2023-03-10
  • 5.54.2-alpha.2 - 2023-03-10
  • 5.54.2-alpha.1 - 2023-03-09
  • 5.54.2-alpha.0 - 2023-03-06
  • 5.54.1 - 2023-03-06

    5.54.1 (2023-03-06)

    Bug Fixes

    • typescript-estree: do not call export of clearProgramCache (#6540) (181e705)
  • 5.54.1-alpha.15 - 2023-03-03
  • 5.54.1-alpha.14 - 2023-03-02
  • 5.54.1-alpha.13 - 2023-03-01
  • 5.54.1-alpha.12 - 2023-03-01
  • 5.54.1-alpha.11 - 2023-03-01
  • 5.54.1-alpha.10 - 2023-03-01
  • 5.54.1-alpha.9 - 2023-03-01
  • 5.54.1-alpha.8 - 2023-03-01
  • 5.54.1-alpha.7 - 2023-03-01
  • 5.54.1-alpha.6 - 2023-03-01
  • 5.54.1-alpha.5 - 2023-03-01
  • 5.54.1-alpha.4 - 2023-03-01
  • 5.54.1-alpha.3 - 2023-03-01
  • 5.54.1-alpha.2 - 2023-03-01
  • 5.54.1-alpha.1 - 2023-03-01
  • 5.54.1-alpha.0 - 2023-02-27
  • 5.54.0 - 2023-02-27

    5.54.0 (2023-02-27)

    Bug Fixes

    • typescript-estree: check for relative/root paths in printing file path errors (#6491) (dc14242)
    • website: corect playground build issue (#6506) (6aad7d3)

    Features

    • eslint-plugin: [promise-function-async] check for promises in implicit return types (#6330) (de1e5ce), closes #6329
  • 5.53.1-alpha.9 - 2023-02-21
  • 5.53.1-alpha.8 - 2023-02-21
  • 5.53.1-alpha.7 - 2023-02-21
  • 5.53.1-alpha.6 - 2023-02-21
  • 5.53.1-alpha.5 - 2023-02-21
  • 5.53.1-alpha.4 - 2023-02-21
  • 5.53.1-alpha.3 - 2023-02-21
  • 5.53.1-alpha.2 - 2023-02-21
  • 5.53.1-alpha.1 - 2023-02-20
  • 5.53.1-alpha.0 - 2023-02-20
  • 5.53.0 - 2023-02-20

    5.53.0 (2023-02-20)

    Features

    • eslint-plugin: [consistent-generic-constructors] handle default parameters (#6484) (e8cebce)
    • eslint-plugin: [no-mixed-enums] add rule (#6102) (16144d1)
    • typescript-estree: expose a wrapper cache clearing function for advanced usecases (#6476) (d816496)
  • 5.52.1-alpha.8 - 2023-02-20
  • 5.52.1-alpha.7 - 2023-02-20
  • 5.52.1-alpha.6 - 2023-02-20
  • 5.52.1-alpha.5 - 2023-02-20
  • 5.52.1-alpha.4 - 2023-02-20
  • 5.52.1-alpha.3 - 2023-02-20
  • 5.52.1-alpha.2 - 2023-02-16
  • 5.52.1-alpha.1 - 2023-02-15
  • 5.52.1-alpha.0 - 2023-02-13
  • 5.52.0 - 2023-02-13

    5.52.0 (2023-02-13)

    Bug Fixes

    • eslint-plugin: [no-import-type-side-effects] correctly ignore zero-specifier imports (#6444) (d5a6688)
    • eslint-plugin: [no-unnecessary-condition] account for optional chaining on potentially void values (#6432) (e1d9c67), closes #5255
    • eslint-plugin: [no-unnecessary-condition] fix false positive when checking indexed access types (#6452) (d569924)
    • eslint-plugin: fix key-spacing when type starts on next line (#6412) (3eb2eed)

    Features

    • eslint-plugin: [block-spacing] extending base rule for TS related blocks (#6195) (b2db3f5)
    • eslint-plugin: [explicit-function-return-type] add allowFunctionsWithoutTypeParameters option (#6105) (113640e)
    • eslint-plugin: [explicit-function-return-type] add allowIIFEs option (#6237) (a1b3f7b)
    • typescript-estree: add .kind to TSModuleDeclaration (#6443) (2f948df)
    • typescript-estree: allow specifying project: true (#6084) (dcd05f0)
  • 5.51.1-alpha.13 - 2023-02-13
  • 5.51.1-alpha.12 - 2023-02-13
  • 5.51.1-alpha.10 - 2023-02-11
  • 5.51.1-alpha.9 - 2023-02-10
  • 5.51.1-alpha.8 - 2023-02-10
  • 5.51.1-alpha.7 - 2023-02-10
  • 5.51.1-alpha.6 - 2023-02-10
  • 5.51.1-alpha.5 - 2023-02-10
  • 5.51.1-alpha.4 - 2023-02-10
  • 5.51.1-alpha.3 - 2023-02-10
  • 5.51.1-alpha.2 - 2023-02-10
  • 5.51.1-alpha.1 - 2023-02-10
  • 5.51.1-alpha.0 - 2023-02-06
  • 5.51.0 - 2023-02-06

    5.51.0 (2023-02-06)

    Bug Fixes

    • eslint-plugin: [sort-type-constituents] fixed behavior change (#6384) (5bf7f7f), closes #6339
    • eslint-plugin: do not use .at(), Node 14 does not support it (#6402) (077ed1b)

    Features

    • eslint-plugin: [naming-convention] improve performance by removing unnecessary selectors (#6376) (3647a1c)
    • eslint-plugin: [no-floating-promises] error on logical expression (#6356) (f330e06)
    • eslint-plugin: [no-import-type-side-effects] add rule to warn against runtime side effects with verbatimModuleSyntax (#6394) (b14d3be)
    • eslint-plugin: [strict-boolean-expressions] add allow nullable enum to strict boolean expressions (#6096) (d4747cd)
    • typescript-estree: cache project glob resolution (#6367) (afae837)
from @typescript-eslint/eslint-plugin GitHub release notes
Commit messages
Package name: @typescript-eslint/eslint-plugin

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant