@typescript-eslint/typescript-estree
Advanced tools
Comparing version 2.5.1-alpha.6 to 2.6.0
@@ -6,2 +6,22 @@ # Change Log | ||
# [2.6.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.5.0...v2.6.0) (2019-10-28) | ||
### Bug Fixes | ||
* **parser:** adds TTY check before logging the version mismatch warning ([#1121](https://github.com/typescript-eslint/typescript-eslint/issues/1121)) ([768ef63](https://github.com/typescript-eslint/typescript-eslint/commit/768ef63)) | ||
* **typescript-estree:** better handle canonical paths ([#1111](https://github.com/typescript-eslint/typescript-eslint/issues/1111)) ([8dcbf4c](https://github.com/typescript-eslint/typescript-eslint/commit/8dcbf4c)) | ||
* **typescript-estree:** correct parenthesized optional chain AST ([#1141](https://github.com/typescript-eslint/typescript-eslint/issues/1141)) ([5ae286e](https://github.com/typescript-eslint/typescript-eslint/commit/5ae286e)) | ||
* **typescript-estree:** ensure parent pointers are set ([#1129](https://github.com/typescript-eslint/typescript-eslint/issues/1129)) ([d4703e1](https://github.com/typescript-eslint/typescript-eslint/commit/d4703e1)) | ||
* **typescript-estree:** normalize paths to fix cache miss on windows ([#1128](https://github.com/typescript-eslint/typescript-eslint/issues/1128)) ([6d0f2ce](https://github.com/typescript-eslint/typescript-eslint/commit/6d0f2ce)) | ||
### Features | ||
* **typescript-estree:** add support for declare class properties ([#1136](https://github.com/typescript-eslint/typescript-eslint/issues/1136)) ([1508670](https://github.com/typescript-eslint/typescript-eslint/commit/1508670)) | ||
# [2.5.0](https://github.com/typescript-eslint/typescript-eslint/compare/v2.4.0...v2.5.0) (2019-10-21) | ||
@@ -8,0 +28,0 @@ |
{ | ||
"name": "@typescript-eslint/typescript-estree", | ||
"version": "2.5.1-alpha.6+ab102c08", | ||
"version": "2.6.0", | ||
"description": "A parser that converts TypeScript source code into an ESTree compatible form", | ||
@@ -60,3 +60,3 @@ "main": "dist/parser.js", | ||
"@types/tmp": "^0.1.0", | ||
"@typescript-eslint/shared-fixtures": "2.5.1-alpha.6+ab102c08", | ||
"@typescript-eslint/shared-fixtures": "2.6.0", | ||
"babel-code-frame": "^6.26.0", | ||
@@ -73,3 +73,3 @@ "glob": "^7.1.4", | ||
}, | ||
"gitHead": "ab102c08408f84c2d1b87864dc8088870c821092" | ||
"gitHead": "5338955f1cf6513ff3bf0c391ae2bd9c092ecb55" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
445374
1
0