@backstage/cli 0.36.4-next.2 → 0.36.4
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 +12 -0
- package/package.json +22 -22
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @backstage/cli
|
|
2
2
|
|
|
3
|
+
## 0.36.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 61d4881: The shared ESLint configuration now reports unused imports in `config.d.ts` configuration schema files. These declaration files are not covered by the TypeScript compiler's unused-variable checks, which previously allowed a stray import to slip through. Such an import can resolve during local development but break configuration schema loading for consumers of the published package, so it is now caught at lint time.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/cli-module-build@0.1.5
|
|
10
|
+
- @backstage/cli-common@0.3.0
|
|
11
|
+
- @backstage/cli-defaults@0.1.4
|
|
12
|
+
- @backstage/cli-module-test-jest@0.1.4
|
|
13
|
+
- @backstage/cli-node@0.3.4
|
|
14
|
+
|
|
3
15
|
## 0.36.4-next.2
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/cli",
|
|
3
|
-
"version": "0.36.4
|
|
3
|
+
"version": "0.36.4",
|
|
4
4
|
"description": "CLI for developing Backstage plugins and apps",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "cli"
|
|
@@ -42,12 +42,12 @@
|
|
|
42
42
|
"watch": "./src"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@backstage/cli-common": "0.3.0
|
|
46
|
-
"@backstage/cli-defaults": "0.1.4
|
|
47
|
-
"@backstage/cli-module-build": "0.1.5
|
|
48
|
-
"@backstage/cli-module-test-jest": "0.1.4
|
|
49
|
-
"@backstage/cli-node": "0.3.4
|
|
50
|
-
"@backstage/eslint-plugin": "0.3.1",
|
|
45
|
+
"@backstage/cli-common": "^0.3.0",
|
|
46
|
+
"@backstage/cli-defaults": "^0.1.4",
|
|
47
|
+
"@backstage/cli-module-build": "^0.1.5",
|
|
48
|
+
"@backstage/cli-module-test-jest": "^0.1.4",
|
|
49
|
+
"@backstage/cli-node": "^0.3.4",
|
|
50
|
+
"@backstage/eslint-plugin": "^0.3.1",
|
|
51
51
|
"@manypkg/get-packages": "^1.1.3",
|
|
52
52
|
"@spotify/eslint-config-base": "^15.0.0",
|
|
53
53
|
"@spotify/eslint-config-react": "^15.0.0",
|
|
@@ -77,21 +77,21 @@
|
|
|
77
77
|
"yaml": "^2.0.0"
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
|
-
"@backstage/backend-plugin-api": "1.9.3
|
|
81
|
-
"@backstage/backend-test-utils": "1.11.5
|
|
82
|
-
"@backstage/catalog-client": "1.16.1
|
|
83
|
-
"@backstage/config": "1.3.8",
|
|
84
|
-
"@backstage/core-app-api": "1.20.3
|
|
85
|
-
"@backstage/core-components": "0.18.12
|
|
86
|
-
"@backstage/core-plugin-api": "1.12.8
|
|
87
|
-
"@backstage/dev-utils": "1.1.25
|
|
88
|
-
"@backstage/plugin-auth-backend": "0.29.2
|
|
89
|
-
"@backstage/plugin-auth-backend-module-guest-provider": "0.2.21
|
|
90
|
-
"@backstage/plugin-catalog-node": "2.2.3
|
|
91
|
-
"@backstage/plugin-scaffolder-node": "0.13.5
|
|
92
|
-
"@backstage/plugin-scaffolder-node-test-utils": "0.3.13
|
|
93
|
-
"@backstage/test-utils": "1.7.20
|
|
94
|
-
"@backstage/theme": "0.7.3",
|
|
80
|
+
"@backstage/backend-plugin-api": "^1.9.3",
|
|
81
|
+
"@backstage/backend-test-utils": "^1.11.5",
|
|
82
|
+
"@backstage/catalog-client": "^1.16.1",
|
|
83
|
+
"@backstage/config": "^1.3.8",
|
|
84
|
+
"@backstage/core-app-api": "^1.20.3",
|
|
85
|
+
"@backstage/core-components": "^0.18.12",
|
|
86
|
+
"@backstage/core-plugin-api": "^1.12.8",
|
|
87
|
+
"@backstage/dev-utils": "^1.1.25",
|
|
88
|
+
"@backstage/plugin-auth-backend": "^0.29.2",
|
|
89
|
+
"@backstage/plugin-auth-backend-module-guest-provider": "^0.2.21",
|
|
90
|
+
"@backstage/plugin-catalog-node": "^2.2.3",
|
|
91
|
+
"@backstage/plugin-scaffolder-node": "^0.13.5",
|
|
92
|
+
"@backstage/plugin-scaffolder-node-test-utils": "^0.3.13",
|
|
93
|
+
"@backstage/test-utils": "^1.7.20",
|
|
94
|
+
"@backstage/theme": "^0.7.3",
|
|
95
95
|
"@jest/environment-jsdom-abstract": "~30.2.0",
|
|
96
96
|
"@types/fs-extra": "^11.0.0",
|
|
97
97
|
"@types/jest": "^30.0.0",
|