Skip to content
This repository has been archived by the owner on Mar 15, 2023. It is now read-only.

[Snyk] Upgrade @typescript-eslint/parser from 4.4.1 to 4.5.0 #193

Merged
merged 1 commit into from
Nov 10, 2020

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade @typescript-eslint/parser from 4.4.1 to 4.5.0.

merge advice
ℹ️ 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 14 versions ahead of your current version.
  • The recommended version was released 22 days ago, on 2020-10-19.
Release notes
Package name: @typescript-eslint/parser
  • 4.5.0 - 2020-10-19

    4.5.0 (2020-10-19)

    Bug Fixes

    • eslint-plugin: [array-type] fix issues with readonly option (#2667) (63d1d81)
    • eslint-plugin: [lines-between-class-members] fix typo in schema (#2681) (a2a2514)
    • eslint-plugin: [naming-convention] check bodyless function parameters (#2675) (c505863)
    • eslint-plugin: [no-invalid-this] allow "this" in class property definitions (#2685) (dccb6ee)
    • eslint-plugin: [no-misused-promises] False negative in LogicalExpression (#2682) (30a6951), closes #2544
    • eslint-plugin: [no-unnecessary-type-assertion] correct fixer for vue files (#2680) (55111af)
    • eslint-plugin: [return-await] do not auto-fix when type is any/unknown (#2671) (d690c8d)
    • parser: minor fix regexp, map-filter to reduce (#2684) (f1329f6)

    Features

    • eslint-plugin: [dot-notation] add allowProtectedClassPropertyAccess option (#2622) (bbc9e35)
    • eslint-plugin: [prefer-readonly-parameter-types] add ignoreInferredTypes option (#2668) (91010e8)
    • eslint-plugin: [restrict-plus-operands] add intersection type determination logic (#2628) (da71362)
    • typescript-estree: add flag EXPERIMENTAL_useSourceOfProjectReferenceRedirect (#2669) (90a5878)
  • 4.4.2-alpha.12 - 2020-10-18
  • 4.4.2-alpha.11 - 2020-10-18
  • 4.4.2-alpha.10 - 2020-10-18
  • 4.4.2-alpha.9 - 2020-10-18
  • 4.4.2-alpha.8 - 2020-10-18
  • 4.4.2-alpha.7 - 2020-10-18
  • 4.4.2-alpha.6 - 2020-10-18
  • 4.4.2-alpha.5 - 2020-10-18
  • 4.4.2-alpha.4 - 2020-10-18
  • 4.4.2-alpha.3 - 2020-10-18
  • 4.4.2-alpha.2 - 2020-10-18
  • 4.4.2-alpha.1 - 2020-10-15
  • 4.4.2-alpha.0 - 2020-10-12
  • 4.4.1 - 2020-10-12

    4.4.1 (2020-10-12)

    Bug Fixes

    • eslint-plugin: [ban-ts-comment] support block comments (#2644) (9c3c686)
    • eslint-plugin: [ban-types] allow banning types with specific parameters (#2662) (77732a2)
    • eslint-plugin: [consistent-type-assertions] check type assertion in jsx props (#2653) (393e925)
    • eslint-plugin: [no-duplicate-imports] distinguish member, default (#2637) (c71f423)
    • eslint-plugin: [no-throw-literal] false positive with logical expressions (#2645) (57aa6c7)
    • eslint-plugin: [no-unused-vars] fix false positives for duplicated names in namespaces (#2659) (0d696c7)
    • eslint-plugin: [no-use-before-define] correctly handle typeof type references (#2623) (8e44c78)
    • scope-manager: don't create a variable for global augmentation (#2639) (6bc9325)
from @typescript-eslint/parser GitHub release notes
Commit messages
Package name: @typescript-eslint/parser
  • 5225a76 chore: publish v4.5.0
  • 91010e8 feat(eslint-plugin): [prefer-readonly-parameter-types] add `ignoreInferredTypes` option (#2668)
  • da71362 feat(eslint-plugin): [restrict-plus-operands] add intersection type determination logic (#2628)
  • bbc9e35 feat(eslint-plugin): [dot-notation] add `allowProtectedClassPropertyAccess` option (#2622)
  • 63d1d81 fix(eslint-plugin): [array-type] fix issues with readonly option (#2667)
  • f1329f6 fix(parser): minor fix regexp, map-filter to reduce (#2684)
  • dccb6ee fix(eslint-plugin): [no-invalid-this] allow "this" in class property definitions (#2685)
  • 30a6951 fix(eslint-plugin): [no-misused-promises] False negative in LogicalExpression (#2682)
  • a2a2514 fix(eslint-plugin): [lines-between-class-members] fix typo in schema (#2681)
  • 55111af fix(eslint-plugin): [no-unnecessary-type-assertion] correct fixer for vue files (#2680)
  • c505863 fix(eslint-plugin): [naming-convention] check bodyless function parameters (#2675)
  • d690c8d fix(eslint-plugin): [return-await] do not auto-fix when type is `any`/`unknown` (#2671)
  • 90a5878 feat(typescript-estree): add flag EXPERIMENTAL_useSourceOfProjectReferenceRedirect (#2669)
  • 2c4b838 chore(parser): clean up some unused code (#2674)

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant