@backstage/cli 0.29.0 → 0.29.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,22 @@
|
|
|
1
1
|
# @backstage/cli
|
|
2
2
|
|
|
3
|
+
## 0.29.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 0121b32: Bumped the version range for `html-webpack-plugin` to fix the `htmlPluginExports.getCompilationHooks is not a function` error when using experimental Rspack.
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/catalog-model@1.7.1
|
|
10
|
+
- @backstage/cli-common@0.1.15
|
|
11
|
+
- @backstage/cli-node@0.2.10
|
|
12
|
+
- @backstage/config@1.3.0
|
|
13
|
+
- @backstage/config-loader@1.9.2
|
|
14
|
+
- @backstage/errors@1.2.5
|
|
15
|
+
- @backstage/eslint-plugin@0.1.10
|
|
16
|
+
- @backstage/integration@1.15.2
|
|
17
|
+
- @backstage/release-manifests@0.0.11
|
|
18
|
+
- @backstage/types@1.2.0
|
|
19
|
+
|
|
3
20
|
## 0.29.0
|
|
4
21
|
|
|
5
22
|
### Minor Changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var version = "0.29.
|
|
3
|
+
var version = "0.29.1";
|
|
4
4
|
var dependencies = {
|
|
5
5
|
"@backstage/catalog-model": "workspace:^",
|
|
6
6
|
"@backstage/cli-common": "workspace:^",
|
|
@@ -71,7 +71,7 @@ var dependencies = {
|
|
|
71
71
|
"global-agent": "^3.0.0",
|
|
72
72
|
globby: "^11.1.0",
|
|
73
73
|
handlebars: "^4.7.3",
|
|
74
|
-
"html-webpack-plugin": "^5.3
|
|
74
|
+
"html-webpack-plugin": "^5.6.3",
|
|
75
75
|
inquirer: "^8.2.0",
|
|
76
76
|
jest: "^29.7.0",
|
|
77
77
|
"jest-cli": "^29.7.0",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/cli",
|
|
3
|
-
"version": "0.29.
|
|
3
|
+
"version": "0.29.1",
|
|
4
4
|
"description": "CLI for developing Backstage plugins and apps",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "cli"
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"global-agent": "^3.0.0",
|
|
112
112
|
"globby": "^11.1.0",
|
|
113
113
|
"handlebars": "^4.7.3",
|
|
114
|
-
"html-webpack-plugin": "^5.3
|
|
114
|
+
"html-webpack-plugin": "^5.6.3",
|
|
115
115
|
"inquirer": "^8.2.0",
|
|
116
116
|
"jest": "^29.7.0",
|
|
117
117
|
"jest-cli": "^29.7.0",
|