Skip to content

Commit c78d223

Browse files
CopilotdmytrokirpaHotell
authored
chore(eslint): enforce consistent-type-imports across react packages (#35966)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: dmytrokirpa <1492102+dmytrokirpa@users.noreply.github.com> Co-authored-by: Dmytro Kirpa <dmytrokirpa@microsoft.com> Co-authored-by: Hotell <1223799+Hotell@users.noreply.github.com>
1 parent 2c3174e commit c78d223

1,342 files changed

Lines changed: 3109 additions & 2937 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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ jobs:
126126
retention-days: 1
127127

128128
- name: React Versions Integration Tests (17,18) - Type-check & Test
129+
env:
130+
NODE_OPTIONS: --max-old-space-size=4096
129131
run: |
130132
FLUENT_JEST_WORKER=2 yarn nx affected -t test-rit--17--type-check,test-rit--18--type-check,test-rit--17--test,test-rit--18--test --exclude='react-19-tests-v9'
131133
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: enforce consistent type imports",
4+
"packageName": "@fluentui/react-icon-provider",
5+
"email": "dmytrokirpa@microsoft.com",
6+
"dependentChangeType": "none"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: enforce consistent type imports",
4+
"packageName": "@fluentui/tokens",
5+
"email": "dmytrokirpa@microsoft.com",
6+
"dependentChangeType": "none"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "minor",
3+
"comment": "chore: enforce consistent type imports in react packages",
4+
"packageName": "@fluentui/eslint-plugin",
5+
"email": "copilot@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": "none",
3+
"comment": "chore: enforce consistent type imports",
4+
"packageName": "@fluentui/global-context",
5+
"email": "copilot@microsoft.com",
6+
"dependentChangeType": "none"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: enforce consistent type imports",
4+
"packageName": "@fluentui/priority-overflow",
5+
"email": "copilot@microsoft.com",
6+
"dependentChangeType": "none"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: enforce consistent type imports",
4+
"packageName": "@fluentui/react-accordion",
5+
"email": "copilot@microsoft.com",
6+
"dependentChangeType": "none"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: enforce consistent type imports",
4+
"packageName": "@fluentui/react-alert",
5+
"email": "copilot@microsoft.com",
6+
"dependentChangeType": "none"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: enforce consistent type imports",
4+
"packageName": "@fluentui/react-aria",
5+
"email": "copilot@microsoft.com",
6+
"dependentChangeType": "none"
7+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: enforce consistent type imports",
4+
"packageName": "@fluentui/react-avatar",
5+
"email": "copilot@microsoft.com",
6+
"dependentChangeType": "none"
7+
}

0 commit comments

Comments
 (0)