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 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.4.0 → 2.8.0) · Repo · Changelog
Release Notes
2.8.0
2.7.0
2.6.1
2.6.0
2.5.0
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 50 commits:
chore: publish v2.8.0
feat(eslint-plugin): add rule restrict-template-expressions (#850)
fix(eslint-plugin): [no-unnec-type-arg] throwing on call/new expr (#1217)
fix(typescript-estree): correctly account for trailing slash in… (#1205)
fix(eslint-plugin): [require-await] better handle nesting (#1193)
fix(eslint-plugin): [nuta] correctly handle null/undefined separation (#1201)
fix(eslint-plugin): [unified-signatures] crash: cannot read pro… (#1096)
fix(eslint-plugin): [indent] handle empty generic declarations (#1211)
chore: bump dependencies (#1208)
fix(eslint-plugin): [indent] fix decorator type (#1189)
fix(eslint-plugin): [no-unnecessary-cond] fix naked type param (#1207)
feat(eslint-plugin): [no-type-alias] handle conditional types (#953)
fix(eslint-plugin): [camelcase] handle optional member expr (#1204)
feat(eslint-plugin): add space-before-function-paren [extension] (#924)
docs(eslint-plugin): brace-style as a replacement for one-line (#1202)
fix(eslint-plugin): disable base no-unused-expressions in all config
fix(eslint-plugin): [no-type-alias] handle constructor aliases (#1198)
feat(eslint-plugin): added new rule no-untyped-public-signature (#801)
fix(typescript-estree): options range loc being always true (#704)
feat(eslint-plugin): added new rule no-dynamic-delete (#565)
chore: publish v2.7.0
feat(eslint-plugin): [no-unused-expressions] extend for optional chaining (#1175)
feat(parser): handle optional chaining in scope analysis (#1169)
fix(typescript-estree): hash code to reduce update frequency (#1179)
fix(typescript-estree): reduce bundle footprint of tsutils (#1177)
docs(eslint-plugin): nit make package name more visible (#1173)
fix(eslint-plugin): crash fixing readonly arrays to generic (#1172)
chore: publish v2.6.1
fix(typescript-estree): improve comment parsing code (#1120)
fix(typescript-estree): fix filename handling for vue JSX + markdown (#1127)
fix(typescript-estree): don't use typescript's synthetic default (#1156)
chore: publish v2.6.0
docs(eslint-plugin): [no-unnecessary-condition] tweak wording (#1147)
fix(typescript-estree): ensure parent pointers are set (#1129)
fix(typescript-estree): correct parenthesized optional chain AST (#1141)
feat(typescript-estree): add support for declare class properties (#1136)
fix(typescript-estree): normalize paths to fix cache miss on windows (#1128)
fix(parser): adds TTY check before logging the version mismatch warning (#1121)
fix(typescript-estree): better handle canonical paths (#1111)
chore: publish v2.5.0
docs(eslint-plugin): typo in no-unnecessary-condition.md (#1113)
fix(typescript-estree): parsing error for vue sfc (#1083)
fix(typescript-estree): correct semver check range (#1109)
fix(typescript-estree): remove now unneeded dep on chokidar
feat(typescript-estree): support long running lint without watch (#1106)
fix(eslint-plugin): [no-magic-numbers] Support negative numbers (#1072)
chore(typescript-estree): fix package name in warning message (#1093)
fix(typescript-estree): handle running out of fs watchers (#1088)
feat(eslint-plugin): Support abstract members in member-ordering rule (#395) (#1004)
chore: declare TypeScript as an optional peerDependency (#990)
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