Skip to content

Conversation

@snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade @typescript-eslint/parser from 2.28.0 to 2.31.0.

merge advice

✨What is Merge Advice? We check thousands of dependency upgrade pull requests and CI tests every day to see which upgrades were successfully merged. After crunching this data, we give a recommendation on how safe we think the change is for you to merge without causing issues. Learn more, and share your feedback to help improve this feature. 🙏
ℹ️ 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 31 versions ahead of your current version.
  • The recommended version was released 5 days ago, on 2020-05-04.
Release notes
Package name: @typescript-eslint/parser
  • 2.31.0 - 2020-05-04

    2.31.0 (2020-05-04)

    Bug Fixes

    • eslint-plugin: [dot-notation] handle missing declarations (#1947) (383f931)
    • eslint-plugin: [method-signature-style] fix overloaded methods to an intersection type (#1966) (7f3fba3)
    • eslint-plugin: [return-await] await in a normal function (#1962) (f82fd7b)
    • eslint-plugin: [unbound-method] false positives for unary expressions (#1964) (b35070e)
    • eslint-plugin: no-base-to-string boolean expression detect (#1969) (f78f13a)

    Features

    • eslint-plugin: [member-ordering] add decorators support (#1870) (f7ec192)
    • eslint-plugin: [prefer-optional-chain] added option to convert to suggestion fixer (#1965) (2f0824b)
    • eslint-plugin: new extended rule 'no-invalid-this' (#1823) (b18bc35)
    • eslint-plugin-internal: add rule no-poorly-typed-ts-props (#1949) (56ea7c9)
    • experimental-utils: expose our RuleTester extension (#1948) (2dd1638)
  • 2.30.1-alpha.13 - 2020-05-04
  • 2.30.1-alpha.12 - 2020-05-04
  • 2.30.1-alpha.11 - 2020-05-04
  • 2.30.1-alpha.10 - 2020-05-04
  • 2.30.1-alpha.9 - 2020-05-04
  • 2.30.1-alpha.8 - 2020-05-04
  • 2.30.1-alpha.7 - 2020-05-04
  • 2.30.1-alpha.6 - 2020-05-01
  • 2.30.1-alpha.5 - 2020-04-30
  • 2.30.1-alpha.4 - 2020-04-30
  • 2.30.1-alpha.3 - 2020-04-29
  • 2.30.1-alpha.2 - 2020-04-29
  • 2.30.1-alpha.1 - 2020-04-29
  • 2.30.1-alpha.0 - 2020-04-27
  • 2.30.0 - 2020-04-27

    2.30.0 (2020-04-27)

    Bug Fixes

    • eslint-plugin: [prefer-string-starts-ends-with] check for negative start index in slice (#1920) (ed2bd60)
    • eslint-plugin: fix no-base-to-string boolean literal check (#1850) (2f45e99)

    Features

    • eslint-plugin: add extension rule dot-notation (#1867) (a85c3e1)
    • eslint-plugin: create no-invalid-void-type rule (#1847) (f667ff1)
    • experimental-utils: allow rule options to be a readonly tuple (#1924) (4ef6788)
  • 2.29.1-alpha.7 - 2020-04-27
  • 2.29.1-alpha.6 - 2020-04-27
  • 2.29.1-alpha.5 - 2020-04-26
  • 2.29.1-alpha.4 - 2020-04-26
  • 2.29.1-alpha.3 - 2020-04-26
  • 2.29.1-alpha.2 - 2020-04-24
  • 2.29.1-alpha.1 - 2020-04-21
  • 2.29.1-alpha.0 - 2020-04-20
  • 2.29.0 - 2020-04-20

    2.29.0 (2020-04-20)

    Bug Fixes

    • eslint-plugin: [no-base-to-string] soft remove ignoreTaggedTemplateExpressions option (#1916) (369978e)

    Features

    • eslint-plugin: [no-floating-promise] add option to ignore IIFEs (#1799) (cea51bf)
    • eslint-plugin: [restrict-template-expressions] add support for intersection types (#1803) (cc70e4f)
    • eslint-plugin: add extension rule init-declarations (#1814) (b01f5e7)
    • eslint-plugin: add extension rule keyword-spacing (#1739) (c5106dd)
  • 2.28.1-alpha.5 - 2020-04-20
  • 2.28.1-alpha.4 - 2020-04-20
  • 2.28.1-alpha.3 - 2020-04-20
  • 2.28.1-alpha.2 - 2020-04-20
  • 2.28.1-alpha.1 - 2020-04-20
  • 2.28.1-alpha.0 - 2020-04-13
  • 2.28.0 - 2020-04-13

    2.28.0 (2020-04-13)

    Bug Fixes

    • eslint-plugin: [method-signature-style] handle multiline params (#1861) (5832a86)
    • eslint-plugin: [no-empty-interface] use suggestion fixer for ambient contexts (#1880) (62b2278)
    • eslint-plugin: [unbound-method] false positive on property function initializer (#1890) (f1c3b18)
    • eslint-plugin: [unbound-method] ignore assignments to methods (#1736) (6b4680b)
    • eslint-plugin: no-empty-interface autofix (#1865) (829a2f7), closes #1864
    • eslint-plugin: use isTypeArrayTypeOrUnionOfArrayTypes util for checking if type is array (#1728) (05030f8)

    Features

    • eslint-plugin: [ban-ts-comment] support ts-expect-error (#1706) (469cff3)
    • eslint-plugin: [consistent-type-assertions] always allow const assertions (#1713) (af2c00d)
    • eslint-plugin: [explicit-function-return-type] add option to allow concise arrows that start with void (#1732) (2e9c202)
    • eslint-plugin: feat(eslint-plugin): [explicit-module-boundary-types] add option shouldTrackReferences (#1778) (3eee804)
    • eslint-plugin: [no-base-to-string] add option to ignore tagged templates (#1763) (f5edb99)
    • eslint-plugin: [restrict-template-expressions] add option allowAny (#1762) (d44c0f9)
    • eslint-plugin: add rule prefer-reduce-type-parameter (#1707) (c92d240)
    • eslint-plugin: add rule prefer-ts-expect-error (#1705) (7021f21)
    • eslint-plugin: add rule no-unsafe-assignment (#1694) (a49b860)
from @typescript-eslint/parser GitHub release notes
Commit messages
Package name: @typescript-eslint/parser
  • 176054c chore: publish v2.31.0
  • 1f3c344 chore: upgrade to prettier 2.0 (#1970)
  • b18bc35 feat(eslint-plugin): new extended rule 'no-invalid-this' (#1823)
  • 2f0824b feat(eslint-plugin): [prefer-optional-chain] added option to convert to suggestion fixer (#1965)
  • 7f3fba3 fix(eslint-plugin): [method-signature-style] fix overloaded methods to an intersection type (#1966)
  • f78f13a fix(eslint-plugin): no-base-to-string boolean expression detect (#1969)
  • b35070e fix(eslint-plugin): [unbound-method] false positives for unary expressions (#1964)
  • f82fd7b fix(eslint-plugin): [return-await] await in a normal function (#1962)
  • 05476ca docs(eslint-plugin): [naming-convention] correct typo in example (#1961)
  • 80d934b chore: turn on `no-poorly-typed-ts-props` (#1955)
  • b609b43 chore: fix CI (#1958)
  • 56ea7c9 feat(eslint-plugin-internal): add rule no-poorly-typed-ts-props (#1949)
  • 2dd1638 feat(experimental-utils): expose our RuleTester extension (#1948)
  • 383f931 fix(eslint-plugin): [dot-notation] handle missing declarations (#1947)
  • f7ec192 feat(eslint-plugin): [member-ordering] add decorators support (#1870)
  • 1b4e430 chore: publish v2.30.0
  • 2f45e99 fix(eslint-plugin): fix no-base-to-string boolean literal check (#1850)
  • ed2bd60 fix(eslint-plugin): [prefer-string-starts-ends-with] check for negative start index in slice (#1920)
  • a85c3e1 feat(eslint-plugin): add extension rule `dot-notation` (#1867)
  • f667ff1 feat(eslint-plugin): create `no-invalid-void-type` rule (#1847)
  • f91ff20 chore(eslint-plugin): standardise sentences in rule messages (#1935)
  • 93fb661 chore(eslint-plugin): correct grammatical mistake (#1932)
  • 4ef6788 feat(experimental-utils): allow rule options to be a readonly tuple (#1924)
  • 017b22d docs(eslint-plugin): [explicit-function-return-type] fix typo (#1923)

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

@codecov
Copy link

codecov bot commented May 10, 2020

Codecov Report

Merging #59 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #59   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         8           
  Lines          116       116           
=========================================
  Hits           116       116           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4a1ab61...a61261d. Read the comment docs.

@freaktechnik freaktechnik merged commit 8f28a4c into master May 10, 2020
@freaktechnik freaktechnik deleted the snyk-upgrade-55defa905f8281a929419496ee97658d branch May 10, 2020 22:41
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.

3 participants