@sprucelabs/spruce-cli 17.1.32 → 17.1.33
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/CHANGELOG.md +8 -0
- package/build/__tests__/testDirsAndFiles/mercury-types-package.json +1 -1
- package/build/features/event/actions/SetRemoteAction.js +3 -0
- package/build/features/event/actions/SetRemoteAction.js.map +1 -1
- package/build/features/node/NodeFeature.d.ts +7 -2
- package/build/features/universalDevDependencies.d.ts +7 -2
- package/build/features/universalDevDependencies.js +1 -0
- package/build/features/universalDevDependencies.js.map +1 -1
- package/node_modules/@typescript-eslint/parser/package.json +5 -5
- package/node_modules/@typescript-eslint/scope-manager/package.json +5 -5
- package/node_modules/@typescript-eslint/types/package.json +2 -2
- package/node_modules/@typescript-eslint/typescript-estree/package.json +5 -5
- package/node_modules/@typescript-eslint/visitor-keys/package.json +3 -3
- package/package.json +33 -33
- package/src/__tests__/testDirsAndFiles/mercury-types-package.json +1 -1
- package/src/features/event/actions/SetRemoteAction.ts +4 -0
- package/src/features/universalDevDependencies.ts +1 -1
- package/node_modules/@typescript-eslint/parser/_ts3.4/dist/index.d.ts +0 -4
- package/node_modules/@typescript-eslint/parser/_ts3.4/dist/parser.d.ts +0 -20
- package/node_modules/@typescript-eslint/types/_ts3.4/dist/generated/ast-spec.d.ts +0 -1732
- package/node_modules/@typescript-eslint/types/_ts3.4/dist/index.d.ts +0 -5
- package/node_modules/@typescript-eslint/types/_ts3.4/dist/lib.d.ts +0 -3
- package/node_modules/@typescript-eslint/types/_ts3.4/dist/parser-options.d.ts +0 -36
- package/node_modules/@typescript-eslint/types/_ts3.4/dist/ts-estree.d.ts +0 -9
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/ast-converter.d.ts +0 -9
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/convert-comments.d.ts +0 -11
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/convert.d.ts +0 -157
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/WatchCompilerHostOfConfigFile.d.ts +0 -13
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/createDefaultProgram.d.ts +0 -12
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/createIsolatedProgram.d.ts +0 -9
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/createProjectProgram.d.ts +0 -11
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/createSourceFile.d.ts +0 -5
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/createWatchProgram.d.ts +0 -19
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/getScriptKind.d.ts +0 -5
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/shared.d.ts +0 -22
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/create-program/useProvidedPrograms.d.ts +0 -13
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/index.d.ts +0 -10
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/jsx/xhtml-entities.d.ts +0 -2
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/node-utils.d.ts +0 -230
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/parser-options.d.ts +0 -188
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/parser.d.ts +0 -25
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/semantic-or-syntactic-errors.d.ts +0 -13
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/simple-traverse.d.ts +0 -9
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/ts-estree/estree-to-ts-node-types.d.ts +0 -175
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/ts-estree/index.d.ts +0 -4
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/ts-estree/ts-nodes.d.ts +0 -18
- package/node_modules/@typescript-eslint/typescript-estree/_ts3.4/dist/version-check.d.ts +0 -3
- package/node_modules/@typescript-eslint/visitor-keys/_ts3.4/dist/get-keys.d.ts +0 -4
- package/node_modules/@typescript-eslint/visitor-keys/_ts3.4/dist/index.d.ts +0 -3
- package/node_modules/@typescript-eslint/visitor-keys/_ts3.4/dist/visitor-keys.d.ts +0 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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.33](https://github.com/sprucelabsai/spruce-cli-workspace/compare/v17.1.32...v17.1.33) (2022-08-29)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @sprucelabs/spruce-cli
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [17.1.32](https://github.com/sprucelabsai/spruce-cli-workspace/compare/v17.1.31...v17.1.32) (2022-08-24)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @sprucelabs/spruce-cli
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SetRemoteAction.js","names":["optionsSchema","buildSchema","id","description","fields","remote","label","type","isRequired","options","choices","value","SyncAction","validateAndNormalizeOptions","r","Service","set","summaryLines","getHost","AbstractAction"],"sources":["../../../../src/features/event/actions/SetRemoteAction.ts"],"sourcesContent":["import { buildSchema, SchemaValues } from '@sprucelabs/schema'\nimport { Remote } from '@sprucelabs/spruce-event-utils'\nimport AbstractAction from '../../AbstractAction'\nimport { FeatureActionResponse } from '../../features.types'\n\nconst optionsSchema = buildSchema({\n\tid: 'setRemoteOptions',\n\tdescription: 'Point your skill to different Mercury environments.',\n\tfields: {\n\t\tremote: {\n\t\t\tlabel: 'Where should remote point?',\n\t\t\ttype: 'select',\n\t\t\tisRequired: true,\n\t\t\toptions: {\n\t\t\t\tchoices: [\n\t\t\t\t\t{\n\t\t\t\t\t\tvalue: 'local',\n\t\t\t\t\t\tlabel: 'Local',\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tvalue: 'demo',\n\t\t\t\t\t\tlabel: 'Demo',\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tvalue: 'developer',\n\t\t\t\t\t\tlabel: 'Development',\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tvalue: 'sandbox',\n\t\t\t\t\t\tlabel: 'Sandbox',\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tvalue: 'production',\n\t\t\t\t\t\tlabel: 'Production',\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t},\n\t},\n})\n\ntype OptionsSchema = typeof optionsSchema\ntype Options = SchemaValues<OptionsSchema>\n\nexport default class SyncAction extends AbstractAction<OptionsSchema> {\n\tpublic commandAliases = ['set.remote [remote]']\n\tpublic optionsSchema: OptionsSchema = optionsSchema\n\tpublic invocationMessage = 'Set remote... 🜒'\n\n\tpublic async execute(options: Options): Promise<FeatureActionResponse> {\n\t\tconst { remote } = this.validateAndNormalizeOptions(options)\n\n\t\tconst r = this.Service('remote')\n\t\tr.set(remote as Remote)\n\n\t\treturn {\n\t\t\tsummaryLines: [`Remote: ${remote}`, `Host: ${r.getHost()}`],\n\t\t}\n\t}\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;AAEA;;;;;;AAGA,IAAMA,aAAa,GAAG,IAAAC,mBAAA,EAAY;EACjCC,EAAE,EAAE,kBAD6B;EAEjCC,WAAW,EAAE,qDAFoB;EAGjCC,MAAM,EAAE;IACPC,MAAM,EAAE;MACPC,KAAK,EAAE,4BADA;MAEPC,IAAI,EAAE,QAFC;MAGPC,UAAU,EAAE,IAHL;MAIPC,OAAO,EAAE;QACRC,OAAO,EAAE,CACR;UACCC,KAAK,EAAE,OADR;UAECL,KAAK,EAAE;QAFR,CADQ,EAKR;UACCK,KAAK,EAAE,MADR;UAECL,KAAK,EAAE;QAFR,CALQ,EASR;UACCK,KAAK,EAAE,WADR;UAECL,KAAK,EAAE;QAFR,CATQ,EAaR;UACCK,KAAK,EAAE,SADR;UAECL,KAAK,EAAE;QAFR,CAbQ,EAiBR;UACCK,KAAK,EAAE,
|
|
1
|
+
{"version":3,"file":"SetRemoteAction.js","names":["optionsSchema","buildSchema","id","description","fields","remote","label","type","isRequired","options","choices","value","SyncAction","validateAndNormalizeOptions","r","Service","set","summaryLines","getHost","AbstractAction"],"sources":["../../../../src/features/event/actions/SetRemoteAction.ts"],"sourcesContent":["import { buildSchema, SchemaValues } from '@sprucelabs/schema'\nimport { Remote } from '@sprucelabs/spruce-event-utils'\nimport AbstractAction from '../../AbstractAction'\nimport { FeatureActionResponse } from '../../features.types'\n\nconst optionsSchema = buildSchema({\n\tid: 'setRemoteOptions',\n\tdescription: 'Point your skill to different Mercury environments.',\n\tfields: {\n\t\tremote: {\n\t\t\tlabel: 'Where should remote point?',\n\t\t\ttype: 'select',\n\t\t\tisRequired: true,\n\t\t\toptions: {\n\t\t\t\tchoices: [\n\t\t\t\t\t{\n\t\t\t\t\t\tvalue: 'local',\n\t\t\t\t\t\tlabel: 'Local',\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tvalue: 'demo',\n\t\t\t\t\t\tlabel: 'Demo',\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tvalue: 'developer',\n\t\t\t\t\t\tlabel: 'Development',\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tvalue: 'sandbox',\n\t\t\t\t\t\tlabel: 'Sandbox',\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tvalue: 'polish',\n\t\t\t\t\t\tlabel: 'Polish',\n\t\t\t\t\t},\n\t\t\t\t\t{\n\t\t\t\t\t\tvalue: 'production',\n\t\t\t\t\t\tlabel: 'Production',\n\t\t\t\t\t},\n\t\t\t\t],\n\t\t\t},\n\t\t},\n\t},\n})\n\ntype OptionsSchema = typeof optionsSchema\ntype Options = SchemaValues<OptionsSchema>\n\nexport default class SyncAction extends AbstractAction<OptionsSchema> {\n\tpublic commandAliases = ['set.remote [remote]']\n\tpublic optionsSchema: OptionsSchema = optionsSchema\n\tpublic invocationMessage = 'Set remote... 🜒'\n\n\tpublic async execute(options: Options): Promise<FeatureActionResponse> {\n\t\tconst { remote } = this.validateAndNormalizeOptions(options)\n\n\t\tconst r = this.Service('remote')\n\t\tr.set(remote as Remote)\n\n\t\treturn {\n\t\t\tsummaryLines: [`Remote: ${remote}`, `Host: ${r.getHost()}`],\n\t\t}\n\t}\n}\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;AAEA;;;;;;AAGA,IAAMA,aAAa,GAAG,IAAAC,mBAAA,EAAY;EACjCC,EAAE,EAAE,kBAD6B;EAEjCC,WAAW,EAAE,qDAFoB;EAGjCC,MAAM,EAAE;IACPC,MAAM,EAAE;MACPC,KAAK,EAAE,4BADA;MAEPC,IAAI,EAAE,QAFC;MAGPC,UAAU,EAAE,IAHL;MAIPC,OAAO,EAAE;QACRC,OAAO,EAAE,CACR;UACCC,KAAK,EAAE,OADR;UAECL,KAAK,EAAE;QAFR,CADQ,EAKR;UACCK,KAAK,EAAE,MADR;UAECL,KAAK,EAAE;QAFR,CALQ,EASR;UACCK,KAAK,EAAE,WADR;UAECL,KAAK,EAAE;QAFR,CATQ,EAaR;UACCK,KAAK,EAAE,SADR;UAECL,KAAK,EAAE;QAFR,CAbQ,EAiBR;UACCK,KAAK,EAAE,QADR;UAECL,KAAK,EAAE;QAFR,CAjBQ,EAqBR;UACCK,KAAK,EAAE,YADR;UAECL,KAAK,EAAE;QAFR,CArBQ;MADD;IAJF;EADD;AAHyB,CAAZ,CAAtB;;IA2CqBM,U;;;;;;;;;;;;;;;uGACI,CAAC,qBAAD,C;sGACcZ,a;0GACX,kB;;;;;;;mGAE3B,iBAAqBS,OAArB;QAAA;;QAAA;UAAA;YAAA;cAAA;gBAAA,wBACoB,KAAKI,2BAAL,CAAiCJ,OAAjC,CADpB,EACSJ,MADT,yBACSA,MADT;gBAGOS,CAHP,GAGW,KAAKC,OAAL,CAAa,QAAb,CAHX;gBAICD,CAAC,CAACE,GAAF,CAAMX,MAAN;gBAJD,iCAMQ;kBACNY,YAAY,EAAE,mBAAYZ,MAAZ,mBAA+BS,CAAC,CAACI,OAAF,EAA/B;gBADR,CANR;;cAAA;cAAA;gBAAA;YAAA;UAAA;QAAA;MAAA,C;;;;;;;;;;EALuCC,2B"}
|
|
@@ -19,10 +19,15 @@ export default class NodeFeature<S extends OptionsSchema = OptionsSchema> extend
|
|
|
19
19
|
description: string;
|
|
20
20
|
dependencies: FeatureDependency[];
|
|
21
21
|
optionsSchema: S;
|
|
22
|
-
packageDependencies: {
|
|
22
|
+
packageDependencies: ({
|
|
23
23
|
name: string;
|
|
24
24
|
isDev: boolean;
|
|
25
|
-
|
|
25
|
+
version?: undefined;
|
|
26
|
+
} | {
|
|
27
|
+
name: string;
|
|
28
|
+
version: string;
|
|
29
|
+
isDev: boolean;
|
|
30
|
+
})[];
|
|
26
31
|
scripts: {
|
|
27
32
|
'build.ci': string;
|
|
28
33
|
'build.dev': string;
|
|
@@ -1,5 +1,10 @@
|
|
|
1
|
-
declare const universalDevDependencies: {
|
|
1
|
+
declare const universalDevDependencies: ({
|
|
2
2
|
name: string;
|
|
3
3
|
isDev: boolean;
|
|
4
|
-
|
|
4
|
+
version?: undefined;
|
|
5
|
+
} | {
|
|
6
|
+
name: string;
|
|
7
|
+
version: string;
|
|
8
|
+
isDev: boolean;
|
|
9
|
+
})[];
|
|
5
10
|
export default universalDevDependencies;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"universalDevDependencies.js","names":["universalDevDependencies","name","isDev"],"sources":["../../src/features/universalDevDependencies.ts"],"sourcesContent":["const universalDevDependencies = [\n\t{ name: '@sprucelabs/resolve-path-aliases', isDev: true },\n\t{ name: '@types/node', isDev: true },\n\t{ name: 'typescript', isDev: true },\n\t{ name: 'eslint', isDev: true },\n\t{ name: 'eslint-config-spruce', isDev: true },\n\t{ name: 'prettier', isDev: true },\n\t{ name: 'chokidar-cli', isDev: true },\n\t{ name: 'concurrently', isDev: true },\n\t{ name: 'tsc-watch', isDev: true },\n\t{ name: 'ts-node', isDev: true },\n]\n\nexport default universalDevDependencies\n"],"mappings":";;;;;;AAAA,IAAMA,wBAAwB,GAAG,CAChC;EAAEC,IAAI,EAAE,kCAAR;EAA4CC,KAAK,EAAE;AAAnD,CADgC,EAEhC;EAAED,IAAI,EAAE,aAAR;EAAuBC,KAAK,EAAE;AAA9B,CAFgC,EAGhC;EAAED,IAAI,EAAE,YAAR;
|
|
1
|
+
{"version":3,"file":"universalDevDependencies.js","names":["universalDevDependencies","name","isDev","version"],"sources":["../../src/features/universalDevDependencies.ts"],"sourcesContent":["const universalDevDependencies = [\n\t{ name: '@sprucelabs/resolve-path-aliases', isDev: true },\n\t{ name: '@types/node', isDev: true },\n\t{ name: 'typescript', version: '4.7.4', isDev: true },\n\t{ name: 'eslint', isDev: true },\n\t{ name: 'eslint-config-spruce', isDev: true },\n\t{ name: 'prettier', isDev: true },\n\t{ name: 'chokidar-cli', isDev: true },\n\t{ name: 'concurrently', isDev: true },\n\t{ name: 'tsc-watch', isDev: true },\n\t{ name: 'ts-node', isDev: true },\n]\n\nexport default universalDevDependencies\n"],"mappings":";;;;;;AAAA,IAAMA,wBAAwB,GAAG,CAChC;EAAEC,IAAI,EAAE,kCAAR;EAA4CC,KAAK,EAAE;AAAnD,CADgC,EAEhC;EAAED,IAAI,EAAE,aAAR;EAAuBC,KAAK,EAAE;AAA9B,CAFgC,EAGhC;EAAED,IAAI,EAAE,YAAR;EAAsBE,OAAO,EAAE,OAA/B;EAAwCD,KAAK,EAAE;AAA/C,CAHgC,EAIhC;EAAED,IAAI,EAAE,QAAR;EAAkBC,KAAK,EAAE;AAAzB,CAJgC,EAKhC;EAAED,IAAI,EAAE,sBAAR;EAAgCC,KAAK,EAAE;AAAvC,CALgC,EAMhC;EAAED,IAAI,EAAE,UAAR;EAAoBC,KAAK,EAAE;AAA3B,CANgC,EAOhC;EAAED,IAAI,EAAE,cAAR;EAAwBC,KAAK,EAAE;AAA/B,CAPgC,EAQhC;EAAED,IAAI,EAAE,cAAR;EAAwBC,KAAK,EAAE;AAA/B,CARgC,EAShC;EAAED,IAAI,EAAE,WAAR;EAAqBC,KAAK,EAAE;AAA5B,CATgC,EAUhC;EAAED,IAAI,EAAE,SAAR;EAAmBC,KAAK,EAAE;AAA1B,CAVgC,CAAjC;eAaeF,wB"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typescript-eslint/parser",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.35.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.
|
|
49
|
-
"@typescript-eslint/types": "5.
|
|
50
|
-
"@typescript-eslint/typescript-estree": "5.
|
|
48
|
+
"@typescript-eslint/scope-manager": "5.35.1",
|
|
49
|
+
"@typescript-eslint/types": "5.35.1",
|
|
50
|
+
"@typescript-eslint/typescript-estree": "5.35.1",
|
|
51
51
|
"debug": "^4.3.4"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
@@ -71,5 +71,5 @@
|
|
|
71
71
|
]
|
|
72
72
|
}
|
|
73
73
|
},
|
|
74
|
-
"gitHead": "
|
|
74
|
+
"gitHead": "cb43b4a19dcb967c3342dc8e677e57097b76d888"
|
|
75
75
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typescript-eslint/scope-manager",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.35.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.
|
|
42
|
-
"@typescript-eslint/visitor-keys": "5.
|
|
41
|
+
"@typescript-eslint/types": "5.35.1",
|
|
42
|
+
"@typescript-eslint/visitor-keys": "5.35.1"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@types/glob": "*",
|
|
46
|
-
"@typescript-eslint/typescript-estree": "5.
|
|
46
|
+
"@typescript-eslint/typescript-estree": "5.35.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": "
|
|
66
|
+
"gitHead": "cb43b4a19dcb967c3342dc8e677e57097b76d888"
|
|
67
67
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typescript-eslint/types",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.35.1",
|
|
4
4
|
"description": "Types for the TypeScript-ESTree AST spec",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"devDependencies": {
|
|
81
81
|
"typescript": "*"
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "cb43b4a19dcb967c3342dc8e677e57097b76d888"
|
|
84
84
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typescript-eslint/typescript-estree",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.35.1",
|
|
4
4
|
"description": "A parser that converts TypeScript source code into an ESTree compatible form",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -42,8 +42,8 @@
|
|
|
42
42
|
"typecheck": "tsc -p tsconfig.json --noEmit"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@typescript-eslint/types": "5.
|
|
46
|
-
"@typescript-eslint/visitor-keys": "5.
|
|
45
|
+
"@typescript-eslint/types": "5.35.1",
|
|
46
|
+
"@typescript-eslint/visitor-keys": "5.35.1",
|
|
47
47
|
"debug": "^4.3.4",
|
|
48
48
|
"globby": "^11.1.0",
|
|
49
49
|
"is-glob": "^4.0.3",
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
"@types/is-glob": "*",
|
|
60
60
|
"@types/semver": "*",
|
|
61
61
|
"@types/tmp": "*",
|
|
62
|
-
"@typescript-eslint/shared-fixtures": "5.
|
|
62
|
+
"@typescript-eslint/shared-fixtures": "5.35.1",
|
|
63
63
|
"glob": "*",
|
|
64
64
|
"jest-specific-snapshot": "*",
|
|
65
65
|
"make-dir": "*",
|
|
@@ -82,5 +82,5 @@
|
|
|
82
82
|
]
|
|
83
83
|
}
|
|
84
84
|
},
|
|
85
|
-
"gitHead": "
|
|
85
|
+
"gitHead": "cb43b4a19dcb967c3342dc8e677e57097b76d888"
|
|
86
86
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typescript-eslint/visitor-keys",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.35.1",
|
|
4
4
|
"description": "Visitor keys used to help traverse the TypeScript-ESTree AST",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"typecheck": "tsc -p tsconfig.json --noEmit"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@typescript-eslint/types": "5.
|
|
42
|
+
"@typescript-eslint/types": "5.35.1",
|
|
43
43
|
"eslint-visitor-keys": "^3.3.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
]
|
|
57
57
|
}
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "cb43b4a19dcb967c3342dc8e677e57097b76d888"
|
|
60
60
|
}
|
package/package.json
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
]
|
|
19
19
|
},
|
|
20
20
|
"license": "MIT",
|
|
21
|
-
"version": "17.1.
|
|
21
|
+
"version": "17.1.33",
|
|
22
22
|
"bin": {
|
|
23
23
|
"spruce": "./build/index.js"
|
|
24
24
|
},
|
|
@@ -75,20 +75,20 @@
|
|
|
75
75
|
"@babel/cli": "^7.18.10",
|
|
76
76
|
"@babel/plugin-proposal-decorators": "^7.18.10",
|
|
77
77
|
"@babel/runtime": "^7.18.9",
|
|
78
|
-
"@jest/reporters": "^
|
|
79
|
-
"@sprucelabs/error": "^5.0.
|
|
80
|
-
"@sprucelabs/heartwood-view-controllers": "^
|
|
81
|
-
"@sprucelabs/jest-json-reporter": "^6.0.
|
|
82
|
-
"@sprucelabs/mercury-client": "^31.0.
|
|
83
|
-
"@sprucelabs/mercury-event-emitter": "^31.0.
|
|
84
|
-
"@sprucelabs/mercury-types": "^35.0.
|
|
85
|
-
"@sprucelabs/schema": "^28.4.
|
|
86
|
-
"@sprucelabs/spruce-core-schemas": "^34.2.
|
|
87
|
-
"@sprucelabs/spruce-event-plugin": "^
|
|
88
|
-
"@sprucelabs/spruce-event-utils": "^27.0.
|
|
89
|
-
"@sprucelabs/spruce-skill-booter": "^
|
|
90
|
-
"@sprucelabs/spruce-skill-utils": "^26.4.
|
|
91
|
-
"@sprucelabs/spruce-templates": "^17.1.
|
|
78
|
+
"@jest/reporters": "^29.0.1",
|
|
79
|
+
"@sprucelabs/error": "^5.0.500",
|
|
80
|
+
"@sprucelabs/heartwood-view-controllers": "^89.1.0",
|
|
81
|
+
"@sprucelabs/jest-json-reporter": "^6.0.458",
|
|
82
|
+
"@sprucelabs/mercury-client": "^31.0.168",
|
|
83
|
+
"@sprucelabs/mercury-event-emitter": "^31.0.168",
|
|
84
|
+
"@sprucelabs/mercury-types": "^35.0.118",
|
|
85
|
+
"@sprucelabs/schema": "^28.4.29",
|
|
86
|
+
"@sprucelabs/spruce-core-schemas": "^34.2.75",
|
|
87
|
+
"@sprucelabs/spruce-event-plugin": "^48.0.4",
|
|
88
|
+
"@sprucelabs/spruce-event-utils": "^27.0.147",
|
|
89
|
+
"@sprucelabs/spruce-skill-booter": "^48.0.4",
|
|
90
|
+
"@sprucelabs/spruce-skill-utils": "^26.4.50",
|
|
91
|
+
"@sprucelabs/spruce-templates": "^17.1.33",
|
|
92
92
|
"@typescript-eslint/eslint-plugin": "^5.27.1",
|
|
93
93
|
"@typescript-eslint/parser": "^5.27.1",
|
|
94
94
|
"cfonts": "^3.1.1",
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"chokidar": "^3.5.3",
|
|
97
97
|
"cli-table3": "^0.6.2",
|
|
98
98
|
"commander": "7.2.0",
|
|
99
|
-
"core-js": "^3.
|
|
99
|
+
"core-js": "^3.25.0",
|
|
100
100
|
"emphasize": "4.2.0",
|
|
101
101
|
"fs-extra": "^10.1.0",
|
|
102
102
|
"gifwrap": "^0.10.1",
|
|
@@ -119,22 +119,22 @@
|
|
|
119
119
|
"uuid": "^8.3.2"
|
|
120
120
|
},
|
|
121
121
|
"devDependencies": {
|
|
122
|
-
"@sprucelabs/data-stores": "^18.1.
|
|
123
|
-
"@sprucelabs/jest-sheets-reporter": "^1.3.
|
|
124
|
-
"@sprucelabs/mercury-core-events": "^12.0.
|
|
125
|
-
"@sprucelabs/resolve-path-aliases": "^1.1.
|
|
126
|
-
"@sprucelabs/spruce-conversation-plugin": "^
|
|
127
|
-
"@sprucelabs/spruce-deploy-plugin": "^
|
|
128
|
-
"@sprucelabs/spruce-store-plugin": "^
|
|
129
|
-
"@sprucelabs/spruce-test-fixtures": "^
|
|
130
|
-
"@sprucelabs/test": "^7.7.
|
|
131
|
-
"@sprucelabs/test-utils": "^3.1.
|
|
122
|
+
"@sprucelabs/data-stores": "^18.1.23",
|
|
123
|
+
"@sprucelabs/jest-sheets-reporter": "^1.3.90",
|
|
124
|
+
"@sprucelabs/mercury-core-events": "^12.0.170",
|
|
125
|
+
"@sprucelabs/resolve-path-aliases": "^1.1.87",
|
|
126
|
+
"@sprucelabs/spruce-conversation-plugin": "^48.0.4",
|
|
127
|
+
"@sprucelabs/spruce-deploy-plugin": "^48.0.4",
|
|
128
|
+
"@sprucelabs/spruce-store-plugin": "^48.0.4",
|
|
129
|
+
"@sprucelabs/spruce-test-fixtures": "^48.0.4",
|
|
130
|
+
"@sprucelabs/test": "^7.7.350",
|
|
131
|
+
"@sprucelabs/test-utils": "^3.1.69",
|
|
132
132
|
"@types/blessed": "^0.1.19",
|
|
133
133
|
"@types/eslint": "^8.4.6",
|
|
134
134
|
"@types/fs-extra": "^9.0.13",
|
|
135
135
|
"@types/inflection": "^1.13.0",
|
|
136
136
|
"@types/inquirer": "^8.2.1",
|
|
137
|
-
"@types/jsonwebtoken": "^8.5.
|
|
137
|
+
"@types/jsonwebtoken": "^8.5.9",
|
|
138
138
|
"@types/lodash": "^4.14.184",
|
|
139
139
|
"@types/md5": "^2.3.2",
|
|
140
140
|
"@types/mkdirp": "^1.0.2",
|
|
@@ -152,12 +152,12 @@
|
|
|
152
152
|
"concurrently": "^7.3.0",
|
|
153
153
|
"conventional-changelog-sprucelabs": "^1.1.2",
|
|
154
154
|
"dotenv": "^16.0.1",
|
|
155
|
-
"eslint": "^8.
|
|
155
|
+
"eslint": "^8.23.0",
|
|
156
156
|
"eslint-config-spruce": "^10.11.3",
|
|
157
157
|
"find-process": "^1.4.7",
|
|
158
|
-
"jest": "^
|
|
159
|
-
"jest-circus": "^
|
|
160
|
-
"jest-junit": "^14.0.
|
|
158
|
+
"jest": "^29.0.1",
|
|
159
|
+
"jest-circus": "^29.0.1",
|
|
160
|
+
"jest-junit": "^14.0.1",
|
|
161
161
|
"jest-reporters": "^0.0.2",
|
|
162
162
|
"prettier": "^2.7.1",
|
|
163
163
|
"ps-node": "^0.1.6",
|
|
@@ -166,7 +166,7 @@
|
|
|
166
166
|
"ts-node": "^10.9.1",
|
|
167
167
|
"tsc-watch": "^5.0.3",
|
|
168
168
|
"tsconfig-paths": "^4.1.0",
|
|
169
|
-
"typescript": "
|
|
169
|
+
"typescript": "4.7.4"
|
|
170
170
|
},
|
|
171
171
|
"testSkillCache": {
|
|
172
172
|
"everything": [
|
|
@@ -627,5 +627,5 @@
|
|
|
627
627
|
"terminal-kit"
|
|
628
628
|
]
|
|
629
629
|
},
|
|
630
|
-
"gitHead": "
|
|
630
|
+
"gitHead": "5fba2ed3ad0a11ab8287148797add3cb6ed181ec"
|
|
631
631
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
const universalDevDependencies = [
|
|
2
2
|
{ name: '@sprucelabs/resolve-path-aliases', isDev: true },
|
|
3
3
|
{ name: '@types/node', isDev: true },
|
|
4
|
-
{ name: 'typescript', isDev: true },
|
|
4
|
+
{ name: 'typescript', version: '4.7.4', isDev: true },
|
|
5
5
|
{ name: 'eslint', isDev: true },
|
|
6
6
|
{ name: 'eslint-config-spruce', isDev: true },
|
|
7
7
|
{ name: 'prettier', isDev: true },
|
|
@@ -1,20 +0,0 @@
|
|
|
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
|