@sprucelabs/spruce-cli 17.1.28 → 17.1.31

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 (40) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/node_modules/@typescript-eslint/parser/_ts3.4/dist/index.d.ts +4 -0
  3. package/node_modules/@typescript-eslint/parser/_ts3.4/dist/parser.d.ts +20 -0
  4. package/node_modules/@typescript-eslint/parser/package.json +5 -5
  5. package/node_modules/@typescript-eslint/scope-manager/package.json +5 -5
  6. package/node_modules/@typescript-eslint/types/_ts3.4/dist/generated/ast-spec.d.ts +1732 -0
  7. package/node_modules/@typescript-eslint/types/_ts3.4/dist/index.d.ts +5 -0
  8. package/node_modules/@typescript-eslint/types/_ts3.4/dist/lib.d.ts +3 -0
  9. package/node_modules/@typescript-eslint/types/_ts3.4/dist/parser-options.d.ts +35 -0
  10. package/node_modules/@typescript-eslint/types/_ts3.4/dist/ts-estree.d.ts +9 -0
  11. package/node_modules/@typescript-eslint/types/package.json +2 -2
  12. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/ast-converter.d.ts +9 -0
  13. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/convert-comments.d.ts +11 -0
  14. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/convert.d.ts +157 -0
  15. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/WatchCompilerHostOfConfigFile.d.ts +13 -0
  16. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/createDefaultProgram.d.ts +12 -0
  17. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/createIsolatedProgram.d.ts +9 -0
  18. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/createProjectProgram.d.ts +11 -0
  19. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/createSourceFile.d.ts +5 -0
  20. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/createWatchProgram.d.ts +19 -0
  21. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/getScriptKind.d.ts +5 -0
  22. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/shared.d.ts +22 -0
  23. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/useProvidedPrograms.d.ts +13 -0
  24. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/index.d.ts +10 -0
  25. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/jsx/xhtml-entities.d.ts +2 -0
  26. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/node-utils.d.ts +230 -0
  27. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/parser-options.d.ts +188 -0
  28. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/parser.d.ts +25 -0
  29. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/semantic-or-syntactic-errors.d.ts +13 -0
  30. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/simple-traverse.d.ts +9 -0
  31. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/ts-estree/estree-to-ts-node-types.d.ts +175 -0
  32. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/ts-estree/index.d.ts +4 -0
  33. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/ts-estree/ts-nodes.d.ts +18 -0
  34. package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/version-check.d.ts +3 -0
  35. package/node_modules/@typescript-eslint/typescript-estree/package.json +5 -5
  36. package/node_modules/@typescript-eslint/visitor-keys/_ts3.4/dist/get-keys.d.ts +4 -0
  37. package/node_modules/@typescript-eslint/visitor-keys/_ts3.4/dist/index.d.ts +3 -0
  38. package/node_modules/@typescript-eslint/visitor-keys/_ts3.4/dist/visitor-keys.d.ts +6 -0
  39. package/node_modules/@typescript-eslint/visitor-keys/package.json +3 -3
  40. package/package.json +29 -29
package/CHANGELOG.md CHANGED
@@ -3,6 +3,30 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [17.1.31](https://github.com/sprucelabsai/spruce-cli-workspace/compare/v17.1.30...v17.1.31) (2022-08-22)
7
+
8
+ **Note:** Version bump only for package @sprucelabs/spruce-cli
9
+
10
+
11
+
12
+
13
+
14
+ ## [17.1.30](https://github.com/sprucelabsai/spruce-cli-workspace/compare/v17.1.29...v17.1.30) (2022-08-19)
15
+
16
+ **Note:** Version bump only for package @sprucelabs/spruce-cli
17
+
18
+
19
+
20
+
21
+
22
+ ## [17.1.29](https://github.com/sprucelabsai/spruce-cli-workspace/compare/v17.1.28...v17.1.29) (2022-08-17)
23
+
24
+ **Note:** Version bump only for package @sprucelabs/spruce-cli
25
+
26
+
27
+
28
+
29
+
6
30
  ## [17.1.28](https://github.com/sprucelabsai/spruce-cli-workspace/compare/v17.1.27...v17.1.28) (2022-08-15)
7
31
 
8
32
  **Note:** Version bump only for package @sprucelabs/spruce-cli
@@ -0,0 +1,4 @@
1
+ export { parse, parseForESLint, ParserOptions } from './parser';
2
+ export { ParserServices, clearCaches, createProgram, } from '@typescript-eslint/typescript-estree';
3
+ export declare const version: string;
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1,20 @@
1
+ import { ParserOptions, TSESTree } from '@typescript-eslint/types';
2
+ import { ParserServices, visitorKeys } from '@typescript-eslint/typescript-estree';
3
+ import { ScopeManager } from '@typescript-eslint/scope-manager';
4
+ interface ParseForESLintResult {
5
+ ast: TSESTree.Program & {
6
+ range?: [
7
+ number,
8
+ number
9
+ ];
10
+ tokens?: TSESTree.Token[];
11
+ comments?: TSESTree.Comment[];
12
+ };
13
+ services: ParserServices;
14
+ visitorKeys: typeof visitorKeys;
15
+ scopeManager: ScopeManager;
16
+ }
17
+ declare function parse(code: string, options?: ParserOptions): ParseForESLintResult['ast'];
18
+ declare function parseForESLint(code: string, options?: ParserOptions | null): ParseForESLintResult;
19
+ export { parse, parseForESLint, ParserOptions };
20
+ //# sourceMappingURL=parser.d.ts.map
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typescript-eslint/parser",
3
- "version": "5.33.0",
3
+ "version": "5.33.1",
4
4
  "description": "An ESLint custom parser which leverages TypeScript ESTree",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -45,9 +45,9 @@
45
45
  "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0"
46
46
  },
47
47
  "dependencies": {
48
- "@typescript-eslint/scope-manager": "5.33.0",
49
- "@typescript-eslint/types": "5.33.0",
50
- "@typescript-eslint/typescript-estree": "5.33.0",
48
+ "@typescript-eslint/scope-manager": "5.33.1",
49
+ "@typescript-eslint/types": "5.33.1",
50
+ "@typescript-eslint/typescript-estree": "5.33.1",
51
51
  "debug": "^4.3.4"
52
52
  },
53
53
  "devDependencies": {
@@ -71,5 +71,5 @@
71
71
  ]
72
72
  }
73
73
  },
74
- "gitHead": "399b3b1263665288316be6faff759cf514e24b1b"
74
+ "gitHead": "a7672241cbb77af15c5c42d25ad90170928fc54c"
75
75
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typescript-eslint/scope-manager",
3
- "version": "5.33.0",
3
+ "version": "5.33.1",
4
4
  "description": "TypeScript scope analyser for ESLint",
5
5
  "keywords": [
6
6
  "eslint",
@@ -38,12 +38,12 @@
38
38
  "typecheck": "cd ../../ && nx typecheck @typescript-eslint/scope-manager"
39
39
  },
40
40
  "dependencies": {
41
- "@typescript-eslint/types": "5.33.0",
42
- "@typescript-eslint/visitor-keys": "5.33.0"
41
+ "@typescript-eslint/types": "5.33.1",
42
+ "@typescript-eslint/visitor-keys": "5.33.1"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@types/glob": "*",
46
- "@typescript-eslint/typescript-estree": "5.33.0",
46
+ "@typescript-eslint/typescript-estree": "5.33.1",
47
47
  "glob": "*",
48
48
  "jest-specific-snapshot": "*",
49
49
  "make-dir": "*",
@@ -63,5 +63,5 @@
63
63
  ]
64
64
  }
65
65
  },
66
- "gitHead": "399b3b1263665288316be6faff759cf514e24b1b"
66
+ "gitHead": "a7672241cbb77af15c5c42d25ad90170928fc54c"
67
67
  }