Skip to content
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

chore: apply single version policy on web-components domain #33660

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
Hotell marked this conversation as resolved.
Show resolved Hide resolved
Hotell marked this conversation as resolved.
Show resolved Hide resolved
"type": "none",
"comment": "chore: disallow patch change type",
"packageName": "@fluentui/chart-web-components",
"email": "[email protected]",
"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": "[email protected]",
"dependentChangeType": "none"
}
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"@microsoft/api-extractor": "7.39.0",
"@microsoft/api-extractor-model": "7.28.3",
"@microsoft/eslint-plugin-sdl": "0.1.9",
"@microsoft/fast-element": "2.0.1",
"@microsoft/load-themed-styles": "1.10.26",
"@microsoft/loader-load-themed-styles": "2.0.17",
"@microsoft/tsdoc": "0.14.2",
Expand Down Expand Up @@ -99,6 +100,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",
Expand All @@ -108,6 +111,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",
Expand Down Expand Up @@ -192,6 +196,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",
Expand Down
9 changes: 3 additions & 6 deletions packages/charts/chart-web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,7 @@
"test:dev": "playwright test"
},
"devDependencies": {
"@microsoft/fast-element": "2.0.0",
"@tensile-perf/web-components": "~0.2.0",
"@storybook/html": "7.6.20",
"@storybook/html-webpack5": "7.6.20",
"chromedriver": "^125.0.0"
"@microsoft/fast-element": "2.0.0"
},
"dependencies": {
"@microsoft/fast-web-utilities": "^6.0.0",
Expand All @@ -112,7 +108,8 @@
"beachball": {
"disallowedChangeTypes": [
"major",
"minor"
"minor",
"patch"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ran into this during #33647

creating a patch change file would be breaking change as it would bump to non pre-release version

],
"tag": "alpha"
}
Expand Down
6 changes: 1 addition & 5 deletions packages/web-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,7 @@
"e2e:local": "node ./scripts/e2e.js --ui"
},
"devDependencies": {
"@microsoft/fast-element": "2.0.0",
"@tensile-perf/web-components": "~0.2.0",
"@storybook/html": "7.6.20",
"@storybook/html-webpack5": "7.6.20",
"chromedriver": "^125.0.0"
"@microsoft/fast-element": "2.0.0"
},
"dependencies": {
"@microsoft/fast-web-utilities": "^6.0.0",
Expand Down
9 changes: 7 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2637,6 +2637,11 @@
resolved "https://registry.yarnpkg.com/@microsoft/fast-element/-/fast-element-2.0.0.tgz#4b3551159290f14ec59f9b48c6c4c26b4e086a0f"
integrity sha512-Tzv4dCGTg10NNyqWWGRy3bYG4vacQUapjy5gpdpmFbSgvNF8aOzJJMkG5CfVUDoC9gWxY1ZyGgjXX0p86ZXX5w==

"@microsoft/[email protected]":
version "2.0.1"
resolved "https://registry.yarnpkg.com/@microsoft/fast-element/-/fast-element-2.0.1.tgz#c8119f632567c3db649e80692e8ae4fd2e177653"
integrity sha512-JRAJS/Ib/Z10xSvTIjWEDsnBvKdJR1J0Q1AGttZnpkceih3GE3QfPgrDGhvIkKVF5raaHRfChIJkLYE2Jw7crQ==

"@microsoft/fast-web-utilities@^6.0.0":
version "6.0.0"
resolved "https://registry.yarnpkg.com/@microsoft/fast-web-utilities/-/fast-web-utilities-6.0.0.tgz#7678c2b2cd12aeef785f4e2288da93a4db9e38a6"
Expand Down Expand Up @@ -4698,7 +4703,7 @@
dependencies:
"@tensile-perf/tools" "0.1.7"

"@tensile-perf/web-components@~0.2.0":
"@tensile-perf/[email protected]":
version "0.2.0"
resolved "https://registry.yarnpkg.com/@tensile-perf/web-components/-/web-components-0.2.0.tgz#355ac463a121656e68c0567f9c15accf19b61734"
integrity sha512-NEKH6d/2HrOJgW60E/oZ/O2D4vjzBv9xgSQmAz1cQnrEyQ/Odz/l3OWDwfEobcg8VHm6iODVoNAyvYAr4ESTKQ==
Expand Down Expand Up @@ -8297,7 +8302,7 @@ chrome-trace-event@^1.0.2:
dependencies:
tslib "^1.9.0"

chromedriver@^125.0.0:
[email protected].3:
version "125.0.3"
resolved "https://registry.yarnpkg.com/chromedriver/-/chromedriver-125.0.3.tgz#4c7cf13e54cd3575b88d4376a53d659cabb0ae05"
integrity sha512-Qzuk5Wian2o3EVGjtbz6V/jv+pT/AV9246HbG6kUljZXXjsKZLZxqJC+kHR3qEh/wdv4EJD0YwAOWV72v9hogw==
Expand Down
Loading