Skip to content

Commit aeb4e15

Browse files
authored
Merge branch 'master' into fix/slider-export-vars
2 parents e752fcf + 556fc8e commit aeb4e15

File tree

411 files changed

+8800
-1233
lines changed

Some content is hidden

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

411 files changed

+8800
-1233
lines changed

apps/chart-docsite/.eslintrc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"rules": {
55
"@typescript-eslint/no-explicit-any": "off",
66
"@typescript-eslint/jsx-no-bind": "off",
7-
"deprecation/deprecation": "off",
7+
"@typescript-eslint/no-deprecated": "off",
88
"import/no-extraneous-dependencies": ["error", { "packageDir": [".", "../.."] }]
99
}
1010
}

apps/public-docsite-resources/.eslintrc.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"@typescript-eslint/no-explicit-any": "off",
66
"@typescript-eslint/explicit-member-accessibility": "off",
77
"@typescript-eslint/member-ordering": "off",
8-
"deprecation/deprecation": "off",
9-
"no-restricted-globals": "off"
8+
"no-restricted-globals": "off",
9+
"@typescript-eslint/no-deprecated": "off"
1010
}
1111
}

apps/public-docsite-v9/.eslintrc.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"rules": {
55
"@typescript-eslint/no-explicit-any": "off",
66
"@typescript-eslint/jsx-no-bind": "off",
7-
"deprecation/deprecation": "off",
8-
"import/no-extraneous-dependencies": ["error", { "packageDir": [".", "../.."] }]
7+
"import/no-extraneous-dependencies": ["error", { "packageDir": [".", "../.."] }],
8+
"@typescript-eslint/no-deprecated": "off"
99
}
1010
}

apps/public-docsite-v9/src/Concepts/Theming.stories.mdx

+1-1

apps/public-docsite/.eslintrc.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"root": true,
44
"rules": {
55
"@typescript-eslint/no-explicit-any": "off",
6-
"deprecation/deprecation": "off",
76
"import/no-webpack-loader-syntax": "off", // ok in this project
87
"prefer-const": "off",
98
"react/jsx-no-bind": "off",
10-
"no-restricted-globals": "off"
9+
"no-restricted-globals": "off",
10+
"@typescript-eslint/no-deprecated": "off"
1111
}
1212
}

apps/theming-designer/.eslintrc.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"root": true,
44
"rules": {
55
"@typescript-eslint/no-explicit-any": "off",
6-
"deprecation/deprecation": "off",
76
"prefer-const": "off",
8-
"no-restricted-globals": "off"
7+
"no-restricted-globals": "off",
8+
"@typescript-eslint/no-deprecated": "off"
99
}
1010
}

apps/vr-tests-react-components/.eslintrc.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"@typescript-eslint/no-explicit-any": "off",
88
"@typescript-eslint/naming-convention": "off",
99
"@typescript-eslint/jsx-no-bind": "off",
10-
"deprecation/deprecation": "off",
1110
"import/no-extraneous-dependencies": ["error", { "packageDir": [".", "../.."] }],
12-
"@nx/workspace-no-restricted-globals": "off"
11+
"@nx/workspace-no-restricted-globals": "off",
12+
"@typescript-eslint/no-deprecated": "off"
1313
}
1414
}

apps/vr-tests/.eslintrc.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"rules": {
55
"@typescript-eslint/no-explicit-any": "off",
66
"@typescript-eslint/jsx-no-bind": "off",
7-
"deprecation/deprecation": "off",
87
"import/no-extraneous-dependencies": ["error", { "packageDir": [".", "../.."] }],
9-
"no-restricted-globals": "off"
8+
"no-restricted-globals": "off",
9+
"@typescript-eslint/no-deprecated": "off"
1010
}
1111
}

change/@fluentui-chart-web-components-cfdeb418-e440-4904-9a73-4b8291c7c99d.json

-7
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: migrate from deprecation plugin to ts-eslint/no-deprecated rule",
4+
"packageName": "@fluentui/codemods",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "chore: migrate from deprecation plugin to ts-eslint/no-deprecated rule",
4+
"packageName": "@fluentui/eslint-plugin",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: migrate from deprecation plugin to ts-eslint/no-deprecated rule",
4+
"packageName": "@fluentui/font-icons-mdl2",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: migrate from deprecation plugin to ts-eslint/no-deprecated rule",
4+
"packageName": "@fluentui/foundation-legacy",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: migrate from deprecation plugin to ts-eslint/no-deprecated rule",
4+
"packageName": "@fluentui/keyboard-key",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: migrate from deprecation plugin to ts-eslint/no-deprecated rule",
4+
"packageName": "@fluentui/merge-styles",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: migrate from deprecation plugin to ts-eslint/no-deprecated rule",
4+
"packageName": "@fluentui/react",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: migrate from deprecation plugin to ts-eslint/no-deprecated rule",
4+
"packageName": "@fluentui/react-accordion",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}

change/@fluentui-react-aeee29c3-70b1-47de-a1a6-ee1ec2c0597d.json

-7
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: migrate from deprecation plugin to ts-eslint/no-deprecated rule",
4+
"packageName": "@fluentui/react-aria",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: migrate from deprecation plugin to ts-eslint/no-deprecated rule",
4+
"packageName": "@fluentui/react-avatar",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Support tozeroy mode for Area Charts",
4+
"packageName": "@fluentui/react-charting",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Declarative chart bug fixes",
4+
"packageName": "@fluentui/react-charting",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: migrate from deprecation plugin to ts-eslint/no-deprecated rule",
4+
"packageName": "@fluentui/react-charting",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: migrate from deprecation plugin to ts-eslint/no-deprecated rule",
4+
"packageName": "@fluentui/react-color-picker-preview",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: migrate from deprecation plugin to ts-eslint/no-deprecated rule",
4+
"packageName": "@fluentui/react-combobox",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "minor",
3+
"comment": "feature: TreeRootReset component",
4+
"packageName": "@fluentui/react-components",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: migrate from deprecation plugin to ts-eslint/no-deprecated rule",
4+
"packageName": "@fluentui/react-components",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: migrate from deprecation plugin to ts-eslint/no-deprecated rule",
4+
"packageName": "@fluentui/react-conformance",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: migrate from deprecation plugin to ts-eslint/no-deprecated rule",
4+
"packageName": "@fluentui/react-date-time",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: migrate from deprecation plugin to ts-eslint/no-deprecated rule",
4+
"packageName": "@fluentui/react-experiments",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: migrate from deprecation plugin to ts-eslint/no-deprecated rule",
4+
"packageName": "@fluentui/react-focus",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: migrate from deprecation plugin to ts-eslint/no-deprecated rule",
4+
"packageName": "@fluentui/react-icons-compat",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "fix: support Enter and Space interaction, if rendered as span",
4+
"packageName": "@fluentui/react-link",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: migrate from deprecation plugin to ts-eslint/no-deprecated rule",
4+
"packageName": "@fluentui/react-menu",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: migrate from deprecation plugin to ts-eslint/no-deprecated rule",
4+
"packageName": "@fluentui/react-message-bar",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: migrate from deprecation plugin to ts-eslint/no-deprecated rule",
4+
"packageName": "@fluentui/react-monaco-editor",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: migrate from deprecation plugin to ts-eslint/no-deprecated rule",
4+
"packageName": "@fluentui/react-motion",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "refactor(Collapse): streamline motion atom functions",
4+
"packageName": "@fluentui/react-motion-components-preview",
5+
"email": "[email protected]",
6+
"dependentChangeType": "patch"
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: migrate from deprecation plugin to ts-eslint/no-deprecated rule",
4+
"packageName": "@fluentui/react-motion-components-preview",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: migrate from deprecation plugin to ts-eslint/no-deprecated rule",
4+
"packageName": "@fluentui/react-popover",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: migrate from deprecation plugin to ts-eslint/no-deprecated rule",
4+
"packageName": "@fluentui/react-positioning",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: migrate from deprecation plugin to ts-eslint/no-deprecated rule",
4+
"packageName": "@fluentui/react-radio",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: migrate from deprecation plugin to ts-eslint/no-deprecated rule",
4+
"packageName": "@fluentui/react-switch",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: migrate from deprecation plugin to ts-eslint/no-deprecated rule",
4+
"packageName": "@fluentui/react-table",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: migrate from deprecation plugin to ts-eslint/no-deprecated rule",
4+
"packageName": "@fluentui/react-tabs",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: migrate from deprecation plugin to ts-eslint/no-deprecated rule",
4+
"packageName": "@fluentui/react-tabster",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "none",
3+
"comment": "chore: migrate from deprecation plugin to ts-eslint/no-deprecated rule",
4+
"packageName": "@fluentui/react-tooltip",
5+
"email": "[email protected]",
6+
"dependentChangeType": "none"
7+
}

0 commit comments

Comments
 (0)