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 4.1.0 to 4.1.1 #112

Merged
merged 2 commits into from
Oct 6, 2020

Conversation

snyk-bot
Copy link
Contributor

@snyk-bot snyk-bot commented Oct 6, 2020

Snyk has created this PR to upgrade @typescript-eslint/parser from 4.1.0 to 4.1.1.

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 16 versions ahead of your current version.
  • The recommended version was released 22 days ago, on 2020-09-14.
Release notes
Package name: @typescript-eslint/parser
  • 4.1.1 - 2020-09-14

    4.1.1 (2020-09-14)

    Bug Fixes

    • eslint-plugin: [naming-convention] allow an array of selectors with types and modifiers (#2415) (7ca54c3)
    • eslint-plugin: [no-implied-eval] handle the Function type (#2435) (e1401dc)
    • eslint-plugin: [no-unused-vars] better handling for declared modules (#2553) (02d72d4), closes #2523
    • eslint-plugin: [no-use-before-define] false positive for function type arguments (#2554) (189162d), closes #2527
    • eslint-plugin: [prefer-function-type] handle this return (#2437) (7c6fcee)
    • eslint-plugin: [return-await] don't error for in-try-catch if the return is in a catch without a finally (#2356) (efdd521)
  • 4.1.1-alpha.14 - 2020-09-14
  • 4.1.1-alpha.13 - 2020-09-14
  • 4.1.1-alpha.12 - 2020-09-14
  • 4.1.1-alpha.11 - 2020-09-14
  • 4.1.1-alpha.10 - 2020-09-13
  • 4.1.1-alpha.9 - 2020-09-13
  • 4.1.1-alpha.8 - 2020-09-12
  • 4.1.1-alpha.7 - 2020-09-08
  • 4.1.1-alpha.6 - 2020-09-07
  • 4.1.1-alpha.5 - 2020-09-07
  • 4.1.1-alpha.4 - 2020-09-07
  • 4.1.1-alpha.3 - 2020-09-07
  • 4.1.1-alpha.2 - 2020-09-07
  • 4.1.1-alpha.1 - 2020-09-07
  • 4.1.1-alpha.0 - 2020-09-07
  • 4.1.0 - 2020-09-07

    4.1.0 (2020-09-07)

    Bug Fixes

    • eslint-plugin: [explicit-module-boundary-types] cyclical reference infinite recursion crash (#2482) (8693653)
    • eslint-plugin: [no-unused-vars] correct detection of unused vars in a declared module with export = (#2505) (3d07a99)
    • eslint-plugin: [no-unused-vars] properly handle ambient declaration exports (#2496) (4d3ce5f)
    • eslint-plugin: [no-use-before-define] false positive with jsx pragma reference (#2503) (5afeeab), closes #2502
    • eslint-plugin: [typedef] false positive for rest parameter with array destructuring (#2441) (2ada5af)
    • eslint-plugin: handle missing message IDs in eslint v5/v6 (#2461) (ffdfade)
    • scope-manager: add const as a global type variable (#2499) (eb3f6e3)
    • scope-manager: correctly handle inferred types in nested type scopes (#2497) (95f6bf4)
    • scope-manager: don't create references for intrinsic JSX elements (#2504) (cdb9807)
    • scope-manager: fallback to lib 'esnext' or 'es5' when ecma version is unsupported (#2474) (20a7dcc)
    • scope-manager: support rest function type parameters (#2491) (9d8b4c4), closes #2449
    • scope-manager: support tagged template string generic type parameters (#2492) (a2686c0)
    • scope-manager: support type predicates (#2493) (a40f54c), closes #2462
    • scope-manager: treat type imports as both values and types (#2494) (916e95a), closes #2453

    Features

    • eslint-plugin: [no-shadow] add option ignoreFunctionTypeParameterNameValueShadow (#2470) (bfe255f)
    • eslint-plugin: add extension rule no-loop-func (#2490) (36305df)
    • scope-manager: add support for JSX scope analysis (#2498) (f887ab5), closes #2455 #2477
from @typescript-eslint/parser GitHub release notes
Commit messages
Package name: @typescript-eslint/parser
  • f785965 chore: publish v4.1.1
  • efdd521 fix(eslint-plugin): [return-await] don't error for `in-try-catch` if the return is in a `catch` without a `finally` (#2356)
  • 7c6fcee fix(eslint-plugin): [prefer-function-type] handle `this` return (#2437)
  • e1401dc fix(eslint-plugin): [no-implied-eval] handle the `Function` type (#2435)
  • 7ca54c3 fix(eslint-plugin): [naming-convention] allow an array of selectors with types and modifiers (#2415)
  • 189162d fix(eslint-plugin): [no-use-before-define] false positive for function type arguments (#2554)
  • 02d72d4 fix(eslint-plugin): [no-unused-vars] better handling for declared modules (#2553)
  • bf88c84 docs(eslint-plugin): added missing links to ROADMAP.md (#2543)
  • 19516de chore: wip manual-release workflow
  • ec7449d chore: wip manual-release workflow
  • 3caaeaf chore: wip manual-release workflow
  • c6c9010 chore: wip manual-release workflow
  • b577daf fix(types): artificial fix needed to trigger release
  • 5b75bc1 chore: wip manual-release workflow
  • fc62ba8 fix(types): artificial fix needed to trigger release
  • 8a9be34 chore: wip manual-release workflow

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

@mergify mergify bot added the mergify label Oct 6, 2020
@coderbyheart coderbyheart merged commit 5261975 into saga Oct 6, 2020
@coderbyheart coderbyheart deleted the snyk-upgrade-7b52cc63c13b8b33006c99206ff9a493 branch October 6, 2020 08:10
@github-actions
Copy link

github-actions bot commented Oct 6, 2020

🎉 This PR is included in version 5.0.56 🎉

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants