@backstage/plugin-scaffolder-react 1.14.5-next.3 → 1.14.5

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 +23 -0
  2. package/package.json +18 -18
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @backstage/plugin-scaffolder-react
2
2
 
3
+ ## 1.14.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 656f67b: Reverted the validation in dependencies in scaffolder
8
+ - 2003fc2: Hide text output button if only one is present
9
+ - a35118f: build(deps): bump `immer` from 8.0.4 to 9.0.6
10
+ - 1283f06: Added missing `ajv` and `immer` dependencies to `@backstage/plugin-scaffolder-react`
11
+ - 3edf7e7: Add schema output return type to the `makeFieldSchema` function return
12
+ - 58ec9e7: Removed older versions of React packages as a preparatory step for upgrading to React 19. This commit does not introduce any functional changes, but removes dependencies on previous React versions, allowing for a cleaner upgrade path in subsequent commits.
13
+ - Updated dependencies
14
+ - @backstage/core-components@0.16.4
15
+ - @backstage/plugin-catalog-react@1.15.2
16
+ - @backstage/frontend-plugin-api@0.9.5
17
+ - @backstage/core-plugin-api@1.10.4
18
+ - @backstage/plugin-permission-react@0.4.31
19
+ - @backstage/version-bridge@1.0.11
20
+ - @backstage/theme@0.6.4
21
+ - @backstage/catalog-client@1.9.1
22
+ - @backstage/catalog-model@1.7.3
23
+ - @backstage/types@1.2.1
24
+ - @backstage/plugin-scaffolder-common@1.5.9
25
+
3
26
  ## 1.14.5-next.3
4
27
 
5
28
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-react",
3
- "version": "1.14.5-next.3",
3
+ "version": "1.14.5",
4
4
  "description": "A frontend library that helps other Backstage plugins interact with the Scaffolder",
5
5
  "backstage": {
6
6
  "role": "web-library",
@@ -66,17 +66,17 @@
66
66
  "test": "backstage-cli package test"
67
67
  },
68
68
  "dependencies": {
69
- "@backstage/catalog-client": "1.9.1",
70
- "@backstage/catalog-model": "1.7.3",
71
- "@backstage/core-components": "0.16.4-next.1",
72
- "@backstage/core-plugin-api": "1.10.4-next.0",
73
- "@backstage/frontend-plugin-api": "0.9.5-next.3",
74
- "@backstage/plugin-catalog-react": "1.15.2-next.3",
75
- "@backstage/plugin-permission-react": "0.4.31-next.0",
76
- "@backstage/plugin-scaffolder-common": "1.5.9",
77
- "@backstage/theme": "0.6.4-next.0",
78
- "@backstage/types": "1.2.1",
79
- "@backstage/version-bridge": "1.0.11-next.0",
69
+ "@backstage/catalog-client": "^1.9.1",
70
+ "@backstage/catalog-model": "^1.7.3",
71
+ "@backstage/core-components": "^0.16.4",
72
+ "@backstage/core-plugin-api": "^1.10.4",
73
+ "@backstage/frontend-plugin-api": "^0.9.5",
74
+ "@backstage/plugin-catalog-react": "^1.15.2",
75
+ "@backstage/plugin-permission-react": "^0.4.31",
76
+ "@backstage/plugin-scaffolder-common": "^1.5.9",
77
+ "@backstage/theme": "^0.6.4",
78
+ "@backstage/types": "^1.2.1",
79
+ "@backstage/version-bridge": "^1.0.11",
80
80
  "@material-ui/core": "^4.12.2",
81
81
  "@material-ui/icons": "^4.9.1",
82
82
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -104,12 +104,12 @@
104
104
  "zod-to-json-schema": "^3.20.4"
105
105
  },
106
106
  "devDependencies": {
107
- "@backstage/cli": "0.30.0-next.3",
108
- "@backstage/core-app-api": "1.15.5-next.0",
109
- "@backstage/plugin-catalog": "1.27.0-next.3",
110
- "@backstage/plugin-catalog-common": "1.1.3",
111
- "@backstage/plugin-permission-common": "0.8.4",
112
- "@backstage/test-utils": "1.7.5-next.0",
107
+ "@backstage/cli": "^0.30.0",
108
+ "@backstage/core-app-api": "^1.15.5",
109
+ "@backstage/plugin-catalog": "^1.27.0",
110
+ "@backstage/plugin-catalog-common": "^1.1.3",
111
+ "@backstage/plugin-permission-common": "^0.8.4",
112
+ "@backstage/test-utils": "^1.7.5",
113
113
  "@testing-library/dom": "^10.0.0",
114
114
  "@testing-library/jest-dom": "^6.0.0",
115
115
  "@testing-library/react": "^16.0.0",