@backstage/plugin-scaffolder-node-test-utils 0.3.0-next.2 → 0.3.0

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @backstage/plugin-scaffolder-node-test-utils
2
2
 
3
+ ## 0.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 3cea7ee: **BREAKING CHANGES**
8
+
9
+ Because of the removal of the `logStream` property to the `ActionsContext` this has been removed from the `createMockActionContext` method.
10
+
11
+ You can remove this as it's no longer supported in the scaffolder actions.
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+ - @backstage/plugin-scaffolder-node@0.9.0
17
+ - @backstage/backend-test-utils@1.6.0
18
+ - @backstage/backend-plugin-api@1.4.0
19
+ - @backstage/types@1.2.1
20
+
3
21
  ## 0.3.0-next.2
4
22
 
5
23
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-node-test-utils",
3
- "version": "0.3.0-next.2",
3
+ "version": "0.3.0",
4
4
  "backstage": {
5
5
  "role": "node-library",
6
6
  "pluginId": "scaffolder",
@@ -40,15 +40,15 @@
40
40
  "test": "backstage-cli package test"
41
41
  },
42
42
  "dependencies": {
43
- "@backstage/backend-plugin-api": "1.4.0-next.1",
44
- "@backstage/backend-test-utils": "1.6.0-next.2",
45
- "@backstage/plugin-scaffolder-node": "0.9.0-next.2",
46
- "@backstage/types": "1.2.1",
43
+ "@backstage/backend-plugin-api": "^1.4.0",
44
+ "@backstage/backend-test-utils": "^1.6.0",
45
+ "@backstage/plugin-scaffolder-node": "^0.9.0",
46
+ "@backstage/types": "^1.2.1",
47
47
  "winston": "^3.2.1",
48
48
  "winston-transport": "^4.7.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/cli": "0.33.0-next.1",
51
+ "@backstage/cli": "^0.33.0",
52
52
  "@types/react": "^18.0.0",
53
53
  "react": "^18.0.2",
54
54
  "react-dom": "^18.0.2",