@definitelytyped/dtslint 0.2.28 → 0.2.30

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,23 @@
1
1
  # @definitelytyped/dtslint
2
2
 
3
+ ## 0.2.30
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [9aaf5fb]
8
+ - @definitelytyped/typescript-packages@0.1.8
9
+ - @definitelytyped/typescript-versions@0.1.8
10
+ - @definitelytyped/header-parser@0.2.18
11
+
12
+ ## 0.2.29
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [70111bc]
17
+ - @definitelytyped/typescript-packages@0.1.7
18
+ - @definitelytyped/typescript-versions@0.1.7
19
+ - @definitelytyped/header-parser@0.2.17
20
+
3
21
  ## 0.2.28
4
22
 
5
23
  ### Patch Changes
package/README.md CHANGED
@@ -162,10 +162,10 @@ Normally packages will be tested according to [DefinitelyType's support window](
162
162
  To restrict testing to new versions only, specify it in package.json:
163
163
 
164
164
  ```ts
165
- "minimumTypeScriptVersion: 5.0"
165
+ "minimumTypeScriptVersion: 5.6"
166
166
  ```
167
167
 
168
- This tests only 5.0 and above, although people can still depend on the package with lower versions of Typescript if they want.
168
+ This tests only 5.6 and above, although people can still depend on the package with lower versions of Typescript if they want.
169
169
 
170
170
  ## Run tests
171
171
 
@@ -268,7 +268,6 @@ mixto
268
268
  mojang-minecraft-server-admin
269
269
  mojang-minecraft-ui
270
270
  mojang-net
271
- moment-precise-range-plugin
272
271
  mongoose-promise
273
272
  msgpack
274
273
  mu2
@@ -338,7 +337,6 @@ react-infinite
338
337
  react-input-mask
339
338
  react-jsonschema-form
340
339
  react-key-handler
341
- react-leaflet-markercluster
342
340
  react-linkify
343
341
  react-native-bluetooth-serial
344
342
  react-native-huawei-protected-apps
@@ -352,7 +350,6 @@ react-pointable
352
350
  react-router-navigation
353
351
  react-router-navigation-core
354
352
  react-router-redux
355
- react-s-alert
356
353
  react-sortable-tree
357
354
  react-sortable-tree-theme-file-explorer
358
355
  react-svg-pan-zoom-loader
@@ -388,7 +385,6 @@ scrolltofixed
388
385
  sequencify
389
386
  servicenow
390
387
  sharepoint
391
- shortid
392
388
  signalfx-collect
393
389
  signalr/v1
394
390
  simple-cw-node
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/dtslint",
3
- "version": "0.2.28",
3
+ "version": "0.2.30",
4
4
  "description": "Runs tests on TypeScript definition files",
5
5
  "main": "./dist/index.js",
6
6
  "bin": "./dist/index.js",
@@ -29,10 +29,10 @@
29
29
  "eslint-plugin-import": "^2.31.0",
30
30
  "semver": "^7.6.3",
31
31
  "strip-json-comments": "^3.1.1",
32
- "@definitelytyped/header-parser": "0.2.16",
33
- "@definitelytyped/typescript-versions": "0.1.6",
32
+ "@definitelytyped/header-parser": "0.2.18",
33
+ "@definitelytyped/typescript-packages": "0.1.8",
34
34
  "@definitelytyped/utils": "0.1.8",
35
- "@definitelytyped/typescript-packages": "0.1.6"
35
+ "@definitelytyped/typescript-versions": "0.1.8"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "typescript": ">= 3.0.0-dev || >= 3.1.0-dev || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.7.0-dev || >= 3.8.0-dev || >= 3.9.0-dev || >= 4.0.0-dev || >=5.0.0-dev"