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.6.0) · Repo · Changelog
Release Notes
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 19 commits:
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