An in-range update of @typescript-eslint/parser is breaking the build π¨
greenkeeper opened this issue Β· 4 comments
The devDependency @typescript-eslint/parser was updated from 2.19.0
to 2.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
- β ROS Kinetic Kame: There are 1 failures, 0 warnings, and 0 notices.
- β ROS Melodic Morenia: There are 1 failures, 0 warnings, and 0 notices.
- β ROS Eloquent Elusor: There are 1 failures, 0 warnings, and 0 notices.
- β ROS Dashing Diademata: There are 1 failures, 0 warnings, and 0 notices.
- β ROS and ROS 2 Binary Install Test Suite (Linux only): There are 1 failures, 0 warnings, and 0 notices.
- β test (windows-latest): There are 1 failures, 0 warnings, and 0 notices.
- β test (ubuntu-18.04): There are 1 failures, 0 warnings, and 0 notices.
- β test (macOS-latest): There are 1 failures, 0 warnings, and 0 notices.
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. If those donβt help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper Bot π΄
After pinning to 2.19.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 from2.19.1
to2.19.2
.
Your tests are still failing with this version. Compare changes
- The
devDependency
@typescript-eslint/parser was updated from2.19.2
to2.20.0
.
Your tests are passing again with this update. Explicitly upgrade to this version π
- The
devDependency
@typescript-eslint/parser was updated from2.20.0
to2.21.0
.
Your tests are passing again with this update. Explicitly upgrade to this version π
Release Notes for v2.21.0
2.21.0 (2020-02-24)
Bug Fixes
- eslint-plugin: [embt] ignore JSX callbacks (#1630) (4d45b33)
- eslint-plugin: [no-floating-promises] handle finally callback (#1620) (1aa7135)
- eslint-plugin: [typedef] allow array/object destructuring in for/of (#1570) (660bace)
- typescript-estree: process.stdout can be undefined (#1619) (0d8e87e)
Features
Commits
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