typescript-eslint 8.69.0 → 8.70.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/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": "typescript-eslint",
3
- "version": "8.69.0",
3
+ "version": "8.70.0",
4
4
  "description": "Tooling which enables you to use TypeScript with ESLint",
5
5
  "files": [
6
6
  "dist",
@@ -41,10 +41,10 @@
41
41
  "eslint-plugin"
42
42
  ],
43
43
  "dependencies": {
44
- "@typescript-eslint/eslint-plugin": "8.69.0",
45
- "@typescript-eslint/parser": "8.69.0",
46
- "@typescript-eslint/typescript-estree": "8.69.0",
47
- "@typescript-eslint/utils": "8.69.0"
44
+ "@typescript-eslint/eslint-plugin": "8.70.0",
45
+ "@typescript-eslint/parser": "8.70.0",
46
+ "@typescript-eslint/typescript-estree": "8.70.0",
47
+ "@typescript-eslint/utils": "8.70.0"
48
48
  },
49
49
  "peerDependencies": {
50
50
  "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
@@ -92,10 +92,10 @@
92
92
  },
93
93
  "attw-check": {
94
94
  "cache": false,
95
+ "command": "pnpm pack --out attw-check.tgz && attw attw-check.tgz --profile node16 --ignore-rules cjs-only-exports-default",
95
96
  "options": {
96
97
  "cwd": "{projectRoot}"
97
- },
98
- "command": "pnpm pack --out attw-check.tgz && attw attw-check.tgz --profile node16 --ignore-rules cjs-only-exports-default"
98
+ }
99
99
  }
100
100
  }
101
101
  },