@depup/detective-typescript 14.0.0-depup.0 → 14.0.0-depup.1
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 +2 -2
- package/package.json +10 -8
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@ npm install @depup/detective-typescript
|
|
|
14
14
|
| Field | Value |
|
|
15
15
|
|-------|-------|
|
|
16
16
|
| Original | [detective-typescript](https://www.npmjs.com/package/detective-typescript) @ 14.0.0 |
|
|
17
|
-
| Processed | 2026-03-
|
|
17
|
+
| Processed | 2026-03-30 |
|
|
18
18
|
| Smoke test | passed |
|
|
19
19
|
| Deps updated | 1 |
|
|
20
20
|
|
|
@@ -22,7 +22,7 @@ npm install @depup/detective-typescript
|
|
|
22
22
|
|
|
23
23
|
| Dependency | From | To |
|
|
24
24
|
|------------|------|-----|
|
|
25
|
-
| @typescript-eslint/typescript-estree | ^8.23.0 | ^8.
|
|
25
|
+
| @typescript-eslint/typescript-estree | ^8.23.0 | ^8.58.0 |
|
|
26
26
|
|
|
27
27
|
---
|
|
28
28
|
|
package/changes.json
CHANGED
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/detective-typescript",
|
|
3
|
-
"version": "14.0.0-depup.
|
|
3
|
+
"version": "14.0.0-depup.1",
|
|
4
4
|
"author": "Patrik Henningsson <patrik.henningsson@gmail.com>",
|
|
5
|
-
"description": "
|
|
5
|
+
"description": "Get the dependencies of a TypeScript module (with updated dependencies)",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"files": [
|
|
8
8
|
"index.js",
|
|
@@ -22,10 +22,12 @@
|
|
|
22
22
|
"url": "git+https://github.com/dependents/detective-typescript.git"
|
|
23
23
|
},
|
|
24
24
|
"keywords": [
|
|
25
|
-
"depup",
|
|
26
|
-
"dependency-bumped",
|
|
27
|
-
"updated-deps",
|
|
28
25
|
"detective-typescript",
|
|
26
|
+
"depup",
|
|
27
|
+
"updated-dependencies",
|
|
28
|
+
"security",
|
|
29
|
+
"latest",
|
|
30
|
+
"patched",
|
|
29
31
|
"detective",
|
|
30
32
|
"typescript",
|
|
31
33
|
"dependencies",
|
|
@@ -42,7 +44,7 @@
|
|
|
42
44
|
"typescript": "^5.4.4"
|
|
43
45
|
},
|
|
44
46
|
"dependencies": {
|
|
45
|
-
"@typescript-eslint/typescript-estree": "^8.
|
|
47
|
+
"@typescript-eslint/typescript-estree": "^8.58.0",
|
|
46
48
|
"ast-module-types": "^6.0.1",
|
|
47
49
|
"node-source-walk": "^7.0.1"
|
|
48
50
|
},
|
|
@@ -93,13 +95,13 @@
|
|
|
93
95
|
"changes": {
|
|
94
96
|
"@typescript-eslint/typescript-estree": {
|
|
95
97
|
"from": "^8.23.0",
|
|
96
|
-
"to": "^8.
|
|
98
|
+
"to": "^8.58.0"
|
|
97
99
|
}
|
|
98
100
|
},
|
|
99
101
|
"depsUpdated": 1,
|
|
100
102
|
"originalPackage": "detective-typescript",
|
|
101
103
|
"originalVersion": "14.0.0",
|
|
102
|
-
"processedAt": "2026-03-
|
|
104
|
+
"processedAt": "2026-03-30T20:23:35.376Z",
|
|
103
105
|
"smokeTest": "passed"
|
|
104
106
|
}
|
|
105
107
|
}
|