@depup/typescript-eslint__parser 8.65.0-depup.0 → 8.67.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 +2 -2
- package/changes.json +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -13,8 +13,8 @@ npm install @depup/typescript-eslint__parser
|
|
|
13
13
|
|
|
14
14
|
| Field | Value |
|
|
15
15
|
|-------|-------|
|
|
16
|
-
| Original | [@typescript-eslint/parser](https://www.npmjs.com/package/@typescript-eslint/parser) @ 8.
|
|
17
|
-
| Processed | 2026-
|
|
16
|
+
| Original | [@typescript-eslint/parser](https://www.npmjs.com/package/@typescript-eslint/parser) @ 8.67.0 |
|
|
17
|
+
| Processed | 2026-08-11 |
|
|
18
18
|
| Smoke test | passed |
|
|
19
19
|
| Deps updated | 0 |
|
|
20
20
|
|
package/changes.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@depup/typescript-eslint__parser",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.67.0-depup.0",
|
|
4
4
|
"description": "An ESLint custom parser which leverages TypeScript ESTree (with updated dependencies)",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -50,13 +50,13 @@
|
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"debug": "^4.4.3",
|
|
53
|
-
"@typescript-eslint/
|
|
54
|
-
"@typescript-eslint/visitor-keys": "8.
|
|
55
|
-
"@typescript-eslint/
|
|
56
|
-
"@typescript-eslint/
|
|
53
|
+
"@typescript-eslint/typescript-estree": "8.67.0",
|
|
54
|
+
"@typescript-eslint/visitor-keys": "8.67.0",
|
|
55
|
+
"@typescript-eslint/types": "8.67.0",
|
|
56
|
+
"@typescript-eslint/scope-manager": "8.67.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@typescript/native
|
|
59
|
+
"@typescript/native": "npm:typescript@^7.0.2",
|
|
60
60
|
"@vitest/coverage-v8": "^4.0.18",
|
|
61
61
|
"eslint": "^10.0.0",
|
|
62
62
|
"glob": "^11.1.0",
|
|
@@ -95,8 +95,8 @@
|
|
|
95
95
|
"changes": {},
|
|
96
96
|
"depsUpdated": 0,
|
|
97
97
|
"originalPackage": "@typescript-eslint/parser",
|
|
98
|
-
"originalVersion": "8.
|
|
99
|
-
"processedAt": "2026-
|
|
98
|
+
"originalVersion": "8.67.0",
|
|
99
|
+
"processedAt": "2026-08-11T00:22:05.714Z",
|
|
100
100
|
"smokeTest": "passed"
|
|
101
101
|
}
|
|
102
102
|
}
|