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

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @backstage/core-components
2
2
 
3
+ ## 0.18.7
4
+
5
+ ### Patch Changes
6
+
7
+ - 7455dae: Use node prefix on native imports
8
+ - a7e0d50: Updated `react-router-dom` peer dependency to `^6.30.2` and explicitly disabled v7 future flags to suppress deprecation warnings.
9
+ - cebfea7: Removed link styles from LinkButton to avoid styling inconsistencies related to import order.
10
+ - 69d880e: Bump to latest zod to ensure it has the latest features
11
+ - Updated dependencies
12
+ - @backstage/theme@0.7.2
13
+ - @backstage/core-plugin-api@1.12.3
14
+ - @backstage/version-bridge@1.0.12
15
+
16
+ ## 0.18.7-next.2
17
+
18
+ ### Patch Changes
19
+
20
+ - a7e0d50: Prepare for React Router v7 migration by updating to v6.30.2 across all NFS packages and enabling v7 future flags. Convert routes from splat paths to parent/child structure with Outlet components.
21
+ - Updated dependencies
22
+ - @backstage/core-plugin-api@1.12.3-next.1
23
+ - @backstage/version-bridge@1.0.12-next.0
24
+ - @backstage/theme@0.7.2-next.1
25
+
3
26
  ## 0.18.7-next.1
4
27
 
5
28
  ### Patch Changes
package/dist/alpha.d.ts CHANGED
@@ -8,8 +8,8 @@ declare const coreComponentsTranslationRef: _backstage_frontend_plugin_api.Trans
8
8
  readonly "table.body.emptyDataSourceMessage": "No records to display";
9
9
  readonly "table.header.actions": "Actions";
10
10
  readonly "table.toolbar.search": "Filter";
11
- readonly "table.pagination.firstTooltip": "First Page";
12
11
  readonly "table.pagination.labelDisplayedRows": "{from}-{to} of {count}";
12
+ readonly "table.pagination.firstTooltip": "First Page";
13
13
  readonly "table.pagination.labelRowsSelect": "rows";
14
14
  readonly "table.pagination.lastTooltip": "Last Page";
15
15
  readonly "table.pagination.nextTooltip": "Next Page";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/core-components",
3
- "version": "0.18.7-next.1",
3
+ "version": "0.18.7",
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.6",
70
- "@backstage/core-plugin-api": "1.12.3-next.0",
71
- "@backstage/errors": "1.2.7",
72
- "@backstage/theme": "0.7.2-next.0",
73
- "@backstage/version-bridge": "1.0.11",
69
+ "@backstage/config": "^1.3.6",
70
+ "@backstage/core-plugin-api": "^1.12.3",
71
+ "@backstage/errors": "^1.2.7",
72
+ "@backstage/theme": "^0.7.2",
73
+ "@backstage/version-bridge": "^1.0.12",
74
74
  "@dagrejs/dagre": "^1.1.4",
75
75
  "@date-io/core": "^1.3.13",
76
76
  "@material-table/core": "^3.1.0",
@@ -110,10 +110,10 @@
110
110
  "zod": "^3.25.76"
111
111
  },
112
112
  "devDependencies": {
113
- "@backstage/app-defaults": "1.7.5-next.1",
114
- "@backstage/cli": "0.35.4-next.1",
115
- "@backstage/core-app-api": "1.19.5-next.0",
116
- "@backstage/test-utils": "1.7.15-next.1",
113
+ "@backstage/app-defaults": "^1.7.5",
114
+ "@backstage/cli": "^0.35.4",
115
+ "@backstage/core-app-api": "^1.19.5",
116
+ "@backstage/test-utils": "^1.7.15",
117
117
  "@testing-library/dom": "^10.0.0",
118
118
  "@testing-library/jest-dom": "^6.0.0",
119
119
  "@testing-library/user-event": "^14.0.0",
@@ -135,13 +135,13 @@
135
135
  "msw": "^1.0.0",
136
136
  "react": "^18.0.2",
137
137
  "react-dom": "^18.0.2",
138
- "react-router-dom": "^6.3.0"
138
+ "react-router-dom": "^6.30.2"
139
139
  },
140
140
  "peerDependencies": {
141
141
  "@types/react": "^17.0.0 || ^18.0.0",
142
142
  "react": "^17.0.0 || ^18.0.0",
143
143
  "react-dom": "^17.0.0 || ^18.0.0",
144
- "react-router-dom": "^6.3.0"
144
+ "react-router-dom": "^6.30.2"
145
145
  },
146
146
  "peerDependenciesMeta": {
147
147
  "@types/react": {