@backstage/plugin-search-backend 2.1.2-next.1 → 2.1.3-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 +27 -0
  2. package/package.json +14 -14
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @backstage/plugin-search-backend
2
2
 
3
+ ## 2.1.3-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - e0889a3: chore(deps): bump `qs` from 6.15.1 to 6.15.2
8
+ - Updated dependencies
9
+ - @backstage/plugin-permission-node@0.11.1-next.0
10
+ - @backstage/plugin-search-backend-node@1.4.5-next.0
11
+ - @backstage/backend-plugin-api@1.9.2-next.0
12
+ - @backstage/backend-openapi-utils@0.6.10-next.0
13
+
14
+ ## 2.1.2
15
+
16
+ ### Patch Changes
17
+
18
+ - 303954b: Added action for search backend to query search engine using the actions registry
19
+ - 0c5e41f: Removed unused dependencies that had no imports in source code.
20
+ - Updated dependencies
21
+ - @backstage/errors@1.3.1
22
+ - @backstage/backend-plugin-api@1.9.1
23
+ - @backstage/plugin-permission-node@0.11.0
24
+ - @backstage/plugin-permission-common@0.9.9
25
+ - @backstage/plugin-search-backend-node@1.4.4
26
+ - @backstage/backend-openapi-utils@0.6.9
27
+ - @backstage/config@1.3.8
28
+ - @backstage/plugin-search-common@1.2.24
29
+
3
30
  ## 2.1.2-next.1
4
31
 
5
32
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend",
3
- "version": "2.1.2-next.1",
3
+ "version": "2.1.3-next.0",
4
4
  "description": "The Backstage backend plugin that provides your backstage app with search",
5
5
  "backstage": {
6
6
  "role": "backend-plugin",
@@ -70,26 +70,26 @@
70
70
  "test": "backstage-cli package test"
71
71
  },
72
72
  "dependencies": {
73
- "@backstage/backend-openapi-utils": "0.6.9-next.0",
74
- "@backstage/backend-plugin-api": "1.9.1-next.0",
75
- "@backstage/config": "1.3.8-next.0",
76
- "@backstage/errors": "1.3.1-next.0",
77
- "@backstage/plugin-permission-common": "0.9.9-next.1",
78
- "@backstage/plugin-permission-node": "0.10.13-next.0",
79
- "@backstage/plugin-search-backend-node": "1.4.4-next.1",
80
- "@backstage/plugin-search-common": "1.2.24-next.0",
73
+ "@backstage/backend-openapi-utils": "0.6.10-next.0",
74
+ "@backstage/backend-plugin-api": "1.9.2-next.0",
75
+ "@backstage/config": "1.3.8",
76
+ "@backstage/errors": "1.3.1",
77
+ "@backstage/plugin-permission-common": "0.9.9",
78
+ "@backstage/plugin-permission-node": "0.11.1-next.0",
79
+ "@backstage/plugin-search-backend-node": "1.4.5-next.0",
80
+ "@backstage/plugin-search-common": "1.2.24",
81
81
  "@backstage/types": "1.2.2",
82
82
  "dataloader": "^2.0.0",
83
83
  "express": "^4.22.0",
84
84
  "lodash": "^4.17.21",
85
- "qs": "^6.10.1",
85
+ "qs": "^6.15.2",
86
86
  "zod": "^3.25.76 || ^4.0.0"
87
87
  },
88
88
  "devDependencies": {
89
- "@backstage/backend-defaults": "0.17.1-next.1",
90
- "@backstage/backend-test-utils": "1.11.3-next.1",
91
- "@backstage/cli": "0.36.2-next.1",
92
- "@backstage/repo-tools": "0.17.2-next.0",
89
+ "@backstage/backend-defaults": "0.17.2-next.0",
90
+ "@backstage/backend-test-utils": "1.11.4-next.0",
91
+ "@backstage/cli": "0.36.3-next.0",
92
+ "@backstage/repo-tools": "0.17.3-next.0",
93
93
  "@types/express": "^4.17.6",
94
94
  "@types/supertest": "^2.0.8",
95
95
  "supertest": "^7.0.0"