@depup/typescript-eslint__utils 8.57.1-depup.0 → 8.57.2-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.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/changes.json +1 -1
  3. package/package.json +12 -10
package/README.md CHANGED
@@ -13,8 +13,8 @@ npm install @depup/typescript-eslint__utils
13
13
 
14
14
  | Field | Value |
15
15
  |-------|-------|
16
- | Original | [@typescript-eslint/utils](https://www.npmjs.com/package/@typescript-eslint/utils) @ 8.57.1 |
17
- | Processed | 2026-03-17 |
16
+ | Original | [@typescript-eslint/utils](https://www.npmjs.com/package/@typescript-eslint/utils) @ 8.57.2 |
17
+ | Processed | 2026-03-23 |
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-03-17T16:34:22.653Z",
3
+ "timestamp": "2026-03-23T20:17:12.905Z",
4
4
  "totalUpdated": 0
5
5
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@depup/typescript-eslint__utils",
3
- "version": "8.57.1-depup.0",
4
- "description": "[DepUp] Utilities for working with TypeScript + ESLint together",
3
+ "version": "8.57.2-depup.0",
4
+ "description": "Utilities for working with TypeScript + ESLint together (with updated dependencies)",
5
5
  "files": [
6
6
  "dist",
7
7
  "!*.tsbuildinfo",
@@ -49,19 +49,21 @@
49
49
  "homepage": "https://typescript-eslint.io/packages/utils",
50
50
  "license": "MIT",
51
51
  "keywords": [
52
- "depup",
53
- "dependency-bumped",
54
- "updated-deps",
55
52
  "@typescript-eslint/utils",
53
+ "depup",
54
+ "updated-dependencies",
55
+ "security",
56
+ "latest",
57
+ "patched",
56
58
  "eslint",
57
59
  "typescript",
58
60
  "estree"
59
61
  ],
60
62
  "dependencies": {
61
63
  "@eslint-community/eslint-utils": "^4.9.1",
62
- "@typescript-eslint/scope-manager": "8.57.1",
63
- "@typescript-eslint/types": "8.57.1",
64
- "@typescript-eslint/typescript-estree": "8.57.1"
64
+ "@typescript-eslint/scope-manager": "8.57.2",
65
+ "@typescript-eslint/types": "8.57.2",
66
+ "@typescript-eslint/typescript-estree": "8.57.2"
65
67
  },
66
68
  "peerDependencies": {
67
69
  "eslint": "^8.57.0 || ^9.0.0 || ^10.0.0",
@@ -113,8 +115,8 @@
113
115
  "changes": {},
114
116
  "depsUpdated": 0,
115
117
  "originalPackage": "@typescript-eslint/utils",
116
- "originalVersion": "8.57.1",
117
- "processedAt": "2026-03-17T16:34:28.772Z",
118
+ "originalVersion": "8.57.2",
119
+ "processedAt": "2026-03-23T20:17:19.246Z",
118
120
  "smokeTest": "passed"
119
121
  }
120
122
  }