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.28.0 to 2.29.0 #23

Merged
merged 2 commits into from Apr 23, 2020

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade @typescript-eslint/parser from 2.28.0 to 2.29.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 7 versions ahead of your current version.
  • The recommended version was released 3 days ago, on 2020-04-20.
Release notes
Package name: @typescript-eslint/parser
  • 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
  • f3bef4c chore: publish v2.29.0
  • 81f5160 chore: add gh action to lock old issues and PRs (#1888)
  • b01f5e7 feat(eslint-plugin): add extension rule `init-declarations` (#1814)
  • cea51bf feat(eslint-plugin): [no-floating-promise] add option to ignore IIFEs (#1799)
  • c5106dd feat(eslint-plugin): add extension rule `keyword-spacing` (#1739)
  • 369978e fix(eslint-plugin): [no-base-to-string] soft remove `ignoreTaggedTemplateExpressions` option (#1916)
  • cc70e4f feat(eslint-plugin): [restrict-template-expressions] add support for intersection types (#1803)

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

@coderbyheart coderbyheart merged commit aecac39 into saga Apr 23, 2020
@coderbyheart coderbyheart deleted the snyk-upgrade-e1f838a3f6bd674b31cde97ea6f71a98 branch April 23, 2020 08:28
@github-actions
Copy link

🎉 This PR is included in version 3.2.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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