Skip to content

Commit dfab5d7

Browse files
HotellCopilot
andauthored
fix: normalize v9 peer dependencies (#36559)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 800d908 commit dfab5d7

169 files changed

Lines changed: 2863 additions & 376 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
yarn nx sync:check
5555
yarn nx g @fluentui/workspace-plugin:tsconfig-base-all --verify
5656
yarn nx g @fluentui/workspace-plugin:normalize-package-dependencies --verify
57+
yarn nx g @fluentui/workspace-plugin:verify-peer-dependencies --tag=vNext
5758
5859
- name: Type-check just.config.ts files
5960
run: |
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "fix: narrow eslint and typescript peer ranges to what @typescript-eslint/utils supports",
4+
"packageName": "@fluentui/eslint-plugin-react-components",
5+
"email": "martinhochel@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "prerelease",
3+
"comment": "fix: remove unused react-dom and @types/react-dom peer dependencies, mark @types/react as optional",
4+
"packageName": "@fluentui/global-context",
5+
"email": "martinhochel@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "fix: remove unused react-dom and @types/react-dom peer dependencies, mark @types/react as optional",
4+
"packageName": "@fluentui/react-accordion",
5+
"email": "martinhochel@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "prerelease",
3+
"comment": "fix: remove unused react-dom and @types/react-dom peer dependencies, mark @types/react as optional",
4+
"packageName": "@fluentui/react-alert",
5+
"email": "martinhochel@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "fix: remove unused react-dom and @types/react-dom peer dependencies, mark @types/react as optional",
4+
"packageName": "@fluentui/react-aria",
5+
"email": "martinhochel@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "fix: remove unused react-dom and @types/react-dom peer dependencies, mark @types/react as optional",
4+
"packageName": "@fluentui/react-avatar",
5+
"email": "martinhochel@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "fix: remove unused react-dom and @types/react-dom peer dependencies, mark @types/react as optional",
4+
"packageName": "@fluentui/react-badge",
5+
"email": "martinhochel@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "fix: remove unused react-dom and @types/react-dom peer dependencies, mark @types/react as optional",
4+
"packageName": "@fluentui/react-breadcrumb",
5+
"email": "martinhochel@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "fix: remove unused react-dom and @types/react-dom peer dependencies, mark @types/react as optional",
4+
"packageName": "@fluentui/react-button",
5+
"email": "martinhochel@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}

0 commit comments

Comments
 (0)