@typescript-eslint/experimental-utils 5.2.1-alpha.6 → 5.3.1-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [5.3.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.2.0...v5.3.0) (2021-11-01)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **experimental-utils:** add `name` property to test case interface ([#4067](https://github.com/typescript-eslint/typescript-eslint/issues/4067)) ([f3021c9](https://github.com/typescript-eslint/typescript-eslint/commit/f3021c94460e8d06e4169335bcc1a23854531f2a))
12
+
13
+
14
+ ### Features
15
+
16
+ * **experimental-utils:** extract `isTokenOfTypeWithConditions` out of `ast-utils`' `predicates` ([#3977](https://github.com/typescript-eslint/typescript-eslint/issues/3977)) ([5229597](https://github.com/typescript-eslint/typescript-eslint/commit/5229597d9bfc998852c4b4fb421859e8f3d3d688))
17
+
18
+
19
+
20
+
21
+
6
22
  # [5.2.0](https://github.com/typescript-eslint/typescript-eslint/compare/v5.1.0...v5.2.0) (2021-10-25)
7
23
 
8
24
  **Note:** Version bump only for package @typescript-eslint/experimental-utils
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typescript-eslint/experimental-utils",
3
- "version": "5.2.1-alpha.6+a93cebfc",
3
+ "version": "5.3.1-alpha.0+c289d135",
4
4
  "description": "(Experimental) Utilities for working with TypeScript + ESLint together",
5
5
  "keywords": [
6
6
  "eslint",
@@ -40,9 +40,9 @@
40
40
  },
41
41
  "dependencies": {
42
42
  "@types/json-schema": "^7.0.9",
43
- "@typescript-eslint/scope-manager": "5.2.1-alpha.6+a93cebfc",
44
- "@typescript-eslint/types": "5.2.1-alpha.6+a93cebfc",
45
- "@typescript-eslint/typescript-estree": "5.2.1-alpha.6+a93cebfc",
43
+ "@typescript-eslint/scope-manager": "5.3.1-alpha.0+c289d135",
44
+ "@typescript-eslint/types": "5.3.1-alpha.0+c289d135",
45
+ "@typescript-eslint/typescript-estree": "5.3.1-alpha.0+c289d135",
46
46
  "eslint-scope": "^5.1.1",
47
47
  "eslint-utils": "^3.0.0"
48
48
  },
@@ -63,5 +63,5 @@
63
63
  ]
64
64
  }
65
65
  },
66
- "gitHead": "a93cebfc0f2026c50972bcb110bcd3295ba9a44d"
66
+ "gitHead": "c289d1358c62c41847ee2f32d135f13321dca177"
67
67
  }