@depup/typescript-eslint__types 8.57.1-depup.0 → 8.57.2-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 +2 -2
- package/changes.json +1 -1
- package/package.json +9 -7
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.57.
|
|
17
|
-
| Processed | 2026-03-
|
|
16
|
+
| Original | [@typescript-eslint/types](https://www.npmjs.com/package/@typescript-eslint/types) @ 8.57.2 |
|
|
17
|
+
| Processed | 2026-03-23 |
|
|
18
18
|
| Smoke test | passed |
|
|
19
19
|
| Deps updated | 0 |
|
|
20
20
|
|
package/changes.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/typescript-eslint__types",
|
|
3
|
-
"version": "8.57.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "8.57.2-depup.0",
|
|
4
|
+
"description": "Types for the TypeScript-ESTree AST spec (with updated dependencies)",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
7
7
|
"!*.tsbuildinfo",
|
|
@@ -33,10 +33,12 @@
|
|
|
33
33
|
"homepage": "https://typescript-eslint.io",
|
|
34
34
|
"license": "MIT",
|
|
35
35
|
"keywords": [
|
|
36
|
-
"depup",
|
|
37
|
-
"dependency-bumped",
|
|
38
|
-
"updated-deps",
|
|
39
36
|
"@typescript-eslint/types",
|
|
37
|
+
"depup",
|
|
38
|
+
"updated-dependencies",
|
|
39
|
+
"security",
|
|
40
|
+
"latest",
|
|
41
|
+
"patched",
|
|
40
42
|
"eslint",
|
|
41
43
|
"typescript",
|
|
42
44
|
"estree"
|
|
@@ -106,8 +108,8 @@
|
|
|
106
108
|
"changes": {},
|
|
107
109
|
"depsUpdated": 0,
|
|
108
110
|
"originalPackage": "@typescript-eslint/types",
|
|
109
|
-
"originalVersion": "8.57.
|
|
110
|
-
"processedAt": "2026-03-
|
|
111
|
+
"originalVersion": "8.57.2",
|
|
112
|
+
"processedAt": "2026-03-23T20:17:36.242Z",
|
|
111
113
|
"smokeTest": "passed"
|
|
112
114
|
}
|
|
113
115
|
}
|