@backstage/plugin-scaffolder 1.27.2-next.2 → 1.27.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/package.json +22 -22
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @backstage/plugin-scaffolder
2
2
 
3
+ ## 1.27.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 3c62a50: Experimental support for `formDecorators` to enable secret collection and mutations to the parameters for scaffolder tasks
8
+ - c4ffd13: Added the autocomplete feature to GitlabRepoUrlPicker
9
+ - 9951ba4: Updated dependency `@rjsf/utils` to `5.23.1`.
10
+ Updated dependency `@rjsf/core` to `5.23.1`.
11
+ Updated dependency `@rjsf/material-ui` to `5.23.1`.
12
+ Updated dependency `@rjsf/validator-ajv8` to `5.23.1`.
13
+ - 184161f: Scaffolder field extensions registered with `FormFieldBlueprint` are now collected in the `useCustomFieldExtensions` hook, enabling them for use in the scaffolder.
14
+ - Updated dependencies
15
+ - @backstage/plugin-catalog-react@1.15.0
16
+ - @backstage/integration@1.16.0
17
+ - @backstage/plugin-scaffolder-common@1.5.8
18
+ - @backstage/plugin-scaffolder-react@1.14.2
19
+ - @backstage/catalog-client@1.9.0
20
+ - @backstage/core-compat-api@0.3.4
21
+ - @backstage/frontend-plugin-api@0.9.3
22
+ - @backstage/core-components@0.16.2
23
+ - @backstage/errors@1.2.6
24
+ - @backstage/catalog-model@1.7.2
25
+ - @backstage/core-plugin-api@1.10.2
26
+ - @backstage/integration-react@1.2.2
27
+ - @backstage/types@1.2.0
28
+ - @backstage/plugin-catalog-common@1.1.2
29
+ - @backstage/plugin-permission-react@0.4.29
30
+
3
31
  ## 1.27.2-next.2
4
32
 
5
33
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder",
3
- "version": "1.27.2-next.2",
3
+ "version": "1.27.2",
4
4
  "description": "The Backstage plugin that helps you create new things",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -67,21 +67,21 @@
67
67
  "test": "backstage-cli package test"
68
68
  },
69
69
  "dependencies": {
70
- "@backstage/catalog-client": "1.9.0-next.2",
71
- "@backstage/catalog-model": "1.7.2-next.0",
72
- "@backstage/core-compat-api": "0.3.4-next.2",
73
- "@backstage/core-components": "0.16.2-next.2",
74
- "@backstage/core-plugin-api": "1.10.2-next.0",
75
- "@backstage/errors": "1.2.6-next.0",
76
- "@backstage/frontend-plugin-api": "0.9.3-next.2",
77
- "@backstage/integration": "1.16.0-next.1",
78
- "@backstage/integration-react": "1.2.2-next.1",
79
- "@backstage/plugin-catalog-common": "1.1.2-next.0",
80
- "@backstage/plugin-catalog-react": "1.14.3-next.2",
81
- "@backstage/plugin-permission-react": "0.4.29-next.0",
82
- "@backstage/plugin-scaffolder-common": "1.5.8-next.1",
83
- "@backstage/plugin-scaffolder-react": "1.14.2-next.2",
84
- "@backstage/types": "1.2.0",
70
+ "@backstage/catalog-client": "^1.9.0",
71
+ "@backstage/catalog-model": "^1.7.2",
72
+ "@backstage/core-compat-api": "^0.3.4",
73
+ "@backstage/core-components": "^0.16.2",
74
+ "@backstage/core-plugin-api": "^1.10.2",
75
+ "@backstage/errors": "^1.2.6",
76
+ "@backstage/frontend-plugin-api": "^0.9.3",
77
+ "@backstage/integration": "^1.16.0",
78
+ "@backstage/integration-react": "^1.2.2",
79
+ "@backstage/plugin-catalog-common": "^1.1.2",
80
+ "@backstage/plugin-catalog-react": "^1.15.0",
81
+ "@backstage/plugin-permission-react": "^0.4.29",
82
+ "@backstage/plugin-scaffolder-common": "^1.5.8",
83
+ "@backstage/plugin-scaffolder-react": "^1.14.2",
84
+ "@backstage/types": "^1.2.0",
85
85
  "@codemirror/language": "^6.0.0",
86
86
  "@codemirror/legacy-modes": "^6.1.0",
87
87
  "@codemirror/view": "^6.0.0",
@@ -114,12 +114,12 @@
114
114
  "zod-to-json-schema": "^3.20.4"
115
115
  },
116
116
  "devDependencies": {
117
- "@backstage/cli": "0.29.3-next.2",
118
- "@backstage/core-app-api": "1.15.3-next.1",
119
- "@backstage/dev-utils": "1.1.5-next.2",
120
- "@backstage/plugin-catalog": "1.26.0-next.2",
121
- "@backstage/plugin-permission-common": "0.8.3-next.0",
122
- "@backstage/test-utils": "1.7.3-next.1",
117
+ "@backstage/cli": "^0.29.4",
118
+ "@backstage/core-app-api": "^1.15.3",
119
+ "@backstage/dev-utils": "^1.1.5",
120
+ "@backstage/plugin-catalog": "^1.26.0",
121
+ "@backstage/plugin-permission-common": "^0.8.3",
122
+ "@backstage/test-utils": "^1.7.3",
123
123
  "@testing-library/dom": "^10.0.0",
124
124
  "@testing-library/jest-dom": "^6.0.0",
125
125
  "@testing-library/react": "^16.0.0",