@backstage/plugin-scaffolder-common 2.2.2-next.0 → 2.2.3

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 +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @backstage/plugin-scaffolder-common
2
2
 
3
+ ## 2.2.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 66d2219: Exclude internal task data from task responses.
8
+ - Updated dependencies
9
+ - @backstage/integration@2.1.1
10
+
11
+ ## 2.2.2
12
+
13
+ ### Patch Changes
14
+
15
+ - 4e8d763: Migrated tests from MSW v1 to MSW v2.
16
+ - Updated dependencies
17
+ - @backstage/catalog-model@1.10.0
18
+ - @backstage/integration@2.1.0
19
+ - @backstage/plugin-permission-common@0.9.10
20
+
3
21
  ## 2.2.2-next.0
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-common",
3
- "version": "2.2.2-next.0",
3
+ "version": "2.2.3",
4
4
  "description": "Common functionalities for the scaffolder, to be shared between scaffolder and scaffolder-backend plugin",
5
5
  "backstage": {
6
6
  "role": "common-library",
@@ -70,11 +70,11 @@
70
70
  "test": "backstage-cli package test"
71
71
  },
72
72
  "dependencies": {
73
- "@backstage/catalog-model": "1.9.0",
74
- "@backstage/errors": "1.3.1",
75
- "@backstage/integration": "2.1.0-next.0",
76
- "@backstage/plugin-permission-common": "0.9.9",
77
- "@backstage/types": "1.2.2",
73
+ "@backstage/catalog-model": "^1.10.0",
74
+ "@backstage/errors": "^1.3.1",
75
+ "@backstage/integration": "^2.1.1",
76
+ "@backstage/plugin-permission-common": "^0.9.10",
77
+ "@backstage/types": "^1.2.2",
78
78
  "@microsoft/fetch-event-source": "^2.0.1",
79
79
  "@types/json-schema": "^7.0.9",
80
80
  "cross-fetch": "^4.0.0",
@@ -82,9 +82,9 @@
82
82
  "zen-observable": "^0.10.0"
83
83
  },
84
84
  "devDependencies": {
85
- "@backstage/cli": "0.36.5-next.0",
86
- "@backstage/test-utils": "1.7.21-next.0",
87
- "msw": "^1.0.0"
85
+ "@backstage/cli": "^0.36.5",
86
+ "@backstage/test-utils": "^1.7.21",
87
+ "msw": "^2.0.0"
88
88
  },
89
89
  "module": "./dist/index.esm.js"
90
90
  }