@backstage/frontend-app-api 0.16.3-next.1 → 0.16.3

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 +15 -0
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @backstage/frontend-app-api
2
2
 
3
+ ## 0.16.3
4
+
5
+ ### Patch Changes
6
+
7
+ - f79eaf2: Internal cleanup of routing utilities.
8
+ - b6ca666: Invalid feature flag declarations no longer crash the app during bootstrap. They are now reported through the error collector and skipped, letting the rest of the app load normally.
9
+ - Updated dependencies
10
+ - @backstage/errors@1.3.1
11
+ - @backstage/frontend-defaults@0.5.2
12
+ - @backstage/frontend-plugin-api@0.17.0
13
+ - @backstage/core-plugin-api@1.12.6
14
+ - @backstage/filter-predicates@0.1.3
15
+ - @backstage/config@1.3.8
16
+ - @backstage/core-app-api@1.20.1
17
+
3
18
  ## 0.16.3-next.1
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/frontend-app-api",
3
- "version": "0.16.3-next.1",
3
+ "version": "0.16.3",
4
4
  "backstage": {
5
5
  "role": "web-library"
6
6
  },
@@ -32,24 +32,24 @@
32
32
  "test": "backstage-cli package test"
33
33
  },
34
34
  "dependencies": {
35
- "@backstage/config": "1.3.8-next.0",
36
- "@backstage/core-app-api": "1.20.1-next.0",
37
- "@backstage/core-plugin-api": "1.12.6-next.1",
38
- "@backstage/errors": "1.3.1-next.0",
39
- "@backstage/filter-predicates": "0.1.3-next.0",
40
- "@backstage/frontend-defaults": "0.5.2-next.1",
41
- "@backstage/frontend-plugin-api": "0.17.0-next.1",
42
- "@backstage/types": "1.2.2",
43
- "@backstage/version-bridge": "1.0.12",
35
+ "@backstage/config": "^1.3.8",
36
+ "@backstage/core-app-api": "^1.20.1",
37
+ "@backstage/core-plugin-api": "^1.12.6",
38
+ "@backstage/errors": "^1.3.1",
39
+ "@backstage/filter-predicates": "^0.1.3",
40
+ "@backstage/frontend-defaults": "^0.5.2",
41
+ "@backstage/frontend-plugin-api": "^0.17.0",
42
+ "@backstage/types": "^1.2.2",
43
+ "@backstage/version-bridge": "^1.0.12",
44
44
  "lodash": "^4.17.21",
45
45
  "zod": "^3.25.76 || ^4.0.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/cli": "0.36.2-next.1",
49
- "@backstage/frontend-test-utils": "0.5.3-next.1",
50
- "@backstage/plugin-app": "0.4.6-next.1",
51
- "@backstage/plugin-permission-common": "0.9.9-next.1",
52
- "@backstage/test-utils": "1.7.18-next.0",
48
+ "@backstage/cli": "^0.36.2",
49
+ "@backstage/frontend-test-utils": "^0.6.0",
50
+ "@backstage/plugin-app": "^0.4.6",
51
+ "@backstage/plugin-permission-common": "^0.9.9",
52
+ "@backstage/test-utils": "^1.7.18",
53
53
  "@testing-library/jest-dom": "^6.0.0",
54
54
  "@testing-library/react": "^16.0.0",
55
55
  "@types/react": "^18.0.0",