@backstage/plugin-search-backend 2.0.8-next.1 → 2.0.9-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 +32 -0
  2. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -1,5 +1,37 @@
1
1
  # @backstage/plugin-search-backend
2
2
 
3
+ ## 2.0.9-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-search-backend-node@1.4.0-next.0
9
+ - @backstage/backend-defaults@0.14.0-next.0
10
+ - @backstage/backend-plugin-api@1.5.1-next.0
11
+ - @backstage/plugin-permission-node@0.10.7-next.0
12
+ - @backstage/backend-openapi-utils@0.6.4-next.0
13
+ - @backstage/config@1.3.6
14
+ - @backstage/errors@1.2.7
15
+ - @backstage/types@1.2.2
16
+ - @backstage/plugin-permission-common@0.9.3
17
+ - @backstage/plugin-search-common@1.2.21
18
+
19
+ ## 2.0.8
20
+
21
+ ### Patch Changes
22
+
23
+ - b2bef92: Convert all enums to erasable-syntax compliant patterns
24
+ - 05f60e1: Refactored constructor parameter properties to explicit property declarations for compatibility with TypeScript's `erasableSyntaxOnly` setting. This internal refactoring maintains all existing functionality while ensuring TypeScript compilation compatibility.
25
+ - Updated dependencies
26
+ - @backstage/backend-defaults@0.13.1
27
+ - @backstage/backend-plugin-api@1.5.0
28
+ - @backstage/plugin-permission-common@0.9.3
29
+ - @backstage/plugin-search-backend-node@1.3.17
30
+ - @backstage/config@1.3.6
31
+ - @backstage/backend-openapi-utils@0.6.3
32
+ - @backstage/plugin-permission-node@0.10.6
33
+ - @backstage/plugin-search-common@1.2.21
34
+
3
35
  ## 2.0.8-next.1
4
36
 
5
37
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-search-backend",
3
- "version": "2.0.8-next.1",
3
+ "version": "2.0.9-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,15 +70,15 @@
70
70
  "test": "backstage-cli package test"
71
71
  },
72
72
  "dependencies": {
73
- "@backstage/backend-defaults": "0.13.1-next.1",
74
- "@backstage/backend-openapi-utils": "0.6.3-next.1",
75
- "@backstage/backend-plugin-api": "1.5.0-next.1",
76
- "@backstage/config": "1.3.6-next.0",
73
+ "@backstage/backend-defaults": "0.14.0-next.0",
74
+ "@backstage/backend-openapi-utils": "0.6.4-next.0",
75
+ "@backstage/backend-plugin-api": "1.5.1-next.0",
76
+ "@backstage/config": "1.3.6",
77
77
  "@backstage/errors": "1.2.7",
78
- "@backstage/plugin-permission-common": "0.9.3-next.1",
79
- "@backstage/plugin-permission-node": "0.10.6-next.1",
80
- "@backstage/plugin-search-backend-node": "1.3.17-next.1",
81
- "@backstage/plugin-search-common": "1.2.21-next.0",
78
+ "@backstage/plugin-permission-common": "0.9.3",
79
+ "@backstage/plugin-permission-node": "0.10.7-next.0",
80
+ "@backstage/plugin-search-backend-node": "1.4.0-next.0",
81
+ "@backstage/plugin-search-common": "1.2.21",
82
82
  "@backstage/types": "1.2.2",
83
83
  "dataloader": "^2.0.0",
84
84
  "express": "^4.17.1",
@@ -88,9 +88,9 @@
88
88
  "zod": "^3.22.4"
89
89
  },
90
90
  "devDependencies": {
91
- "@backstage/backend-test-utils": "1.10.0-next.1",
92
- "@backstage/cli": "0.34.5-next.1",
93
- "@backstage/repo-tools": "0.15.4-next.1",
91
+ "@backstage/backend-test-utils": "1.10.1-next.0",
92
+ "@backstage/cli": "0.34.6-next.0",
93
+ "@backstage/repo-tools": "0.16.1-next.0",
94
94
  "@types/express": "^4.17.6",
95
95
  "@types/supertest": "^2.0.8",
96
96
  "supertest": "^7.0.0"