-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Upgrade to ts 4.0 #17932
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Upgrade to ts 4.0 #17932
Changes from all commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
a875d11
Upgrade to ts 4.0
joschect bff2e5f
Update packages/react-portal/src/components/Portal/renderPortal.tsx
jdhuntington 5013667
Update packages/react-conformance/package.json
jdhuntington f1a0a43
Update packages/react-badge/src/components/Badge/useBadgeStyles.ts
jdhuntington b6c64ae
Update packages/fluentui/react-northstar/src/components/Datepicker/Da…
jdhuntington 74a7298
Update packages/react-badge/src/components/CounterBadge/useCounterBad…
jdhuntington da0c307
Update prop types for ComponentBestPractices
58752b7
Merge remote-tracking branch 'origin/master' into ts-40-upgrade-6
c035010
Temporarily add anys to fix merge conflict.
737182e
fix DatepickerCalendarHeader.tsx to avoid "any"
layershifter d85106a
fluentui/styles/src/types.ts: fix types
layershifter 08cb6ce
packages/fluentui/local-sandbox/tsconfig.json: rollback to esnext
layershifter 231015d
react-menu/src/components/MenuGroupHeader/useMenuGroupHeader.ts: simp…
layershifter 63f75c8
react-menu/src/components/MenuGroup/useMenuGroup.ts: simplify signature
layershifter 493535c
Merge branch 'master' of https://github.com/microsoft/fluentui into t…
layershifter ce49cf3
@fluentui/babel-make-styles: fix versions after merge
layershifter 6431fab
@fluentui/make-styles: update API file
layershifter 8fb9bb1
@fluentui/react-menu: use function to simplify definitions
layershifter 7ed637c
@fluentui/react-menu: update API
layershifter af79433
react-badge/src/components/PresenceBadge/usePresenceBadgeStyles.ts: s…
layershifter 954ab4a
useTabsterAttributes.ts: fix signature
layershifter c523f01
useMenuList.ts: remove cast to any
layershifter a6b9cfd
Change files
layershifter 981d170
useTriggerElement.tsx: fix types
layershifter bcced58
getBoundary.ts: remove useless typecast
layershifter f1b0a97
useAccordionItem.ts: simplify typings
layershifter 17e64c3
useTriggerElement-test.tsx: fix types in test
layershifter 65e2c1d
Update packages/react/src/components/List/List.tsx
jdhuntington d3d4c54
Merge remote-tracking branch 'origin/master' into ts-40-upgrade-6
f481168
Revert change, update api docs
88da22b
Revert changes to web-components/package.json
d6f22e2
Merge remote-tracking branch 'origin/master' into ts-40-upgrade-6
443e08d
PR feedback
997b897
Merge remote-tracking branch 'origin/master' into ts-40-upgrade-6
cebc498
Merge remote-tracking branch 'origin/master' into ts-40-upgrade-6
159c1d8
Reconcile tslib versions
8a442c1
Formatting
931debd
Update change/@fluentui-web-components-057bb4b4-9195-499c-a1c4-4fdb45…
jdhuntington 5e3a1a2
Merge remote-tracking branch 'origin/master' into ts-40-upgrade-6
b3ba2f8
Re-resolve merge conflicts
ff342d0
Update packages/react/src/components/List/List.tsx
jdhuntington 346b5c0
Update packages/eslint-plugin/package.json
jdhuntington 8ae812f
Update packages/react/src/components/List/List.tsx
jdhuntington 65283e3
Update packages/react/src/components/MarqueeSelection/MarqueeSelectio…
jdhuntington 76c3ed2
Update packages/react/src/components/MarqueeSelection/MarqueeSelectio…
jdhuntington f4f8c33
Merge remote-tracking branch 'origin/master' into ts-40-upgrade-6
c926a29
PR feedback
4f965f2
Merge remote-tracking branch 'origin/master' into ts-40-upgrade-6
6288448
update API
95017e7
Formatting
f8360d8
fix regression on render callback
34694c1
Update packages/fluentui/local-sandbox/webpack.config.js
jdhuntington dc83702
Update nohoist
3f2ecfe
Merge remote-tracking branch 'me/ts-40-upgrade-6' into ts-40-upgrade-6
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -22,6 +22,6 @@ | |
| "prettier": "1.19.1", | ||
| "react": "16.8.6", | ||
| "react-dom": "16.8.6", | ||
| "tslib": "^1.10.0" | ||
| "tslib": "^2.1.0" | ||
| } | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -30,6 +30,6 @@ | |
| "querystring": "^0.2.0", | ||
| "react": "16.8.6", | ||
| "react-dom": "16.8.6", | ||
| "tslib": "^1.10.0" | ||
| "tslib": "^2.1.0" | ||
| } | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -24,6 +24,6 @@ | |
| "react-dom": "16.8.6" | ||
| }, | ||
| "dependencies": { | ||
| "tslib": "^1.10.0" | ||
| "tslib": "^2.1.0" | ||
| } | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
change/@fluentui-api-docs-7a2a50f4-a2f4-4356-b4df-8a56d0b2dab5.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "minor", | ||
| "comment": "Upgrade to typescript 4.1.5", | ||
| "packageName": "@fluentui/api-docs", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } | ||
7 changes: 7 additions & 0 deletions
7
change/@fluentui-azure-themes-898d2b16-5f97-43cf-8ae3-d6304180a978.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "minor", | ||
| "comment": "Upgrade typescript to 4.1.5", | ||
| "packageName": "@fluentui/azure-themes", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-babel-make-styles-3066f9ae-75a4-41f6-a191-6d54c45ebb57.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "prerelease", | ||
| "comment": "Upgrade to typescript 4.1.5", | ||
| "packageName": "@fluentui/babel-make-styles", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-codemods-1c9e49a7-a0a5-4d5f-a97a-07423ec1ede7.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "minor", | ||
| "comment": "Upgrade to typescript 4.1.5", | ||
| "packageName": "@fluentui/codemods", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-date-time-utilities-34444999-678b-4fd2-aaba-c4f5d517f65d.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "minor", | ||
| "comment": "Upgrade to typescript 4.1.5", | ||
| "packageName": "@fluentui/date-time-utilities", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-dom-utilities-a8a409d2-1e1d-43b7-989a-b50a46b92a41.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "minor", | ||
| "comment": "Upgrade to typescript 4.1.5", | ||
| "packageName": "@fluentui/dom-utilities", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-eslint-plugin-f5d4cc7f-5a94-42f3-b9ab-4798149d88e3.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "minor", | ||
| "comment": "Upgrade to typescript 4.1.5", | ||
| "packageName": "@fluentui/eslint-plugin", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-example-data-31fa90da-323e-47e2-bd54-9aea25729783.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "minor", | ||
| "comment": "Upgrade to typescript 4.1.5", | ||
| "packageName": "@fluentui/example-data", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-font-icons-mdl2-a4140648-c1a6-4880-b9bd-fc3bd5b5d617.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "minor", | ||
| "comment": "Upgrade to typescript 4.1.5", | ||
| "packageName": "@fluentui/font-icons-mdl2", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-foundation-legacy-0ec2ede4-18e5-4a6a-958b-be2e9aa48790.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "minor", | ||
| "comment": "Upgrade to typescript 4.1.5", | ||
| "packageName": "@fluentui/foundation-legacy", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-keyboard-key-0e2bbf37-497f-4ada-a8e7-236e39dd1ff4.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "minor", | ||
| "comment": "Upgrade to typescript 4.1.5", | ||
| "packageName": "@fluentui/keyboard-key", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-make-styles-9f0296d2-7f3c-4cc2-87c6-57e5235f860d.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "prerelease", | ||
| "comment": "Upgrade to typescript 4.1.5", | ||
| "packageName": "@fluentui/make-styles", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-merge-styles-d88b6e1e-bb98-45e7-9e27-57880ebd9dd4.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "minor", | ||
| "comment": "Upgrade to typescript 4.1.5", | ||
| "packageName": "@fluentui/merge-styles", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-monaco-editor-bc5b5340-d0b8-4617-baf2-4cb7ad673740.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "minor", | ||
| "comment": "Upgrade to typescript 4.1.5", | ||
| "packageName": "@fluentui/monaco-editor", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-public-docsite-d2fa7253-a3f7-468e-8b87-c01fa481ecef.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "minor", | ||
| "comment": "Upgrade to typescript 4.1.5", | ||
| "packageName": "@fluentui/public-docsite", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-public-docsite-resources-1b482bdd-e16a-495d-adf6-2424e74301b0.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "minor", | ||
| "comment": "Upgrade to typescript 4.1.5", | ||
| "packageName": "@fluentui/public-docsite-resources", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-707eb9ce-0ccc-4741-9dba-3d0a67f13cc9.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "minor", | ||
| "comment": "Upgrade to ts 4.0", | ||
| "packageName": "@fluentui/react", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-accordion-c294a297-961c-41cf-96e0-8fc5f893e456.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "prerelease", | ||
| "comment": "Upgrade to typescript 4.1.5", | ||
| "packageName": "@fluentui/react-accordion", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-avatar-ccd73dcd-f360-4b2c-a1fd-bdef945ab175.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "prerelease", | ||
| "comment": "Upgrade to typescript 4.1.5", | ||
| "packageName": "@fluentui/react-avatar", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-badge-af24a233-a735-4846-abdf-5b9611559e40.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "prerelease", | ||
| "comment": "Upgrade to typescript 4.1.5", | ||
| "packageName": "@fluentui/react-badge", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-button-768d8d6d-e231-4853-bcb0-b46cdeca1191.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "prerelease", | ||
| "comment": "Upgrade typescript to 4.1.5", | ||
| "packageName": "@fluentui/react-button", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-cards-b718f7b8-38fa-4393-8c1b-c5010d3b837b.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "prerelease", | ||
| "comment": "Upgrade typescript to 4.1.5", | ||
| "packageName": "@fluentui/react-cards", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-charting-f147816f-b08e-42e8-819a-150e15479f80.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "minor", | ||
| "comment": "Upgrade typescript to 4.1.5", | ||
| "packageName": "@fluentui/react-charting", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-checkbox-3e55a5ff-c25d-45ae-8d8c-c932beda71f6.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "prerelease", | ||
| "comment": "Upgrade typescript to 4.1.5", | ||
| "packageName": "@fluentui/react-checkbox", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-components-f30fd1ec-8fbe-46be-b98a-4b0b9eafa7b3.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "prerelease", | ||
| "comment": "Upgrade typescript to 4.1.5", | ||
| "packageName": "@fluentui/react-components", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-compose-18b77ad5-24c6-41df-936c-aad2873dfd2e.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "prerelease", | ||
| "comment": "Upgrade typescript to 4.1.5", | ||
| "packageName": "@fluentui/react-compose", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-conformance-8868e7c3-3b2f-405f-97f2-cc52977be200.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "minor", | ||
| "comment": "Upgrade to ts 4.0", | ||
| "packageName": "@fluentui/react-conformance", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-context-selector-eb53359f-a6f5-4ab3-86c1-57953364b146.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "prerelease", | ||
| "comment": "Upgrade to TS 4.0", | ||
| "packageName": "@fluentui/react-context-selector", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-date-time-593b61b9-5cf3-42e8-b75d-a8c29fa3db2f.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "minor", | ||
| "comment": "Upgrade to ts 4.0", | ||
| "packageName": "@fluentui/react-date-time", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-divider-16b02391-8271-45d2-b43f-75118eff5603.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "prerelease", | ||
| "comment": "Upgrade to ts 4.0", | ||
| "packageName": "@fluentui/react-divider", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-docsite-components-2bc0eba6-fdf2-4ccf-a053-66033b6cb55a.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "minor", | ||
| "comment": "Upgrade to ts 4.0", | ||
| "packageName": "@fluentui/react-docsite-components", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-examples-97458b03-8bbf-4c38-b266-b7086f9b4450.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "minor", | ||
| "comment": "Upgrade to ts 4.0", | ||
| "packageName": "@fluentui/react-examples", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-experiments-4a3cf521-d38b-4ed3-9e30-dff3f423687f.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "minor", | ||
| "comment": "Upgrade to ts 4.0", | ||
| "packageName": "@fluentui/react-experiments", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-file-type-icons-4e3837a0-3a17-4401-b15a-03d70c946481.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "minor", | ||
| "comment": "Upgrade to ts 4.0", | ||
| "packageName": "@fluentui/react-file-type-icons", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-flex-76514da4-0ad5-4df6-9a07-38fed589790c.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "prerelease", | ||
| "comment": "Upgrade to ts 4.0", | ||
| "packageName": "@fluentui/react-flex", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-focus-097d104f-4b12-4b12-b1a2-1ae1209083b1.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "minor", | ||
| "comment": "Upgrade to ts 4.0", | ||
| "packageName": "@fluentui/react-focus", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-focus-management-5ad2864c-97cb-4496-b1ed-f3d7872a658c.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "prerelease", | ||
| "comment": "Upgrade to ts 4.0", | ||
| "packageName": "@fluentui/react-focus-management", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-hooks-32b18deb-0034-4aa0-9bbd-ecb146c3aadf.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "minor", | ||
| "comment": "Upgrade to ts 4.0", | ||
| "packageName": "@fluentui/react-hooks", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.