@backstage/plugin-scaffolder-react 1.19.3-next.0 → 1.19.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @backstage/plugin-scaffolder-react
2
2
 
3
+ ## 1.19.3
4
+
5
+ ### Patch Changes
6
+
7
+ - 886a8a1: Fixed a bug in the Scaffolder's template parsing in the `useTemplateSchema` hook by removing the title instead of setting it to `undefined`
8
+ - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility.
9
+ - Updated dependencies
10
+ - @backstage/frontend-plugin-api@0.13.0
11
+ - @backstage/plugin-catalog-react@1.21.3
12
+ - @backstage/core-components@0.18.3
13
+ - @backstage/core-plugin-api@1.12.0
14
+ - @backstage/plugin-permission-react@0.4.38
15
+ - @backstage/catalog-model@1.7.6
16
+ - @backstage/catalog-client@1.12.1
17
+ - @backstage/plugin-scaffolder-common@1.7.3
18
+
3
19
  ## 1.19.3-next.0
4
20
 
5
21
  ### Patch Changes
package/dist/alpha.d.ts CHANGED
@@ -115,7 +115,7 @@ interface FormField {
115
115
  }
116
116
 
117
117
  /** @alpha */
118
- declare const formFieldsApi: _backstage_frontend_plugin_api.ExtensionDefinition<{
118
+ declare const formFieldsApi: _backstage_frontend_plugin_api.OverridableExtensionDefinition<{
119
119
  config: {};
120
120
  configInput: {};
121
121
  output: _backstage_frontend_plugin_api.ExtensionDataRef<_backstage_frontend_plugin_api.AnyApiFactory, "core.api.factory", {}>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder-react",
3
- "version": "1.19.3-next.0",
3
+ "version": "1.19.3",
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.12.1-next.0",
70
- "@backstage/catalog-model": "1.7.6-next.0",
71
- "@backstage/core-components": "0.18.3-next.0",
72
- "@backstage/core-plugin-api": "1.11.2-next.0",
73
- "@backstage/frontend-plugin-api": "0.12.2-next.0",
74
- "@backstage/plugin-catalog-react": "1.21.3-next.0",
75
- "@backstage/plugin-permission-react": "0.4.38-next.0",
76
- "@backstage/plugin-scaffolder-common": "1.7.3-next.0",
77
- "@backstage/theme": "0.7.0",
78
- "@backstage/types": "1.2.2",
79
- "@backstage/version-bridge": "1.0.11",
69
+ "@backstage/catalog-client": "^1.12.1",
70
+ "@backstage/catalog-model": "^1.7.6",
71
+ "@backstage/core-components": "^0.18.3",
72
+ "@backstage/core-plugin-api": "^1.12.0",
73
+ "@backstage/frontend-plugin-api": "^0.13.0",
74
+ "@backstage/plugin-catalog-react": "^1.21.3",
75
+ "@backstage/plugin-permission-react": "^0.4.38",
76
+ "@backstage/plugin-scaffolder-common": "^1.7.3",
77
+ "@backstage/theme": "^0.7.0",
78
+ "@backstage/types": "^1.2.2",
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.34.5-next.0",
108
- "@backstage/core-app-api": "1.19.2-next.0",
109
- "@backstage/plugin-catalog": "1.31.5-next.0",
110
- "@backstage/plugin-catalog-common": "1.1.7-next.0",
111
- "@backstage/plugin-permission-common": "0.9.3-next.0",
112
- "@backstage/test-utils": "1.7.13-next.0",
107
+ "@backstage/cli": "^0.34.5",
108
+ "@backstage/core-app-api": "^1.19.2",
109
+ "@backstage/plugin-catalog": "^1.32.0",
110
+ "@backstage/plugin-catalog-common": "^1.1.7",
111
+ "@backstage/plugin-permission-common": "^0.9.3",
112
+ "@backstage/test-utils": "^1.7.13",
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",