Closed greenkeeper[bot] closed 4 years ago
devDependency
@typescript-eslint/parser was updated from 2.9.0
to 2.10.0
.Your tests are still failing with this version. Compare changes
The new version differs by 16 commits.
5adb8a2
chore: publish v2.10.0
065393b
docs(eslint-plugin): typo in the configs README (#1295)
96ef1e7
feat(eslint-plugin): [no-unnec-cond] support nullish coalescing (#1148)
e350a21
feat(eslint-plugin): [no-non-null-assert] add suggestion fixer (#1260)
ce4c803
fix(eslint-plugin): [no-unused-expressions] ignore directives (#1285)
f84eb96
feat(eslint-plugin): [prefer-null-coal] opt for suggestion fixer (#1272)
dc73510
fix(typescript-estree): make FunctionDeclaration.body non-null (#1288)
3b39340
fix(eslint-plugin): [strict-bool-expr] allow nullish coalescing (#1275)
ebf5e0a
fix(eslint-plugin): [return-await] allow Any and Unknown (#1270)
e9d44f5
fix(eslint-plugin): [no-empty-function] add missed node types (#1271)
3b931ac
feat(eslint-plugin): [no-empty-func] private/protected construct (#1267)
c72c3c1
fix(eslint-plugin): [prefer-optional-chain] allow $ in identifiers
f83f04b
feat(experimental-utils): add isSpaceBetween declaration to Sou… (#1268)
57ddba3
fix(eslint-plugin): [prefer-optional-chain] handle more cases (#1261)
6daff10
fix(eslint-plugin): [no-untyped-pub-sig] ignore set return (#1264)
There are 16 commits in total.
See the full diff
devDependency
@typescript-eslint/parser was updated from 2.10.0
to 2.11.0
.Your tests are still failing with this version. Compare changes
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
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
The devDependency @typescript-eslint/parser was updated from
2.8.0
to2.9.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_wallet_example:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/tasitlabs/tasit/1318?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)). - ❌ **ci/circleci: build_decentraland:** Your tests failed on CircleCI ([Details](https://circleci.com/gh/tasitlabs/tasit/1317?utm_campaign=vcs-integration-link&utm_medium=referral&utm_source=github-build-link)).Release Notes for v2.9.0
2.9.0 (2019-11-25)
Bug Fixes
Features
Commits
The new version differs by 23 commits.
8a4af38
chore: publish v2.9.0
a9cd399
feat(eslint-plugin): add prefer-nullish-coalescing (#1069)
b91b0ba
feat(eslint-plugin): [no-empty-interface] noEmptyWithSuper fixer (#1247)
f5c0e02
feat(eslint-plugin): optional chain support in rules (part 1) (#1253)
0ff4620
feat(eslint-plugin): add return-await rule (#1050)
efd4834
chore: turn on rule prefer-optional-chain and fix lints (#1257)
b1a065f
fix(eslint-plugin): [prefer-optional-chain] unhandled cases
05ebea5
feat(eslint-plugin): add no-unused-vars-experimental (#688)
ad7e1a7
feat(eslint-plugin): add rule prefer-optional-chain (#1213)
b16a4b6
feat: suggestion types, suggestions for no-explicit-any (#1250)
1d56c82
docs(eslint-plugin): fix typo in no-this-alias (#1252)
1bd863e
docs(eslint-plugin): correct typo in configs README (#1251)
d785c61
feat(eslint-plugin): [camelcase] add genericType option (#925)
ceb6f1c
feat(eslint-plugin): [no-unnece-cond] Add allowConstantLoopConditions (#1029)
fa88cb9
feat(eslint-plugin): [restrict-plus-operands] check += (#892)
There are 23 commits in total.
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: