From c8aa1e434f2372786666c35d799d4bc094f8ca2f Mon Sep 17 00:00:00 2001 From: Martin Hochel Date: Wed, 7 Jun 2023 13:18:03 +0200 Subject: [PATCH] generate changefiles --- ...ntui-api-docs-7e266cc5-ae8b-46da-b22b-e985218f53b8.json | 7 +++++++ ...ime-utilities-4c4aa9e9-90bb-41a0-bf9a-2dfb71e7225d.json | 7 +++++++ ...luentui-react-c7a29270-edda-4443-ac6b-3e6726f93ee6.json | 7 +++++++ ...t-experiments-86254b1a-bb55-4f56-8958-c6c3ae1e1ae7.json | 7 +++++++ ...gration-v8-v9-88a794f5-92e2-49f3-a5ff-cef44b75db12.json | 7 +++++++ ...t-positioning-51a66b94-7733-4fb6-a73f-7aa47f67f21d.json | 7 +++++++ ...ared-contexts-6abfa676-0116-42b0-90ce-1c3b3050084d.json | 7 +++++++ ...react-tabster-822660c5-1fae-47bd-8a8f-673d210610a5.json | 7 +++++++ ...t-virtualizer-a2abc531-b693-4972-8dd3-0f6351663f49.json | 7 +++++++ ...uentui-tokens-6d7634ab-d750-45b2-94f8-71cf02182dae.json | 7 +++++++ ...tui-utilities-6c590fec-07b4-4e45-855c-5f71bf154b05.json | 7 +++++++ 11 files changed, 77 insertions(+) create mode 100644 change/@fluentui-api-docs-7e266cc5-ae8b-46da-b22b-e985218f53b8.json create mode 100644 change/@fluentui-date-time-utilities-4c4aa9e9-90bb-41a0-bf9a-2dfb71e7225d.json create mode 100644 change/@fluentui-react-c7a29270-edda-4443-ac6b-3e6726f93ee6.json create mode 100644 change/@fluentui-react-experiments-86254b1a-bb55-4f56-8958-c6c3ae1e1ae7.json create mode 100644 change/@fluentui-react-migration-v8-v9-88a794f5-92e2-49f3-a5ff-cef44b75db12.json create mode 100644 change/@fluentui-react-positioning-51a66b94-7733-4fb6-a73f-7aa47f67f21d.json create mode 100644 change/@fluentui-react-shared-contexts-6abfa676-0116-42b0-90ce-1c3b3050084d.json create mode 100644 change/@fluentui-react-tabster-822660c5-1fae-47bd-8a8f-673d210610a5.json create mode 100644 change/@fluentui-react-virtualizer-a2abc531-b693-4972-8dd3-0f6351663f49.json create mode 100644 change/@fluentui-tokens-6d7634ab-d750-45b2-94f8-71cf02182dae.json create mode 100644 change/@fluentui-utilities-6c590fec-07b4-4e45-855c-5f71bf154b05.json diff --git a/change/@fluentui-api-docs-7e266cc5-ae8b-46da-b22b-e985218f53b8.json b/change/@fluentui-api-docs-7e266cc5-ae8b-46da-b22b-e985218f53b8.json new file mode 100644 index 00000000000000..9630248cf8d039 --- /dev/null +++ b/change/@fluentui-api-docs-7e266cc5-ae8b-46da-b22b-e985218f53b8.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "chore: bump api-extractor-model to support typescript 4.7", + "packageName": "@fluentui/api-docs", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-date-time-utilities-4c4aa9e9-90bb-41a0-bf9a-2dfb71e7225d.json b/change/@fluentui-date-time-utilities-4c4aa9e9-90bb-41a0-bf9a-2dfb71e7225d.json new file mode 100644 index 00000000000000..11def202e52d2a --- /dev/null +++ b/change/@fluentui-date-time-utilities-4c4aa9e9-90bb-41a0-bf9a-2dfb71e7225d.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "chore: migrate to ts 4.7 which wont emit undefined anymore for optional arguments", + "packageName": "@fluentui/date-time-utilities", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-react-c7a29270-edda-4443-ac6b-3e6726f93ee6.json b/change/@fluentui-react-c7a29270-edda-4443-ac6b-3e6726f93ee6.json new file mode 100644 index 00000000000000..d99896e89ff13b --- /dev/null +++ b/change/@fluentui-react-c7a29270-edda-4443-ac6b-3e6726f93ee6.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "chore: migrate to ts 4.7 which wont emit undefined anymore for optional arguments", + "packageName": "@fluentui/react", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-react-experiments-86254b1a-bb55-4f56-8958-c6c3ae1e1ae7.json b/change/@fluentui-react-experiments-86254b1a-bb55-4f56-8958-c6c3ae1e1ae7.json new file mode 100644 index 00000000000000..e5560530f673bb --- /dev/null +++ b/change/@fluentui-react-experiments-86254b1a-bb55-4f56-8958-c6c3ae1e1ae7.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "fix: resolve FloatingSuggestion if conditions to mitigate ts 4.7 always true violation\"", + "packageName": "@fluentui/react-experiments", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-react-migration-v8-v9-88a794f5-92e2-49f3-a5ff-cef44b75db12.json b/change/@fluentui-react-migration-v8-v9-88a794f5-92e2-49f3-a5ff-cef44b75db12.json new file mode 100644 index 00000000000000..8b3adcbb7bc492 --- /dev/null +++ b/change/@fluentui-react-migration-v8-v9-88a794f5-92e2-49f3-a5ff-cef44b75db12.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "chore: migrate to ts 4.7 which wont emit undefined anymore for optional arguments", + "packageName": "@fluentui/react-migration-v8-v9", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-react-positioning-51a66b94-7733-4fb6-a73f-7aa47f67f21d.json b/change/@fluentui-react-positioning-51a66b94-7733-4fb6-a73f-7aa47f67f21d.json new file mode 100644 index 00000000000000..1892d0f46c4a18 --- /dev/null +++ b/change/@fluentui-react-positioning-51a66b94-7733-4fb6-a73f-7aa47f67f21d.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "chore: migrate to ts 4.7 which wont emit undefined anymore for optional arguments", + "packageName": "@fluentui/react-positioning", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-react-shared-contexts-6abfa676-0116-42b0-90ce-1c3b3050084d.json b/change/@fluentui-react-shared-contexts-6abfa676-0116-42b0-90ce-1c3b3050084d.json new file mode 100644 index 00000000000000..5cbc3dd7f70435 --- /dev/null +++ b/change/@fluentui-react-shared-contexts-6abfa676-0116-42b0-90ce-1c3b3050084d.json @@ -0,0 +1,7 @@ +{ + "type": "none", + "comment": "chore: re-generate api.md", + "packageName": "@fluentui/react-shared-contexts", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "none" +} diff --git a/change/@fluentui-react-tabster-822660c5-1fae-47bd-8a8f-673d210610a5.json b/change/@fluentui-react-tabster-822660c5-1fae-47bd-8a8f-673d210610a5.json new file mode 100644 index 00000000000000..0da85281ee8e05 --- /dev/null +++ b/change/@fluentui-react-tabster-822660c5-1fae-47bd-8a8f-673d210610a5.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "chore: migrate to ts 4.7 which wont emit undefined anymore for optional arguments", + "packageName": "@fluentui/react-tabster", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-react-virtualizer-a2abc531-b693-4972-8dd3-0f6351663f49.json b/change/@fluentui-react-virtualizer-a2abc531-b693-4972-8dd3-0f6351663f49.json new file mode 100644 index 00000000000000..292673c2d65523 --- /dev/null +++ b/change/@fluentui-react-virtualizer-a2abc531-b693-4972-8dd3-0f6351663f49.json @@ -0,0 +1,7 @@ +{ + "type": "prerelease", + "comment": "chore: migrate to ts 4.7 which wont emit undefined anymore for optional arguments", + "packageName": "@fluentui/react-virtualizer", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-tokens-6d7634ab-d750-45b2-94f8-71cf02182dae.json b/change/@fluentui-tokens-6d7634ab-d750-45b2-94f8-71cf02182dae.json new file mode 100644 index 00000000000000..e4f1c8be695d6e --- /dev/null +++ b/change/@fluentui-tokens-6d7634ab-d750-45b2-94f8-71cf02182dae.json @@ -0,0 +1,7 @@ +{ + "type": "prerelease", + "comment": "fix: cast to String keys interpolated within string literals", + "packageName": "@fluentui/tokens", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "patch" +} diff --git a/change/@fluentui-utilities-6c590fec-07b4-4e45-855c-5f71bf154b05.json b/change/@fluentui-utilities-6c590fec-07b4-4e45-855c-5f71bf154b05.json new file mode 100644 index 00000000000000..b56a385c7cc97f --- /dev/null +++ b/change/@fluentui-utilities-6c590fec-07b4-4e45-855c-5f71bf154b05.json @@ -0,0 +1,7 @@ +{ + "type": "patch", + "comment": "fix: cast to String keys interpolated within string literals", + "packageName": "@fluentui/utilities", + "email": "martinhochel@microsoft.com", + "dependentChangeType": "patch" +}