Open greenkeeper[bot] opened 4 years ago
After pinning to 2.19.0 your tests are passing again. Downgrade this dependency ๐.
devDependency
@typescript-eslint/parser was updated from 2.19.1
to 2.19.2
.Your tests are still failing with this version. Compare changes
devDependency
@typescript-eslint/parser was updated from 2.19.2
to 2.20.0
.Your tests are passing again with this update. Explicitly upgrade to this version ๐
devDependency
@typescript-eslint/parser was updated from 2.20.0
to 2.21.0
.Your tests are passing again with this update. Explicitly upgrade to this version ๐
The new version differs by 12 commits.
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)
f9dd7ec
chore: publish v2.20.0
db4b530
feat(eslint-plugin): [strict-boolean-expressions] refactor, add clearer error messages (#1480)
0b2b887
feat(eslint-plugin): [ban-types] allow banning null and undefined (#821)
See the full diff
devDependency
@typescript-eslint/parser was updated from 2.21.0
to 2.22.0
.Your tests are passing again with this update. Explicitly upgrade to this version ๐
The new version differs by 22 commits.
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)
There are 22 commits in total.
See the full diff
devDependency
@typescript-eslint/parser was updated from 2.22.0
to 2.23.0
.Your tests are passing again with this update. Explicitly upgrade to this version ๐
ban-ts-comment
(#1703) (144345c)The new version differs by 36 commits.
b5b3be0
chore: publish v2.23.0
625d603
feat(typescript-estree): support 3.8 import/export type (#1697)
1543117
feat(eslint-plugin): [no-unsafe-member-access] report any typedโฆ (#1683)
55a58ff
feat(eslint-plugin): [no-unsafe-call] support tagged templates (#1680)
144345c
fix(eslint-plugin): fix placeholder in ban-ts-comment
(#1703)
85e1b19
chore: bump typescript dependency to 3.8 (#1696)
bc2a9d6
docs(eslint-plugin): [no-namespace] fix typo (#1702)
e5db36f
fix(eslint-plugin): [prefer-readonly-parameter-types] handle recursive types (#1672)
fbf1640
fix(eslint-plugin): [type-annotation-spacing] handle constructor types (#1664)
91423e4
feat(eslint-plugin): add rule no-unsafe-call (#1647)
cfc3ef1
feat(eslint-plugin): add rule no-unsafe-return (#1644)
ba22ea7
fix(eslint-plugin): fix autofixer for computed properties (#1662)
608a750
feat(eslint-plugin): add rule no-unsafe-member-access (#1643)
3b40231
docs(eslint-plugin): [no-base-to-string] fix typo (#1661)
5a097d3
chore: publish v2.22.0
There are 36 commits in total.
See the full diff
devDependency
@typescript-eslint/parser was updated from 2.23.0
to 2.24.0
.Your tests are still failing with this version. Compare changes
The new version differs by 45 commits.
56e1e16
chore: publish v2.24.0
71ef267
docs: code of conduct spelling
970cfbd
docs: prettier the code of conduct
4a0e886
docs: add netlify to the readme
cb33eba
chore: add code of conduct
0b65f5e
chore: bump acorn from 6.4.0 to 6.4.1 (#1730)
2ccd66b
fix(typescript-estree): unnecessary program updates by removing timeout methods (#1693)
4ab3bf0
docs(eslint-plugin): typo in no-unsafe-member-access (#1720)
133f622
feat(typescript-estree): support 3.8 export * as ns
(#1698)
b5b3be0
chore: publish v2.23.0
625d603
feat(typescript-estree): support 3.8 import/export type (#1697)
1543117
feat(eslint-plugin): [no-unsafe-member-access] report any typedโฆ (#1683)
55a58ff
feat(eslint-plugin): [no-unsafe-call] support tagged templates (#1680)
144345c
fix(eslint-plugin): fix placeholder in ban-ts-comment
(#1703)
85e1b19
chore: bump typescript dependency to 3.8 (#1696)
There are 45 commits in total.
See the full diff
devDependency
@typescript-eslint/parser was updated from 2.24.0
to 2.25.0
.Your tests are passing again with this update. Explicitly upgrade to this version ๐
class-literal-property-style
rule (#1582) (b2dbd89)The new version differs by 19 commits.
9cd3e4f
chore: publish v2.25.0
b2dbd89
feat(eslint-plugin): add class-literal-property-style
rule (#1582)
3eb5d45
feat(experimental-utils): expose ast utility functions (#1670)
2b9603d
feat(eslint-plugin): [no-unnecessary-condition] ignore basic array indexing false positives (#1534)
c82d121
chore(typescript-estree): remove unfinished comment (#1770)
199863d
fix(eslint-plugin): [quotes] false positive with backtick in import equals statement (#1769)
6646959
fix(eslint-plugin): fix message of no-base-to-string (#1755)
f76a1b3
feat(eslint-plugin): [no-unnec-type-assertion] allow const assertions (#1741)
09d8afc
fix(typescript-estree): export * regression from 133f622f (#1751)
52b061e
chore: try fetching all tags and history in canary job
19cc9a9
chore: try fetching all tags and history in canary job
61a779c
chore: try fetching all history in canary job
d6e273d
chore: standardise issue templates (#1760)
abf1a2f
fix(eslint-plugin-tslint): fix tslintConfig memoization key (#1719)
3814d4e
fix: only run publish_canary_version on master
There are 19 commits in total.
See the full diff
devDependency
@typescript-eslint/parser was updated from 2.25.0
to 2.26.0
.Your tests are passing again with this update. Explicitly upgrade to this version ๐
The new version differs by 29 commits.
151f89b
chore: publish v2.26.0
543bc79
docs(eslint-plugin): add missing invalid-void link to ROADMAP.md (#1816)
bfdffb4
chore: separate linting checks to their own step (#1801)
f3160b4
fix(eslint-plugin): [no-unsafe-return] error with <TS3.7 (#1815)
1e29e69
feat(typescript-estree): add option to ignore certain folders from glob resolution (#1802)
7d963fd
feat(eslint-plugin-tslint): support tslint 6 (#1809)
638d84d
fix(eslint-plugin): [no-explicit-any] error with ignoreRestArgs (#1796)
4fa7107
fix(eslint-plugin): [no-unsafe-call] allow import expressions (#1800)
b1b8284
docs(eslint-plugin): [prefer-readonly-parameter-types] fix invalid example (#1791)
258fdd0
docs: title wording in root readme (#1787)
9cd3e4f
chore: publish v2.25.0
b2dbd89
feat(eslint-plugin): add class-literal-property-style
rule (#1582)
3eb5d45
feat(experimental-utils): expose ast utility functions (#1670)
2b9603d
feat(eslint-plugin): [no-unnecessary-condition] ignore basic array indexing false positives (#1534)
c82d121
chore(typescript-estree): remove unfinished comment (#1770)
There are 29 commits in total.
See the full diff
devDependency
@typescript-eslint/parser was updated from 2.26.0
to 2.27.0
.Your tests are passing again with this update. Explicitly upgrade to this version ๐
The new version differs by 43 commits.
bed7743
chore: publish v2.27.0
16ce74d
feat(experimental-utils): update eslint types to match v6.8 (#1846)
7c11bd6
feat(experimental-utils): add types for suggestions from CLIEngine (#1844)
c49d771
feat(eslint-plugin): new rule method-signature-style (#1685)
ead0171
chore: fix issue template link (#1842)
d304a05
docs(eslint-plugin): [no-type-alias] fix typo (#1840)
ab8572e
fix(eslint-plugin): no-explicit-any constructor functions (& moโฆ (#1711)
485e902
feat(eslint-plugin): sort members alphabetically (#263)
1f0ff41
fix(typescript-estree): add support for TS3.9 extra file extensions (#1833)
9d53c76
fix(eslint-plugin): [no-throw-literal] fix crash caused by getBaseTypes (#1830)
188b689
chore: turn on plugin-test-formatting rule (#1822)
9642d9d
fix(eslint-plugin): [require-await] handle async generators (#1782)
8ec53a3
fix(eslint-plugin): [no-unsafe-call] fix incorrect selector (#1826)
9b0023a
feat(eslint-plugin-internal): add plugin-test-formatting rule (#1821)
151f89b
chore: publish v2.26.0
There are 43 commits in total.
See the full diff
devDependency
@typescript-eslint/parser was updated from 2.27.0
to 2.28.0
.Your tests are passing again with this update. Explicitly upgrade to this version ๐
isTypeArrayTypeOrUnionOfArrayTypes
util for checking if type is array (#1728) (05030f8)ts-expect-error
(#1706) (469cff3)const
assertions (#1713) (af2c00d)allowAny
(#1762) (d44c0f9)prefer-reduce-type-parameter
(#1707) (c92d240)prefer-ts-expect-error
(#1705) (7021f21)The new version differs by 64 commits.
73675d1
chore: publish v2.28.0
f1c3b18
fix(eslint-plugin): [unbound-method] false positive on property function initializer (#1890)
795fd1c
chore: add markdownlint (#1889)
7021f21
feat(eslint-plugin): add rule prefer-ts-expect-error
(#1705)
469cff3
feat(eslint-plugin): [ban-ts-comment] support ts-expect-error
(#1706)
05030f8
fix(eslint-plugin): use isTypeArrayTypeOrUnionOfArrayTypes
util for checking if type is array (#1728)
c92d240
feat(eslint-plugin): add rule prefer-reduce-type-parameter
(#1707)
2e9c202
feat(eslint-plugin): [explicit-function-return-type] add option to allow concise arrows that start with void (#1732)
3eee804
feat(eslint-plugin): [explicit-module-boundary-types] add optioโฆ (#1778)
87b7dbb
docs(eslint-plugin): cleanup: standardise extension doc style, mark deprecated rules (#1887)
f5edb99
feat(eslint-plugin): [no-base-to-string] add option to ignore tagged templates (#1763)
6b4680b
fix(eslint-plugin): [unbound-method] ignore assignments to methods (#1736)
d44c0f9
feat(eslint-plugin): [restrict-template-expressions] add option allowAny
(#1762)
af2c00d
feat(eslint-plugin): [consistent-type-assertions] always allow const
assertions (#1713)
62b2278
fix(eslint-plugin): [no-empty-interface] use suggestion fixer for ambient contexts (#1880)
There are 64 commits in total.
See the full diff
devDependency
@typescript-eslint/parser was updated from 2.28.0
to 2.29.0
.Your tests are still failing with this version. Compare changes
ignoreTaggedTemplateExpressions
option (#1916) (369978e)init-declarations
(#1814) (b01f5e7)keyword-spacing
(#1739) (c5106dd)The new version differs by 71 commits.
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)
73675d1
chore: publish v2.28.0
f1c3b18
fix(eslint-plugin): [unbound-method] false positive on property function initializer (#1890)
795fd1c
chore: add markdownlint (#1889)
7021f21
feat(eslint-plugin): add rule prefer-ts-expect-error
(#1705)
469cff3
feat(eslint-plugin): [ban-ts-comment] support ts-expect-error
(#1706)
05030f8
fix(eslint-plugin): use isTypeArrayTypeOrUnionOfArrayTypes
util for checking if type is array (#1728)
c92d240
feat(eslint-plugin): add rule prefer-reduce-type-parameter
(#1707)
2e9c202
feat(eslint-plugin): [explicit-function-return-type] add option to allow concise arrows that start with void (#1732)
There are 71 commits in total.
See the full diff
devDependency
@typescript-eslint/parser was updated from 2.29.0
to 2.30.0
.Your tests are passing again with this update. Explicitly upgrade to this version ๐
The new version differs by 9 commits.
1b4e430
chore: publish v2.30.0
2f45e99
fix(eslint-plugin): fix no-base-to-string boolean literal check (#1850)
ed2bd60
fix(eslint-plugin): [prefer-string-starts-ends-with] check for negative start index in slice (#1920)
a85c3e1
feat(eslint-plugin): add extension rule dot-notation
(#1867)
f667ff1
feat(eslint-plugin): create no-invalid-void-type
rule (#1847)
f91ff20
chore(eslint-plugin): standardise sentences in rule messages (#1935)
93fb661
chore(eslint-plugin): correct grammatical mistake (#1932)
4ef6788
feat(experimental-utils): allow rule options to be a readonly tuple (#1924)
017b22d
docs(eslint-plugin): [explicit-function-return-type] fix typo (#1923)
See the full diff
devDependency
@typescript-eslint/parser was updated from 2.30.0
to 2.31.0
.Your tests are passing again with this update. Explicitly upgrade to this version ๐
The new version differs by 24 commits.
176054c
chore: publish v2.31.0
1f3c344
chore: upgrade to prettier 2.0 (#1970)
b18bc35
feat(eslint-plugin): new extended rule 'no-invalid-this' (#1823)
2f0824b
feat(eslint-plugin): [prefer-optional-chain] added option to convert to suggestion fixer (#1965)
7f3fba3
fix(eslint-plugin): [method-signature-style] fix overloaded methods to an intersection type (#1966)
f78f13a
fix(eslint-plugin): no-base-to-string boolean expression detect (#1969)
b35070e
fix(eslint-plugin): [unbound-method] false positives for unary expressions (#1964)
f82fd7b
fix(eslint-plugin): [return-await] await in a normal function (#1962)
05476ca
docs(eslint-plugin): [naming-convention] correct typo in example (#1961)
80d934b
chore: turn on no-poorly-typed-ts-props
(#1955)
b609b43
chore: fix CI (#1958)
56ea7c9
feat(eslint-plugin-internal): add rule no-poorly-typed-ts-props (#1949)
2dd1638
feat(experimental-utils): expose our RuleTester extension (#1948)
383f931
fix(eslint-plugin): [dot-notation] handle missing declarations (#1947)
f7ec192
feat(eslint-plugin): [member-ordering] add decorators support (#1870)
There are 24 commits in total.
See the full diff
devDependency
@typescript-eslint/parser was updated from 2.31.0
to 2.32.0
.Your tests are passing again with this update. Explicitly upgrade to this version ๐
messages
from base rule (#1992) (51ca404)The new version differs by 29 commits.
18e7b5b
chore: publish v2.32.0
18668b7
feat: bump dependencies and align AST (#2007)
6987ecc
fix(eslint-plugin): [no-base-to-string] support boolean in unions (#1979)
56d9870
fix(eslint-plugin): [no-type-alias] handle readonly types in aliases (#1990)
51ca404
fix(eslint-plugin): [no-unused-expressions] inherit messages
from base rule (#1992)
176054c
chore: publish v2.31.0
1f3c344
chore: upgrade to prettier 2.0 (#1970)
b18bc35
feat(eslint-plugin): new extended rule 'no-invalid-this' (#1823)
2f0824b
feat(eslint-plugin): [prefer-optional-chain] added option to convert to suggestion fixer (#1965)
7f3fba3
fix(eslint-plugin): [method-signature-style] fix overloaded methods to an intersection type (#1966)
f78f13a
fix(eslint-plugin): no-base-to-string boolean expression detect (#1969)
b35070e
fix(eslint-plugin): [unbound-method] false positives for unary expressions (#1964)
f82fd7b
fix(eslint-plugin): [return-await] await in a normal function (#1962)
05476ca
docs(eslint-plugin): [naming-convention] correct typo in example (#1961)
80d934b
chore: turn on no-poorly-typed-ts-props
(#1955)
There are 29 commits in total.
See the full diff
devDependency
@typescript-eslint/parser was updated from 2.32.0
to 2.33.0
.Your tests are passing again with this update. Explicitly upgrade to this version ๐
The new version differs by 33 commits.
9acff7c
chore: publish v2.33.0
08f93e6
feat(eslint-plugin): add extension rule lines-between-class-members
(#1684)
f3f3bf8
docs: add some more FAQ (#2011)
1875fba
fix(experimental-utils): remove accidental dep on json-schema (#2010)
18e7b5b
chore: publish v2.32.0
18668b7
feat: bump dependencies and align AST (#2007)
6987ecc
fix(eslint-plugin): [no-base-to-string] support boolean in unions (#1979)
56d9870
fix(eslint-plugin): [no-type-alias] handle readonly types in aliases (#1990)
51ca404
fix(eslint-plugin): [no-unused-expressions] inherit messages
from base rule (#1992)
176054c
chore: publish v2.31.0
1f3c344
chore: upgrade to prettier 2.0 (#1970)
b18bc35
feat(eslint-plugin): new extended rule 'no-invalid-this' (#1823)
2f0824b
feat(eslint-plugin): [prefer-optional-chain] added option to convert to suggestion fixer (#1965)
7f3fba3
fix(eslint-plugin): [method-signature-style] fix overloaded methods to an intersection type (#1966)
f78f13a
fix(eslint-plugin): no-base-to-string boolean expression detect (#1969)
There are 33 commits in total.
See the full diff
devDependency
@typescript-eslint/parser was updated from 2.33.0
to 2.34.0
.Your tests are passing again with this update. Explicitly upgrade to this version ๐
The new version differs by 39 commits.
f188901
chore: publish v2.34.0
1bc105a
feat(eslint-plugin): [no-invalid-void-type] allow union of void and allowInGenericTypeArguments
(#1960)
1af59ba
feat(eslint-plugin): [restrict-template-expressions] improve error message (#1926)
ce344d9
fix(typescript-estree): fix handling of range/loc removal (#2028)
f42a5b0
feat(experimental-utils): add suggestion
property for rule modules (#2033)
c66f97c
docs(eslint-plugin): [explicit-function-return-type] add missing default (#2032)
9acff7c
chore: publish v2.33.0
08f93e6
feat(eslint-plugin): add extension rule lines-between-class-members
(#1684)
f3f3bf8
docs: add some more FAQ (#2011)
1875fba
fix(experimental-utils): remove accidental dep on json-schema (#2010)
18e7b5b
chore: publish v2.32.0
18668b7
feat: bump dependencies and align AST (#2007)
6987ecc
fix(eslint-plugin): [no-base-to-string] support boolean in unions (#1979)
56d9870
fix(eslint-plugin): [no-type-alias] handle readonly types in aliases (#1990)
51ca404
fix(eslint-plugin): [no-unused-expressions] inherit messages
from base rule (#1992)
There are 39 commits in total.
See the full diff
The devDependency @typescript-eslint/parser was updated from
2.19.0
to2.19.1
.๐จ View failing branch.
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
- โ **Travis CI - Branch:** The build **errored**.Release Notes for v2.19.1
2.19.1 (2020-02-10)
Bug Fixes
Commits
The new version differs by 5 commits.
1c8f0df
chore: publish v2.19.1
4c12dac
fix(typescript-estree): ts returning wrong file with project references (#1575)
e9cf734
docs(eslint-plugin): fix typo in readme
10d86b1
docs(eslint-plugin): [no-dupe-class-members] fix typo (#1566)
4670aab
fix(eslint-plugin): [unbound-method] blacklist a few unbound natives (#1562)
See the full diff
FAQ and help
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those donโt help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: