Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(*): change TypeScript version range to >=3.2.1 <3.6.0 #597

Merged
merged 1 commit into from Jun 7, 2019

Conversation

piecyk
Copy link
Contributor

@piecyk piecyk commented Jun 6, 2019

This PR adds support for typescript 3.5.x closes #577

@codecov
Copy link

codecov bot commented Jun 6, 2019

Codecov Report

Merging #597 into master will increase coverage by 0.02%.
The diff coverage is 80%.

@@            Coverage Diff             @@
##           master     #597      +/-   ##
==========================================
+ Coverage   94.27%   94.29%   +0.02%     
==========================================
  Files         104      104              
  Lines        4246     4244       -2     
  Branches     1160     1158       -2     
==========================================
- Hits         4003     4002       -1     
+ Misses        142      141       -1     
  Partials      101      101
Impacted Files Coverage Δ
...experimental-utils/src/eslint-utils/RuleCreator.ts 0% <ø> (ø) ⬆️
...nt-plugin/src/rules/indent-new-do-not-use/index.ts 98.92% <100%> (ø) ⬆️
packages/typescript-estree/src/parser.ts 95% <100%> (ø) ⬆️
packages/eslint-plugin/src/rules/semi.ts 100% <100%> (ø) ⬆️
...s/experimental-utils/src/eslint-utils/deepMerge.ts 93.33% <50%> (+5.09%) ⬆️

@bradzacher bradzacher merged commit 5d2b962 into typescript-eslint:master Jun 7, 2019
@raymondfeng
Copy link

Great! Can we have a release published to npm please?

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Officially support Typescript 3.5.x
3 participants