Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.
All Depfu comment commands
@depfu rebase
Rebases against your default branch and redoes this update
@depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@depfu close
Closes this PR and deletes the branch
@depfu reopen
Restores the branch and reopens this PR (if it's closed)
@depfu pause
Ignores all future updates for this dependency and closes this PR
@depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ @typescript-eslint/parser (2.9.0 → 2.14.0) · Repo · Changelog
Release Notes
2.14.0
2.13.0
2.12.0
2.11.0
2.10.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 62 commits:
chore: publish v2.14.0
chore: migrate markdown-spellcheck to cspell (#1386)
docs(eslint-plugin): [no-throw-literal] wrong link (#1384)
refactor: TypeParameter parsing and no-unnec-type-args rule (#1381)
fix(typescript-estree): visit typeParameters in OptionalCallExpr (#1377)
fix(eslint-plugin): type assertion in rule no-extra-parens (#1376)
feat: add internal eslint plugin for repo-specific lint rules (#1373)
chore: publish v2.13.0
refactor(typescript-estree): add type checking for deeplyCopy (#1371)
test(typescript-estree): add test cases for uncovered syntax (#1370)
docs: grammar nits in the root README (#1364)
fix(eslint-plugin): add isTypeAssertion utility function (#1369)
test(typescript-estree): reenable alignment tests (#1368)
feat(eslint-plugin): more optional chain support in rules (#1363)
feat(eslint-plugin): [pref-str-starts/ends-with] optional chain… (#1357)
fix(typescript-estree): correct type of key for base nodes (#1367)
fix(eslint-plugin): use AST_NODE_TYPES enum instead of strings (#1366)
docs(eslint-plugin): [no-unnec-type-arg] correct doc title (#1360)
feat(eslint-plugin): [ban-types] handle empty type literal {} (#1348)
fix(eslint-plugin): [quotes] ignore backticks for Enum members (#1355)
feat(eslint-plugin): add no-throw-literal [extension] (#1331)
feat(eslint-plugin): add no-extra-semi [extension] (#1237)
fix(eslint-plugin): [type-annotation-spacing] typo in messages (#1354)
feat(typescript-estree): computed members discriminated unions (#1349)
test: use codecov bash uploader instead of js uploader (#1353)
feat(eslint-plugin): [no-use-before-define] opt to ignore enum (#1242)
docs: add links to the contributing guide everywhere (#1352)
feat(typescript-estree): tighten prop name and destructure types (#1346)
docs: fix typo in getting started doc (#1347)
docs: linting onboarding guides (#1324)
docs(parser): fix effect->affect in readme (#1344)
feat(eslint-plugin-tslint): add fixer for config rule (#1342)
test(typescript-estree): Update alignment tests (#1343)
chore(types): Improve types for getTextForTokenKind (#1336)
chore(types): improve typing for getTokenType and convertBodyEx… (#1332)
chore: publish v2.12.0
feat(eslint-plugin): [no-unnec-cond] check optional chaining (#1315)
fix(eslint-plugin): [prefer-null-coal] fixer w/ mixed logicals (#1326)
fix(eslint-plugin): [quotes] ignore backticks for interface properties (#1311)
chore(parser): mark TS as optional peer dependency (#1327)
chore: publish v2.11.0
docs(eslint-plugin): ROADMAP note some jsdoc rules (#1319)
fix(eslint-plugin): [brace-style] handle enum declarations (#1281)
feat(eslint-plugin): [member-ordering] add index signature (#1190)
test(eslint-plugin): [unified-signatures] add tests for #740 (#1074)
docs(eslint-plugin): typo in space-before-function-paren docs (#1297)
chore: publish v2.10.0
docs(eslint-plugin): typo in the configs README (#1295)
feat(eslint-plugin): [no-unnec-cond] support nullish coalescing (#1148)
feat(eslint-plugin): [no-non-null-assert] add suggestion fixer (#1260)
fix(eslint-plugin): [no-unused-expressions] ignore directives (#1285)
feat(eslint-plugin): [prefer-null-coal] opt for suggestion fixer (#1272)
fix(typescript-estree): make FunctionDeclaration.body non-null (#1288)
fix(eslint-plugin): [strict-bool-expr] allow nullish coalescing (#1275)
fix(eslint-plugin): [return-await] allow Any and Unknown (#1270)
fix(eslint-plugin): [no-empty-function] add missed node types (#1271)
feat(eslint-plugin): [no-empty-func] private/protected construct (#1267)
fix(eslint-plugin): [prefer-optional-chain] allow $ in identifiers
feat(experimental-utils): add isSpaceBetween declaration to Sou… (#1268)
fix(eslint-plugin): [prefer-optional-chain] handle more cases (#1261)
fix(eslint-plugin): [no-untyped-pub-sig] ignore set return (#1264)
chore: turn on prefer-nullish-coalescing locally (#1259)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands