@backstage/cli 0.32.1-next.3 → 0.32.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,31 @@
1
1
  # @backstage/cli
2
2
 
3
+ ## 0.32.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 674def9: fix: enable `lazyCompilation` and `refreshOptions` for rspack
8
+ - d649df0: Internal code cleanup
9
+ - c2cae47: Add missing modules to the Backstage CLI alpha entrypoint.
10
+ - 3f45861: Add a warning for React 17 deprecation that triggers when frontend packages and plugins start.
11
+ - 9aaec54: Internal refactor of opaque type handling.
12
+ - 9285385: Added `info` object to the context of the alpha CLI.
13
+ - 6cc9507: Updated dependency `@octokit/request` to `^8.0.0`.
14
+ - 5cd3c54: Updated dependency `react-refresh` to `^0.17.0`.
15
+ - 72d019d: Removed various typos
16
+ - 19a4e7c: Internal refactor to move things closer to home
17
+ - Updated dependencies
18
+ - @backstage/integration@1.17.0
19
+ - @backstage/catalog-model@1.7.4
20
+ - @backstage/release-manifests@0.0.13
21
+ - @backstage/config-loader@1.10.1
22
+ - @backstage/cli-node@0.2.13
23
+ - @backstage/config@1.3.2
24
+ - @backstage/cli-common@0.1.15
25
+ - @backstage/errors@1.2.7
26
+ - @backstage/eslint-plugin@0.1.10
27
+ - @backstage/types@1.2.1
28
+
3
29
  ## 0.32.1-next.3
4
30
 
5
31
  ### Patch Changes
@@ -19,6 +19,7 @@ require('lodash/pickBy');
19
19
  require('../../../../../lib/run.cjs.js');
20
20
  require('mini-css-extract-plugin');
21
21
  require('../../../../../lib/version.cjs.js');
22
+ var hasReactDomClient = require('../../../../build/lib/bundler/hasReactDomClient.cjs.js');
22
23
  require('@manypkg/get-packages');
23
24
  require('../../../../build/lib/bundler/packageDetection.cjs.js');
24
25
  var moduleFederation = require('../../../../build/lib/bundler/moduleFederation.cjs.js');
@@ -28,6 +29,11 @@ async function startFrontend(options) {
28
29
  const packageJson = await fs.readJson(
29
30
  path.resolve(options.targetDir ?? paths.paths.targetDir, "package.json")
30
31
  );
32
+ if (!hasReactDomClient.hasReactDomClient()) {
33
+ console.warn(
34
+ "React 17 is now deprecated! Please follow the Backstage migration guide to update to React 18: https://backstage.io/docs/tutorials/react18-migration/"
35
+ );
36
+ }
31
37
  const waitForExit = await server.serveBundle({
32
38
  entry: options.entry,
33
39
  targetDir: options.targetDir,
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "0.10.0-next.3";
3
+ var version = "0.10.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.3.1-next.2";
3
+ var version = "1.3.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.5.0-next.3";
3
+ var version = "1.5.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.0-next.0";
3
+ var version = "1.10.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.32.1-next.3";
3
+ var version = "0.32.1";
4
4
  var dependencies = {
5
5
  "@backstage/catalog-model": "workspace:^",
6
6
  "@backstage/cli-common": "workspace:^",
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "1.17.0-next.1";
3
+ var version = "1.17.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.17.2-next.1";
3
+ var version = "0.17.2";
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.7-next.0";
3
+ var version = "1.10.7";
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.10-next.3";
3
+ var version = "1.1.10";
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.8-next.2";
3
+ var version = "1.7.8";
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.6-next.0";
3
+ var version = "0.6.6";
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.25.0-next.2";
3
+ var version = "0.25.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.2.8-next.2";
3
+ var version = "0.2.8";
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.17.0-next.2";
3
+ var version = "1.17.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.8.2-next.3";
3
+ var version = "0.8.2";
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.2-next.3";
3
+ var version = "0.2.2";
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.32.1-next.3",
3
+ "version": "0.32.1",
4
4
  "description": "CLI for developing Backstage plugins and apps",
5
5
  "backstage": {
6
6
  "role": "cli"
@@ -48,16 +48,16 @@
48
48
  ]
49
49
  },
50
50
  "dependencies": {
51
- "@backstage/catalog-model": "1.7.3",
52
- "@backstage/cli-common": "0.1.15",
53
- "@backstage/cli-node": "0.2.13",
54
- "@backstage/config": "1.3.2",
55
- "@backstage/config-loader": "1.10.1-next.0",
56
- "@backstage/errors": "1.2.7",
57
- "@backstage/eslint-plugin": "0.1.10",
58
- "@backstage/integration": "1.17.0-next.3",
59
- "@backstage/release-manifests": "0.0.13-next.0",
60
- "@backstage/types": "1.2.1",
51
+ "@backstage/catalog-model": "^1.7.4",
52
+ "@backstage/cli-common": "^0.1.15",
53
+ "@backstage/cli-node": "^0.2.13",
54
+ "@backstage/config": "^1.3.2",
55
+ "@backstage/config-loader": "^1.10.1",
56
+ "@backstage/errors": "^1.2.7",
57
+ "@backstage/eslint-plugin": "^0.1.10",
58
+ "@backstage/integration": "^1.17.0",
59
+ "@backstage/release-manifests": "^0.0.13",
60
+ "@backstage/types": "^1.2.1",
61
61
  "@manypkg/get-packages": "^1.1.3",
62
62
  "@module-federation/enhanced": "^0.9.0",
63
63
  "@octokit/graphql": "^5.0.0",
@@ -164,22 +164,22 @@
164
164
  "zod-validation-error": "^3.4.0"
165
165
  },
166
166
  "devDependencies": {
167
- "@backstage/backend-plugin-api": "1.3.1-next.2",
168
- "@backstage/backend-test-utils": "1.5.0-next.3",
169
- "@backstage/catalog-client": "1.10.0-next.0",
170
- "@backstage/config": "1.3.2",
171
- "@backstage/core-app-api": "1.17.0-next.1",
172
- "@backstage/core-components": "0.17.2-next.1",
173
- "@backstage/core-plugin-api": "1.10.7-next.0",
174
- "@backstage/dev-utils": "1.1.10-next.3",
175
- "@backstage/errors": "1.2.7",
176
- "@backstage/plugin-auth-backend": "0.25.0-next.2",
177
- "@backstage/plugin-auth-backend-module-guest-provider": "0.2.8-next.2",
178
- "@backstage/plugin-catalog-node": "1.17.0-next.2",
179
- "@backstage/plugin-scaffolder-node": "0.8.2-next.3",
180
- "@backstage/plugin-scaffolder-node-test-utils": "0.2.2-next.3",
181
- "@backstage/test-utils": "1.7.8-next.2",
182
- "@backstage/theme": "0.6.6-next.0",
167
+ "@backstage/backend-plugin-api": "^1.3.1",
168
+ "@backstage/backend-test-utils": "^1.5.0",
169
+ "@backstage/catalog-client": "^1.10.0",
170
+ "@backstage/config": "^1.3.2",
171
+ "@backstage/core-app-api": "^1.17.0",
172
+ "@backstage/core-components": "^0.17.2",
173
+ "@backstage/core-plugin-api": "^1.10.7",
174
+ "@backstage/dev-utils": "^1.1.10",
175
+ "@backstage/errors": "^1.2.7",
176
+ "@backstage/plugin-auth-backend": "^0.25.0",
177
+ "@backstage/plugin-auth-backend-module-guest-provider": "^0.2.8",
178
+ "@backstage/plugin-catalog-node": "^1.17.0",
179
+ "@backstage/plugin-scaffolder-node": "^0.8.2",
180
+ "@backstage/plugin-scaffolder-node-test-utils": "^0.2.2",
181
+ "@backstage/test-utils": "^1.7.8",
182
+ "@backstage/theme": "^0.6.6",
183
183
  "@rspack/core": "^1.3.9",
184
184
  "@rspack/dev-server": "^1.1.1",
185
185
  "@rspack/plugin-react-refresh": "^1.4.2",