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/eslint-plugin from 2.20.0 to 2.22.0 #8

Merged
merged 2 commits into from Mar 9, 2020

Conversation

snyk-bot
Copy link
Contributor

@snyk-bot snyk-bot commented Mar 9, 2020

Snyk has created this PR to upgrade @typescript-eslint/eslint-plugin from 2.20.0 to 2.22.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 19 versions ahead of your current version.
  • The recommended version was released 7 days ago, on 2020-03-02.
Release notes
Package name: @typescript-eslint/eslint-plugin
  • 2.22.0 - 2020-03-02

    2.22.0 (2020-03-02)

    Bug Fixes

    • eslint-plugin: [ban-types] add option extendDefaults (#1379) (ae7f7c5)
    • eslint-plugin: [default-param-last] handle param props (#1650) (3534c6e)
    • eslint-plugin: [no-implied-eval] correct logic for ts3.8 (#1652) (33e3e6f)

    Features

    • eslint-plugin: [explicit-member-accessibility] autofix no-public (#1548) (dd233b5)
    • eslint-plugin: [typedef] add variable-declaration-ignore-function (#1578) (fc0a55e)
    • eslint-plugin: add new no-base-to-string rule (#1522) (8333d41)
    • eslint-plugin: add prefer-readonly-parameters (#1513) (3be9854)
    • eslint-plugin: additional annotation spacing rules for va… (#1496) (b097245)
  • 2.21.1-alpha.8 - 2020-03-02
  • 2.21.1-alpha.7 - 2020-03-02
  • 2.21.1-alpha.6 - 2020-02-29
  • 2.21.1-alpha.5 - 2020-02-29
  • 2.21.1-alpha.4 - 2020-02-29
  • 2.21.1-alpha.3 - 2020-02-29
  • 2.21.1-alpha.2 - 2020-02-28
  • 2.21.1-alpha.1 - 2020-02-28
  • 2.21.1-alpha.0 - 2020-02-24
  • 2.21.0 - 2020-02-24

    2.21.0 (2020-02-24)

    Bug Fixes

    • eslint-plugin: [embt] ignore JSX callbacks (#1630) (4d45b33)
    • eslint-plugin: [no-floating-promises] handle finally callback (#1620) (1aa7135)
    • eslint-plugin: [typedef] allow array/object destructuring in for/of (#1570) (660bace)
    • typescript-estree: process.stdout can be undefined (#1619) (0d8e87e)

    Features

    • eslint-plugin: [return-await] add --fix support (#1561) (9edd863)
  • 2.20.1-alpha.7 - 2020-02-24
  • 2.20.1-alpha.6 - 2020-02-24
  • 2.20.1-alpha.5 - 2020-02-23
  • 2.20.1-alpha.4 - 2020-02-20
  • 2.20.1-alpha.3 - 2020-02-19
  • 2.20.1-alpha.2 - 2020-02-19
  • 2.20.1-alpha.1 - 2020-02-19
  • 2.20.1-alpha.0 - 2020-02-17
  • 2.20.0 - 2020-02-17

    2.20.0 (2020-02-17)

    Features

    • eslint-plugin: [ban-types] allow banning null and undefined (#821) (0b2b887)
    • eslint-plugin: [strict-boolean-expressions] refactor, add clearer error messages (#1480) (db4b530)
from @typescript-eslint/eslint-plugin GitHub release notes
Commit messages
Package name: @typescript-eslint/eslint-plugin
  • 5a097d3 chore: publish v2.22.0
  • 3be9854 feat(eslint-plugin): add prefer-readonly-parameters (#1513)
  • b097245 feat(eslint-plugin): additional annotation spacing rules for va… (#1496)
  • 33e3e6f fix(eslint-plugin): [no-implied-eval] correct logic for ts3.8 (#1652)
  • fc0a55e feat(eslint-plugin): [typedef] add variable-declaration-ignore-function (#1578)
  • 8333d41 feat(eslint-plugin): add new no-base-to-string rule (#1522)
  • dd233b5 feat(eslint-plugin): [explicit-member-accessibility] autofix no-public (#1548)
  • baf7c98 docs(eslint-plugin): [consistent-type-assertion] improve docs (#1651)
  • ae7f7c5 fix(eslint-plugin): [ban-types] add option extendDefaults (#1379)
  • 3534c6e fix(eslint-plugin): [default-param-last] handle param props (#1650)
  • 4eedd7f chore: publish v2.21.0
  • 4d45b33 fix(eslint-plugin): [embt] ignore JSX callbacks (#1630)
  • e23e4b9 docs(eslint-plugin): [no-parameter-properties] fix a typo (#1633)
  • be3e23f docs(eslint-plugin): added missing TSLint 5.20 rules to ROADMAP.md (#1609)
  • 9edd863 feat(eslint-plugin): [require-await] add --fix support (#1561)
  • 1aa7135 fix(eslint-plugin): [no-floating-promises] handle finally callback (#1620)
  • 660bace fix(eslint-plugin): [typedef] allow array/object destructuring in for/of (#1570)
  • 0d8e87e fix(typescript-estree): process.stdout can be undefined (#1619)
  • 7452e7d docs(eslint-plugin): update link to deprecation rule in roadmap (#1611)

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 5131ac1 into saga Mar 9, 2020
@coderbyheart coderbyheart deleted the snyk-upgrade-696184a342a29f5c27dbb5f55f067b17 branch March 9, 2020 08:57
@github-actions
Copy link

github-actions bot commented Mar 9, 2020

🎉 This PR is included in version 3.1.8 🎉

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.

None yet

2 participants