-
Notifications
You must be signed in to change notification settings - Fork 2.9k
[TEST] Run migration generator with changes for browser matrix based transpilation #26528
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
Closed
TristanWatanabe
wants to merge
69
commits into
microsoft:master
from
TristanWatanabe:migrate-v9-pkgs
Closed
Changes from all commits
Commits
Show all changes
69 commits
Select commit
Hold shift + click to select a range
ec31070
chore: add swc/cli as dev dep
TristanWatanabe 05be727
chore: add just-scripts-utils dev dep
TristanWatanabe e33940c
feat(migrate-converged-pkg): implement setup to add swcrc config file
TristanWatanabe 61a12fc
feat(scripts): add swc.ts file which runs SWC CLI
TristanWatanabe a15384f
feat(scripts): add just-script preset build:react-components to be us…
TristanWatanabe f93cc81
feat(migrate-converged-pkg): setup just config file to map just-scrip…
TristanWatanabe fa7434d
test(migrate-converged-pkg): add test cases for added behaviors
TristanWatanabe 316a71b
fix: deduplicate graceful-fs
TristanWatanabe ed944bd
fix: deduplicate just-scripts-utils and just-task-logger
TristanWatanabe f4146bc
fix: deduplicate semver
TristanWatanabe df9852e
fix(migrate-converged-pkg): add justConfig to projectConfig paths
TristanWatanabe aa46c20
chore: run migration generator
TristanWatanabe d99dcef
fix(vr-tests-v9): export withFluentProvider decorator from @fluentui/…
TristanWatanabe 25dbcca
chore: update yarn.lock to reflect swc related deps
TristanWatanabe 82f4a67
feat: simplify v9 compilation flow with swc
Hotell f85bc97
fixup! feat: simplify v9 compilation flow with swc
Hotell e8d5e73
fixup! fixup! feat: simplify v9 compilation flow with swc
Hotell 7d71a9a
Merge branch 'master' into use-swc-transpilation-tooling-updates
TristanWatanabe 40ab558
chore: update yarn.lock
TristanWatanabe 108daed
Merge remote-tracking branch 'hotell/swc-transpilation-simplification…
TristanWatanabe cdc90d6
nit: remove unintended prettier changes
TristanWatanabe 1afe76a
fix: use babel-plugin-module-resolver version 4.1.0 which works with …
TristanWatanabe 24989d6
chore: manually dedupe resolve package
TristanWatanabe 57303e5
test(migrate-converged-pkg): update babelrc setup test to be correct
TristanWatanabe 8b887a9
chore: add .swcrc to files v-build owns
TristanWatanabe 9f4c2e2
Merge branch 'use-swc-transpilation-tooling-updates' into migrate-v9-…
TristanWatanabe de2238a
chore: update babelrc.json of v9 packages
TristanWatanabe 69116c8
chore: add swcrc files to new v9 packages
TristanWatanabe d001051
chore: update package.json files of v9 packages after migration gener…
TristanWatanabe 35229a8
chore: update just.config of breadcrumb and drawer
TristanWatanabe ea8b74c
chore: update yarn.lock
TristanWatanabe 4a54516
fix: remove swc/core depedency from v9
TristanWatanabe 9cb7dd6
fix: add swc/helpers to syncpac
TristanWatanabe 154c9f9
fix: update babelrc.json regex to exclude react-icons in aliases
TristanWatanabe d718717
chore: run migration generator to update babelrc.json
TristanWatanabe d5e2421
test: fix test
TristanWatanabe 8656f48
chore: cleanup just preset.ts of unused code
TristanWatanabe 48a8afb
Merge branch 'use-swc-transpilation-tooling-updates' into migrate-v9-…
TristanWatanabe adf5b4a
fix: set react-portal-compat and react-portal-compat-context to targe…
TristanWatanabe ee231cd
fix: react-portal-context and react-portal-compat browser matrix lowe…
TristanWatanabe 5473564
nit: remove unintended prettier change
TristanWatanabe 234cd93
nit: remove unintended prettier change
TristanWatanabe b43b595
nit: remove unintended prettier change
TristanWatanabe ad54b8a
chore: cleanup commented out code
TristanWatanabe 898663c
fix? : add puppeteer to yarn resolutions and pin to latest version to…
TristanWatanabe 848e0c6
cleanup: remove unused just-scripts-utils dep
TristanWatanabe fcb136b
testing: remove teachingbubble perf test
TristanWatanabe 49ff152
Merge branch 'master' into migrate-v9-pkgs
TristanWatanabe 9bb1f42
run migration generator again
TristanWatanabe 9542aad
Revert "testing: remove teachingbubble perf test"
TristanWatanabe 6606987
Merge branch 'master' into migrate-v9-pkgs
TristanWatanabe 453153a
chore: run migration generator again
TristanWatanabe e38c466
Change Files
TristanWatanabe 0da3f21
revert: undo changes to typings of babel-preset-storybook package
TristanWatanabe 34ea99a
fix: update yarn.lock
TristanWatanabe 810250a
fix: broken react-badge package.json
TristanWatanabe 8841402
fix: update yarn.lock
TristanWatanabe 830f8d8
temp fix: comment out TeachingBubble v8 perf test
TristanWatanabe 4135574
temp fix: comment out TeachingBubble v8 perf test
TristanWatanabe 43105bd
Merge branch 'master' into migrate-v9-pkgs
TristanWatanabe c40842f
Merge branch 'master' into use-swc-transpilation-tooling-updates
TristanWatanabe 995fb2a
temp fix: delete v8 TeachingBubble perf test
TristanWatanabe e95c6fd
Merge branch 'master' into migrate-v9-pkgs
TristanWatanabe 77d4f9a
Merge branch 'master' into use-swc-transpilation-tooling-updates
TristanWatanabe 6572a66
chore: update yarn.lock after master merge
TristanWatanabe 7775b72
Merge branch 'use-swc-transpilation-tooling-updates' into migrate-v9-…
TristanWatanabe 3616186
feat: add monorepo root .babelrc-v9.json file and update migrate-conv…
TristanWatanabe b37546e
Merge branch 'use-swc-transpilation-tooling-updates' into migrate-v9-…
TristanWatanabe 2ec48d7
chore: run migration generator again to reflect babelrc.json extendin…
TristanWatanabe File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,23 @@ | ||
| { | ||
| "presets": [ | ||
| [ | ||
| "@griffel", | ||
| { | ||
| "babelOptions": { | ||
| "plugins": [ | ||
| [ | ||
| "babel-plugin-module-resolver", | ||
| { | ||
| "root": ["../../../"], | ||
| "alias": { | ||
| "@fluentui/tokens": "packages/tokens/lib/index.js", | ||
| "^@fluentui/(?!react-icons)(.+)": "packages/react-components/\\1/lib/index.js" | ||
| } | ||
| } | ||
| ] | ||
| ] | ||
| } | ||
| } | ||
| ] | ||
| ] | ||
| } | ||
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 was deleted.
Oops, something went wrong.
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 |
|---|---|---|
|
|
@@ -4,6 +4,7 @@ import * as React from 'react'; | |
| import { setAddon } from '@storybook/react'; | ||
| import { webLightTheme, teamsHighContrastTheme, webDarkTheme } from '@fluentui/react-theme'; | ||
| import { FluentProvider } from '@fluentui/react-provider'; | ||
| import { withFluentProvider } from '@fluentui/react-storybook-addon'; | ||
|
|
||
| /** | ||
| * @deprecated https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#deprecated-setaddon | ||
|
|
@@ -69,3 +70,5 @@ setAddon({ | |
|
|
||
| /** @type {import("@fluentui/react-storybook-addon").FluentParameters} */ | ||
| export const parameters = { layout: 'none', mode: 'vr-test' }; | ||
|
|
||
| export const decorators = [withFluentProvider]; | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why this was added: #26504 (comment) |
||
7 changes: 7 additions & 0 deletions
7
change/@fluentui-babel-preset-global-context-b8777506-24c3-4c16-a64b-e4023c6c3869.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": "chore: use swc for browser matrix based transpilation. ", | ||
| "packageName": "@fluentui/babel-preset-global-context", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-global-context-e460da5c-68fc-4690-bf51-83d85a63b845.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": "chore: use swc for browser matrix based transpilation. ", | ||
| "packageName": "@fluentui/global-context", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-keyboard-keys-d8be3ef1-5898-49c8-a900-d45c3d9de6a5.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": "patch", | ||
| "comment": "chore: use swc for browser matrix based transpilation. ", | ||
| "packageName": "@fluentui/keyboard-keys", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-priority-overflow-07edd3fc-5a78-47ca-94df-d7fcddc80851.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": "patch", | ||
| "comment": "chore: use swc for browser matrix based transpilation. ", | ||
| "packageName": "@fluentui/priority-overflow", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-accordion-b8e6afbc-dbff-40d1-89b8-da32d1255968.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": "patch", | ||
| "comment": "chore: use swc for browser matrix based transpilation. ", | ||
| "packageName": "@fluentui/react-accordion", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-alert-d9e9aab7-e17c-449f-a00b-edb99bdfa060.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": "chore: use swc for browser matrix based transpilation. ", | ||
| "packageName": "@fluentui/react-alert", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-aria-20339df6-9b2f-432f-a308-456af7560622.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": "patch", | ||
| "comment": "chore: use swc for browser matrix based transpilation. ", | ||
| "packageName": "@fluentui/react-aria", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-avatar-41ffa0a3-454c-47f5-a0b1-b16d48660a18.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": "patch", | ||
| "comment": "chore: use swc for browser matrix based transpilation. ", | ||
| "packageName": "@fluentui/react-avatar", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-badge-794e08b6-da41-4607-b796-cafbab449971.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": "patch", | ||
| "comment": "chore: use swc for browser matrix based transpilation. ", | ||
| "packageName": "@fluentui/react-badge", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-button-269afc36-0283-4c3d-a46e-8f7a8b3b082d.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": "patch", | ||
| "comment": "chore: use swc for browser matrix based transpilation. ", | ||
| "packageName": "@fluentui/react-button", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-card-50eb0eaa-8f65-4975-982c-3b408de4873a.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": "chore: use swc for browser matrix based transpilation. ", | ||
| "packageName": "@fluentui/react-card", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-charting-9a6d5a7c-f388-4967-83b6-a58627eeda49.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": "patch", | ||
| "comment": "chore: use swc for browser matrix based transpilation. ", | ||
| "packageName": "@fluentui/react-charting", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-checkbox-e68e260a-f70d-4aef-ac4c-07b8c07f31b4.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": "patch", | ||
| "comment": "chore: use swc for browser matrix based transpilation. ", | ||
| "packageName": "@fluentui/react-checkbox", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-combobox-cb4b5f55-5b15-4334-bc75-6ae2a7359259.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": "patch", | ||
| "comment": "chore: use swc for browser matrix based transpilation. ", | ||
| "packageName": "@fluentui/react-combobox", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-components-97c1f930-49d1-493e-89a0-de1aba00cc76.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": "patch", | ||
| "comment": "chore: use swc for browser matrix based transpilation. ", | ||
| "packageName": "@fluentui/react-components", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-conformance-griffel-39bc175d-2538-4105-b037-1f3391845102.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": "chore: use swc for browser matrix based transpilation. ", | ||
| "packageName": "@fluentui/react-conformance-griffel", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-context-selector-9fcfde56-6ff7-4081-8cf5-32ca5c6e4141.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": "patch", | ||
| "comment": "chore: use swc for browser matrix based transpilation. ", | ||
| "packageName": "@fluentui/react-context-selector", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-data-grid-react-window-cb48c9d1-93aa-4e8e-b8bd-365b254c97b0.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": "chore: use swc for browser matrix based transpilation. ", | ||
| "packageName": "@fluentui/react-data-grid-react-window", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-dialog-4806e545-5bcb-47b2-a219-fca3087a78d0.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": "patch", | ||
| "comment": "chore: use swc for browser matrix based transpilation. ", | ||
| "packageName": "@fluentui/react-dialog", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-divider-bfb9726a-b38a-437d-870d-368d86111f59.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": "patch", | ||
| "comment": "chore: use swc for browser matrix based transpilation. ", | ||
| "packageName": "@fluentui/react-divider", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-field-ce0b8c60-0912-437a-98af-1a7b1cdc0648.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": "chore: use swc for browser matrix based transpilation. ", | ||
| "packageName": "@fluentui/react-field", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-image-6aaa73c4-fa72-4e79-b93a-7d9b9b64ca78.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": "patch", | ||
| "comment": "chore: use swc for browser matrix based transpilation. ", | ||
| "packageName": "@fluentui/react-image", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-infobutton-a6072966-e193-4206-a1bc-51678828b69f.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": "chore: use swc for browser matrix based transpilation. ", | ||
| "packageName": "@fluentui/react-infobutton", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-input-1fa9ac5e-624a-45c0-b6ba-ca7fdb75ff22.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": "patch", | ||
| "comment": "chore: use swc for browser matrix based transpilation. ", | ||
| "packageName": "@fluentui/react-input", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-label-2cba0b34-fbef-4498-a6a4-3cefbffcae56.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": "patch", | ||
| "comment": "chore: use swc for browser matrix based transpilation. ", | ||
| "packageName": "@fluentui/react-label", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-link-918c0d0b-d5e8-4f56-9c49-8d5aa4f1dd03.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": "patch", | ||
| "comment": "chore: use swc for browser matrix based transpilation. ", | ||
| "packageName": "@fluentui/react-link", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-menu-26ecea78-32b4-4b43-8a05-61e7f6c276cb.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": "patch", | ||
| "comment": "chore: use swc for browser matrix based transpilation. ", | ||
| "packageName": "@fluentui/react-menu", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-migration-v8-v9-1535d4ff-c799-4df7-920f-e62dd19b7f1b.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": "patch", | ||
| "comment": "chore: use swc for browser matrix based transpilation. ", | ||
| "packageName": "@fluentui/react-migration-v8-v9", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-overflow-444e5c74-6630-40cb-86af-4f5bb027e4ab.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": "patch", | ||
| "comment": "chore: use swc for browser matrix based transpilation. ", | ||
| "packageName": "@fluentui/react-overflow", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-persona-ef6177af-dc7b-4a3a-a099-d5b2b891fa91.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": "patch", | ||
| "comment": "chore: use swc for browser matrix based transpilation. ", | ||
| "packageName": "@fluentui/react-persona", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-popover-1679da17-8e65-45ae-9080-ef0746ddf4ba.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": "patch", | ||
| "comment": "chore: use swc for browser matrix based transpilation. ", | ||
| "packageName": "@fluentui/react-popover", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-portal-ad0f1709-3e6e-4241-891a-21011da9ad7f.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": "patch", | ||
| "comment": "chore: use swc for browser matrix based transpilation. ", | ||
| "packageName": "@fluentui/react-portal", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-portal-compat-53edc8cd-731a-4674-a644-52ca05d2ccc8.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": "patch", | ||
| "comment": "chore: use swc for browser matrix based transpilation. ", | ||
| "packageName": "@fluentui/react-portal-compat", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-portal-compat-context-3b111ed9-feab-47de-9399-8c26d6300bdc.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": "patch", | ||
| "comment": "chore: use swc for browser matrix based transpilation. ", | ||
| "packageName": "@fluentui/react-portal-compat-context", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-positioning-358bfb2d-f502-4db0-9344-71b6cdf2190a.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": "patch", | ||
| "comment": "chore: use swc for browser matrix based transpilation. ", | ||
| "packageName": "@fluentui/react-positioning", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-progress-c2082524-a79d-4776-9851-4e5c2e2e16a5.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": "patch", | ||
| "comment": "chore: use swc for browser matrix based transpilation. ", | ||
| "packageName": "@fluentui/react-progress", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-provider-ef15edb2-fc32-43e0-9e64-f7f0bde13c85.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": "patch", | ||
| "comment": "chore: use swc for browser matrix based transpilation. ", | ||
| "packageName": "@fluentui/react-provider", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-radio-f3291fff-a43b-4579-b0e5-d3bc1d4d5945.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": "patch", | ||
| "comment": "chore: use swc for browser matrix based transpilation. ", | ||
| "packageName": "@fluentui/react-radio", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-select-02b9dabe-3ef0-420b-abc8-3d6fab01d346.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": "patch", | ||
| "comment": "chore: use swc for browser matrix based transpilation. ", | ||
| "packageName": "@fluentui/react-select", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-shared-contexts-9a107e81-7073-4eba-a586-09cc01c0fdad.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": "patch", | ||
| "comment": "chore: use swc for browser matrix based transpilation. ", | ||
| "packageName": "@fluentui/react-shared-contexts", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-slider-5bf7d01b-a33a-4502-86f8-c322218267ba.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": "patch", | ||
| "comment": "chore: use swc for browser matrix based transpilation. ", | ||
| "packageName": "@fluentui/react-slider", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-spinbutton-261c1ba1-e2bc-4dde-9cc0-783634c5a9d6.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": "patch", | ||
| "comment": "chore: use swc for browser matrix based transpilation. ", | ||
| "packageName": "@fluentui/react-spinbutton", | ||
| "email": "[email protected]", | ||
| "dependentChangeType": "patch" | ||
| } |
7 changes: 7 additions & 0 deletions
7
change/@fluentui-react-spinner-ba88a5e7-c2e7-472e-9f40-c42bbd6cd9cb.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": "patch", | ||
| "comment": "chore: use swc for browser matrix based transpilation. ", | ||
| "packageName": "@fluentui/react-spinner", | ||
| "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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🕵 fluentuiv8 Open the Visual Regressions report to inspect the 2 screenshots
✅ There was 0 screenshots added, 2 screenshots removed, 1043 screenshots unchanged, 0 screenshots with different dimensions and 0 screenshots with visible difference.
unknown 2 screenshots