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.42.0 to 5.44.0 #7

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

Conversation

ViacheslavKudinov
Copy link

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


Snyk has created this PR to upgrade @typescript-eslint/eslint-plugin from 5.42.0 to 5.44.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 47 versions ahead of your current version.
  • The recommended version was released 22 days ago, on 2022-11-21.
Release notes
Package name: @typescript-eslint/eslint-plugin
  • 5.44.0 - 2022-11-21

    5.44.0 (2022-11-21)

    Bug Fixes

    • eslint-plugin: [no-empty-interface] disable autofix for declaration merging with class (#5920) (a4f85b8)
    • eslint-plugin: [no-unnecessary-condition] handle index signature type (#5912) (5baad08)
    • eslint-plugin: [prefer-optional-chain] handle binary expressions in negated or (#5992) (2778ff0)
    • typescript-estree: don't consider a cached program unless it's specified in the current parserOptions.project config (#5999) (530e0e6)

    Features

    • eslint-plugin: [adjacent-overload-signatures] check BlockStatement nodes (#5998) (97d3e56)
    • eslint-plugin: [keyword-spacing] Support spacing in import-type syntax (#5977) (6a735e1)
    • support parsing satisfies operators (#5717) (20d7cae)
    • update to TypeScript 4.9 (#5716) (4d744ea)
  • 5.43.1-alpha.25 - 2022-11-21
  • 5.43.1-alpha.24 - 2022-11-21
  • 5.43.1-alpha.23 - 2022-11-20
  • 5.43.1-alpha.22 - 2022-11-18
  • 5.43.1-alpha.21 - 2022-11-18
  • 5.43.1-alpha.20 - 2022-11-18
  • 5.43.1-alpha.19 - 2022-11-18
  • 5.43.1-alpha.18 - 2022-11-18
  • 5.43.1-alpha.17 - 2022-11-18
  • 5.43.1-alpha.16 - 2022-11-17
  • 5.43.1-alpha.15 - 2022-11-17
  • 5.43.1-alpha.14 - 2022-11-17
  • 5.43.1-alpha.13 - 2022-11-17
  • 5.43.1-alpha.12 - 2022-11-16
  • 5.43.1-alpha.11 - 2022-11-16
  • 5.43.1-alpha.10 - 2022-11-16
  • 5.43.1-alpha.9 - 2022-11-16
  • 5.43.1-alpha.8 - 2022-11-16
  • 5.43.1-alpha.7 - 2022-11-16
  • 5.43.1-alpha.6 - 2022-11-16
  • 5.43.1-alpha.5 - 2022-11-16
  • 5.43.1-alpha.4 - 2022-11-16
  • 5.43.1-alpha.3 - 2022-11-16
  • 5.43.1-alpha.2 - 2022-11-15
  • 5.43.1-alpha.1 - 2022-11-15
  • 5.43.1-alpha.0 - 2022-11-14
  • 5.43.0 - 2022-11-14

    5.43.0 (2022-11-14)

    Bug Fixes

    • eslint-plugin: [no-shadow] handle false positives on generics and parameters (#5902) (769e8c8)
    • eslint-plugin: [promise-function-async] handle keyword token (#5907) (f25a94f)

    Features

    • eslint-plugin: [consistent-type-imports] support fixing to inline types (#5050) (75dcdf1)
    • eslint-plugin: [naming-convention] add support for "override" and "async" modifiers (#5310) (#5610) (c759da1)
    • eslint-plugin: [prefer-optional-chain] support suggesting !foo || !foo.bar as a valid match for the rule (#5594) (923d486)
  • 5.42.2-alpha.10 - 2022-11-14
  • 5.42.2-alpha.9 - 2022-11-14
  • 5.42.2-alpha.8 - 2022-11-13
  • 5.42.2-alpha.7 - 2022-11-12
  • 5.42.2-alpha.6 - 2022-11-12
  • 5.42.2-alpha.5 - 2022-11-11
  • 5.42.2-alpha.4 - 2022-11-11
  • 5.42.2-alpha.3 - 2022-11-10
  • 5.42.2-alpha.2 - 2022-11-07
  • 5.42.2-alpha.1 - 2022-11-07
  • 5.42.2-alpha.0 - 2022-11-07
  • 5.42.1 - 2022-11-07

    5.42.1 (2022-11-07)

    Bug Fixes

    • ast-spec: correct misnamed ExportNamedDeclaration AST type (#5913) (e88f4fa)
    • eslint-plugin: isTypeReadonly stack overflow (#5875) (#5876) (2d9a33c)
  • 5.42.1-alpha.6 - 2022-11-07
  • 5.42.1-alpha.5 - 2022-11-03
  • 5.42.1-alpha.4 - 2022-11-02
  • 5.42.1-alpha.3 - 2022-11-02
  • 5.42.1-alpha.2 - 2022-11-02
  • 5.42.1-alpha.1 - 2022-11-02
  • 5.42.1-alpha.0 - 2022-10-31
  • 5.42.0 - 2022-10-31

    5.42.0 (2022-10-31)

    Bug Fixes

    • ast-spec: add TSQualifiedName to TypeNode union (#5906) (5c316c1)
    • eslint-plugin: [no-extra-parens] handle type assertion in extends clause (#5901) (8ed7219)
    • typescript-estree: don't allow single-run unless we're in type-aware linting mode (#5893) (891b087)

    Features

    • eslint-plugin: [member-ordering] add natural sort order (#5662) (1eaae09)
    • eslint-plugin: [no-invalid-void-type] better report message for void used as a constituent inside a function return type (#5274) (d806bda)
    • typescript-estree: clarify docs and error for program project without matching TSConfig (#5762) (67744db)
    • utils: add RuleTester API for top-level dependency constraints (#5896) (0520d53)
from @typescript-eslint/eslint-plugin GitHub release notes
Commit messages
Package name: @typescript-eslint/eslint-plugin
  • 01159d2 chore: publish v5.44.0
  • 426c2f9 chore: remove unnecessary project names from nx commands (#6054)
  • e2d1263 chore: switched repo lint to use nx run-many (#6038)
  • fa862dc chore(deps): update dependency jest-specific-snapshot to v6 (#6042)
  • a4f85b8 fix(eslint-plugin): [no-empty-interface] disable autofix for declaration merging with class (#5920)
  • 7a10707 chore: add discussion template for RFCs (#6023)
  • 4d34f5d docs(website): pruning flow for issues and PRs (#6002)
  • bf6c542 chore: add back dropped comment from bad merge
  • 20d7cae feat: support parsing `satisfies` operators (#5717)
  • a40a311 chore: bump TS from 4.9RC to 4.9
  • 4d744ea feat: update to TypeScript 4.9 (#5716)
  • 97d3e56 feat(eslint-plugin): [adjacent-overload-signatures] check BlockStatement nodes (#5998)
  • ab88f77 chore(webpage): add id to homepage in h2 (#5951)
  • 4d46e65 tests: add dependency constraints to eslint-plugin tests (#5916)
  • 5f7ce69 chore(website): explained and auto-balanced homepage sponsors list (#5996)
  • 530e0e6 fix(typescript-estree): don't consider a cached program unless it's specified in the current `parserOptions.project` config (#5999)
  • 49f623f chore(website): revert "chore(website): fix TSLint.md link casing in PACKAGES.md" (#6001)
  • e708576 chore(eslint-plugin): fix odd consistent-indexed-object-style docs phrasing (#5948)
  • ac7669e docs(eslint-plugin): [no-shadow] add FAQ about enum members (#5986)
  • dd9b3fa chore(eslint-plugin): switch generate-rules-lists to generate-breaking-changes (#5929)
  • 88b1ac7 docs(website): mention cross-file caching issues in FAQs (#5978)
  • 88d0316 chore(website): fix TSLint.md link casing in PACKAGES.md (#5976)
  • 81236b2 chore: reduce issue+pr lock delay to 7 days (#5974)
  • 2778ff0 fix(eslint-plugin): [prefer-optional-chain] handle binary expressions in negated or (#5992)

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

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

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