Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme
Additionally, you can set the following in the `.dependabot/config.yml` file in this repo:
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)
Finally, you can contact us by mentioning @dependabot.
Bumps @typescript-eslint/eslint-plugin from 2.0.0 to 2.1.0.
Release notes
*Sourced from [@typescript-eslint/eslint-plugin's releases](https://github.com/typescript-eslint/typescript-eslint/releases).* > ## v2.1.0 > # [2.1.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.0.0...v2.1.0) (2019-09-02) > > > ### Bug Fixes > > * **eslint-plugin:** [member-naming] should match constructor args ([#771](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/771)) ([b006667](https://github.com/typescript-eslint/typescript-eslint/commit/b006667)) > * **eslint-plugin:** [no-inferrable-types] ignore optional props ([#918](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/918)) ([a4e625f](https://github.com/typescript-eslint/typescript-eslint/commit/a4e625f)) > * **eslint-plugin:** [promise-function-async] Allow async get/set ([#820](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/820)) ([cddfdca](https://github.com/typescript-eslint/typescript-eslint/commit/cddfdca)) > * **eslint-plugin:** [require-await] Allow concise arrow function bodies ([#826](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/826)) ([29fddfd](https://github.com/typescript-eslint/typescript-eslint/commit/29fddfd)) > * **eslint-plugin:** [typedef] don't flag destructuring when variables is disabled ([#819](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/819)) ([5603473](https://github.com/typescript-eslint/typescript-eslint/commit/5603473)) > * **eslint-plugin:** [typedef] handle AssignmentPattern inside TSParameterProperty ([#923](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/923)) ([6bd7f2d](https://github.com/typescript-eslint/typescript-eslint/commit/6bd7f2d)) > * **eslint-plugin:** [unbound-method] Allow typeof expressions (Fixes [#692](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/692)) ([#904](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/904)) ([344bafe](https://github.com/typescript-eslint/typescript-eslint/commit/344bafe)) > * **eslint-plugin:** [unbound-method] false positive in equality comparisons ([#914](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/914)) ([29a01b8](https://github.com/typescript-eslint/typescript-eslint/commit/29a01b8)) > * **eslint-plugin:** [unified-signatures] type comparison and exported nodes ([#839](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/839)) ([580eceb](https://github.com/typescript-eslint/typescript-eslint/commit/580eceb)) > * **eslint-plugin:** readme typo ([#867](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/867)) ([5eb40dc](https://github.com/typescript-eslint/typescript-eslint/commit/5eb40dc)) > * **typescript-estree:** improve missing project file error msg ([#866](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/866)) ([8f3b0a8](https://github.com/typescript-eslint/typescript-eslint/commit/8f3b0a8)), closes [#853](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/853) > > > ### Features > > * [no-unnecessary-type-assertion] allow `as const` arrow functions ([#876](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/876)) ([14c6f80](https://github.com/typescript-eslint/typescript-eslint/commit/14c6f80)) > * **eslint-plugin:** [expl-func-ret-type] make error loc smaller ([#919](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/919)) ([65eb993](https://github.com/typescript-eslint/typescript-eslint/commit/65eb993)) > * **eslint-plugin:** [no-type-alias] support tuples ([#775](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/775)) ([c68e033](https://github.com/typescript-eslint/typescript-eslint/commit/c68e033)) > * **eslint-plugin:** add quotes [extension] ([#762](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/762)) ([9f82099](https://github.com/typescript-eslint/typescript-eslint/commit/9f82099)) > * **typescript-estree:** Accept a glob pattern for `options.project` ([#806](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/806)) ([9e5f21e](https://github.com/typescript-eslint/typescript-eslint/commit/9e5f21e))Changelog
*Sourced from [@typescript-eslint/eslint-plugin's changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md).* > # [2.1.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.0.0...v2.1.0) (2019-09-02) > > > ### Bug Fixes > > * **eslint-plugin:** [member-naming] should match constructor args ([#771](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/771)) ([b006667](https://github.com/typescript-eslint/typescript-eslint/commit/b006667)) > * **eslint-plugin:** [no-inferrable-types] ignore optional props ([#918](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/918)) ([a4e625f](https://github.com/typescript-eslint/typescript-eslint/commit/a4e625f)) > * **eslint-plugin:** [promise-function-async] Allow async get/set ([#820](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/820)) ([cddfdca](https://github.com/typescript-eslint/typescript-eslint/commit/cddfdca)) > * **eslint-plugin:** [require-await] Allow concise arrow function bodies ([#826](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/826)) ([29fddfd](https://github.com/typescript-eslint/typescript-eslint/commit/29fddfd)) > * **eslint-plugin:** [typedef] don't flag destructuring when variables is disabled ([#819](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/819)) ([5603473](https://github.com/typescript-eslint/typescript-eslint/commit/5603473)) > * **eslint-plugin:** [typedef] handle AssignmentPattern inside TSParameterProperty ([#923](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/923)) ([6bd7f2d](https://github.com/typescript-eslint/typescript-eslint/commit/6bd7f2d)) > * **eslint-plugin:** [unbound-method] Allow typeof expressions (Fixes [#692](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/692)) ([#904](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/904)) ([344bafe](https://github.com/typescript-eslint/typescript-eslint/commit/344bafe)) > * **eslint-plugin:** [unbound-method] false positive in equality comparisons ([#914](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/914)) ([29a01b8](https://github.com/typescript-eslint/typescript-eslint/commit/29a01b8)) > * **eslint-plugin:** [unified-signatures] type comparison and exported nodes ([#839](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/839)) ([580eceb](https://github.com/typescript-eslint/typescript-eslint/commit/580eceb)) > * **eslint-plugin:** readme typo ([#867](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/867)) ([5eb40dc](https://github.com/typescript-eslint/typescript-eslint/commit/5eb40dc)) > * **typescript-estree:** improve missing project file error msg ([#866](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/866)) ([8f3b0a8](https://github.com/typescript-eslint/typescript-eslint/commit/8f3b0a8)), closes [#853](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/853) > > > ### Features > > * [no-unnecessary-type-assertion] allow `as const` arrow functions ([#876](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/876)) ([14c6f80](https://github.com/typescript-eslint/typescript-eslint/commit/14c6f80)) > * **eslint-plugin:** [expl-func-ret-type] make error loc smaller ([#919](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/919)) ([65eb993](https://github.com/typescript-eslint/typescript-eslint/commit/65eb993)) > * **eslint-plugin:** [no-type-alias] support tuples ([#775](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/775)) ([c68e033](https://github.com/typescript-eslint/typescript-eslint/commit/c68e033)) > * **eslint-plugin:** add quotes [extension] ([#762](https://github-redirect.dependabot.com/typescript-eslint/typescript-eslint/issues/762)) ([9f82099](https://github.com/typescript-eslint/typescript-eslint/commit/9f82099))Commits
- [`6849dc8`](https://github.com/typescript-eslint/typescript-eslint/commit/6849dc849797289267df17e2425c5098d76ed89f) chore: publish v2.1.0 - [`989c13a`](https://github.com/typescript-eslint/typescript-eslint/commit/989c13a359519f40fc8c74cc86c4a017dee94c09) docs(eslint-plugin): [efrt] fix default values in docs - [`65eb993`](https://github.com/typescript-eslint/typescript-eslint/commit/65eb99348c8694fc1437f6b601454d2ad0e2834f) feat(eslint-plugin): [expl-func-ret-type] make error loc smaller ([#919](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/919)) - [`6bd7f2d`](https://github.com/typescript-eslint/typescript-eslint/commit/6bd7f2d0c0df0361b96509e337e60c77467fde36) fix(eslint-plugin): [typedef] handle AssignmentPattern inside TSParameterProp... - [`a4e625f`](https://github.com/typescript-eslint/typescript-eslint/commit/a4e625fc97d05e6bce82f58cd2a877cc35a87820) fix(eslint-plugin): [no-inferrable-types] ignore optional props ([#918](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/918)) - [`29a01b8`](https://github.com/typescript-eslint/typescript-eslint/commit/29a01b801063f661c396980810ffbebfd54a8fce) fix(eslint-plugin): [unbound-method] false positive in equality comparisons (... - [`344bafe`](https://github.com/typescript-eslint/typescript-eslint/commit/344bafe5c7b17611f496de52f10c0ed556fe81c7) fix(eslint-plugin): [unbound-method] Allow typeof expressions (Fixes [#692](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/692)) (#... - [`5603473`](https://github.com/typescript-eslint/typescript-eslint/commit/56034736fb3ce6b4d573996a78d408966f67649d) fix(eslint-plugin): [typedef] don't flag destructuring when variables is disa... - [`16136f3`](https://github.com/typescript-eslint/typescript-eslint/commit/16136f3ef8a58450e416967d4cb9d1ee0158eae8) docs(eslint-plugin): correct typo in no-unused-vars ([#910](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/910)) - [`5ab13a8`](https://github.com/typescript-eslint/typescript-eslint/commit/5ab13a8d651f02dbf60a41ff2d2ac646f632635b) docs(eslint-plugin): no-var-requires: Add example for ES6 modules ([#900](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/900)) - Additional commits viewable in [compare view](https://github.com/typescript-eslint/typescript-eslint/commits/v2.1.0/packages/eslint-plugin)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in the `.dependabot/config.yml` file in this repo: - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.