@depup/typescript-eslint 8.57.2-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.
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.2 |
17
- | Processed | 2026-03-23 |
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-23T20:18:23.276Z",
3
+ "timestamp": "2026-03-30T20:18:24.049Z",
4
4
  "totalUpdated": 0
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/typescript-eslint",
3
- "version": "8.57.2-depup.0",
3
+ "version": "8.58.0-depup.0",
4
4
  "description": "Tooling which enables you to use TypeScript with ESLint (with updated dependencies)",
5
5
  "files": [
6
6
  "dist",
@@ -49,20 +49,20 @@
49
49
  "eslint-plugin"
50
50
  ],
51
51
  "dependencies": {
52
- "@typescript-eslint/typescript-estree": "8.57.2",
53
- "@typescript-eslint/eslint-plugin": "8.57.2",
54
- "@typescript-eslint/parser": "8.57.2",
55
- "@typescript-eslint/utils": "8.57.2"
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"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
59
- "typescript": ">=4.8.4 <6.0.0"
59
+ "typescript": ">=4.8.4 <6.1.0"
60
60
  },
61
61
  "devDependencies": {
62
62
  "@vitest/coverage-v8": "^4.0.18",
63
63
  "eslint": "^10.0.0",
64
64
  "rimraf": "^5.0.10",
65
- "typescript": ">=4.8.4 <6.0.0",
65
+ "typescript": ">=4.8.4 <6.1.0",
66
66
  "vitest": "^4.0.18"
67
67
  },
68
68
  "funding": {
@@ -104,8 +104,8 @@
104
104
  "changes": {},
105
105
  "depsUpdated": 0,
106
106
  "originalPackage": "typescript-eslint",
107
- "originalVersion": "8.57.2",
108
- "processedAt": "2026-03-23T20:18:29.314Z",
107
+ "originalVersion": "8.58.0",
108
+ "processedAt": "2026-03-30T20:18:29.964Z",
109
109
  "smokeTest": "passed"
110
110
  }
111
111
  }