@backstage/core-app-api 1.19.5-next.1 → 1.19.5

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 +11 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # @backstage/core-app-api
2
2
 
3
+ ## 1.19.5
4
+
5
+ ### Patch Changes
6
+
7
+ - 5a71e7a: Fixed memory leak caused by duplicate `AppThemeSelector` instances and missing cleanup in `AppThemeSelector` and `AppLanguageSelector`. Added `dispose()` method to both selectors for proper resource cleanup.
8
+ - a7e0d50: Updated `react-router-dom` peer dependency to `^6.30.2` and explicitly disabled v7 future flags to suppress deprecation warnings.
9
+ - 69d880e: Bump to latest zod to ensure it has the latest features
10
+ - Updated dependencies
11
+ - @backstage/core-plugin-api@1.12.3
12
+ - @backstage/version-bridge@1.0.12
13
+
3
14
  ## 1.19.5-next.1
4
15
 
5
16
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/core-app-api",
3
- "version": "1.19.5-next.1",
3
+ "version": "1.19.5",
4
4
  "description": "Core app API used by Backstage apps",
5
5
  "backstage": {
6
6
  "role": "web-library"
@@ -50,10 +50,10 @@
50
50
  "test": "backstage-cli package test"
51
51
  },
52
52
  "dependencies": {
53
- "@backstage/config": "1.3.6",
54
- "@backstage/core-plugin-api": "1.12.3-next.1",
55
- "@backstage/types": "1.2.2",
56
- "@backstage/version-bridge": "1.0.12-next.0",
53
+ "@backstage/config": "^1.3.6",
54
+ "@backstage/core-plugin-api": "^1.12.3",
55
+ "@backstage/types": "^1.2.2",
56
+ "@backstage/version-bridge": "^1.0.12",
57
57
  "@types/prop-types": "^15.7.3",
58
58
  "history": "^5.0.0",
59
59
  "i18next": "^22.4.15",
@@ -64,8 +64,8 @@
64
64
  "zod": "^3.25.76"
65
65
  },
66
66
  "devDependencies": {
67
- "@backstage/cli": "0.35.4-next.2",
68
- "@backstage/test-utils": "1.7.15-next.2",
67
+ "@backstage/cli": "^0.35.4",
68
+ "@backstage/test-utils": "^1.7.15",
69
69
  "@testing-library/dom": "^10.0.0",
70
70
  "@testing-library/jest-dom": "^6.0.0",
71
71
  "@testing-library/react": "^16.0.0",