@definitelytyped/dtslint 0.2.9 → 0.2.10

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @definitelytyped/dtslint
2
2
 
3
+ ## 0.2.10
4
+
5
+ ### Patch Changes
6
+
7
+ - 7668808: Update @arethetypeswrong/cli
8
+
3
9
  ## 0.2.9
4
10
 
5
11
  ### Patch Changes
package/README.md CHANGED
@@ -3,9 +3,14 @@ It will install `typescript` and `eslint` for you, so this is the only tool you
3
3
 
4
4
  Lint rules new to dtslint are documented in the [docs](docs) directory.
5
5
 
6
- # Just looking for ExpectType and ExpectError?
6
+ # Just looking for a type testing tool?
7
+
8
+ If you are just looking for a TypeScript type testing tool, use:
9
+
10
+ - [`tsd`](https://github.com/tsdjs/tsd)
11
+ - [`eslint-plugin-expect-type`](https://github.com/JoshuaKGoldberg/eslint-plugin-expect-type)
12
+ - [`tstyche`](https://github.com/tstyche/tstyche)
7
13
 
8
- [Use tsd](https://github.com/SamVerschueren/tsd) or [eslint-plugin-expect-type](https://github.com/JoshuaKGoldberg/eslint-plugin-expect-type#readme) instead.
9
14
 
10
15
  # Setup
11
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/dtslint",
3
- "version": "0.2.9",
3
+ "version": "0.2.10",
4
4
  "description": "Runs tests on TypeScript definition files",
5
5
  "main": "./dist/index.js",
6
6
  "bin": "./dist/index.js",
@@ -18,7 +18,7 @@
18
18
  "directory": "packages/dtslint"
19
19
  },
20
20
  "dependencies": {
21
- "@arethetypeswrong/cli": "0.13.9",
21
+ "@arethetypeswrong/cli": "0.13.10",
22
22
  "@arethetypeswrong/core": "0.13.9",
23
23
  "@typescript-eslint/eslint-plugin": "^6.19.0",
24
24
  "@typescript-eslint/parser": "^6.19.0",