@backstage/plugin-scaffolder 1.35.1 → 1.35.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @backstage/plugin-scaffolder
2
2
 
3
+ ## 1.35.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 5683c85: Bump to latest zod to ensure it has the latest features
8
+ - Updated dependencies
9
+ - @backstage/frontend-plugin-api@0.13.4
10
+ - @backstage/core-components@0.18.6
11
+ - @backstage/core-plugin-api@1.12.2
12
+ - @backstage/plugin-scaffolder-react@1.19.6
13
+ - @backstage/plugin-catalog-react@1.21.6
14
+
3
15
  ## 1.35.1
4
16
 
5
17
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-scaffolder";
2
- var version = "1.35.1";
2
+ var version = "1.35.2";
3
3
  var description = "The Backstage plugin that helps you create new things";
4
4
  var backstage = {
5
5
  role: "frontend-plugin",
@@ -100,7 +100,7 @@ var dependencies = {
100
100
  "react-use": "^17.2.4",
101
101
  "react-window": "^1.8.10",
102
102
  yaml: "^2.0.0",
103
- zod: "^3.22.4",
103
+ zod: "^3.25.76",
104
104
  "zod-to-json-schema": "^3.25.1"
105
105
  };
106
106
  var devDependencies = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-scaffolder",
3
- "version": "1.35.1",
3
+ "version": "1.35.2",
4
4
  "description": "The Backstage plugin that helps you create new things",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -72,17 +72,17 @@
72
72
  "dependencies": {
73
73
  "@backstage/catalog-client": "^1.12.1",
74
74
  "@backstage/catalog-model": "^1.7.6",
75
- "@backstage/core-components": "^0.18.5",
76
- "@backstage/core-plugin-api": "^1.12.1",
75
+ "@backstage/core-components": "^0.18.6",
76
+ "@backstage/core-plugin-api": "^1.12.2",
77
77
  "@backstage/errors": "^1.2.7",
78
- "@backstage/frontend-plugin-api": "^0.13.3",
78
+ "@backstage/frontend-plugin-api": "^0.13.4",
79
79
  "@backstage/integration": "^1.19.2",
80
80
  "@backstage/integration-react": "^1.2.14",
81
81
  "@backstage/plugin-catalog-common": "^1.1.7",
82
- "@backstage/plugin-catalog-react": "^1.21.5",
82
+ "@backstage/plugin-catalog-react": "^1.21.6",
83
83
  "@backstage/plugin-permission-react": "^0.4.39",
84
84
  "@backstage/plugin-scaffolder-common": "^1.7.5",
85
- "@backstage/plugin-scaffolder-react": "^1.19.5",
85
+ "@backstage/plugin-scaffolder-react": "^1.19.6",
86
86
  "@backstage/plugin-techdocs-common": "^0.1.1",
87
87
  "@backstage/plugin-techdocs-react": "^1.3.7",
88
88
  "@backstage/types": "^1.2.2",
@@ -113,15 +113,15 @@
113
113
  "react-use": "^17.2.4",
114
114
  "react-window": "^1.8.10",
115
115
  "yaml": "^2.0.0",
116
- "zod": "^3.22.4",
116
+ "zod": "^3.25.76",
117
117
  "zod-to-json-schema": "^3.25.1"
118
118
  },
119
119
  "devDependencies": {
120
- "@backstage/cli": "^0.35.2",
121
- "@backstage/core-app-api": "^1.19.3",
120
+ "@backstage/cli": "^0.35.3",
121
+ "@backstage/core-app-api": "^1.19.4",
122
122
  "@backstage/dev-utils": "^1.1.19",
123
123
  "@backstage/plugin-catalog": "^1.32.2",
124
- "@backstage/plugin-permission-common": "^0.9.4",
124
+ "@backstage/plugin-permission-common": "^0.9.5",
125
125
  "@backstage/plugin-techdocs": "^1.16.2",
126
126
  "@backstage/test-utils": "^1.7.14",
127
127
  "@testing-library/dom": "^10.0.0",