@backstage/cli 0.28.1 → 0.28.2

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.28.2
4
+
5
+ ### Patch Changes
6
+
7
+ - a14e5fc: Bump the Webpack dependency range to `^5.94.0`, as our current configuration is not compatible with some older versions.
8
+ - Updated dependencies
9
+ - @backstage/catalog-model@1.7.0
10
+ - @backstage/cli-common@0.1.14
11
+ - @backstage/cli-node@0.2.9
12
+ - @backstage/config@1.2.0
13
+ - @backstage/config-loader@1.9.1
14
+ - @backstage/errors@1.2.4
15
+ - @backstage/eslint-plugin@0.1.10
16
+ - @backstage/integration@1.15.1
17
+ - @backstage/release-manifests@0.0.11
18
+ - @backstage/types@1.1.1
19
+
3
20
  ## 0.28.1
4
21
 
5
22
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- var version = "0.28.1";
3
+ var version = "0.28.2";
4
4
  var dependencies = {
5
5
  "@backstage/catalog-model": "workspace:^",
6
6
  "@backstage/cli-common": "workspace:^",
@@ -110,7 +110,7 @@ var dependencies = {
110
110
  "terser-webpack-plugin": "^5.1.3",
111
111
  "ts-morph": "^23.0.0",
112
112
  util: "^0.12.3",
113
- webpack: "^5.70.0",
113
+ webpack: "^5.94.0",
114
114
  "webpack-dev-server": "^5.0.0",
115
115
  "webpack-node-externals": "^3.0.0",
116
116
  yaml: "^2.0.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/cli",
3
- "version": "0.28.1",
3
+ "version": "0.28.2",
4
4
  "description": "CLI for developing Backstage plugins and apps",
5
5
  "backstage": {
6
6
  "role": "cli"
@@ -150,7 +150,7 @@
150
150
  "terser-webpack-plugin": "^5.1.3",
151
151
  "ts-morph": "^23.0.0",
152
152
  "util": "^0.12.3",
153
- "webpack": "^5.70.0",
153
+ "webpack": "^5.94.0",
154
154
  "webpack-dev-server": "^5.0.0",
155
155
  "webpack-node-externals": "^3.0.0",
156
156
  "yaml": "^2.0.0",