@depup/typescript-eslint__types 8.69.0-depup.0 → 8.70.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__types
13
13
 
14
14
  | Field | Value |
15
15
  |-------|-------|
16
- | Original | [@typescript-eslint/types](https://www.npmjs.com/package/@typescript-eslint/types) @ 8.69.0 |
17
- | Processed | 2026-09-01 |
16
+ | Original | [@typescript-eslint/types](https://www.npmjs.com/package/@typescript-eslint/types) @ 8.70.0 |
17
+ | Processed | 2026-09-08 |
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-09-01T00:40:01.772Z",
3
+ "timestamp": "2026-09-08T00:33:06.669Z",
4
4
  "totalUpdated": 0
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/typescript-eslint__types",
3
- "version": "8.69.0-depup.0",
3
+ "version": "8.70.0-depup.0",
4
4
  "description": "Types for the TypeScript-ESTree AST spec (with updated dependencies)",
5
5
  "files": [
6
6
  "dist",
@@ -75,12 +75,12 @@
75
75
  "dependsOn": [
76
76
  "ast-spec:build"
77
77
  ],
78
- "options": {
79
- "cwd": "{projectRoot}"
80
- },
81
78
  "outputs": [
82
79
  "{projectRoot}/src/generated"
83
- ]
80
+ ],
81
+ "options": {
82
+ "cwd": "{projectRoot}"
83
+ }
84
84
  },
85
85
  "lint": {
86
86
  "command": "eslint",
@@ -109,8 +109,8 @@
109
109
  "changes": {},
110
110
  "depsUpdated": 0,
111
111
  "originalPackage": "@typescript-eslint/types",
112
- "originalVersion": "8.69.0",
113
- "processedAt": "2026-09-01T00:40:06.450Z",
112
+ "originalVersion": "8.70.0",
113
+ "processedAt": "2026-09-08T00:33:12.456Z",
114
114
  "smokeTest": "passed"
115
115
  }
116
116
  }