@typescript-eslint/type-utils 6.0.0-alpha.138 → 6.0.0-alpha.152

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/README.md +6 -4
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -2,11 +2,13 @@
2
2
 
3
3
  > Type utilities for working with TypeScript within ESLint rules.
4
4
 
5
+ [![NPM Version](https://img.shields.io/npm/v/@typescript-eslint/utils.svg?style=flat-square)](https://www.npmjs.com/package/@typescript-eslint/utils)
6
+ [![NPM Downloads](https://img.shields.io/npm/dm/@typescript-eslint/utils.svg?style=flat-square)](https://www.npmjs.com/package/@typescript-eslint/utils)
7
+
5
8
  The utilities in this package are separated from `@typescript-eslint/utils` so that that package does not require a dependency on `typescript`.
6
9
 
7
- ## Internal Package
10
+ 👉 See **https://typescript-eslint.io/architecture/type-utils** for documentation on this package.
8
11
 
9
- This is an _internal package_ to the [typescript-eslint monorepo](https://github.com/typescript-eslint/typescript-eslint).
10
- You likely don't want to use it directly.
12
+ > See https://typescript-eslint.io for general documentation on typescript-eslint, the tooling that allows you to run ESLint and Prettier on TypeScript code.
11
13
 
12
- 👉 See **https://typescript-eslint.io** for docs on typescript-eslint.
14
+ <!-- Local path for docs: docs/architecture/Type_Utils.mdx -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typescript-eslint/type-utils",
3
- "version": "6.0.0-alpha.138+3e3b7891a",
3
+ "version": "6.0.0-alpha.152+4a3705aee",
4
4
  "description": "Type utilities for working with TypeScript + ESLint together",
5
5
  "files": [
6
6
  "dist",
@@ -18,7 +18,7 @@
18
18
  "./package.json": "./package.json"
19
19
  },
20
20
  "engines": {
21
- "node": "^14.18.0 || ^16.0.0 || >=18.0.0"
21
+ "node": "^16.0.0 || >=18.0.0"
22
22
  },
23
23
  "repository": {
24
24
  "type": "git",
@@ -45,13 +45,13 @@
45
45
  "typecheck": "tsc -p tsconfig.json --noEmit"
46
46
  },
47
47
  "dependencies": {
48
- "@typescript-eslint/typescript-estree": "6.0.0-alpha.138+3e3b7891a",
49
- "@typescript-eslint/utils": "6.0.0-alpha.138+3e3b7891a",
48
+ "@typescript-eslint/typescript-estree": "6.0.0-alpha.152+4a3705aee",
49
+ "@typescript-eslint/utils": "6.0.0-alpha.152+4a3705aee",
50
50
  "debug": "^4.3.4",
51
- "ts-api-utils": "^0.0.46"
51
+ "ts-api-utils": "^1.0.0"
52
52
  },
53
53
  "devDependencies": {
54
- "@typescript-eslint/parser": "6.0.0-alpha.138+3e3b7891a",
54
+ "@typescript-eslint/parser": "6.0.0-alpha.152+4a3705aee",
55
55
  "ajv": "^8.12.0",
56
56
  "typescript": "*"
57
57
  },
@@ -74,5 +74,5 @@
74
74
  ]
75
75
  }
76
76
  },
77
- "gitHead": "3e3b7891a73136136929b6912ace9301b30fb0f3"
77
+ "gitHead": "4a3705aee5946642eb5b44502df49f58593e7b18"
78
78
  }