@backstage/frontend-defaults 0.4.0-next.2 → 0.4.1-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 +30 -0
  2. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -1,5 +1,35 @@
1
1
  # @backstage/frontend-defaults
2
2
 
3
+ ## 0.4.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/frontend-plugin-api@0.14.2-next.0
9
+ - @backstage/plugin-app@0.4.1-next.0
10
+ - @backstage/config@1.3.6
11
+ - @backstage/core-components@0.18.8-next.0
12
+ - @backstage/errors@1.2.7
13
+ - @backstage/frontend-app-api@0.15.1-next.0
14
+
15
+ ## 0.4.0
16
+
17
+ ### Minor Changes
18
+
19
+ - 55b2ef6: **BREAKING**: The `API_FACTORY_CONFLICT` warning is now treated as an error and will prevent the app from starting.
20
+
21
+ ### Patch Changes
22
+
23
+ - 122d39c: Completely removed support for the deprecated `app.experimental.packages` configuration. Replace existing usage directly with `app.packages`.
24
+ - c38b74d: Dependency update for tests.
25
+ - 53b6549: Plugins in the new frontend system now have a `pluginId` field rather than `id` to better align with naming conventions used throughout the frontend and backend systems. The old field is still present but marked as deprecated. All internal code has been updated to prefer `pluginId` while maintaining backward compatibility by falling back to `id` when needed.
26
+ - a7e0d50: Updated `react-router-dom` peer dependency to `^6.30.2` and explicitly disabled v7 future flags to suppress deprecation warnings.
27
+ - Updated dependencies
28
+ - @backstage/frontend-app-api@0.15.0
29
+ - @backstage/core-components@0.18.7
30
+ - @backstage/frontend-plugin-api@0.14.0
31
+ - @backstage/plugin-app@0.4.0
32
+
3
33
  ## 0.4.0-next.2
4
34
 
5
35
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/frontend-defaults",
3
- "version": "0.4.0-next.2",
3
+ "version": "0.4.1-next.0",
4
4
  "backstage": {
5
5
  "role": "web-library"
6
6
  },
@@ -32,18 +32,18 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@backstage/config": "1.3.6",
35
- "@backstage/core-components": "0.18.7-next.2",
35
+ "@backstage/core-components": "0.18.8-next.0",
36
36
  "@backstage/errors": "1.2.7",
37
- "@backstage/frontend-app-api": "0.15.0-next.2",
38
- "@backstage/frontend-plugin-api": "0.14.0-next.2",
39
- "@backstage/plugin-app": "0.4.0-next.2",
37
+ "@backstage/frontend-app-api": "0.15.1-next.0",
38
+ "@backstage/frontend-plugin-api": "0.14.2-next.0",
39
+ "@backstage/plugin-app": "0.4.1-next.0",
40
40
  "@react-hookz/web": "^24.0.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@backstage/cli": "0.35.4-next.2",
44
- "@backstage/core-plugin-api": "1.12.3-next.1",
45
- "@backstage/plugin-app-react": "0.1.1-next.0",
46
- "@backstage/test-utils": "1.7.15-next.2",
43
+ "@backstage/cli": "0.35.5-next.0",
44
+ "@backstage/core-plugin-api": "1.12.4-next.0",
45
+ "@backstage/plugin-app-react": "0.2.1-next.0",
46
+ "@backstage/test-utils": "1.7.16-next.0",
47
47
  "@testing-library/jest-dom": "^6.0.0",
48
48
  "@testing-library/react": "^16.0.0",
49
49
  "@types/react": "^18.0.0",