@definitelytyped/dtslint 0.2.23 → 0.2.25

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,20 @@
1
1
  # @definitelytyped/dtslint
2
2
 
3
+ ## 0.2.25
4
+
5
+ ### Patch Changes
6
+
7
+ - 5f556cf: Update to typescript-eslint v8
8
+
9
+ ## 0.2.24
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [6a7fc61]
14
+ - Updated dependencies [b98ee74]
15
+ - @definitelytyped/utils@0.1.8
16
+ - @definitelytyped/header-parser@0.2.13
17
+
3
18
  ## 0.2.23
4
19
 
5
20
  ### Patch Changes
@@ -88,7 +88,6 @@ decorum
88
88
  deep-freeze
89
89
  deku
90
90
  desmos
91
- domurl
92
91
  double-ended-queue
93
92
  dts-bundle
94
93
  durandal/v1
@@ -155,7 +154,6 @@ gulp-changed
155
154
  gulp-cheerio
156
155
  gulp-coffeeify
157
156
  gulp-espower
158
- gulp-help-doc
159
157
  gulp-load-plugins
160
158
  gulp-mocha
161
159
  gulp-ng-annotate
@@ -215,7 +213,6 @@ js.spec
215
213
  jsbn
216
214
  jsdeferred
217
215
  json-editor
218
- json-merge-patch
219
216
  json-patch
220
217
  json-pointer
221
218
  json-schema
@@ -235,7 +232,6 @@ knockstrap
235
232
  koa-proxy
236
233
  konami.js
237
234
  kos-core
238
- lazypipe
239
235
  leadfoot
240
236
  leaflet-curve
241
237
  leaflet-editable/v0
@@ -264,11 +260,9 @@ material-ui
264
260
  mathjax
265
261
  mdast
266
262
  mem-cache
267
- merge-stream
268
263
  messenger
269
264
  method-override
270
265
  microservice-utilities
271
- milliseconds
272
266
  mina
273
267
  mixpanel
274
268
  mixto
@@ -280,8 +274,6 @@ moment-precise-range-plugin
280
274
  mongoose-promise
281
275
  msgpack
282
276
  mu2
283
- multiparty
284
- natural-sort
285
277
  nedb-logger
286
278
  neo4j
287
279
  netlify-auth-providers
@@ -296,7 +288,6 @@ node-sass-middleware
296
288
  node-uuid
297
289
  nodegit
298
290
  nodeunit
299
- noisejs
300
291
  nomnom
301
292
  notify
302
293
  notifyjs-browser
@@ -337,7 +328,6 @@ purl
337
328
  q-retry
338
329
  qunit/v1
339
330
  radius
340
- random-string
341
331
  rangy
342
332
  raty
343
333
  react-better-password
@@ -382,7 +372,6 @@ rickshaw
382
372
  riderize__passport-strava-oauth2
383
373
  riot-api-nodejs
384
374
  riotjs
385
- rison
386
375
  rn-fetch-blob
387
376
  rollup-plugin-svelte-svg
388
377
  rosie
@@ -421,7 +410,6 @@ stream-series
421
410
  stream-to-array/v0
422
411
  styled-components-react-native
423
412
  succinct
424
- svg-injector
425
413
  swagger-schema-official
426
414
  swig
427
415
  swipe
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@definitelytyped/dtslint",
3
- "version": "0.2.23",
3
+ "version": "0.2.25",
4
4
  "description": "Runs tests on TypeScript definition files",
5
5
  "main": "./dist/index.js",
6
6
  "bin": "./dist/index.js",
@@ -20,19 +20,19 @@
20
20
  "dependencies": {
21
21
  "@arethetypeswrong/cli": "0.15.1",
22
22
  "@arethetypeswrong/core": "0.15.1",
23
- "@typescript-eslint/eslint-plugin": "^7.14.1",
24
- "@typescript-eslint/parser": "^7.14.1",
25
- "@typescript-eslint/types": "^7.14.1",
26
- "@typescript-eslint/typescript-estree": "^7.14.1",
27
- "@typescript-eslint/utils": "^7.14.1",
28
- "eslint": "^8.57.0",
23
+ "@typescript-eslint/eslint-plugin": "^8.11.0",
24
+ "@typescript-eslint/parser": "^8.11.0",
25
+ "@typescript-eslint/types": "^8.11.0",
26
+ "@typescript-eslint/typescript-estree": "^8.11.0",
27
+ "@typescript-eslint/utils": "^8.11.0",
28
+ "eslint": "^8.57.1",
29
29
  "eslint-plugin-import": "^2.29.1",
30
30
  "semver": "^7.5.4",
31
31
  "strip-json-comments": "^3.1.1",
32
- "@definitelytyped/header-parser": "0.2.12",
32
+ "@definitelytyped/header-parser": "0.2.13",
33
33
  "@definitelytyped/typescript-packages": "0.1.4",
34
34
  "@definitelytyped/typescript-versions": "0.1.4",
35
- "@definitelytyped/utils": "0.1.7"
35
+ "@definitelytyped/utils": "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"
@@ -41,7 +41,7 @@
41
41
  "@types/eslint": "^8.56.2",
42
42
  "@types/semver": "^7.5.5",
43
43
  "@types/strip-json-comments": "^3.0.0",
44
- "typescript": "^5.5.2"
44
+ "typescript": "^5.6.3"
45
45
  },
46
46
  "engines": {
47
47
  "node": ">=18.18.0"