An in-range update of @typescript-eslint/parser is breaking the build 🚨
greenkeeper opened this issue · 22 comments
The devDependency @typescript-eslint/parser was updated from 1.9.0
to 1.10.0
.
This version is covered by your current version range and after updating it in your project the build failed.
@typescript-eslint/parser is a devDependency of this project. It might not break your production code or affect downstream projects, but probably breaks your build or test tools, which may prevent deploying or publishing.
Status Details
- ❌ continuous-integration/travis-ci/push: The Travis CI build could not complete due to an error (Details).
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot 🌴
After pinning to 1.9.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
- The
devDependency
@typescript-eslint/parser was updated from1.9.0
to1.10.1
.
Your tests are still failing with this version. Compare changes
- The
devDependency
@typescript-eslint/parser was updated from1.10.1
to1.10.2
.
Your tests are still failing with this version. Compare changes
- The
devDependency
@typescript-eslint/parser was updated from1.10.2
to1.11.0
.
Your tests are passing again with this update. Explicitly upgrade to this version 🚀
Release Notes for v1.11.0
1.11.0 (2019-06-23)
Bug Fixes
- eslint-plugin: [no-magic-numbers] add support for enums (#543) (5c40d01)
- eslint-plugin: [promise-function-async] allow any as return value (#553) (9a387b0)
- eslint-plugin: Remove duplicated code (#611) (c4df4ff)
- parser: add simpleTraverse, replaces private ESLint util (#628) (aa206c4)
- typescript-estree: fix more cases with double slash in JSX text (#607) (34cfa53)
Features
Commits
The new version differs by 16 commits.
a53fc71
chore: publish v1.11.0
65ae2a2
chore: add CHANGELOG.md files to .prettierignore
cd80fd3
chore: FUNDING.yml with new open-collective link (#638)
ec87d06
feat(eslint-plugin): add
consistent-type-definitions
rule (#463)747bfcb
feat(eslint-plugin): add new rule no-empty-function (#626)
aa206c4
fix(parser): add simpleTraverse, replaces private ESLint util (#628)
34cfa53
fix(typescript-estree): fix more cases with double slash in JSX text (#607)
9a387b0
fix(eslint-plugin): [promise-function-async] allow any as return value (#553)
48548ea
docs(eslint-plugin): [no-explicit-any] correct docs
c14ade7
docs(eslint-plugin): Update ROADMAP.md to clarify ban-types status (#622)
50aa43c
docs: Fix grammar in README.md (#619)
5c40d01
fix(eslint-plugin): [no-magic-numbers] add support for enums (#543)
753ad75
feat(eslint-plugin): [no-explicit-any] ignoreRestArgs (#548)
c4df4ff
fix(eslint-plugin): Remove duplicated code (#611)
61e6385
feat(eslint-plugin): add new rule no-floating-promises (#495)
There are 16 commits in total.
See the full diff
- The
devDependency
@typescript-eslint/parser was updated from1.11.0
to1.12.0
.
Your tests are passing again with this update. Explicitly upgrade to this version 🚀
Release Notes for v1.12.0
1.12.0 (2019-07-12)
Bug Fixes
- eslint-plugin: handle
const;
(#633) (430d628), closes #441 - typescript-estree: fix
async
identifier token typed asKeyword
(#681) (6de19d3)
Features
- eslint-plugin: [ban-types] Support namespaced type (#616) (e325b72)
- eslint-plugin: [explicit-function-return-type] add handling for usage as arguments (#680) (e0aeb18)
- eslint-plugin: [no-explicit-any] Add an optional fixer (#609) (606fc70)
- eslint-plugin: Add rule no-reference-import (#625) (af70a59)
- eslint-plugin: add rule strict-boolean-expressions (#579) (34e7d1e)
- eslint-plugin: added new rule prefer-readonly (#555) (76b89a5)
Commits
The new version differs by 29 commits.
cd96c38
chore: publish v1.12.0
b30e78d
chore(deps): bump lodash.template from 4.4.0 to 4.5.0 (#693)
e0aeb18
feat(eslint-plugin): [explicit-function-return-type] add handling for usage as arguments (#680)
6de19d3
fix(typescript-estree): fix
async
identifier token typed asKeyword
(#681)af70a59
feat(eslint-plugin): Add rule no-reference-import (#625)
34e7d1e
feat(eslint-plugin): add rule strict-boolean-expressions (#579)
44677b4
docs(eslint-plugin): format array-type docs
44b099d
docs(eslint-plugin): Expand docs for array-type (#634)
b83ff5a
docs: add link to eslint support in TS repo (#650)
430d628
fix(eslint-plugin): handle
const;
(#633)e325b72
feat(eslint-plugin): [ban-types] Support namespaced type (#616)
606fc70
feat(eslint-plugin): [no-explicit-any] Add an optional fixer (#609)
76b89a5
feat(eslint-plugin): added new rule prefer-readonly (#555)
a53fc71
chore: publish v1.11.0
65ae2a2
chore: add CHANGELOG.md files to .prettierignore
There are 29 commits in total.
See the full diff
- The
devDependency
@typescript-eslint/parser was updated from1.12.0
to1.13.0
.
Your tests are passing again with this update. Explicitly upgrade to this version 🚀
Release Notes for v1.13.0
1.13.0 (2019-07-21)
Bug Fixes
- Correct
@types/json-schema
dependency (#675) (a5398ce) - eslint-plugin: remove imports from typescript-estree (#706) (ceb2d32), closes #705
- eslint-plugin: undo breaking changes to recommended config (93f72e3)
- utils: move
typescript
from peer dep to dev dep (#712) (f949355) - utils: RuleTester should not require a parser (#713) (158a417)
Features
Commits
The new version differs by 43 commits.
c367b34
chore: publish v1.13.0
78375ce
chore: add check for dirty workspace post-install (#736)
93f72e3
fix(eslint-plugin): undo breaking changes to recommended config
807bc2d
feat(eslint-plugin): add new rule require-await (#674)
f949355
fix(utils): move
typescript
from peer dep to dev dep (#712)c1e5c37
docs: fix typo in no-misused-promises related links (#719)
6be0d81
docs(eslint-plugin): correct
no-magic-number
docs (#717)66f9741
docs(eslint-plugin): mention member-delimiter-style in semi (#715)
158a417
fix(utils): RuleTester should not require a parser (#713)
28a131d
feat(eslint-plugin): add new rule no-misused-promises (#612)
ceb2d32
fix(eslint-plugin): remove imports from typescript-estree (#706)
9836fb7
docs: readme typo (#701)
c2ad091
chore(eslint-plugin): add config validation script to CI (#649)
a5398ce
fix: Correct
@types/json-schema
dependency (#675)cd96c38
chore: publish v1.12.0
There are 43 commits in total.
See the full diff
- The
devDependency
@typescript-eslint/parser was updated from2.0.0
to2.1.0
.
Your tests are passing again with this update. Explicitly upgrade to this version 🚀
Release Notes for v2.1.0
2.1.0 (2019-09-02)
Bug Fixes
- eslint-plugin: [member-naming] should match constructor args (#771) (b006667)
- eslint-plugin: [no-inferrable-types] ignore optional props (#918) (a4e625f)
- eslint-plugin: [promise-function-async] Allow async get/set (#820) (cddfdca)
- eslint-plugin: [require-await] Allow concise arrow function bodies (#826) (29fddfd)
- eslint-plugin: [typedef] don't flag destructuring when variables is disabled (#819) (5603473)
- eslint-plugin: [typedef] handle AssignmentPattern inside TSParameterProperty (#923) (6bd7f2d)
- eslint-plugin: [unbound-method] Allow typeof expressions (Fixes #692) (#904) (344bafe)
- eslint-plugin: [unbound-method] false positive in equality comparisons (#914) (29a01b8)
- eslint-plugin: [unified-signatures] type comparison and exported nodes (#839) (580eceb)
- eslint-plugin: readme typo (#867) (5eb40dc)
- typescript-estree: improve missing project file error msg (#866) (8f3b0a8), closes #853
Features
- [no-unnecessary-type-assertion] allow
as const
arrow functions (#876) (14c6f80) - eslint-plugin: [expl-func-ret-type] make error loc smaller (#919) (65eb993)
- eslint-plugin: [no-type-alias] support tuples (#775) (c68e033)
- eslint-plugin: add quotes [extension] (#762) (9f82099)
- typescript-estree: Accept a glob pattern for
options.project
(#806) (9e5f21e)
Commits
The new version differs by 112 commits.
6849dc8
chore: publish v2.1.0
989c13a
docs(eslint-plugin): [efrt] fix default values in docs
65eb993
feat(eslint-plugin): [expl-func-ret-type] make error loc smaller (#919)
6bd7f2d
fix(eslint-plugin): [typedef] handle AssignmentPattern inside TSParameterProperty (#923)
a4e625f
fix(eslint-plugin): [no-inferrable-types] ignore optional props (#918)
29a01b8
fix(eslint-plugin): [unbound-method] false positive in equality comparisons (#914)
344bafe
fix(eslint-plugin): [unbound-method] Allow typeof expressions (Fixes #692) (#904)
5603473
fix(eslint-plugin): [typedef] don't flag destructuring when variables is disabled (#819)
16136f3
docs(eslint-plugin): correct typo in no-unused-vars (#910)
5ab13a8
docs(eslint-plugin): no-var-requires: Add example for ES6 modules (#900)
cddfdca
fix(eslint-plugin): [promise-function-async] Allow async get/set (#820)
92e2b31
chore(parser): add
types
field topackage.json
(#893)29fddfd
fix(eslint-plugin): [require-await] Allow concise arrow function bodies (#826)
6a30de2
docs: update contributors list
2a71023
docs(eslint-plugin): correct typo (#891)
There are 112 commits in total.
See the full diff
- The
devDependency
@typescript-eslint/parser was updated from2.1.0
to2.2.0
.
Your tests are passing again with this update. Explicitly upgrade to this version 🚀
Release Notes for v2.2.0
2.2.0 (2019-09-09)
Bug Fixes
- eslint-plugin: [efrt] allowExpressions - check functions in class field properties (#952) (f1059d8)
- eslint-plugin: [expl-member-a11y] fix parameter properties (#912) (ccb98d8)
- eslint-plugin: [prefer-readonly] add handling for destructuring assignments (e011e90)
Features
Commits
The new version differs by 122 commits.
d8767f0
chore: publish v2.2.0
f1059d8
fix(eslint-plugin): [efrt] allowExpressions - check functions in class field properties (#952)
e011e90
fix(eslint-plugin): [prefer-readonly] add handling for destructuring assignments
e01dc5f
feat(eslint-plugin): add brace-style [extension] (#810)
e9fcf70
docs: Update supported TypeScript version range (#951)
6a5c77c
docs(eslint-plugin): fix formatting typo
736a074
docs(eslint-plugin): explicitly document mixed codebase usage fo… (#939)
ccb98d8
fix(eslint-plugin): [expl-member-a11y] fix parameter properties (#912)
0f63e3f
chore: support typescript 3.6 (#916)
9fce08d
chore(README): update notes regarding releases (#936)
6849dc8
chore: publish v2.1.0
989c13a
docs(eslint-plugin): [efrt] fix default values in docs
65eb993
feat(eslint-plugin): [expl-func-ret-type] make error loc smaller (#919)
6bd7f2d
fix(eslint-plugin): [typedef] handle AssignmentPattern inside TSParameterProperty (#923)
a4e625f
fix(eslint-plugin): [no-inferrable-types] ignore optional props (#918)
There are 122 commits in total.
See the full diff
- The
devDependency
@typescript-eslint/parser was updated from2.2.0
to2.3.0
.
Your tests are passing again with this update. Explicitly upgrade to this version 🚀
Release Notes for v2.3.0
2.3.0 (2019-09-16)
Bug Fixes
Features
- eslint-plugin: [explicit-member-accessibility] add support of "ignoredMethodNames" (#895) (46ee4c9)
- eslint-plugin: [no-floating-promises] Add ignoreVoid option (#796) (6a55921)
- eslint-plugin: [no-magic-numbers] add ignoreReadonlyClassProperties option (#938) (aeea4cd)
- eslint-plugin: [strict-boolean-expressions] Add allowNullable option (#794) (c713ca4)
- eslint-plugin: add no-unnecessary-condition rule (#699) (5715482)
Commits
The new version differs by 132 commits.
fa1cf71
chore: publish v2.3.0
752fb31
docs(eslint-plugin): fix typo in typedef docs (#976)
2bf8231
fix(typescript-estree): ImportDeclaration.specifier to Literal (#974)
aeea4cd
feat(eslint-plugin): [no-magic-numbers] add ignoreReadonlyClassProperties option (#938)
46ee4c9
feat(eslint-plugin): [explicit-member-accessibility] add support of "ignoredMethodNames" (#895)
6a55921
feat(eslint-plugin): [no-floating-promises] Add ignoreVoid option (#796)
c713ca4
feat(eslint-plugin): [strict-boolean-expressions] Add allowNullable option (#794)
5715482
feat(eslint-plugin): add no-unnecessary-condition rule (#699)
b49dbfd
docs(typescript-estree): document that duplicate filenames are unsupported (#957)
b99e831
docs: financial contributors and TSLint migration updates (#970)
d8767f0
chore: publish v2.2.0
f1059d8
fix(eslint-plugin): [efrt] allowExpressions - check functions in class field properties (#952)
e011e90
fix(eslint-plugin): [prefer-readonly] add handling for destructuring assignments
e01dc5f
feat(eslint-plugin): add brace-style [extension] (#810)
e9fcf70
docs: Update supported TypeScript version range (#951)
There are 132 commits in total.
See the full diff
- The
devDependency
@typescript-eslint/parser was updated from2.3.0
to2.3.1
.
Your tests are passing again with this update. Explicitly upgrade to this version 🚀
Commits
The new version differs by 138 commits.
6279c5b
chore: publish v2.3.1
ca8ac79
docs(eslint-plugin): add missing ROADMAP link (#998)
dfb4fd6
docs(typescript-estree): correct typo (#995)
19abbe0
fix(typescript-estree): parsing error for await in non-async func (#988)
c3c8b86
fix(eslint-plugin): [cons-type-assns] handle namespaced types (#975)
e348cb2
fix(eslint-plugin): [pfa] Allow async getter/setter in classes (#980)
fa1cf71
chore: publish v2.3.0
752fb31
docs(eslint-plugin): fix typo in typedef docs (#976)
2bf8231
fix(typescript-estree): ImportDeclaration.specifier to Literal (#974)
aeea4cd
feat(eslint-plugin): [no-magic-numbers] add ignoreReadonlyClassProperties option (#938)
46ee4c9
feat(eslint-plugin): [explicit-member-accessibility] add support of "ignoredMethodNames" (#895)
6a55921
feat(eslint-plugin): [no-floating-promises] Add ignoreVoid option (#796)
c713ca4
feat(eslint-plugin): [strict-boolean-expressions] Add allowNullable option (#794)
5715482
feat(eslint-plugin): add no-unnecessary-condition rule (#699)
b49dbfd
docs(typescript-estree): document that duplicate filenames are unsupported (#957)
There are 138 commits in total.
See the full diff
- The
devDependency
@typescript-eslint/parser was updated from2.3.1
to2.3.2
.
Your tests are passing again with this update. Explicitly upgrade to this version 🚀
Commits
The new version differs by 142 commits.
926cf64
chore: publish v2.3.2
95c13fe
fix(typescript-estree): handle optional computed prop w/o type (#1026)
8ce3a81
fix(typescript-estree): correct ClassDeclarationBase type (#1008)
cdf9294
fix(eslint-plugin): [no-unnec-type-arg] undefined symbol crash (#1007)
6279c5b
chore: publish v2.3.1
ca8ac79
docs(eslint-plugin): add missing ROADMAP link (#998)
dfb4fd6
docs(typescript-estree): correct typo (#995)
19abbe0
fix(typescript-estree): parsing error for await in non-async func (#988)
c3c8b86
fix(eslint-plugin): [cons-type-assns] handle namespaced types (#975)
e348cb2
fix(eslint-plugin): [pfa] Allow async getter/setter in classes (#980)
fa1cf71
chore: publish v2.3.0
752fb31
docs(eslint-plugin): fix typo in typedef docs (#976)
2bf8231
fix(typescript-estree): ImportDeclaration.specifier to Literal (#974)
aeea4cd
feat(eslint-plugin): [no-magic-numbers] add ignoreReadonlyClassProperties option (#938)
46ee4c9
feat(eslint-plugin): [explicit-member-accessibility] add support of "ignoredMethodNames" (#895)
There are 142 commits in total.
See the full diff
- The
devDependency
@typescript-eslint/parser was updated from2.3.2
to2.3.3
.
Your tests are passing again with this update. Explicitly upgrade to this version 🚀
Commits
The new version differs by 146 commits.
054df27
chore: publish v2.3.3
60943e6
fix(eslint-plugin): [efrt] support constructor arguments (#1021)
47895c0
fix(eslint-plugin): [class-name-casing] allow unicode letters (#1043)
192e23d
fix(experimental-utils): remove Rule.meta.extraDescription (#1036)
926cf64
chore: publish v2.3.2
95c13fe
fix(typescript-estree): handle optional computed prop w/o type (#1026)
8ce3a81
fix(typescript-estree): correct ClassDeclarationBase type (#1008)
cdf9294
fix(eslint-plugin): [no-unnec-type-arg] undefined symbol crash (#1007)
6279c5b
chore: publish v2.3.1
ca8ac79
docs(eslint-plugin): add missing ROADMAP link (#998)
dfb4fd6
docs(typescript-estree): correct typo (#995)
19abbe0
fix(typescript-estree): parsing error for await in non-async func (#988)
c3c8b86
fix(eslint-plugin): [cons-type-assns] handle namespaced types (#975)
e348cb2
fix(eslint-plugin): [pfa] Allow async getter/setter in classes (#980)
fa1cf71
chore: publish v2.3.0
There are 146 commits in total.
See the full diff
- The
devDependency
@typescript-eslint/parser was updated from2.3.3
to2.4.0
.
Your tests are passing again with this update. Explicitly upgrade to this version 🚀
Release Notes for v2.4.0
2.4.0 (2019-10-14)
Bug Fixes
- eslint-plugin: [promise-function-async] Should not report… (#1023) (514bed9)
- support long running "watch" lint sessions (#973) (854620e)
Features
Commits
The new version differs by 154 commits.
111ecc6
chore: publish v2.4.0
623febf
feat(typescript-estree): support for parsing 3.7 features (#1045)
854620e
fix: support long running "watch" lint sessions (#973)
fec73b0
docs: clarify which versions of ESLint are supported (#1073)
5f92b9f
docs: add TOC to root README (#838)
526d336
chore: add test for function types & no-restricted-globals rule (#1055)
514bed9
fix(eslint-plugin): [promise-function-async] Should not report… (#1023)
a3f84e1
chore(eslint-plugin): Add missing rule function types (#1047)
054df27
chore: publish v2.3.3
60943e6
fix(eslint-plugin): [efrt] support constructor arguments (#1021)
47895c0
fix(eslint-plugin): [class-name-casing] allow unicode letters (#1043)
192e23d
fix(experimental-utils): remove Rule.meta.extraDescription (#1036)
926cf64
chore: publish v2.3.2
95c13fe
fix(typescript-estree): handle optional computed prop w/o type (#1026)
8ce3a81
fix(typescript-estree): correct ClassDeclarationBase type (#1008)
There are 154 commits in total.
See the full diff
- The
devDependency
@typescript-eslint/parser was updated from2.5.0
to2.6.0
.
Your tests are passing again with this update. Explicitly upgrade to this version 🚀
Release Notes for v2.6.0
2.6.0 (2019-10-28)
Bug Fixes
- parser: adds TTY check before logging the version mismatch warning (#1121) (768ef63)
- typescript-estree: better handle canonical paths (#1111) (8dcbf4c)
- typescript-estree: correct parenthesized optional chain AST (#1141) (5ae286e)
- typescript-estree: ensure parent pointers are set (#1129) (d4703e1)
- typescript-estree: normalize paths to fix cache miss on windows (#1128) (6d0f2ce)
Features
Commits
The new version differs by 173 commits.
5338955
chore: publish v2.6.0
ab102c0
docs(eslint-plugin): [no-unnecessary-condition] tweak wording (#1147)
d4703e1
fix(typescript-estree): ensure parent pointers are set (#1129)
5ae286e
fix(typescript-estree): correct parenthesized optional chain AST (#1141)
1508670
feat(typescript-estree): add support for declare class properties (#1136)
6d0f2ce
fix(typescript-estree): normalize paths to fix cache miss on windows (#1128)
768ef63
fix(parser): adds TTY check before logging the version mismatch warning (#1121)
8dcbf4c
fix(typescript-estree): better handle canonical paths (#1111)
fd39bbd
chore: publish v2.5.0
611dff3
docs(eslint-plugin): typo in no-unnecessary-condition.md (#1113)
7a8cce6
fix(typescript-estree): parsing error for vue sfc (#1083)
2fc9bd2
fix(typescript-estree): correct semver check range (#1109)
088a691
fix(typescript-estree): remove now unneeded dep on chokidar
ed5564d
feat(typescript-estree): support long running lint without watch (#1106)
0c85ac3
fix(eslint-plugin): [no-magic-numbers] Support negative numbers (#1072)
There are 173 commits in total.
See the full diff
- The
devDependency
@typescript-eslint/parser was updated from2.6.0
to2.6.1
.
Your tests are passing again with this update. Explicitly upgrade to this version 🚀
Commits
The new version differs by 177 commits.
643d6d6
chore: publish v2.6.1
e54998d
fix(typescript-estree): improve comment parsing code (#1120)
366518f
fix(typescript-estree): fix filename handling for vue JSX + markdown (#1127)
17c956e
fix(typescript-estree): don't use typescript's synthetic default (#1156)
5338955
chore: publish v2.6.0
ab102c0
docs(eslint-plugin): [no-unnecessary-condition] tweak wording (#1147)
d4703e1
fix(typescript-estree): ensure parent pointers are set (#1129)
5ae286e
fix(typescript-estree): correct parenthesized optional chain AST (#1141)
1508670
feat(typescript-estree): add support for declare class properties (#1136)
6d0f2ce
fix(typescript-estree): normalize paths to fix cache miss on windows (#1128)
768ef63
fix(parser): adds TTY check before logging the version mismatch warning (#1121)
8dcbf4c
fix(typescript-estree): better handle canonical paths (#1111)
fd39bbd
chore: publish v2.5.0
611dff3
docs(eslint-plugin): typo in no-unnecessary-condition.md (#1113)
7a8cce6
fix(typescript-estree): parsing error for vue sfc (#1083)
There are 177 commits in total.
See the full diff
- The
devDependency
@typescript-eslint/parser was updated from2.6.1
to2.7.0
.
Your tests are passing again with this update. Explicitly upgrade to this version 🚀
Release Notes for v2.7.0
2.7.0 (2019-11-11)
Bug Fixes
- eslint-plugin: crash fixing readonly arrays to generic (#1172) (2b2f2d7)
- typescript-estree: hash code to reduce update frequency (#1179) (96d1cc3)
- typescript-estree: reduce bundle footprint of tsutils (#1177) (c8fe515)
Features
Commits
The new version differs by 184 commits.
62b5a94
chore: publish v2.7.0
57d63b7
feat(eslint-plugin): [no-unused-expressions] extend for optional chaining (#1175)
026ceb9
feat(parser): handle optional chaining in scope analysis (#1169)
96d1cc3
fix(typescript-estree): hash code to reduce update frequency (#1179)
c8fe515
fix(typescript-estree): reduce bundle footprint of tsutils (#1177)
f63c9c2
docs(eslint-plugin): nit make package name more visible (#1173)
2b2f2d7
fix(eslint-plugin): crash fixing readonly arrays to generic (#1172)
643d6d6
chore: publish v2.6.1
e54998d
fix(typescript-estree): improve comment parsing code (#1120)
366518f
fix(typescript-estree): fix filename handling for vue JSX + markdown (#1127)
17c956e
fix(typescript-estree): don't use typescript's synthetic default (#1156)
5338955
chore: publish v2.6.0
ab102c0
docs(eslint-plugin): [no-unnecessary-condition] tweak wording (#1147)
d4703e1
fix(typescript-estree): ensure parent pointers are set (#1129)
5ae286e
fix(typescript-estree): correct parenthesized optional chain AST (#1141)
There are 184 commits in total.
See the full diff
- The
devDependency
@typescript-eslint/parser was updated from2.7.0
to2.8.0
.
Your tests are passing again with this update. Explicitly upgrade to this version 🚀
Release Notes for v2.8.0
2.8.0 (2019-11-18)
Bug Fixes
- eslint-plugin: [camelcase] handle optional member expr (#1204) (9c8203f)
- eslint-plugin: [indent] fix decorator type (#1189) (e2008e3)
- eslint-plugin: [indent] handle empty generic declarations (#1211) (9aee06c)
- eslint-plugin: [no-type-alias] handle constructor aliases (#1198) (1bb4d63)
- eslint-plugin: [no-unnec-type-arg] throwing on call/new expr (#1217) (42a48de)
- eslint-plugin: [no-unnecessary-cond] fix naked type param (#1207) (4fac6c5)
- eslint-plugin: [nuta] correctly handle null/undefined separation (#1201) (9829dd3)
- eslint-plugin: [require-await] better handle nesting (#1193) (eb83af1)
- eslint-plugin: [unified-signatures] crash: cannot read pro… (#1096) (d1de3a7)
- eslint-plugin: disable base no-unused-expressions in all config (ecb3f4e)
- typescript-estree: correctly account for trailing slash in… (#1205) (ba89168)
- typescript-estree: options range loc being always true (#704) (db1aa18)
Features
- eslint-plugin: [no-type-alias] handle conditional types (#953) (259ff20)
- eslint-plugin: add rule restrict-template-expressions (#850) (46b58b4)
- eslint-plugin: add space-before-function-paren [extension] (#924) (d8b07a7)
- eslint-plugin: added new rule no-dynamic-delete (#565) (864c811)
- eslint-plugin: added new rule no-untyped-public-signature (#801) (c5835f3)
Commits
The new version differs by 204 commits.
a9117f5
chore: publish v2.8.0
46b58b4
feat(eslint-plugin): add rule restrict-template-expressions (#850)
42a48de
fix(eslint-plugin): [no-unnec-type-arg] throwing on call/new expr (#1217)
ba89168
fix(typescript-estree): correctly account for trailing slash in… (#1205)
eb83af1
fix(eslint-plugin): [require-await] better handle nesting (#1193)
9829dd3
fix(eslint-plugin): [nuta] correctly handle null/undefined separation (#1201)
d1de3a7
fix(eslint-plugin): [unified-signatures] crash: cannot read pro… (#1096)
9aee06c
fix(eslint-plugin): [indent] handle empty generic declarations (#1211)
74192f8
chore: bump dependencies (#1208)
e2008e3
fix(eslint-plugin): [indent] fix decorator type (#1189)
4fac6c5
fix(eslint-plugin): [no-unnecessary-cond] fix naked type param (#1207)
259ff20
feat(eslint-plugin): [no-type-alias] handle conditional types (#953)
9c8203f
fix(eslint-plugin): [camelcase] handle optional member expr (#1204)
d8b07a7
feat(eslint-plugin): add space-before-function-paren [extension] (#924)
ca41dcf
docs(eslint-plugin): brace-style as a replacement for one-line (#1202)
There are 204 commits in total.
See the full diff
- The
devDependency
@typescript-eslint/parser was updated from2.8.0
to2.9.0
.
Your tests are passing again with this update. Explicitly upgrade to this version 🚀
Release Notes for v2.9.0
2.9.0 (2019-11-25)
Bug Fixes
- eslint-plugin: [no-dynamic-delete] correct invalid fixer for identifiers (#1244) (5b1300d)
- eslint-plugin: [no-untyped-pub-sig] constructor return (#1231) (6cfd468)
- eslint-plugin: [prefer-optional-chain] unhandled cases (b1a065f)
- eslint-plugin: [req-await] crash on nonasync promise return (#1228) (56c00b3)
- typescript-estree: fix synthetic default import (#1245) (d97f809)
Features
- eslint-plugin: [camelcase] add genericType option (#925) (d785c61)
- eslint-plugin: [no-empty-interface] noEmptyWithSuper fixer (#1247) (b91b0ba)
- eslint-plugin: [no-extran-class] add allowWithDecorator opt (#886) (f1ab9a2)
- eslint-plugin: [no-unnece-cond] Add allowConstantLoopConditions (#1029) (ceb6f1c)
- eslint-plugin: [restrict-plus-operands] check += (#892) (fa88cb9)
- suggestion types, suggestions for no-explicit-any (#1250) (b16a4b6)
- eslint-plugin: add no-extra-non-null-assertion (#1183) (2b3b5d6)
- eslint-plugin: add no-unused-vars-experimental (#688) (05ebea5)
- eslint-plugin: add prefer-nullish-coalescing (#1069) (a9cd399)
- eslint-plugin: add return-await rule (#1050) (0ff4620)
- eslint-plugin: add rule prefer-optional-chain (#1213) (ad7e1a7)
- eslint-plugin: optional chain support in rules (part 1) (#1253) (f5c0e02)
Commits
The new version differs by 227 commits.
8a4af38
chore: publish v2.9.0
a9cd399
feat(eslint-plugin): add prefer-nullish-coalescing (#1069)
b91b0ba
feat(eslint-plugin): [no-empty-interface] noEmptyWithSuper fixer (#1247)
f5c0e02
feat(eslint-plugin): optional chain support in rules (part 1) (#1253)
0ff4620
feat(eslint-plugin): add return-await rule (#1050)
efd4834
chore: turn on rule prefer-optional-chain and fix lints (#1257)
b1a065f
fix(eslint-plugin): [prefer-optional-chain] unhandled cases
05ebea5
feat(eslint-plugin): add no-unused-vars-experimental (#688)
ad7e1a7
feat(eslint-plugin): add rule prefer-optional-chain (#1213)
b16a4b6
feat: suggestion types, suggestions for no-explicit-any (#1250)
1d56c82
docs(eslint-plugin): fix typo in no-this-alias (#1252)
1bd863e
docs(eslint-plugin): correct typo in configs README (#1251)
d785c61
feat(eslint-plugin): [camelcase] add genericType option (#925)
ceb6f1c
feat(eslint-plugin): [no-unnece-cond] Add allowConstantLoopConditions (#1029)
fa88cb9
feat(eslint-plugin): [restrict-plus-operands] check += (#892)
There are 227 commits in total.
See the full diff
- The
devDependency
@typescript-eslint/parser was updated from2.9.0
to2.10.0
.
Your tests are passing again with this update. Explicitly upgrade to this version 🚀
Release Notes for v2.10.0
2.10.0 (2019-12-02)
Bug Fixes
- eslint-plugin: [no-empty-function] add missed node types (#1271) (e9d44f5)
- eslint-plugin: [no-untyped-pub-sig] ignore set return (#1264) (6daff10)
- eslint-plugin: [no-unused-expressions] ignore directives (#1285) (ce4c803)
- eslint-plugin: [prefer-optional-chain] allow $ in identifiers (c72c3c1)
- eslint-plugin: [prefer-optional-chain] handle more cases (#1261) (57ddba3)
- eslint-plugin: [return-await] allow Any and Unknown (#1270) (ebf5e0a)
- eslint-plugin: [strict-bool-expr] allow nullish coalescing (#1275) (3b39340)
- typescript-estree: make FunctionDeclaration.body non-null (#1288) (dc73510)
Features
- eslint-plugin: [no-empty-func] private/protected construct (#1267) (3b931ac)
- eslint-plugin: [no-non-null-assert] add suggestion fixer (#1260) (e350a21)
- eslint-plugin: [no-unnec-cond] support nullish coalescing (#1148) (96ef1e7)
- eslint-plugin: [prefer-null-coal] opt for suggestion fixer (#1272) (f84eb96)
- experimental-utils: add isSpaceBetween declaration to Sou… (#1268) (f83f04b)
Commits
The new version differs by 243 commits.
5adb8a2
chore: publish v2.10.0
065393b
docs(eslint-plugin): typo in the configs README (#1295)
96ef1e7
feat(eslint-plugin): [no-unnec-cond] support nullish coalescing (#1148)
e350a21
feat(eslint-plugin): [no-non-null-assert] add suggestion fixer (#1260)
ce4c803
fix(eslint-plugin): [no-unused-expressions] ignore directives (#1285)
f84eb96
feat(eslint-plugin): [prefer-null-coal] opt for suggestion fixer (#1272)
dc73510
fix(typescript-estree): make FunctionDeclaration.body non-null (#1288)
3b39340
fix(eslint-plugin): [strict-bool-expr] allow nullish coalescing (#1275)
ebf5e0a
fix(eslint-plugin): [return-await] allow Any and Unknown (#1270)
e9d44f5
fix(eslint-plugin): [no-empty-function] add missed node types (#1271)
3b931ac
feat(eslint-plugin): [no-empty-func] private/protected construct (#1267)
c72c3c1
fix(eslint-plugin): [prefer-optional-chain] allow $ in identifiers
f83f04b
feat(experimental-utils): add isSpaceBetween declaration to Sou… (#1268)
57ddba3
fix(eslint-plugin): [prefer-optional-chain] handle more cases (#1261)
6daff10
fix(eslint-plugin): [no-untyped-pub-sig] ignore set return (#1264)
There are 243 commits in total.
See the full diff
- The
devDependency
@typescript-eslint/parser was updated from2.10.0
to2.11.0
.
Your tests are passing again with this update. Explicitly upgrade to this version 🚀
Commits
The new version differs by 249 commits.
9f76095
chore: publish v2.11.0
324f155
docs(eslint-plugin): ROADMAP note some jsdoc rules (#1319)
3ddf1a2
fix(eslint-plugin): [brace-style] handle enum declarations (#1281)
b5a52a3
feat(eslint-plugin): [member-ordering] add index signature (#1190)
39f654b
test(eslint-plugin): [unified-signatures] add tests for #740 (#1074)
5362561
docs(eslint-plugin): typo in space-before-function-paren docs (#1297)
5adb8a2
chore: publish v2.10.0
065393b
docs(eslint-plugin): typo in the configs README (#1295)
96ef1e7
feat(eslint-plugin): [no-unnec-cond] support nullish coalescing (#1148)
e350a21
feat(eslint-plugin): [no-non-null-assert] add suggestion fixer (#1260)
ce4c803
fix(eslint-plugin): [no-unused-expressions] ignore directives (#1285)
f84eb96
feat(eslint-plugin): [prefer-null-coal] opt for suggestion fixer (#1272)
dc73510
fix(typescript-estree): make FunctionDeclaration.body non-null (#1288)
3b39340
fix(eslint-plugin): [strict-bool-expr] allow nullish coalescing (#1275)
ebf5e0a
fix(eslint-plugin): [return-await] allow Any and Unknown (#1270)
There are 249 commits in total.
See the full diff
- The
devDependency
@typescript-eslint/parser was updated from2.11.0
to2.12.0
.
Your tests are passing again with this update. Explicitly upgrade to this version 🚀
Release Notes for v2.12.0
2.12.0 (2019-12-16)
Bug Fixes
- eslint-plugin: [prefer-null-coal] fixer w/ mixed logicals (#1326) (f9a9fbf)
- eslint-plugin: [quotes] ignore backticks for interface properties (#1311) (3923a09)
Features
Commits
The new version differs by 254 commits.
6b7b88b
chore: publish v2.12.0
a2a8a0a
feat(eslint-plugin): [no-unnec-cond] check optional chaining (#1315)
f9a9fbf
fix(eslint-plugin): [prefer-null-coal] fixer w/ mixed logicals (#1326)
3923a09
fix(eslint-plugin): [quotes] ignore backticks for interface properties (#1311)
348d2f6
chore(parser): mark TS as optional peer dependency (#1327)
9f76095
chore: publish v2.11.0
324f155
docs(eslint-plugin): ROADMAP note some jsdoc rules (#1319)
3ddf1a2
fix(eslint-plugin): [brace-style] handle enum declarations (#1281)
b5a52a3
feat(eslint-plugin): [member-ordering] add index signature (#1190)
39f654b
test(eslint-plugin): [unified-signatures] add tests for #740 (#1074)
5362561
docs(eslint-plugin): typo in space-before-function-paren docs (#1297)
5adb8a2
chore: publish v2.10.0
065393b
docs(eslint-plugin): typo in the configs README (#1295)
96ef1e7
feat(eslint-plugin): [no-unnec-cond] support nullish coalescing (#1148)
e350a21
feat(eslint-plugin): [no-non-null-assert] add suggestion fixer (#1260)
There are 250 commits in total.
See the full diff
- The
devDependency
@typescript-eslint/parser was updated from2.12.0
to2.13.0
.
Your tests are passing again with this update. Explicitly upgrade to this version 🚀
Release Notes for v2.13.0
2.13.0 (2019-12-23)
Bug Fixes
- eslint-plugin: [quotes] ignore backticks for Enum members (#1355) (e51048c)
- eslint-plugin: [type-annotation-spacing] typo in messages (#1354) (82e0dbc)
- eslint-plugin: add isTypeAssertion utility function (#1369) (bb1671e)
- eslint-plugin: use AST_NODE_TYPES enum instead of strings (#1366) (bd0276b)
- typescript-estree: correct type of key for base nodes (#1367) (099225a)
Features
- eslint-plugin: [ban-types] handle empty type literal {} (#1348) (1c0ce9b)
- eslint-plugin: [no-use-before-define] opt to ignore enum (#1242) (6edd911)
- eslint-plugin: [pref-str-starts/ends-with] optional chain… (#1357) (fd37bc3)
- eslint-plugin: add no-extra-semi [extension] (#1237) (425f65c)
- eslint-plugin: add no-throw-literal [extension] (#1331) (2aa696c)
- eslint-plugin: more optional chain support in rules (#1363) (3dd1b02)
- eslint-plugin-tslint: add fixer for config rule (#1342) (c52c5c9)
- typescript-estree: computed members discriminated unions (#1349) (013df9a)
- typescript-estree: tighten prop name and destructure types (#1346) (f335c50)
Commits
The new version differs by 282 commits.
a78b194
chore: publish v2.13.0
8c8ad4c
refactor(typescript-estree): add type checking for deeplyCopy (#1371)
b0cff1f
test(typescript-estree): add test cases for uncovered syntax (#1370)
8f22ffe
docs: grammar nits in the root README (#1364)
bb1671e
fix(eslint-plugin): add isTypeAssertion utility function (#1369)
bac780c
test(typescript-estree): reenable alignment tests (#1368)
3dd1b02
feat(eslint-plugin): more optional chain support in rules (#1363)
fd37bc3
feat(eslint-plugin): [pref-str-starts/ends-with] optional chain… (#1357)
099225a
fix(typescript-estree): correct type of key for base nodes (#1367)
bd0276b
fix(eslint-plugin): use AST_NODE_TYPES enum instead of strings (#1366)
93390e6
docs(eslint-plugin): [no-unnec-type-arg] correct doc title (#1360)
1c0ce9b
feat(eslint-plugin): [ban-types] handle empty type literal {} (#1348)
e51048c
fix(eslint-plugin): [quotes] ignore backticks for Enum members (#1355)
2aa696c
feat(eslint-plugin): add no-throw-literal [extension] (#1331)
425f65c
feat(eslint-plugin): add no-extra-semi [extension] (#1237)
There are 250 commits in total.
See the full diff