@depup/typescript-eslint 8.57.1-depup.0 → 8.58.0-depup.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 (3) hide show
  1. package/README.md +2 -2
  2. package/changes.json +1 -1
  3. package/package.json +15 -13
package/README.md CHANGED
@@ -13,8 +13,8 @@ npm install @depup/typescript-eslint
13
13
 
14
14
  | Field | Value |
15
15
  |-------|-------|
16
- | Original | [typescript-eslint](https://www.npmjs.com/package/typescript-eslint) @ 8.57.1 |
17
- | Processed | 2026-03-17 |
16
+ | Original | [typescript-eslint](https://www.npmjs.com/package/typescript-eslint) @ 8.58.0 |
17
+ | Processed | 2026-03-30 |
18
18
  | Smoke test | passed |
19
19
  | Deps updated | 0 |
20
20
 
package/changes.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "bumped": {},
3
- "timestamp": "2026-03-17T16:39:13.263Z",
3
+ "timestamp": "2026-03-30T20:18:24.049Z",
4
4
  "totalUpdated": 0
5
5
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@depup/typescript-eslint",
3
- "version": "8.57.1-depup.0",
4
- "description": "[DepUp] Tooling which enables you to use TypeScript with ESLint",
3
+ "version": "8.58.0-depup.0",
4
+ "description": "Tooling which enables you to use TypeScript with ESLint (with updated dependencies)",
5
5
  "files": [
6
6
  "dist",
7
7
  "!*.tsbuildinfo",
@@ -32,10 +32,12 @@
32
32
  "homepage": "https://typescript-eslint.io/packages/typescript-eslint",
33
33
  "license": "MIT",
34
34
  "keywords": [
35
- "depup",
36
- "dependency-bumped",
37
- "updated-deps",
38
35
  "typescript-eslint",
36
+ "depup",
37
+ "updated-dependencies",
38
+ "security",
39
+ "latest",
40
+ "patched",
39
41
  "ast",
40
42
  "ecmascript",
41
43
  "javascript",
@@ -47,20 +49,20 @@
47
49
  "eslint-plugin"
48
50
  ],
49
51
  "dependencies": {
50
- "@typescript-eslint/eslint-plugin": "8.57.1",
51
- "@typescript-eslint/typescript-estree": "8.57.1",
52
- "@typescript-eslint/parser": "8.57.1",
53
- "@typescript-eslint/utils": "8.57.1"
52
+ "@typescript-eslint/eslint-plugin": "8.58.0",
53
+ "@typescript-eslint/parser": "8.58.0",
54
+ "@typescript-eslint/typescript-estree": "8.58.0",
55
+ "@typescript-eslint/utils": "8.58.0"
54
56
  },
55
57
  "peerDependencies": {
56
58
  "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
57
- "typescript": ">=4.8.4 <6.0.0"
59
+ "typescript": ">=4.8.4 <6.1.0"
58
60
  },
59
61
  "devDependencies": {
60
62
  "@vitest/coverage-v8": "^4.0.18",
61
63
  "eslint": "^10.0.0",
62
64
  "rimraf": "^5.0.10",
63
- "typescript": ">=4.8.4 <6.0.0",
65
+ "typescript": ">=4.8.4 <6.1.0",
64
66
  "vitest": "^4.0.18"
65
67
  },
66
68
  "funding": {
@@ -102,8 +104,8 @@
102
104
  "changes": {},
103
105
  "depsUpdated": 0,
104
106
  "originalPackage": "typescript-eslint",
105
- "originalVersion": "8.57.1",
106
- "processedAt": "2026-03-17T16:39:22.295Z",
107
+ "originalVersion": "8.58.0",
108
+ "processedAt": "2026-03-30T20:18:29.964Z",
107
109
  "smokeTest": "passed"
108
110
  }
109
111
  }