@backstage/plugin-search-react 1.11.4-next.1 → 1.11.4
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 +13 -0
- package/package.json +13 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @backstage/plugin-search-react
|
|
2
2
|
|
|
3
|
+
## 1.11.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- e9b78e9: Removed the `uuid` dependency and replaced usage with the built-in `crypto.randomUUID()`.
|
|
8
|
+
- cad156e: Replaced old config schema values from existing extensions and blueprints.
|
|
9
|
+
- 085133f: The `zod` dependency has been bumped from `^3.25.76 || ^4.0.0` to `^4.0.0`, since `configSchema` requires the full Zod v4 package for JSON Schema support.
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
- @backstage/core-components@0.18.10
|
|
12
|
+
- @backstage/frontend-plugin-api@0.17.0
|
|
13
|
+
- @backstage/core-plugin-api@1.12.6
|
|
14
|
+
- @backstage/plugin-search-common@1.2.24
|
|
15
|
+
|
|
3
16
|
## 1.11.4-next.1
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-search-react",
|
|
3
|
-
"version": "1.11.4
|
|
3
|
+
"version": "1.11.4",
|
|
4
4
|
"backstage": {
|
|
5
5
|
"role": "web-library",
|
|
6
6
|
"pluginId": "search",
|
|
@@ -64,13 +64,13 @@
|
|
|
64
64
|
"test": "backstage-cli package test"
|
|
65
65
|
},
|
|
66
66
|
"dependencies": {
|
|
67
|
-
"@backstage/core-components": "0.18.10
|
|
68
|
-
"@backstage/core-plugin-api": "1.12.6
|
|
69
|
-
"@backstage/frontend-plugin-api": "0.17.0
|
|
70
|
-
"@backstage/plugin-search-common": "1.2.24
|
|
71
|
-
"@backstage/theme": "0.7.3",
|
|
72
|
-
"@backstage/types": "1.2.2",
|
|
73
|
-
"@backstage/version-bridge": "1.0.12",
|
|
67
|
+
"@backstage/core-components": "^0.18.10",
|
|
68
|
+
"@backstage/core-plugin-api": "^1.12.6",
|
|
69
|
+
"@backstage/frontend-plugin-api": "^0.17.0",
|
|
70
|
+
"@backstage/plugin-search-common": "^1.2.24",
|
|
71
|
+
"@backstage/theme": "^0.7.3",
|
|
72
|
+
"@backstage/types": "^1.2.2",
|
|
73
|
+
"@backstage/version-bridge": "^1.0.12",
|
|
74
74
|
"@material-ui/core": "^4.12.2",
|
|
75
75
|
"@material-ui/icons": "^4.9.1",
|
|
76
76
|
"@material-ui/lab": "4.0.0-alpha.61",
|
|
@@ -80,11 +80,11 @@
|
|
|
80
80
|
"zod": "^4.0.0"
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
|
-
"@backstage/cli": "0.36.2
|
|
84
|
-
"@backstage/core-app-api": "1.20.1
|
|
85
|
-
"@backstage/frontend-app-api": "0.16.3
|
|
86
|
-
"@backstage/frontend-test-utils": "0.
|
|
87
|
-
"@backstage/test-utils": "1.7.18
|
|
83
|
+
"@backstage/cli": "^0.36.2",
|
|
84
|
+
"@backstage/core-app-api": "^1.20.1",
|
|
85
|
+
"@backstage/frontend-app-api": "^0.16.3",
|
|
86
|
+
"@backstage/frontend-test-utils": "^0.6.0",
|
|
87
|
+
"@backstage/test-utils": "^1.7.18",
|
|
88
88
|
"@testing-library/dom": "^10.0.0",
|
|
89
89
|
"@testing-library/jest-dom": "^6.0.0",
|
|
90
90
|
"@testing-library/react": "^16.0.0",
|