@backstage/core-components 0.16.4-next.1 → 0.16.4

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 +10 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @backstage/core-components
2
2
 
3
+ ## 0.16.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 9c9f4ff: Added `nestedValuesAsYaml` option to `StructuredMetadataTable` to render data as yaml.
8
+ - 47c27c2: Upgrade `dagre` to `@dagrejs/dagre`
9
+ - 17088d2: Updating the `TaskLogStream` to take up all space in a running task, and also show the last line of the log by default
10
+ - 58ec9e7: Removed older versions of React packages as a preparatory step for upgrading to React 19. This commit does not introduce any functional changes, but removes dependencies on previous React versions, allowing for a cleaner upgrade path in subsequent commits.
11
+ - Updated dependencies
12
+ - @backstage/core-plugin-api@1.10.4
13
+ - @backstage/version-bridge@1.0.11
14
+ - @backstage/theme@0.6.4
15
+ - @backstage/config@1.3.2
16
+ - @backstage/errors@1.2.7
17
+
3
18
  ## 0.16.4-next.1
4
19
 
5
20
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/core-components",
3
- "version": "0.16.4-next.1",
3
+ "version": "0.16.4",
4
4
  "description": "Core components used by Backstage plugins and apps",
5
5
  "backstage": {
6
6
  "role": "web-library"
@@ -66,11 +66,11 @@
66
66
  "test": "backstage-cli package test"
67
67
  },
68
68
  "dependencies": {
69
- "@backstage/config": "1.3.2",
70
- "@backstage/core-plugin-api": "1.10.4-next.0",
71
- "@backstage/errors": "1.2.7",
72
- "@backstage/theme": "0.6.4-next.0",
73
- "@backstage/version-bridge": "1.0.11-next.0",
69
+ "@backstage/config": "^1.3.2",
70
+ "@backstage/core-plugin-api": "^1.10.4",
71
+ "@backstage/errors": "^1.2.7",
72
+ "@backstage/theme": "^0.6.4",
73
+ "@backstage/version-bridge": "^1.0.11",
74
74
  "@dagrejs/dagre": "^1.1.4",
75
75
  "@date-io/core": "^1.3.13",
76
76
  "@material-table/core": "^3.1.0",
@@ -106,10 +106,10 @@
106
106
  "zod": "^3.22.4"
107
107
  },
108
108
  "devDependencies": {
109
- "@backstage/app-defaults": "1.5.17-next.1",
110
- "@backstage/cli": "0.30.0-next.2",
111
- "@backstage/core-app-api": "1.15.5-next.0",
112
- "@backstage/test-utils": "1.7.5-next.0",
109
+ "@backstage/app-defaults": "^1.5.17",
110
+ "@backstage/cli": "^0.30.0",
111
+ "@backstage/core-app-api": "^1.15.5",
112
+ "@backstage/test-utils": "^1.7.5",
113
113
  "@testing-library/dom": "^10.0.0",
114
114
  "@testing-library/jest-dom": "^6.0.0",
115
115
  "@testing-library/user-event": "^14.0.0",