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/parser from 2.27.0 to 2.28.0 #54

Merged
merged 2 commits into from Apr 26, 2020

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade @typescript-eslint/parser from 2.27.0 to 2.28.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 21 versions ahead of your current version.
  • The recommended version was released 5 days ago, on 2020-04-13.
Release notes
Package name: @typescript-eslint/parser
  • 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)
  • 2.27.1-alpha.19 - 2020-04-13
  • 2.27.1-alpha.18 - 2020-04-13
  • 2.27.1-alpha.17 - 2020-04-13
  • 2.27.1-alpha.16 - 2020-04-13
  • 2.27.1-alpha.15 - 2020-04-13
  • 2.27.1-alpha.14 - 2020-04-13
  • 2.27.1-alpha.13 - 2020-04-13
  • 2.27.1-alpha.12 - 2020-04-13
  • 2.27.1-alpha.11 - 2020-04-12
  • 2.27.1-alpha.10 - 2020-04-12
  • 2.27.1-alpha.9 - 2020-04-12
  • 2.27.1-alpha.8 - 2020-04-12
  • 2.27.1-alpha.7 - 2020-04-12
  • 2.27.1-alpha.6 - 2020-04-12
  • 2.27.1-alpha.5 - 2020-04-11
  • 2.27.1-alpha.4 - 2020-04-09
  • 2.27.1-alpha.3 - 2020-04-08
  • 2.27.1-alpha.2 - 2020-04-07
  • 2.27.1-alpha.1 - 2020-04-07
  • 2.27.1-alpha.0 - 2020-04-06
  • 2.27.0 - 2020-04-06

    2.27.0 (2020-04-06)

    Bug Fixes

    • eslint-plugin: [no-throw-literal] fix crash caused by getBaseTypes (#1830) (9d53c76)
    • eslint-plugin: [no-unsafe-call] fix incorrect selector (#1826) (8ec53a3)
    • eslint-plugin: [require-await] handle async generators (#1782) (9642d9d)
    • eslint-plugin: [no-explicit-any] constructor functions (& more) not ignored by ignoreRestArgs property (#1711) (ab8572e)
    • typescript-estree: add support for TS3.9 extra file extensions (#1833) (1f0ff41)

    Features

    • eslint-plugin: new rule method-signature-style (#1685) (c49d771)
    • eslint-plugin: [member-ordering] sort members alphabetically (#263) (485e902)
    • eslint-plugin-internal: add plugin-test-formatting rule (#1821) (9b0023a)
    • experimental-utils: add types for suggestions from CLIEngine (#1844) (7c11bd6)
    • experimental-utils: update eslint types to match v6.8 (#1846) (16ce74d)
from @typescript-eslint/parser GitHub release notes
Commit messages
Package name: @typescript-eslint/parser
  • 73675d1 chore: publish v2.28.0
  • f1c3b18 fix(eslint-plugin): [unbound-method] false positive on property function initializer (#1890)
  • 795fd1c chore: add markdownlint (#1889)
  • 7021f21 feat(eslint-plugin): add rule `prefer-ts-expect-error` (#1705)
  • 469cff3 feat(eslint-plugin): [ban-ts-comment] support `ts-expect-error` (#1706)
  • 05030f8 fix(eslint-plugin): use `isTypeArrayTypeOrUnionOfArrayTypes` util for checking if type is array (#1728)
  • c92d240 feat(eslint-plugin): add rule `prefer-reduce-type-parameter` (#1707)
  • 2e9c202 feat(eslint-plugin): [explicit-function-return-type] add option to allow concise arrows that start with void (#1732)
  • 3eee804 feat(eslint-plugin): [explicit-module-boundary-types] add optio… (#1778)
  • 87b7dbb docs(eslint-plugin): cleanup: standardise extension doc style, mark deprecated rules (#1887)
  • f5edb99 feat(eslint-plugin): [no-base-to-string] add option to ignore tagged templates (#1763)
  • 6b4680b fix(eslint-plugin): [unbound-method] ignore assignments _to_ methods (#1736)
  • d44c0f9 feat(eslint-plugin): [restrict-template-expressions] add option `allowAny` (#1762)
  • af2c00d feat(eslint-plugin): [consistent-type-assertions] always allow `const` assertions (#1713)
  • 62b2278 fix(eslint-plugin): [no-empty-interface] use suggestion fixer for ambient contexts (#1880)
  • fd75424 docs(eslint-plugin): fix typos in no-unsafe-assign (#1881)
  • a49b860 feat(eslint-plugin): add rule no-unsafe-assignment (#1694)
  • 829a2f7 fix(eslint-plugin): no-empty-interface autofix (#1865)
  • 5832a86 fix(eslint-plugin): [method-signature-style] handle multiline params (#1861)
  • 4b799b9 docs(experimental-utils): fix links to estree pkg (#1860)
  • 0fae50b docs(eslint-plugin): [ROADMAP] add method-signature-style as alternative to prefer-method-signature (#1858)

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 Apr 19, 2020

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #54   +/-   ##
=========================================
  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 91b14b5...8907f12. Read the comment docs.

@freaktechnik freaktechnik merged commit 1e82c00 into master Apr 26, 2020
@freaktechnik freaktechnik deleted the snyk-upgrade-62f7fec1bf12121f4d6bb4e85268a779 branch May 9, 2020 13:42
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.

[@typescript-eslint/no-empty-interface] Auto-fixer deletes generic type info
2 participants