-
Notifications
You must be signed in to change notification settings - Fork 2.9k
chore: apply single version policy on web-components domain #33660
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,7 @@ | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| { | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Hotell marked this conversation as resolved.
Show resolved
Hide resolved
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. 🕵🏾♀️ visual changes to review in the Visual Change Reportvr-tests-react-components/Avatar Converged 2 screenshots
vr-tests-react-components/Positioning 2 screenshots
vr-tests-react-components/TagPicker 2 screenshots
vr-tests-web-components/Badge 1 screenshots
vr-tests-web-components/MenuList 1 screenshots
vr-tests-web-components/RadioGroup 1 screenshots
vr-tests-web-components/Switch 1 screenshots
vr-tests/Callout 10 screenshots
vr-tests/Keytip 2 screenshots
vr-tests/react-charting-AreaChart 1 screenshots
vr-tests/react-charting-LineChart 4 screenshots
vr-tests/react-charting-VerticalBarChart 1 screenshots
There were 2 duplicate changes discarded. Check the build logs for more information. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "type": "none", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "comment": "chore: disallow patch change type", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "packageName": "@fluentui/chart-web-components", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "email": "martinhochel@microsoft.com", | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| "dependentChangeType": "none" | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| } | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| { | ||
| "type": "none", | ||
| "comment": "chore: adopt single version policy for dev deps", | ||
| "packageName": "@fluentui/web-components", | ||
| "email": "martinhochel@microsoft.com", | ||
| "dependentChangeType": "none" | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -73,6 +73,7 @@ | |
| "@microsoft/api-extractor": "7.49.1", | ||
| "@microsoft/api-extractor-model": "7.30.2", | ||
| "@microsoft/eslint-plugin-sdl": "1.0.1", | ||
| "@microsoft/fast-element": "2.0.0", | ||
|
Contributor
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. Can this be
Contributor
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. Im not the right person to do this decision. this PR doesn't upgrade rather moves to SVP following the existing set of specified deps per package. feel free to update as you need ofc |
||
| "@microsoft/load-themed-styles": "1.10.26", | ||
| "@microsoft/loader-load-themed-styles": "2.0.17", | ||
| "@microsoft/tsdoc": "0.15.1", | ||
|
|
@@ -100,6 +101,8 @@ | |
| "@storybook/components": "7.6.20", | ||
| "@storybook/core-events": "7.6.20", | ||
| "@storybook/core-server": "7.6.20", | ||
| "@storybook/html": "7.6.20", | ||
| "@storybook/html-webpack5": "7.6.20", | ||
| "@storybook/manager-api": "7.6.20", | ||
| "@storybook/preview-api": "7.6.20", | ||
| "@storybook/react": "7.6.20", | ||
|
|
@@ -109,6 +112,7 @@ | |
| "@swc/core": "1.5.7", | ||
| "@swc/helpers": "0.5.1", | ||
| "@swc/jest": "0.2.36", | ||
| "@tensile-perf/web-components": "0.2.0", | ||
| "@testing-library/dom": "8.11.3", | ||
| "@testing-library/jest-dom": "5.16.5", | ||
| "@testing-library/react": "12.1.2", | ||
|
|
@@ -190,6 +194,7 @@ | |
| "beachball": "2.31.0", | ||
| "chalk": "4.1.0", | ||
| "chrome-remote-interface": "0.28.2", | ||
| "chromedriver": "125.0.3", | ||
| "ci-info": "3.8.0", | ||
| "circular-dependency-plugin": "5.2.2", | ||
| "clean-css": "4.2.3", | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.