Open greenkeeper[bot] opened 4 years ago
After pinning to 2.10.0 your tests are still failing. The reported issue might not affect your project. These imprecisions are caused by inconsistent test results.
devDependency
@typescript-eslint/parser was updated from 2.11.0
to 2.12.0
.Your tests are still failing with this version. Compare changes
The new version differs by 5 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)
See the full diff
devDependency
@typescript-eslint/parser was updated from 2.12.0
to 2.13.0
.Your tests are still failing with this version. Compare changes
The new version differs by 28 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 28 commits in total.
See the full diff
devDependency
@typescript-eslint/parser was updated from 2.17.0
to 2.18.0
.Your tests are still failing with this version. Compare changes
settings
property (#1527) (b515e47)Keyword
(#1487) (77a1caa)ban-ts-comment
rule (#1361) (2a83d13)prefer-ast-types-enum
(#1508) (c3d0a3a)The new version differs by 86 commits.
b835ec2
chore: publish v2.18.0
367b18f
docs(eslint-plugin): add script to generate the readme tables (#1524)
03221d2
test: fix vscode launch configuration for windows (#1523)
f991764
chore(eslint-plugin): refactor explicit return type rules to share code (#1493)
c8dfac3
fix(typescript-estree): error on unexpected jsdoc nodes (#1525)
6d1d2a2
test: fix coverage reports from codecov (#1528)
b515e47
fix(experimental-utils): widen type of settings
property (#1527)
67784d6
docs: extra 'a' in CONTRIBUTING.md (#1518)
afa7900
chore: enable prefer-ast-types-enum
internal rule (#1514)
c3d0a3a
feat(eslint-plugin-internal): add prefer-ast-types-enum
(#1508)
718cd88
fix(eslint-plugin): [naming-convention] fix filter option (#1482)
802e347
chore(eslint-plugin): use getFixturesRootDir in tests (#1506)
9ca65dc
chore: update istanbul-reports
to make tests quiet (#1509)
d89e8e8
fix(eslint-plugin): fix property access on undefined error (#1507)
06731e7
test(eslint-plugin): cleanup no-use-before-define tests (#1505)
There are 86 commits in total.
See the full diff
devDependency
@typescript-eslint/parser was updated from 2.18.0
to 2.19.0
.Your tests are still failing with this version. Compare changes
filter
(#1517) (b24fbe8)The new version differs by 17 commits.
bec59ff
chore: publish v2.19.0
0a110eb
feat(eslint-plugin): [unbound-method] support bound builtins (#1526)
9e0f6dd
feat(eslint-plugin): add switch-exhaustiveness-check rule (#972)
7c70323
fix(typescript-estree): persisted parse and module none (#1516)
159b16e
feat(eslint-plugin): [no-float-prom] fixer + msg for ignoreVoid (#1473)
b22424e
feat(eslint-plugin): add extension [no-dupe-class-members] (#1492)
9e7d161
fix(eslint-plugin): [embt] fix allowTypedFunctionExpressions (#1553)
45ae0b9
fix(eslint-plugin): [require-await] improve performance (#1536)
39929b2
test(typescript-estree): fix issue in jest config (#1559)
95174d5
docs(eslint-plugin): corrected typo unbounded-method (#1558)
8643d56
chore(eslint-plugin): remove redundant code and update tests (#1557)
569259e
test: enable isolatedModules
for tests (#1546)
b24fbe8
feat(eslint-plugin): support negative matches for filter
(#1517)
6613fad
test: update jest and babel dependencies (#1530)
54201ab
feat(eslint-plugin): [no-extra-non-null-assert] add fixer (#1468)
There are 17 commits in total.
See the full diff
devDependency
@typescript-eslint/parser was updated from 2.19.0
to 2.19.1
.Your tests are still failing with this version. Compare changes
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
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 still failing with this version. Compare changes
devDependency
@typescript-eslint/parser was updated from 2.20.0
to 2.21.0
.Your tests are still failing with this version. Compare changes
The new version differs by 9 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)
See the full diff
devDependency
@typescript-eslint/parser was updated from 2.21.0
to 2.22.0
.Your tests are still failing with this version. Compare changes
The new version differs by 10 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)
See the full diff
devDependency
@typescript-eslint/parser was updated from 2.22.0
to 2.23.0
.Your tests are still failing with this version. Compare changes
ban-ts-comment
(#1703) (144345c)The new version differs by 14 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)
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 9 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)
See the full diff
devDependency
@typescript-eslint/parser was updated from 2.24.0
to 2.25.0
.Your tests are still failing with this version. Compare changes
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
The devDependency @typescript-eslint/parser was updated from
2.10.0
to2.11.0
.🚨 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
- ❌ **continuous-integration/travis-ci/push:** The Travis CI build failed ([Details](https://travis-ci.org/indcoder/eventbrite-checkins/builds/622807085?utm_source=github_status&utm_medium=notification)).Release Notes for v2.11.0
2.11.0 (2019-12-09)
Bug Fixes
Features
Commits
The new version differs by 6 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)
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: