talktalk-node
talktalk-node copied to clipboard
An in-range update of @typescript-eslint/parser is breaking the build π¨
The devDependency @typescript-eslint/parser was updated from 1.9.0
to 1.10.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
- β ci/circleci: build: Your tests failed on CircleCI (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 :palm_tree:
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 still failing with this version. Compare changes
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 still failing with this version. Compare changes
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 13 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)
See the full diff
- The
devDependency
@typescript-eslint/parser was updated from1.12.0
to1.13.0
.
Your tests are still failing with this version. Compare changes
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 14 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)
See the full diff