@depup/typescript-eslint 8.69.0-depup.0 → 8.70.1-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/dist/index.js +1 -0
- package/package.json +12 -20
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.
|
|
17
|
-
| Processed | 2026-09-
|
|
16
|
+
| Original | [typescript-eslint](https://www.npmjs.com/package/typescript-eslint) @ 8.70.1 |
|
|
17
|
+
| Processed | 2026-09-27 |
|
|
18
18
|
| Smoke test | passed |
|
|
19
19
|
| Deps updated | 0 |
|
|
20
20
|
|
package/changes.json
CHANGED
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/typescript-eslint",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.70.1-depup.0",
|
|
4
4
|
"description": "Tooling which enables you to use TypeScript with ESLint (with updated dependencies)",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -49,10 +49,10 @@
|
|
|
49
49
|
"eslint-plugin"
|
|
50
50
|
],
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@typescript-eslint/eslint-plugin": "8.
|
|
53
|
-
"@typescript-eslint/parser": "8.
|
|
54
|
-
"@typescript-eslint/typescript-estree": "8.
|
|
55
|
-
"@typescript-eslint/utils": "8.
|
|
52
|
+
"@typescript-eslint/eslint-plugin": "8.70.1",
|
|
53
|
+
"@typescript-eslint/parser": "8.70.1",
|
|
54
|
+
"@typescript-eslint/typescript-estree": "8.70.1",
|
|
55
|
+
"@typescript-eslint/utils": "8.70.1"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
@@ -80,18 +80,7 @@
|
|
|
80
80
|
"lint": {
|
|
81
81
|
"command": "eslint"
|
|
82
82
|
},
|
|
83
|
-
"typecheck": {
|
|
84
|
-
"outputs": [
|
|
85
|
-
"{workspaceRoot}/dist",
|
|
86
|
-
"{projectRoot}/dist"
|
|
87
|
-
]
|
|
88
|
-
},
|
|
89
|
-
"typecheck:tsgo": {
|
|
90
|
-
"outputs": [
|
|
91
|
-
"{workspaceRoot}/dist",
|
|
92
|
-
"{projectRoot}/dist"
|
|
93
|
-
]
|
|
94
|
-
},
|
|
83
|
+
"typecheck:tsgo": {},
|
|
95
84
|
"test": {
|
|
96
85
|
"dependsOn": [
|
|
97
86
|
"^build",
|
|
@@ -100,10 +89,13 @@
|
|
|
100
89
|
},
|
|
101
90
|
"attw-check": {
|
|
102
91
|
"cache": false,
|
|
92
|
+
"command": "pnpm pack --out attw-check.tgz && attw attw-check.tgz --profile node16 --ignore-rules cjs-only-exports-default",
|
|
103
93
|
"options": {
|
|
104
94
|
"cwd": "{projectRoot}"
|
|
105
95
|
},
|
|
106
|
-
"
|
|
96
|
+
"dependsOn": [
|
|
97
|
+
"build"
|
|
98
|
+
]
|
|
107
99
|
}
|
|
108
100
|
}
|
|
109
101
|
},
|
|
@@ -121,8 +113,8 @@
|
|
|
121
113
|
"changes": {},
|
|
122
114
|
"depsUpdated": 0,
|
|
123
115
|
"originalPackage": "typescript-eslint",
|
|
124
|
-
"originalVersion": "8.
|
|
125
|
-
"processedAt": "2026-09-
|
|
116
|
+
"originalVersion": "8.70.1",
|
|
117
|
+
"processedAt": "2026-09-27T01:04:58.876Z",
|
|
126
118
|
"smokeTest": "passed"
|
|
127
119
|
}
|
|
128
120
|
}
|