@fluentui/react-migration-v8-v9 9.10.18 → 9.10.19

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 +12 -2
  2. package/package.json +8 -5
package/CHANGELOG.md CHANGED
@@ -1,12 +1,22 @@
1
1
  # Change Log - @fluentui/react-migration-v8-v9
2
2
 
3
- <!-- This log was last generated on Mon, 24 Aug 2026 08:15:11 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Mon, 21 Sep 2026 16:12:51 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.10.19](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.10.19)
8
+
9
+ Mon, 21 Sep 2026 16:12:51 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.10.18..@fluentui/react-migration-v8-v9_v9.10.19)
11
+
12
+ ### Patches
13
+
14
+ - fix: remove unused react-dom and @types/react-dom peer dependencies, mark @types/react as optional ([PR #36559](https://github.com/microsoft/fluentui/pull/36559) by martinhochel@microsoft.com)
15
+ - Bump @fluentui/react-components to v9.74.8 ([commit](https://github.com/microsoft/fluentui/commit/undefined) by beachball)
16
+
7
17
  ## [9.10.18](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v8-v9_v9.10.18)
8
18
 
9
- Mon, 24 Aug 2026 08:15:11 GMT
19
+ Mon, 24 Aug 2026 16:40:04 GMT
10
20
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v8-v9_v9.10.17..@fluentui/react-migration-v8-v9_v9.10.18)
11
21
 
12
22
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-migration-v8-v9",
3
- "version": "9.10.18",
3
+ "version": "9.10.19",
4
4
  "description": "Migration shim components and methods for hybrid v8/v9 applications building on Fluent UI React.",
5
5
  "main": "lib-commonjs/index.cjs",
6
6
  "module": "lib/index.js",
@@ -15,7 +15,7 @@
15
15
  "@ctrl/tinycolor": "^3.3.4",
16
16
  "@fluentui/fluent2-theme": "^8.107.154",
17
17
  "@fluentui/react": "^8.125.7",
18
- "@fluentui/react-components": "^9.74.7",
18
+ "@fluentui/react-components": "^9.74.8",
19
19
  "@fluentui/react-hooks": "^8.10.2",
20
20
  "@fluentui/react-icons": "^2.0.245",
21
21
  "@griffel/react": "^1.5.32",
@@ -23,9 +23,12 @@
23
23
  },
24
24
  "peerDependencies": {
25
25
  "@types/react": ">=16.14.0 <20.0.0",
26
- "@types/react-dom": ">=16.9.0 <20.0.0",
27
- "react": ">=16.14.0 <20.0.0",
28
- "react-dom": ">=16.14.0 <20.0.0"
26
+ "react": ">=16.14.0 <20.0.0"
27
+ },
28
+ "peerDependenciesMeta": {
29
+ "@types/react": {
30
+ "optional": true
31
+ }
29
32
  },
30
33
  "beachball": {
31
34
  "disallowedChangeTypes": [