@backstage/plugin-search 1.4.16-next.0 → 1.4.16-next.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,38 @@
1
1
  # @backstage/plugin-search
2
2
 
3
+ ## 1.4.16-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 836127c: Updated dependency `@testing-library/react` to `^16.0.0`.
8
+ - Updated dependencies
9
+ - @backstage/core-components@0.14.11-next.1
10
+ - @backstage/plugin-catalog-react@1.13.0-next.2
11
+ - @backstage/plugin-search-react@1.8.0-next.2
12
+ - @backstage/core-compat-api@0.3.0-next.2
13
+ - @backstage/core-plugin-api@1.9.4-next.0
14
+ - @backstage/frontend-plugin-api@0.8.0-next.2
15
+ - @backstage/version-bridge@1.0.9-next.0
16
+ - @backstage/errors@1.2.4
17
+ - @backstage/types@1.1.1
18
+ - @backstage/plugin-search-common@1.2.14
19
+
20
+ ## 1.4.16-next.1
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies
25
+ - @backstage/frontend-plugin-api@0.8.0-next.1
26
+ - @backstage/core-compat-api@0.3.0-next.1
27
+ - @backstage/core-components@0.14.11-next.0
28
+ - @backstage/plugin-catalog-react@1.12.4-next.1
29
+ - @backstage/core-plugin-api@1.9.3
30
+ - @backstage/errors@1.2.4
31
+ - @backstage/types@1.1.1
32
+ - @backstage/version-bridge@1.0.8
33
+ - @backstage/plugin-search-common@1.2.14
34
+ - @backstage/plugin-search-react@1.8.0-next.1
35
+
3
36
  ## 1.4.16-next.0
4
37
 
5
38
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search__alpha",
3
- "version": "1.4.16-next.0",
3
+ "version": "1.4.16-next.2",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/dist/alpha.d.ts CHANGED
@@ -56,7 +56,7 @@ declare const searchNavItem: _backstage_frontend_plugin_api.ExtensionDefinition<
56
56
  inputs: {};
57
57
  }>;
58
58
  /** @alpha */
59
- declare const _default: _backstage_frontend_plugin_api.BackstagePlugin<{
59
+ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{
60
60
  root: _backstage_frontend_plugin_api.RouteRef<undefined>;
61
61
  }, {}, {
62
62
  "api:search": _backstage_frontend_plugin_api.ExtensionDefinition<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search",
3
- "version": "1.4.16-next.0",
3
+ "version": "1.4.16-next.2",
4
4
  "description": "The Backstage plugin that provides your backstage app with search",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -57,16 +57,16 @@
57
57
  "test": "backstage-cli package test"
58
58
  },
59
59
  "dependencies": {
60
- "@backstage/core-compat-api": "^0.2.9-next.0",
61
- "@backstage/core-components": "^0.14.10",
62
- "@backstage/core-plugin-api": "^1.9.3",
60
+ "@backstage/core-compat-api": "^0.3.0-next.2",
61
+ "@backstage/core-components": "^0.14.11-next.1",
62
+ "@backstage/core-plugin-api": "^1.9.4-next.0",
63
63
  "@backstage/errors": "^1.2.4",
64
- "@backstage/frontend-plugin-api": "^0.8.0-next.0",
65
- "@backstage/plugin-catalog-react": "^1.12.4-next.0",
64
+ "@backstage/frontend-plugin-api": "^0.8.0-next.2",
65
+ "@backstage/plugin-catalog-react": "^1.13.0-next.2",
66
66
  "@backstage/plugin-search-common": "^1.2.14",
67
- "@backstage/plugin-search-react": "^1.8.0-next.0",
67
+ "@backstage/plugin-search-react": "^1.8.0-next.2",
68
68
  "@backstage/types": "^1.1.1",
69
- "@backstage/version-bridge": "^1.0.8",
69
+ "@backstage/version-bridge": "^1.0.9-next.0",
70
70
  "@material-ui/core": "^4.12.2",
71
71
  "@material-ui/icons": "^4.9.1",
72
72
  "@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
@@ -74,13 +74,13 @@
74
74
  "react-use": "^17.2.4"
75
75
  },
76
76
  "devDependencies": {
77
- "@backstage/cli": "^0.27.1-next.0",
78
- "@backstage/core-app-api": "^1.14.2",
79
- "@backstage/dev-utils": "^1.0.38-next.0",
80
- "@backstage/test-utils": "^1.6.0-next.0",
77
+ "@backstage/cli": "^0.27.1-next.2",
78
+ "@backstage/core-app-api": "^1.14.3-next.0",
79
+ "@backstage/dev-utils": "^1.1.0-next.2",
80
+ "@backstage/test-utils": "^1.6.0-next.1",
81
81
  "@testing-library/dom": "^10.0.0",
82
82
  "@testing-library/jest-dom": "^6.0.0",
83
- "@testing-library/react": "^15.0.0",
83
+ "@testing-library/react": "^16.0.0",
84
84
  "@testing-library/user-event": "^14.0.0",
85
85
  "history": "^5.0.0"
86
86
  },