Closed greenkeeper[bot] closed 5 years ago
After pinning to 2.2.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/eslint-plugin was updated from 2.3.0
to 2.3.1
.Your tests are still failing with this version. Compare changes
The new version differs by 6 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)
See the full diff
devDependency
@typescript-eslint/eslint-plugin was updated from 2.3.1
to 2.3.2
.Your tests are still failing with this version. Compare changes
The new version differs by 4 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)
See the full diff
devDependency
@typescript-eslint/eslint-plugin was updated from 2.3.2
to 2.3.3
.Your tests are still failing with this version. Compare changes
The new version differs by 4 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)
See the full diff
devDependency
@typescript-eslint/eslint-plugin was updated from 2.3.3
to 2.4.0
.Your tests are still failing with this version. Compare changes
The new version differs by 8 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)
See the full diff
The devDependency @typescript-eslint/eslint-plugin was updated from
2.2.0
to2.3.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/eslint-plugin 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 **failed**.Release Notes for v2.3.0
2.3.0 (2019-09-16)
Bug Fixes
Features
Commits
The new version differs by 10 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)
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: