@backstage/plugin-search 1.4.25-next.2 → 1.4.26-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.
Files changed (2) hide show
  1. package/CHANGELOG.md +37 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,5 +1,42 @@
1
1
  # @backstage/plugin-search
2
2
 
3
+ ## 1.4.26-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-compat-api@0.4.2-next.0
9
+ - @backstage/plugin-catalog-react@1.18.0-next.0
10
+ - @backstage/core-components@0.17.1
11
+ - @backstage/core-plugin-api@1.10.6
12
+ - @backstage/errors@1.2.7
13
+ - @backstage/frontend-plugin-api@0.10.1
14
+ - @backstage/types@1.2.1
15
+ - @backstage/version-bridge@1.0.11
16
+ - @backstage/plugin-search-common@1.2.17
17
+ - @backstage/plugin-search-react@1.8.8
18
+
19
+ ## 1.4.25
20
+
21
+ ### Patch Changes
22
+
23
+ - e655f62: Updated `README.md` to use `yarn start` instead of `yarn dev`.
24
+ - a47fd39: Removes instances of default React imports, a necessary update for the upcoming React 19 migration.
25
+
26
+ <https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html>
27
+
28
+ - Updated dependencies
29
+ - @backstage/plugin-catalog-react@1.17.0
30
+ - @backstage/frontend-plugin-api@0.10.1
31
+ - @backstage/core-compat-api@0.4.1
32
+ - @backstage/core-components@0.17.1
33
+ - @backstage/core-plugin-api@1.10.6
34
+ - @backstage/plugin-search-react@1.8.8
35
+ - @backstage/errors@1.2.7
36
+ - @backstage/types@1.2.1
37
+ - @backstage/version-bridge@1.0.11
38
+ - @backstage/plugin-search-common@1.2.17
39
+
3
40
  ## 1.4.25-next.2
4
41
 
5
42
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search",
3
- "version": "1.4.25-next.2",
3
+ "version": "1.4.26-next.0",
4
4
  "description": "The Backstage plugin that provides your backstage app with search",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -70,14 +70,14 @@
70
70
  "test": "backstage-cli package test"
71
71
  },
72
72
  "dependencies": {
73
- "@backstage/core-compat-api": "0.4.1-next.2",
74
- "@backstage/core-components": "0.17.1-next.1",
75
- "@backstage/core-plugin-api": "1.10.6-next.0",
73
+ "@backstage/core-compat-api": "0.4.2-next.0",
74
+ "@backstage/core-components": "0.17.1",
75
+ "@backstage/core-plugin-api": "1.10.6",
76
76
  "@backstage/errors": "1.2.7",
77
- "@backstage/frontend-plugin-api": "0.10.1-next.1",
78
- "@backstage/plugin-catalog-react": "1.17.0-next.2",
77
+ "@backstage/frontend-plugin-api": "0.10.1",
78
+ "@backstage/plugin-catalog-react": "1.18.0-next.0",
79
79
  "@backstage/plugin-search-common": "1.2.17",
80
- "@backstage/plugin-search-react": "1.8.8-next.1",
80
+ "@backstage/plugin-search-react": "1.8.8",
81
81
  "@backstage/types": "1.2.1",
82
82
  "@backstage/version-bridge": "1.0.11",
83
83
  "@material-ui/core": "^4.12.2",
@@ -86,10 +86,10 @@
86
86
  "react-use": "^17.2.4"
87
87
  },
88
88
  "devDependencies": {
89
- "@backstage/cli": "0.32.0-next.2",
90
- "@backstage/core-app-api": "1.16.1-next.0",
91
- "@backstage/dev-utils": "1.1.9-next.2",
92
- "@backstage/test-utils": "1.7.7-next.0",
89
+ "@backstage/cli": "0.32.1-next.0",
90
+ "@backstage/core-app-api": "1.16.1",
91
+ "@backstage/dev-utils": "1.1.10-next.0",
92
+ "@backstage/test-utils": "1.7.7",
93
93
  "@testing-library/dom": "^10.0.0",
94
94
  "@testing-library/jest-dom": "^6.0.0",
95
95
  "@testing-library/react": "^16.0.0",