An in-range update of @typescript-eslint/parser is breaking the build π¨
greenkeeper opened this issue Β· 4 comments
βοΈ Important announcement: Greenkeeper will be saying goodbye π and passing the torch to Snyk on June 3rd, 2020! Find out how to migrate to Snyk and more at greenkeeper.io
The devDependency @typescript-eslint/parser was updated from 2.30.0
to 2.31.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
- β build (12.x): null
- β build (10.x): null
- β commitlint: null
Release Notes for v2.31.0
2.31.0 (2020-05-04)
Bug Fixes
- eslint-plugin: [dot-notation] handle missing declarations (#1947) (383f931)
- eslint-plugin: [method-signature-style] fix overloaded methods to an intersection type (#1966) (7f3fba3)
- eslint-plugin: [return-await] await in a normal function (#1962) (f82fd7b)
- eslint-plugin: [unbound-method] false positives for unary expressions (#1964) (b35070e)
- eslint-plugin: no-base-to-string boolean expression detect (#1969) (f78f13a)
Features
- eslint-plugin: [member-ordering] add decorators support (#1870) (f7ec192)
- eslint-plugin: [prefer-optional-chain] added option to convert to suggestion fixer (#1965) (2f0824b)
- eslint-plugin: new extended rule 'no-invalid-this' (#1823) (b18bc35)
- eslint-plugin-internal: add rule no-poorly-typed-ts-props (#1949) (56ea7c9)
- experimental-utils: expose our RuleTester extension (#1948) (2dd1638)
Commits
The new version differs by 15 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)
See the full diff
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 2.30.0 your tests are passing again. Downgrade this dependency π.
- The
devDependency
@typescript-eslint/parser was updated from2.31.0
to2.32.0
.
Your tests are still failing with this version. Compare changes
Release Notes for v2.32.0
2.32.0 (2020-05-11)
Bug Fixes
- eslint-plugin: [no-base-to-string] support boolean in unions (#1979) (6987ecc)
- eslint-plugin: [no-type-alias] handle readonly types in aliases (#1990) (56d9870)
- eslint-plugin: [no-unused-expressions] inherit
messages
from base rule (#1992) (51ca404)
Features
Commits
The new version differs by 5 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)
See the full diff
- The
devDependency
@typescript-eslint/parser was updated from2.32.0
to2.33.0
.
Your tests are passing again with this update. Explicitly upgrade to this version π
- The
devDependency
@typescript-eslint/parser was updated from2.33.0
to2.34.0
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Commits
The new version differs by 10 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)
See the full diff