@sprucelabs/spruce-cli 19.1.14 → 19.1.16
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/node_modules/@typescript-eslint/parser/README.md +1 -1
- package/node_modules/@typescript-eslint/parser/package.json +5 -5
- package/node_modules/@typescript-eslint/scope-manager/README.md +1 -1
- 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/README.md +1 -1
- package/node_modules/@typescript-eslint/typescript-estree/package.json +4 -4
- package/node_modules/@typescript-eslint/visitor-keys/package.json +3 -3
- package/package.json +11 -11
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
|
+
## [19.1.16](https://github.com/sprucelabsai-community/spruce-cli-workspace/compare/v19.1.15...v19.1.16) (2023-07-03)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @sprucelabs/spruce-cli
|
|
9
|
+
|
|
10
|
+
## [19.1.15](https://github.com/sprucelabsai-community/spruce-cli-workspace/compare/v19.1.14...v19.1.15) (2023-06-30)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @sprucelabs/spruce-cli
|
|
13
|
+
|
|
6
14
|
## [19.1.14](https://github.com/sprucelabsai-community/spruce-cli-workspace/compare/v19.1.13...v19.1.14) (2023-06-26)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @sprucelabs/spruce-cli
|
|
@@ -5,6 +5,6 @@
|
|
|
5
5
|
[](https://www.npmjs.com/package/@typescript-eslint/parser)
|
|
6
6
|
[](https://www.npmjs.com/package/@typescript-eslint/parser)
|
|
7
7
|
|
|
8
|
-
👉 See **https://typescript-eslint.io/
|
|
8
|
+
👉 See **https://typescript-eslint.io/packages/parser** for documentation on this package.
|
|
9
9
|
|
|
10
10
|
> See https://typescript-eslint.io for general documentation on typescript-eslint, the tooling that allows you to run ESLint and Prettier on TypeScript code.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typescript-eslint/parser",
|
|
3
|
-
"version": "5.60.
|
|
3
|
+
"version": "5.60.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.60.
|
|
49
|
-
"@typescript-eslint/types": "5.60.
|
|
50
|
-
"@typescript-eslint/typescript-estree": "5.60.
|
|
48
|
+
"@typescript-eslint/scope-manager": "5.60.1",
|
|
49
|
+
"@typescript-eslint/types": "5.60.1",
|
|
50
|
+
"@typescript-eslint/typescript-estree": "5.60.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": "f74862cbfb5c74ba958ba27d1ea2ca5046821818"
|
|
75
75
|
}
|
|
@@ -3,6 +3,6 @@
|
|
|
3
3
|
[](https://www.npmjs.com/package/@typescript-eslint/scope-manager)
|
|
4
4
|
[](https://www.npmjs.com/package/@typescript-eslint/scope-manager)
|
|
5
5
|
|
|
6
|
-
👉 See **https://typescript-eslint.io/
|
|
6
|
+
👉 See **https://typescript-eslint.io/packages/scope-manager** for documentation on this package.
|
|
7
7
|
|
|
8
8
|
> See https://typescript-eslint.io for general documentation on typescript-eslint, the tooling that allows you to run ESLint and Prettier on TypeScript code.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typescript-eslint/scope-manager",
|
|
3
|
-
"version": "5.60.
|
|
3
|
+
"version": "5.60.1",
|
|
4
4
|
"description": "TypeScript scope analyser for ESLint",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eslint",
|
|
@@ -38,12 +38,12 @@
|
|
|
38
38
|
"typecheck": "nx typecheck"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@typescript-eslint/types": "5.60.
|
|
42
|
-
"@typescript-eslint/visitor-keys": "5.60.
|
|
41
|
+
"@typescript-eslint/types": "5.60.1",
|
|
42
|
+
"@typescript-eslint/visitor-keys": "5.60.1"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@types/glob": "*",
|
|
46
|
-
"@typescript-eslint/typescript-estree": "5.60.
|
|
46
|
+
"@typescript-eslint/typescript-estree": "5.60.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": "f74862cbfb5c74ba958ba27d1ea2ca5046821818"
|
|
67
67
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typescript-eslint/types",
|
|
3
|
-
"version": "5.60.
|
|
3
|
+
"version": "5.60.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": "f74862cbfb5c74ba958ba27d1ea2ca5046821818"
|
|
84
84
|
}
|
|
@@ -5,6 +5,6 @@
|
|
|
5
5
|
|
|
6
6
|
## Contributing
|
|
7
7
|
|
|
8
|
-
👉 See **https://typescript-eslint.io/
|
|
8
|
+
👉 See **https://typescript-eslint.io/packages/typescript-estree** for documentation on this package.
|
|
9
9
|
|
|
10
10
|
> See https://typescript-eslint.io for general documentation on typescript-eslint, the tooling that allows you to run ESLint and Prettier on TypeScript code.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typescript-eslint/typescript-estree",
|
|
3
|
-
"version": "5.60.
|
|
3
|
+
"version": "5.60.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.60.
|
|
46
|
-
"@typescript-eslint/visitor-keys": "5.60.
|
|
45
|
+
"@typescript-eslint/types": "5.60.1",
|
|
46
|
+
"@typescript-eslint/visitor-keys": "5.60.1",
|
|
47
47
|
"debug": "^4.3.4",
|
|
48
48
|
"globby": "^11.1.0",
|
|
49
49
|
"is-glob": "^4.0.3",
|
|
@@ -81,5 +81,5 @@
|
|
|
81
81
|
]
|
|
82
82
|
}
|
|
83
83
|
},
|
|
84
|
-
"gitHead": "
|
|
84
|
+
"gitHead": "f74862cbfb5c74ba958ba27d1ea2ca5046821818"
|
|
85
85
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typescript-eslint/visitor-keys",
|
|
3
|
-
"version": "5.60.
|
|
3
|
+
"version": "5.60.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.60.
|
|
42
|
+
"@typescript-eslint/types": "5.60.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": "f74862cbfb5c74ba958ba27d1ea2ca5046821818"
|
|
60
60
|
}
|
package/package.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
]
|
|
18
18
|
},
|
|
19
19
|
"license": "MIT",
|
|
20
|
-
"version": "19.1.
|
|
20
|
+
"version": "19.1.16",
|
|
21
21
|
"bin": {
|
|
22
22
|
"spruce": "./build/index.js"
|
|
23
23
|
},
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"@jest/reporters": "^29.5.0",
|
|
78
78
|
"@sprucelabs/error": "^5.1.11",
|
|
79
79
|
"@sprucelabs/globby": "^1.0.1",
|
|
80
|
-
"@sprucelabs/heartwood-view-controllers": "^105.1.
|
|
80
|
+
"@sprucelabs/heartwood-view-controllers": "^105.1.7",
|
|
81
81
|
"@sprucelabs/jest-json-reporter": "^7.0.58",
|
|
82
82
|
"@sprucelabs/mercury-client": "^40.1.85",
|
|
83
83
|
"@sprucelabs/mercury-event-emitter": "^40.1.85",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"@sprucelabs/spruce-core-schemas": "^38.1.53",
|
|
87
87
|
"@sprucelabs/spruce-event-utils": "^37.0.69",
|
|
88
88
|
"@sprucelabs/spruce-skill-utils": "^29.1.20",
|
|
89
|
-
"@sprucelabs/spruce-templates": "^19.1.
|
|
89
|
+
"@sprucelabs/spruce-templates": "^19.1.16",
|
|
90
90
|
"@typescript-eslint/eslint-plugin": "^5.27.1",
|
|
91
91
|
"@typescript-eslint/parser": "^5.27.1",
|
|
92
92
|
"cfonts": "^3.2.0",
|
|
@@ -117,10 +117,10 @@
|
|
|
117
117
|
"@sprucelabs/jest-sheets-reporter": "^3.0.25",
|
|
118
118
|
"@sprucelabs/mercury-core-events": "^21.3.3",
|
|
119
119
|
"@sprucelabs/resolve-path-aliases": "^1.1.227",
|
|
120
|
-
"@sprucelabs/spruce-conversation-plugin": "^59.
|
|
121
|
-
"@sprucelabs/spruce-deploy-plugin": "^59.
|
|
122
|
-
"@sprucelabs/spruce-store-plugin": "^59.
|
|
123
|
-
"@sprucelabs/spruce-test-fixtures": "^59.
|
|
120
|
+
"@sprucelabs/spruce-conversation-plugin": "^59.3.0",
|
|
121
|
+
"@sprucelabs/spruce-deploy-plugin": "^59.3.0",
|
|
122
|
+
"@sprucelabs/spruce-store-plugin": "^59.3.0",
|
|
123
|
+
"@sprucelabs/spruce-test-fixtures": "^59.3.0",
|
|
124
124
|
"@sprucelabs/test": "^7.7.453",
|
|
125
125
|
"@sprucelabs/test-utils": "^3.4.75",
|
|
126
126
|
"@types/blessed": "^0.1.22",
|
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
"@types/inquirer": "^8.2.1",
|
|
130
130
|
"@types/lodash": "^4.14.195",
|
|
131
131
|
"@types/md5": "^2.3.2",
|
|
132
|
-
"@types/node": "^20.3.
|
|
132
|
+
"@types/node": "^20.3.3",
|
|
133
133
|
"@types/promise.allsettled": "^1.0.3",
|
|
134
134
|
"@types/ps-node": "^0.1.1",
|
|
135
135
|
"@types/semver": "^7.5.0",
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
"concurrently": "^8.2.0",
|
|
143
143
|
"conventional-changelog-sprucelabs": "^1.1.2",
|
|
144
144
|
"dotenv": "^16.3.1",
|
|
145
|
-
"eslint": "^8.
|
|
145
|
+
"eslint": "^8.44.0",
|
|
146
146
|
"eslint-config-spruce": "^10.12.0",
|
|
147
147
|
"find-process": "^1.4.7",
|
|
148
148
|
"jest": "^29.5.0",
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
"jest-reporters": "^0.0.2",
|
|
152
152
|
"prettier": "^2.8.8",
|
|
153
153
|
"ps-node": "^0.1.6",
|
|
154
|
-
"ts-jest": "^29.1.
|
|
154
|
+
"ts-jest": "^29.1.1",
|
|
155
155
|
"ts-node": "^10.9.1",
|
|
156
156
|
"tsc-watch": "^6.0.4",
|
|
157
157
|
"tsconfig-paths": "^4.2.0"
|
|
@@ -590,5 +590,5 @@
|
|
|
590
590
|
"terminal-kit"
|
|
591
591
|
]
|
|
592
592
|
},
|
|
593
|
-
"gitHead": "
|
|
593
|
+
"gitHead": "f5022e5fb39d7ca66f82e90ce7f64f21605750e1"
|
|
594
594
|
}
|