@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 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.69.0 |
17
- | Processed | 2026-09-06 |
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
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "bumped": {},
3
- "timestamp": "2026-09-06T01:00:35.786Z",
3
+ "timestamp": "2026-09-27T01:04:52.664Z",
4
4
  "totalUpdated": 0
5
5
  }
package/dist/index.js CHANGED
@@ -211,6 +211,7 @@ module.exports = config(
211
211
  ```
212
212
  */
213
213
  exports.default = {
214
+ // eslint-disable-next-line @typescript-eslint/no-deprecated
214
215
  config: config_helper_1.config,
215
216
  configs: exports.configs,
216
217
  extensions: globs_1.extensions,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/typescript-eslint",
3
- "version": "8.69.0-depup.0",
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.69.0",
53
- "@typescript-eslint/parser": "8.69.0",
54
- "@typescript-eslint/typescript-estree": "8.69.0",
55
- "@typescript-eslint/utils": "8.69.0"
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
- "command": "pnpm pack --out attw-check.tgz && attw attw-check.tgz --profile node16 --ignore-rules cjs-only-exports-default"
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.69.0",
125
- "processedAt": "2026-09-06T01:00:42.280Z",
116
+ "originalVersion": "8.70.1",
117
+ "processedAt": "2026-09-27T01:04:58.876Z",
126
118
  "smokeTest": "passed"
127
119
  }
128
120
  }