@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 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.0 |
17
+ | Processed | 2026-09-13 |
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-13T01:00:46.615Z",
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.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.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.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.69.0",
125
- "processedAt": "2026-09-06T01:00:42.280Z",
124
+ "originalVersion": "8.70.0",
125
+ "processedAt": "2026-09-13T01:00:51.559Z",
126
126
  "smokeTest": "passed"
127
127
  }
128
128
  }