@backstage/cli 0.29.4 → 0.29.5-next.1
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 +33 -0
- package/dist/packages/backend-defaults/package.json.cjs.js +1 -1
- package/dist/packages/backend-plugin-api/package.json.cjs.js +1 -1
- package/dist/packages/backend-test-utils/package.json.cjs.js +1 -1
- package/dist/packages/catalog-client/package.json.cjs.js +1 -1
- package/dist/packages/cli/package.json.cjs.js +11 -11
- package/dist/packages/config/package.json.cjs.js +1 -1
- package/dist/packages/core-app-api/package.json.cjs.js +1 -1
- package/dist/packages/core-components/package.json.cjs.js +1 -1
- package/dist/packages/core-plugin-api/package.json.cjs.js +1 -1
- package/dist/packages/dev-utils/package.json.cjs.js +1 -1
- package/dist/packages/errors/package.json.cjs.js +1 -1
- package/dist/packages/test-utils/package.json.cjs.js +1 -1
- package/dist/plugins/auth-backend/package.json.cjs.js +1 -1
- package/dist/plugins/auth-backend-module-guest-provider/package.json.cjs.js +1 -1
- package/dist/plugins/catalog-node/package.json.cjs.js +1 -1
- package/dist/plugins/scaffolder-node/package.json.cjs.js +1 -1
- package/dist/plugins/scaffolder-node-test-utils/package.json.cjs.js +1 -1
- package/package.json +37 -37
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,38 @@
|
|
|
1
1
|
# @backstage/cli
|
|
2
2
|
|
|
3
|
+
## 0.29.5-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
- @backstage/types@1.2.1-next.0
|
|
9
|
+
- @backstage/catalog-model@1.7.3-next.0
|
|
10
|
+
- @backstage/cli-node@0.2.12-next.0
|
|
11
|
+
- @backstage/config@1.3.2-next.0
|
|
12
|
+
- @backstage/config-loader@1.9.5-next.1
|
|
13
|
+
- @backstage/errors@1.2.7-next.0
|
|
14
|
+
- @backstage/release-manifests@0.0.12
|
|
15
|
+
- @backstage/cli-common@0.1.15
|
|
16
|
+
- @backstage/eslint-plugin@0.1.10
|
|
17
|
+
- @backstage/integration@1.16.1-next.0
|
|
18
|
+
|
|
19
|
+
## 0.29.5-next.0
|
|
20
|
+
|
|
21
|
+
### Patch Changes
|
|
22
|
+
|
|
23
|
+
- e937ce0: Fixed incompatible `@typescript-eslint` versions with current `eslint@8.x.x`
|
|
24
|
+
- Updated dependencies
|
|
25
|
+
- @backstage/config-loader@1.9.5-next.0
|
|
26
|
+
- @backstage/catalog-model@1.7.2
|
|
27
|
+
- @backstage/cli-common@0.1.15
|
|
28
|
+
- @backstage/cli-node@0.2.11
|
|
29
|
+
- @backstage/config@1.3.1
|
|
30
|
+
- @backstage/errors@1.2.6
|
|
31
|
+
- @backstage/eslint-plugin@0.1.10
|
|
32
|
+
- @backstage/integration@1.16.0
|
|
33
|
+
- @backstage/release-manifests@0.0.12
|
|
34
|
+
- @backstage/types@1.2.0
|
|
35
|
+
|
|
3
36
|
## 0.29.4
|
|
4
37
|
|
|
5
38
|
### Patch Changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var version = "0.29.
|
|
3
|
+
var version = "0.29.5-next.1";
|
|
4
4
|
var dependencies = {
|
|
5
5
|
"@backstage/catalog-model": "workspace:^",
|
|
6
6
|
"@backstage/cli-common": "workspace:^",
|
|
@@ -37,8 +37,8 @@ var dependencies = {
|
|
|
37
37
|
"@swc/jest": "^0.2.22",
|
|
38
38
|
"@types/jest": "^29.5.11",
|
|
39
39
|
"@types/webpack-env": "^1.15.2",
|
|
40
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
41
|
-
"@typescript-eslint/parser": "^
|
|
40
|
+
"@typescript-eslint/eslint-plugin": "^8.17.0",
|
|
41
|
+
"@typescript-eslint/parser": "^8.16.0",
|
|
42
42
|
"@yarnpkg/lockfile": "^1.1.0",
|
|
43
43
|
"@yarnpkg/parsers": "^3.0.0",
|
|
44
44
|
bfj: "^8.0.0",
|
|
@@ -55,14 +55,14 @@ var dependencies = {
|
|
|
55
55
|
eslint: "^8.6.0",
|
|
56
56
|
"eslint-config-prettier": "^9.0.0",
|
|
57
57
|
"eslint-formatter-friendly": "^7.0.0",
|
|
58
|
-
"eslint-plugin-deprecation": "^
|
|
59
|
-
"eslint-plugin-import": "^2.
|
|
60
|
-
"eslint-plugin-jest": "^28.
|
|
61
|
-
"eslint-plugin-jsx-a11y": "^6.
|
|
62
|
-
"eslint-plugin-react": "^7.
|
|
63
|
-
"eslint-plugin-react-hooks": "^
|
|
64
|
-
"eslint-plugin-unused-imports": "^
|
|
65
|
-
"eslint-webpack-plugin": "^4.
|
|
58
|
+
"eslint-plugin-deprecation": "^3.0.0",
|
|
59
|
+
"eslint-plugin-import": "^2.31.0",
|
|
60
|
+
"eslint-plugin-jest": "^28.9.0",
|
|
61
|
+
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
62
|
+
"eslint-plugin-react": "^7.37.2",
|
|
63
|
+
"eslint-plugin-react-hooks": "^5.0.0",
|
|
64
|
+
"eslint-plugin-unused-imports": "^4.1.4",
|
|
65
|
+
"eslint-webpack-plugin": "^4.2.0",
|
|
66
66
|
express: "^4.17.1",
|
|
67
67
|
"fork-ts-checker-webpack-plugin": "^9.0.0",
|
|
68
68
|
"fs-extra": "^11.2.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/cli",
|
|
3
|
-
"version": "0.29.
|
|
3
|
+
"version": "0.29.5-next.1",
|
|
4
4
|
"description": "CLI for developing Backstage plugins and apps",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "cli"
|
|
@@ -42,16 +42,16 @@
|
|
|
42
42
|
"watch": "./src"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@backstage/catalog-model": "
|
|
46
|
-
"@backstage/cli-common": "
|
|
47
|
-
"@backstage/cli-node": "
|
|
48
|
-
"@backstage/config": "
|
|
49
|
-
"@backstage/config-loader": "
|
|
50
|
-
"@backstage/errors": "
|
|
51
|
-
"@backstage/eslint-plugin": "
|
|
52
|
-
"@backstage/integration": "
|
|
53
|
-
"@backstage/release-manifests": "
|
|
54
|
-
"@backstage/types": "
|
|
45
|
+
"@backstage/catalog-model": "1.7.3-next.0",
|
|
46
|
+
"@backstage/cli-common": "0.1.15",
|
|
47
|
+
"@backstage/cli-node": "0.2.12-next.0",
|
|
48
|
+
"@backstage/config": "1.3.2-next.0",
|
|
49
|
+
"@backstage/config-loader": "1.9.5-next.1",
|
|
50
|
+
"@backstage/errors": "1.2.7-next.0",
|
|
51
|
+
"@backstage/eslint-plugin": "0.1.10",
|
|
52
|
+
"@backstage/integration": "1.16.1-next.0",
|
|
53
|
+
"@backstage/release-manifests": "0.0.12",
|
|
54
|
+
"@backstage/types": "1.2.1-next.0",
|
|
55
55
|
"@manypkg/get-packages": "^1.1.3",
|
|
56
56
|
"@module-federation/enhanced": "^0.8.0",
|
|
57
57
|
"@octokit/graphql": "^5.0.0",
|
|
@@ -77,8 +77,8 @@
|
|
|
77
77
|
"@swc/jest": "^0.2.22",
|
|
78
78
|
"@types/jest": "^29.5.11",
|
|
79
79
|
"@types/webpack-env": "^1.15.2",
|
|
80
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
81
|
-
"@typescript-eslint/parser": "^
|
|
80
|
+
"@typescript-eslint/eslint-plugin": "^8.17.0",
|
|
81
|
+
"@typescript-eslint/parser": "^8.16.0",
|
|
82
82
|
"@yarnpkg/lockfile": "^1.1.0",
|
|
83
83
|
"@yarnpkg/parsers": "^3.0.0",
|
|
84
84
|
"bfj": "^8.0.0",
|
|
@@ -95,14 +95,14 @@
|
|
|
95
95
|
"eslint": "^8.6.0",
|
|
96
96
|
"eslint-config-prettier": "^9.0.0",
|
|
97
97
|
"eslint-formatter-friendly": "^7.0.0",
|
|
98
|
-
"eslint-plugin-deprecation": "^
|
|
99
|
-
"eslint-plugin-import": "^2.
|
|
100
|
-
"eslint-plugin-jest": "^28.
|
|
101
|
-
"eslint-plugin-jsx-a11y": "^6.
|
|
102
|
-
"eslint-plugin-react": "^7.
|
|
103
|
-
"eslint-plugin-react-hooks": "^
|
|
104
|
-
"eslint-plugin-unused-imports": "^
|
|
105
|
-
"eslint-webpack-plugin": "^4.
|
|
98
|
+
"eslint-plugin-deprecation": "^3.0.0",
|
|
99
|
+
"eslint-plugin-import": "^2.31.0",
|
|
100
|
+
"eslint-plugin-jest": "^28.9.0",
|
|
101
|
+
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
102
|
+
"eslint-plugin-react": "^7.37.2",
|
|
103
|
+
"eslint-plugin-react-hooks": "^5.0.0",
|
|
104
|
+
"eslint-plugin-unused-imports": "^4.1.4",
|
|
105
|
+
"eslint-webpack-plugin": "^4.2.0",
|
|
106
106
|
"express": "^4.17.1",
|
|
107
107
|
"fork-ts-checker-webpack-plugin": "^9.0.0",
|
|
108
108
|
"fs-extra": "^11.2.0",
|
|
@@ -157,22 +157,22 @@
|
|
|
157
157
|
"zod": "^3.22.4"
|
|
158
158
|
},
|
|
159
159
|
"devDependencies": {
|
|
160
|
-
"@backstage/backend-plugin-api": "
|
|
161
|
-
"@backstage/backend-test-utils": "
|
|
162
|
-
"@backstage/catalog-client": "
|
|
163
|
-
"@backstage/config": "
|
|
164
|
-
"@backstage/core-app-api": "
|
|
165
|
-
"@backstage/core-components": "
|
|
166
|
-
"@backstage/core-plugin-api": "
|
|
167
|
-
"@backstage/dev-utils": "
|
|
168
|
-
"@backstage/errors": "
|
|
169
|
-
"@backstage/plugin-auth-backend": "
|
|
170
|
-
"@backstage/plugin-auth-backend-module-guest-provider": "
|
|
171
|
-
"@backstage/plugin-catalog-node": "
|
|
172
|
-
"@backstage/plugin-scaffolder-node": "
|
|
173
|
-
"@backstage/plugin-scaffolder-node-test-utils": "
|
|
174
|
-
"@backstage/test-utils": "
|
|
175
|
-
"@backstage/theme": "
|
|
160
|
+
"@backstage/backend-plugin-api": "1.1.1-next.1",
|
|
161
|
+
"@backstage/backend-test-utils": "1.2.1-next.1",
|
|
162
|
+
"@backstage/catalog-client": "1.9.1-next.0",
|
|
163
|
+
"@backstage/config": "1.3.2-next.0",
|
|
164
|
+
"@backstage/core-app-api": "1.15.4-next.0",
|
|
165
|
+
"@backstage/core-components": "0.16.3-next.0",
|
|
166
|
+
"@backstage/core-plugin-api": "1.10.3-next.0",
|
|
167
|
+
"@backstage/dev-utils": "1.1.6-next.1",
|
|
168
|
+
"@backstage/errors": "1.2.7-next.0",
|
|
169
|
+
"@backstage/plugin-auth-backend": "0.24.2-next.1",
|
|
170
|
+
"@backstage/plugin-auth-backend-module-guest-provider": "0.2.4-next.1",
|
|
171
|
+
"@backstage/plugin-catalog-node": "1.15.1-next.1",
|
|
172
|
+
"@backstage/plugin-scaffolder-node": "0.6.3-next.1",
|
|
173
|
+
"@backstage/plugin-scaffolder-node-test-utils": "0.1.18-next.1",
|
|
174
|
+
"@backstage/test-utils": "1.7.4-next.0",
|
|
175
|
+
"@backstage/theme": "0.6.3",
|
|
176
176
|
"@rspack/core": "^1.0.10",
|
|
177
177
|
"@rspack/dev-server": "^1.0.9",
|
|
178
178
|
"@rspack/plugin-react-refresh": "^1.0.0",
|