@fluentui/react-migration-v0-v9 9.6.35 → 9.6.37

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 +27 -2
  2. package/package.json +14 -11
package/CHANGELOG.md CHANGED
@@ -1,12 +1,37 @@
1
1
  # Change Log - @fluentui/react-migration-v0-v9
2
2
 
3
- <!-- This log was last generated on Tue, 11 Aug 2026 17:16:02 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.6.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.6.37)
8
+
9
+ Mon, 21 Sep 2026 16:12:51 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.6.36..@fluentui/react-migration-v0-v9_v9.6.37)
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-aria to v9.17.15 ([commit](https://github.com/microsoft/fluentui/commit/undefined) by beachball)
16
+ - Bump @fluentui/react-components to v9.74.8 ([commit](https://github.com/microsoft/fluentui/commit/undefined) by beachball)
17
+ - Bump @fluentui/react-context-selector to v9.2.20 ([commit](https://github.com/microsoft/fluentui/commit/undefined) by beachball)
18
+ - Bump @fluentui/react-jsx-runtime to v9.4.6 ([commit](https://github.com/microsoft/fluentui/commit/undefined) by beachball)
19
+ - Bump @fluentui/react-shared-contexts to v9.26.4 ([commit](https://github.com/microsoft/fluentui/commit/undefined) by beachball)
20
+ - Bump @fluentui/react-tabster to v9.26.18 ([commit](https://github.com/microsoft/fluentui/commit/undefined) by beachball)
21
+ - Bump @fluentui/react-utilities to v9.26.7 ([commit](https://github.com/microsoft/fluentui/commit/undefined) by beachball)
22
+
23
+ ## [9.6.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.6.36)
24
+
25
+ Mon, 24 Aug 2026 16:40:04 GMT
26
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.6.35..@fluentui/react-migration-v0-v9_v9.6.36)
27
+
28
+ ### Patches
29
+
30
+ - Bump @fluentui/react-components to v9.74.7 ([commit](https://github.com/microsoft/fluentui/commit/undefined) by beachball)
31
+
7
32
  ## [9.6.35](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.6.35)
8
33
 
9
- Tue, 11 Aug 2026 17:16:02 GMT
34
+ Tue, 11 Aug 2026 17:20:14 GMT
10
35
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.6.34..@fluentui/react-migration-v0-v9_v9.6.35)
11
36
 
12
37
  ### Patches
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluentui/react-migration-v0-v9",
3
- "version": "9.6.35",
3
+ "version": "9.6.37",
4
4
  "description": "Migration shim components and methods for hybrid v0/v9 applications building on Fluent UI React.",
5
5
  "main": "lib-commonjs/index.cjs",
6
6
  "module": "lib/index.js",
@@ -12,24 +12,27 @@
12
12
  },
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
- "@fluentui/react-aria": "^9.17.14",
16
- "@fluentui/react-components": "^9.74.6",
17
- "@fluentui/react-context-selector": "^9.2.19",
15
+ "@fluentui/react-aria": "^9.17.15",
16
+ "@fluentui/react-components": "^9.74.8",
17
+ "@fluentui/react-context-selector": "^9.2.20",
18
18
  "@fluentui/react-icons": "^2.0.245",
19
- "@fluentui/react-jsx-runtime": "^9.4.5",
20
- "@fluentui/react-shared-contexts": "^9.26.3",
21
- "@fluentui/react-tabster": "^9.26.17",
19
+ "@fluentui/react-jsx-runtime": "^9.4.6",
20
+ "@fluentui/react-shared-contexts": "^9.26.4",
21
+ "@fluentui/react-tabster": "^9.26.18",
22
22
  "@fluentui/react-theme": "^9.2.2",
23
- "@fluentui/react-utilities": "^9.26.6",
23
+ "@fluentui/react-utilities": "^9.26.7",
24
24
  "@griffel/react": "^1.5.32",
25
25
  "@swc/helpers": "^0.5.1"
26
26
  },
27
27
  "peerDependencies": {
28
28
  "@fluentui/react-northstar": "^0.66.5",
29
29
  "@types/react": ">=16.14.0 <20.0.0",
30
- "@types/react-dom": ">=16.9.0 <20.0.0",
31
- "react": ">=16.14.0 <20.0.0",
32
- "react-dom": ">=16.14.0 <20.0.0"
30
+ "react": ">=16.14.0 <20.0.0"
31
+ },
32
+ "peerDependenciesMeta": {
33
+ "@types/react": {
34
+ "optional": true
35
+ }
33
36
  },
34
37
  "beachball": {
35
38
  "disallowedChangeTypes": [