@fluentui/react-migration-v0-v9 9.6.36 → 9.6.38

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 Mon, 24 Aug 2026 08:15:11 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Wed, 23 Sep 2026 09:03:15 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## [9.6.38](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.6.38)
8
+
9
+ Wed, 23 Sep 2026 09:03:15 GMT
10
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.6.37..@fluentui/react-migration-v0-v9_v9.6.38)
11
+
12
+ ### Patches
13
+
14
+ - Bump @fluentui/react-components to v9.74.9 ([commit](https://github.com/microsoft/fluentui/commit/undefined) by beachball)
15
+
16
+ ## [9.6.37](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.6.37)
17
+
18
+ Tue, 22 Sep 2026 11:25:40 GMT
19
+ [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.6.36..@fluentui/react-migration-v0-v9_v9.6.37)
20
+
21
+ ### Patches
22
+
23
+ - 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)
24
+ - Bump @fluentui/react-aria to v9.17.15 ([commit](https://github.com/microsoft/fluentui/commit/undefined) by beachball)
25
+ - Bump @fluentui/react-components to v9.74.8 ([commit](https://github.com/microsoft/fluentui/commit/undefined) by beachball)
26
+ - Bump @fluentui/react-context-selector to v9.2.20 ([commit](https://github.com/microsoft/fluentui/commit/undefined) by beachball)
27
+ - Bump @fluentui/react-jsx-runtime to v9.4.6 ([commit](https://github.com/microsoft/fluentui/commit/undefined) by beachball)
28
+ - Bump @fluentui/react-shared-contexts to v9.26.4 ([commit](https://github.com/microsoft/fluentui/commit/undefined) by beachball)
29
+ - Bump @fluentui/react-tabster to v9.26.18 ([commit](https://github.com/microsoft/fluentui/commit/undefined) by beachball)
30
+ - Bump @fluentui/react-utilities to v9.26.7 ([commit](https://github.com/microsoft/fluentui/commit/undefined) by beachball)
31
+
7
32
  ## [9.6.36](https://github.com/microsoft/fluentui/tree/@fluentui/react-migration-v0-v9_v9.6.36)
8
33
 
9
- Mon, 24 Aug 2026 08:15:11 GMT
34
+ Mon, 24 Aug 2026 16:40:04 GMT
10
35
  [Compare changes](https://github.com/microsoft/fluentui/compare/@fluentui/react-migration-v0-v9_v9.6.35..@fluentui/react-migration-v0-v9_v9.6.36)
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.36",
3
+ "version": "9.6.38",
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.7",
17
- "@fluentui/react-context-selector": "^9.2.19",
15
+ "@fluentui/react-aria": "^9.17.15",
16
+ "@fluentui/react-components": "^9.74.9",
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": [