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

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,15 @@
1
1
  # @backstage/core-components
2
2
 
3
+ ## 0.18.7-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 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.
8
+ - Updated dependencies
9
+ - @backstage/core-plugin-api@1.12.3-next.1
10
+ - @backstage/version-bridge@1.0.12-next.0
11
+ - @backstage/theme@0.7.2-next.1
12
+
3
13
  ## 0.18.7-next.1
4
14
 
5
15
  ### 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-next.2",
4
4
  "description": "Core components used by Backstage plugins and apps",
5
5
  "backstage": {
6
6
  "role": "web-library"
@@ -67,10 +67,10 @@
67
67
  },
68
68
  "dependencies": {
69
69
  "@backstage/config": "1.3.6",
70
- "@backstage/core-plugin-api": "1.12.3-next.0",
70
+ "@backstage/core-plugin-api": "1.12.3-next.1",
71
71
  "@backstage/errors": "1.2.7",
72
- "@backstage/theme": "0.7.2-next.0",
73
- "@backstage/version-bridge": "1.0.11",
72
+ "@backstage/theme": "0.7.2-next.1",
73
+ "@backstage/version-bridge": "1.0.12-next.0",
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-next.2",
114
+ "@backstage/cli": "0.35.4-next.2",
115
+ "@backstage/core-app-api": "1.19.5-next.1",
116
+ "@backstage/test-utils": "1.7.15-next.2",
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": {