@backstage/plugin-scaffolder 1.27.4-next.0 → 1.27.4-next.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 +35 -0
  2. package/package.json +26 -26
package/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # @backstage/plugin-scaffolder
2
2
 
3
+ ## 1.27.4-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-scaffolder-react@1.14.3-next.2
9
+ - @backstage/frontend-plugin-api@0.9.4-next.0
10
+ - @backstage/core-plugin-api@1.10.3-next.0
11
+ - @backstage/types@1.2.1-next.0
12
+ - @backstage/core-compat-api@0.3.5-next.0
13
+ - @backstage/plugin-catalog-react@1.15.1-next.1
14
+ - @backstage/core-components@0.16.3-next.0
15
+ - @backstage/integration-react@1.2.3-next.0
16
+ - @backstage/plugin-permission-react@0.4.30-next.0
17
+ - @backstage/catalog-model@1.7.3-next.0
18
+ - @backstage/errors@1.2.7-next.0
19
+ - @backstage/plugin-scaffolder-common@1.5.9-next.0
20
+ - @backstage/catalog-client@1.9.1-next.0
21
+ - @backstage/plugin-catalog-common@1.1.3-next.0
22
+ - @backstage/integration@1.16.1-next.0
23
+
24
+ ## 1.27.4-next.1
25
+
26
+ ### Patch Changes
27
+
28
+ - d8f9079: Updated dependency `@rjsf/utils` to `5.23.2`.
29
+ Updated dependency `@rjsf/core` to `5.23.2`.
30
+ Updated dependency `@rjsf/material-ui` to `5.23.2`.
31
+ Updated dependency `@rjsf/validator-ajv8` to `5.23.2`.
32
+ - Updated dependencies
33
+ - @backstage/plugin-catalog-react@1.15.1-next.0
34
+ - @backstage/plugin-scaffolder-react@1.14.3-next.1
35
+ - @backstage/integration-react@1.2.2
36
+ - @backstage/core-compat-api@0.3.4
37
+
3
38
  ## 1.27.4-next.0
4
39
 
5
40
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder",
3
- "version": "1.27.4-next.0",
3
+ "version": "1.27.4-next.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",
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.3-next.0",
84
- "@backstage/types": "1.2.0",
70
+ "@backstage/catalog-client": "1.9.1-next.0",
71
+ "@backstage/catalog-model": "1.7.3-next.0",
72
+ "@backstage/core-compat-api": "0.3.5-next.0",
73
+ "@backstage/core-components": "0.16.3-next.0",
74
+ "@backstage/core-plugin-api": "1.10.3-next.0",
75
+ "@backstage/errors": "1.2.7-next.0",
76
+ "@backstage/frontend-plugin-api": "0.9.4-next.0",
77
+ "@backstage/integration": "1.16.1-next.0",
78
+ "@backstage/integration-react": "1.2.3-next.0",
79
+ "@backstage/plugin-catalog-common": "1.1.3-next.0",
80
+ "@backstage/plugin-catalog-react": "1.15.1-next.1",
81
+ "@backstage/plugin-permission-react": "0.4.30-next.0",
82
+ "@backstage/plugin-scaffolder-common": "1.5.9-next.0",
83
+ "@backstage/plugin-scaffolder-react": "1.14.3-next.2",
84
+ "@backstage/types": "1.2.1-next.0",
85
85
  "@codemirror/language": "^6.0.0",
86
86
  "@codemirror/legacy-modes": "^6.1.0",
87
87
  "@codemirror/view": "^6.0.0",
@@ -90,10 +90,10 @@
90
90
  "@material-ui/lab": "4.0.0-alpha.61",
91
91
  "@microsoft/fetch-event-source": "^2.0.1",
92
92
  "@react-hookz/web": "^24.0.0",
93
- "@rjsf/core": "5.23.1",
94
- "@rjsf/material-ui": "5.23.1",
95
- "@rjsf/utils": "5.23.1",
96
- "@rjsf/validator-ajv8": "5.23.1",
93
+ "@rjsf/core": "5.23.2",
94
+ "@rjsf/material-ui": "5.23.2",
95
+ "@rjsf/utils": "5.23.2",
96
+ "@rjsf/validator-ajv8": "5.23.2",
97
97
  "@uiw/react-codemirror": "^4.9.3",
98
98
  "classnames": "^2.2.6",
99
99
  "git-url-parse": "^15.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.5-next.0",
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",
117
+ "@backstage/cli": "0.29.5-next.1",
118
+ "@backstage/core-app-api": "1.15.4-next.0",
119
+ "@backstage/dev-utils": "1.1.6-next.1",
120
+ "@backstage/plugin-catalog": "1.26.1-next.1",
121
+ "@backstage/plugin-permission-common": "0.8.4-next.0",
122
+ "@backstage/test-utils": "1.7.4-next.0",
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",