@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 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.6.0";
3
+ var version = "0.7.0-next.1";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=package.json.cjs.js.map
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "1.1.0";
3
+ var version = "1.1.1-next.1";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=package.json.cjs.js.map
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "1.2.0";
3
+ var version = "1.2.1-next.1";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=package.json.cjs.js.map
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "1.9.0";
3
+ var version = "1.9.1-next.0";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=package.json.cjs.js.map
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "0.29.4";
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": "^6.12.0",
41
- "@typescript-eslint/parser": "^6.7.2",
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": "^2.0.0",
59
- "eslint-plugin-import": "^2.25.4",
60
- "eslint-plugin-jest": "^28.0.0",
61
- "eslint-plugin-jsx-a11y": "^6.5.1",
62
- "eslint-plugin-react": "^7.28.0",
63
- "eslint-plugin-react-hooks": "^4.3.0",
64
- "eslint-plugin-unused-imports": "^3.0.0",
65
- "eslint-webpack-plugin": "^4.0.0",
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",
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "1.3.1";
3
+ var version = "1.3.2-next.0";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=package.json.cjs.js.map
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "1.15.3";
3
+ var version = "1.15.4-next.0";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=package.json.cjs.js.map
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "0.16.2";
3
+ var version = "0.16.3-next.0";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=package.json.cjs.js.map
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "1.10.2";
3
+ var version = "1.10.3-next.0";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=package.json.cjs.js.map
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "1.1.5";
3
+ var version = "1.1.6-next.1";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=package.json.cjs.js.map
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "1.2.6";
3
+ var version = "1.2.7-next.0";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=package.json.cjs.js.map
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "1.7.3";
3
+ var version = "1.7.4-next.0";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=package.json.cjs.js.map
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "0.24.1";
3
+ var version = "0.24.2-next.1";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=package.json.cjs.js.map
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "0.2.3";
3
+ var version = "0.2.4-next.1";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=package.json.cjs.js.map
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "1.15.0";
3
+ var version = "1.15.1-next.1";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=package.json.cjs.js.map
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "0.6.2";
3
+ var version = "0.6.3-next.1";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=package.json.cjs.js.map
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "0.1.17";
3
+ var version = "0.1.18-next.1";
4
4
 
5
5
  exports.version = version;
6
6
  //# sourceMappingURL=package.json.cjs.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/cli",
3
- "version": "0.29.4",
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": "^1.7.2",
46
- "@backstage/cli-common": "^0.1.15",
47
- "@backstage/cli-node": "^0.2.11",
48
- "@backstage/config": "^1.3.1",
49
- "@backstage/config-loader": "^1.9.3",
50
- "@backstage/errors": "^1.2.6",
51
- "@backstage/eslint-plugin": "^0.1.10",
52
- "@backstage/integration": "^1.16.0",
53
- "@backstage/release-manifests": "^0.0.12",
54
- "@backstage/types": "^1.2.0",
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": "^6.12.0",
81
- "@typescript-eslint/parser": "^6.7.2",
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": "^2.0.0",
99
- "eslint-plugin-import": "^2.25.4",
100
- "eslint-plugin-jest": "^28.0.0",
101
- "eslint-plugin-jsx-a11y": "^6.5.1",
102
- "eslint-plugin-react": "^7.28.0",
103
- "eslint-plugin-react-hooks": "^4.3.0",
104
- "eslint-plugin-unused-imports": "^3.0.0",
105
- "eslint-webpack-plugin": "^4.0.0",
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": "^1.1.0",
161
- "@backstage/backend-test-utils": "^1.2.0",
162
- "@backstage/catalog-client": "^1.9.0",
163
- "@backstage/config": "^1.3.1",
164
- "@backstage/core-app-api": "^1.15.3",
165
- "@backstage/core-components": "^0.16.2",
166
- "@backstage/core-plugin-api": "^1.10.2",
167
- "@backstage/dev-utils": "^1.1.5",
168
- "@backstage/errors": "^1.2.6",
169
- "@backstage/plugin-auth-backend": "^0.24.1",
170
- "@backstage/plugin-auth-backend-module-guest-provider": "^0.2.3",
171
- "@backstage/plugin-catalog-node": "^1.15.0",
172
- "@backstage/plugin-scaffolder-node": "^0.6.2",
173
- "@backstage/plugin-scaffolder-node-test-utils": "^0.1.17",
174
- "@backstage/test-utils": "^1.7.3",
175
- "@backstage/theme": "^0.6.3",
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",