@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 +8 -2
- package/changes.json +8 -3
- package/package.json +10 -5
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-
|
|
17
|
+
| Processed | 2026-07-22 |
|
|
18
18
|
| Smoke test | passed |
|
|
19
|
-
| Deps updated |
|
|
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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/typescript-eslint__utils",
|
|
3
|
-
"version": "8.65.0-depup.
|
|
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.
|
|
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
|
-
|
|
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-
|
|
132
|
+
"processedAt": "2026-07-22T16:32:35.460Z",
|
|
128
133
|
"smokeTest": "passed"
|
|
129
134
|
}
|
|
130
135
|
}
|