@backstage/plugin-search 1.7.3 → 1.7.4-next.0
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 -17
- package/dist/package.json.esm.js +1 -1
- package/package.json +15 -15
package/CHANGELOG.md
CHANGED
|
@@ -1,26 +1,22 @@
|
|
|
1
1
|
# @backstage/plugin-search
|
|
2
2
|
|
|
3
|
-
## 1.7.
|
|
3
|
+
## 1.7.4-next.0
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- cad156e: Replaced old config schema values from existing extensions and blueprints.
|
|
8
|
+
- 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.
|
|
8
9
|
- Updated dependencies
|
|
9
|
-
- @backstage/
|
|
10
|
-
- @backstage/
|
|
11
|
-
- @backstage/
|
|
12
|
-
- @backstage/plugin-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
-
|
|
19
|
-
- Updated dependencies
|
|
20
|
-
- @backstage/ui@0.14.1
|
|
21
|
-
- @backstage/frontend-plugin-api@0.16.1
|
|
22
|
-
- @backstage/plugin-catalog-react@2.1.3
|
|
23
|
-
- @backstage/plugin-search-react@1.11.2
|
|
10
|
+
- @backstage/core-components@0.18.10-next.0
|
|
11
|
+
- @backstage/ui@0.15.0-next.0
|
|
12
|
+
- @backstage/errors@1.3.1-next.0
|
|
13
|
+
- @backstage/plugin-catalog-react@2.1.5-next.0
|
|
14
|
+
- @backstage/frontend-plugin-api@0.17.0-next.0
|
|
15
|
+
- @backstage/plugin-search-react@1.11.4-next.0
|
|
16
|
+
- @backstage/core-plugin-api@1.12.6-next.0
|
|
17
|
+
- @backstage/types@1.2.2
|
|
18
|
+
- @backstage/version-bridge@1.0.12
|
|
19
|
+
- @backstage/plugin-search-common@1.2.24-next.0
|
|
24
20
|
|
|
25
21
|
## 1.7.1
|
|
26
22
|
|
package/dist/package.json.esm.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-search",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.4-next.0",
|
|
4
4
|
"description": "The Backstage plugin that provides your backstage app with search",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "frontend-plugin",
|
|
@@ -70,16 +70,16 @@
|
|
|
70
70
|
"test": "backstage-cli package test"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
|
-
"@backstage/core-components": "
|
|
74
|
-
"@backstage/core-plugin-api": "
|
|
75
|
-
"@backstage/errors": "
|
|
76
|
-
"@backstage/frontend-plugin-api": "
|
|
77
|
-
"@backstage/plugin-catalog-react": "
|
|
78
|
-
"@backstage/plugin-search-common": "
|
|
79
|
-
"@backstage/plugin-search-react": "
|
|
80
|
-
"@backstage/types": "
|
|
81
|
-
"@backstage/ui": "
|
|
82
|
-
"@backstage/version-bridge": "
|
|
73
|
+
"@backstage/core-components": "0.18.10-next.0",
|
|
74
|
+
"@backstage/core-plugin-api": "1.12.6-next.0",
|
|
75
|
+
"@backstage/errors": "1.3.1-next.0",
|
|
76
|
+
"@backstage/frontend-plugin-api": "0.17.0-next.0",
|
|
77
|
+
"@backstage/plugin-catalog-react": "2.1.5-next.0",
|
|
78
|
+
"@backstage/plugin-search-common": "1.2.24-next.0",
|
|
79
|
+
"@backstage/plugin-search-react": "1.11.4-next.0",
|
|
80
|
+
"@backstage/types": "1.2.2",
|
|
81
|
+
"@backstage/ui": "0.15.0-next.0",
|
|
82
|
+
"@backstage/version-bridge": "1.0.12",
|
|
83
83
|
"@material-ui/core": "^4.12.2",
|
|
84
84
|
"@material-ui/icons": "^4.9.1",
|
|
85
85
|
"qs": "^6.9.4",
|
|
@@ -87,10 +87,10 @@
|
|
|
87
87
|
"zod": "^4.0.0"
|
|
88
88
|
},
|
|
89
89
|
"devDependencies": {
|
|
90
|
-
"@backstage/cli": "
|
|
91
|
-
"@backstage/core-app-api": "
|
|
92
|
-
"@backstage/dev-utils": "
|
|
93
|
-
"@backstage/test-utils": "
|
|
90
|
+
"@backstage/cli": "0.36.2-next.0",
|
|
91
|
+
"@backstage/core-app-api": "1.20.1-next.0",
|
|
92
|
+
"@backstage/dev-utils": "1.1.23-next.0",
|
|
93
|
+
"@backstage/test-utils": "1.7.18-next.0",
|
|
94
94
|
"@testing-library/dom": "^10.0.0",
|
|
95
95
|
"@testing-library/jest-dom": "^6.0.0",
|
|
96
96
|
"@testing-library/react": "^16.0.0",
|