@depup/typescript-eslint__utils 8.65.0-depup.0 → 8.65.0-depup.1

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
@@ -14,9 +14,15 @@ npm install @depup/typescript-eslint__utils
14
14
  | Field | Value |
15
15
  |-------|-------|
16
16
  | Original | [@typescript-eslint/utils](https://www.npmjs.com/package/@typescript-eslint/utils) @ 8.65.0 |
17
- | Processed | 2026-07-21 |
17
+ | Processed | 2026-07-22 |
18
18
  | Smoke test | passed |
19
- | Deps updated | 0 |
19
+ | Deps updated | 1 |
20
+
21
+ ## Dependency Changes
22
+
23
+ | Dependency | From | To |
24
+ |------------|------|-----|
25
+ | @eslint-community/eslint-utils | ^4.9.1 | ^4.10.1 |
20
26
 
21
27
  ---
22
28
 
package/changes.json CHANGED
@@ -1,5 +1,10 @@
1
1
  {
2
- "bumped": {},
3
- "timestamp": "2026-07-21T16:09:57.953Z",
4
- "totalUpdated": 0
2
+ "bumped": {
3
+ "@eslint-community/eslint-utils": {
4
+ "from": "^4.9.1",
5
+ "to": "^4.10.1"
6
+ }
7
+ },
8
+ "timestamp": "2026-07-22T16:32:27.230Z",
9
+ "totalUpdated": 1
5
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@depup/typescript-eslint__utils",
3
- "version": "8.65.0-depup.0",
3
+ "version": "8.65.0-depup.1",
4
4
  "description": "Utilities for working with TypeScript + ESLint together (with updated dependencies)",
5
5
  "files": [
6
6
  "dist",
@@ -58,7 +58,7 @@
58
58
  "estree"
59
59
  ],
60
60
  "dependencies": {
61
- "@eslint-community/eslint-utils": "^4.9.1",
61
+ "@eslint-community/eslint-utils": "^4.10.1",
62
62
  "@typescript-eslint/scope-manager": "8.65.0",
63
63
  "@typescript-eslint/typescript-estree": "8.65.0",
64
64
  "@typescript-eslint/types": "8.65.0"
@@ -120,11 +120,16 @@
120
120
  "attw-check": "pnpm -w exec nx attw-check"
121
121
  },
122
122
  "depup": {
123
- "changes": {},
124
- "depsUpdated": 0,
123
+ "changes": {
124
+ "@eslint-community/eslint-utils": {
125
+ "from": "^4.9.1",
126
+ "to": "^4.10.1"
127
+ }
128
+ },
129
+ "depsUpdated": 1,
125
130
  "originalPackage": "@typescript-eslint/utils",
126
131
  "originalVersion": "8.65.0",
127
- "processedAt": "2026-07-21T16:10:03.300Z",
132
+ "processedAt": "2026-07-22T16:32:35.460Z",
128
133
  "smokeTest": "passed"
129
134
  }
130
135
  }