@depup/typescript-eslint__parser 8.67.0-depup.0 → 8.69.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 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.67.0 |
17
- | Processed | 2026-08-11 |
16
+ | Original | [@typescript-eslint/parser](https://www.npmjs.com/package/@typescript-eslint/parser) @ 8.69.0 |
17
+ | Processed | 2026-09-01 |
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-08-11T00:21:56.088Z",
3
+ "timestamp": "2026-09-01T00:40:02.456Z",
4
4
  "totalUpdated": 0
5
5
  }
package/dist/index.js CHANGED
@@ -62,3 +62,4 @@ exports.meta = {
62
62
  name: 'typescript-eslint/parser',
63
63
  version: exports.version,
64
64
  };
65
+ //# sourceMappingURL=index.js.map
package/dist/parser.js CHANGED
@@ -147,3 +147,4 @@ function parseForESLint(code, parserOptions) {
147
147
  services.isolatedDeclarations ??= parserOptions.isolatedDeclarations === true;
148
148
  return { ast, scopeManager, services, visitorKeys: visitor_keys_1.visitorKeys };
149
149
  }
150
+ //# sourceMappingURL=parser.js.map
package/package.json CHANGED
@@ -1,9 +1,10 @@
1
1
  {
2
2
  "name": "@depup/typescript-eslint__parser",
3
- "version": "8.67.0-depup.0",
3
+ "version": "8.69.0-depup.0",
4
4
  "description": "An ESLint custom parser which leverages TypeScript ESTree (with updated dependencies)",
5
5
  "files": [
6
6
  "dist",
7
+ "!**/*.js.map",
7
8
  "!**/*.tsbuildinfo",
8
9
  "changes.json",
9
10
  "README.md"
@@ -49,11 +50,11 @@
49
50
  "typescript": ">=4.8.4 <6.1.0"
50
51
  },
51
52
  "dependencies": {
52
- "debug": "^4.4.3",
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"
53
+ "@typescript-eslint/scope-manager": "8.69.0",
54
+ "@typescript-eslint/types": "8.69.0",
55
+ "@typescript-eslint/typescript-estree": "8.69.0",
56
+ "@typescript-eslint/visitor-keys": "8.69.0",
57
+ "debug": "^4.4.3"
57
58
  },
58
59
  "devDependencies": {
59
60
  "@typescript/native": "npm:typescript@^7.0.2",
@@ -95,8 +96,8 @@
95
96
  "changes": {},
96
97
  "depsUpdated": 0,
97
98
  "originalPackage": "@typescript-eslint/parser",
98
- "originalVersion": "8.67.0",
99
- "processedAt": "2026-08-11T00:22:05.714Z",
99
+ "originalVersion": "8.69.0",
100
+ "processedAt": "2026-09-01T00:40:09.938Z",
100
101
  "smokeTest": "passed"
101
102
  }
102
103
  }