@depup/typescript-eslint 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 +2 -2
- package/changes.json +1 -1
- package/dist/index.js +1 -0
- package/package.json +9 -9
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.0 |
|
|
17
|
+
| Processed | 2026-09-13 |
|
|
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.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,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.0",
|
|
53
|
+
"@typescript-eslint/parser": "8.70.0",
|
|
54
|
+
"@typescript-eslint/typescript-estree": "8.70.0",
|
|
55
|
+
"@typescript-eslint/utils": "8.70.0"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
|
|
@@ -100,10 +100,10 @@
|
|
|
100
100
|
},
|
|
101
101
|
"attw-check": {
|
|
102
102
|
"cache": false,
|
|
103
|
+
"command": "pnpm pack --out attw-check.tgz && attw attw-check.tgz --profile node16 --ignore-rules cjs-only-exports-default",
|
|
103
104
|
"options": {
|
|
104
105
|
"cwd": "{projectRoot}"
|
|
105
|
-
}
|
|
106
|
-
"command": "pnpm pack --out attw-check.tgz && attw attw-check.tgz --profile node16 --ignore-rules cjs-only-exports-default"
|
|
106
|
+
}
|
|
107
107
|
}
|
|
108
108
|
}
|
|
109
109
|
},
|
|
@@ -121,8 +121,8 @@
|
|
|
121
121
|
"changes": {},
|
|
122
122
|
"depsUpdated": 0,
|
|
123
123
|
"originalPackage": "typescript-eslint",
|
|
124
|
-
"originalVersion": "8.
|
|
125
|
-
"processedAt": "2026-09-
|
|
124
|
+
"originalVersion": "8.70.0",
|
|
125
|
+
"processedAt": "2026-09-13T01:00:51.559Z",
|
|
126
126
|
"smokeTest": "passed"
|
|
127
127
|
}
|
|
128
128
|
}
|