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

Build: Migrate mono-repo dependency versions to use yarn workspace syntax #23572

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
2fb2cfa
Use workspace syntax for package versions
valentinpalkovic Jul 24, 2023
d181e45
Replace npm publish by yarn npm publish command
valentinpalkovic Jul 24, 2023
80552da
Do not modify monorepo dependencies since they are replaced during 'y…
valentinpalkovic Jul 24, 2023
a481660
Fix publishing packages
valentinpalkovic Jul 24, 2023
375c304
Fix tests
valentinpalkovic Jul 24, 2023
39ce64a
Fix publishing packages
valentinpalkovic Jul 24, 2023
ce3c12c
Merge branch 'next' into valentin/migrate-version-to-use-workspace-sy…
valentinpalkovic Jul 24, 2023
a1e8e5c
Switch 'npm publish' to 'yarn npm publish' during publishing
valentinpalkovic Jul 25, 2023
aa8fe31
Merge branch 'next' into valentin/migrate-version-to-use-workspace-sy…
valentinpalkovic Jul 25, 2023
3dc5ad7
Fix linting in mdx files
valentinpalkovic Jul 25, 2023
726e155
Revert publish mechanism
valentinpalkovic Jul 25, 2023
7bbdcf6
Merge remote-tracking branch 'origin/next' into valentin/migrate-vers…
valentinpalkovic Jul 25, 2023
7c3cde9
Merge branch 'next' into valentin/migrate-version-to-use-workspace-sy…
valentinpalkovic Jul 25, 2023
65f366c
Merge remote-tracking branch 'origin/next' into valentin/migrate-vers…
valentinpalkovic Jul 26, 2023
32a72b1
Merge remote-tracking branch 'origin/next' into valentin/migrate-vers…
valentinpalkovic Jul 26, 2023
8465b4d
Add @storybook/addon-themes to dependencies
valentinpalkovic Jul 26, 2023
33efd3d
Replace hardcoded versions with workspace syntax
valentinpalkovic Jul 26, 2023
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
18 changes: 9 additions & 9 deletions code/addons/a11y/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,16 @@
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/addon-highlight": "7.2.0-rc.0",
"@storybook/channels": "7.2.0-rc.0",
"@storybook/client-logger": "7.2.0-rc.0",
"@storybook/components": "7.2.0-rc.0",
"@storybook/core-events": "7.2.0-rc.0",
"@storybook/addon-highlight": "workspace:*",
"@storybook/channels": "workspace:*",
"@storybook/client-logger": "workspace:*",
"@storybook/components": "workspace:*",
"@storybook/core-events": "workspace:*",
"@storybook/global": "^5.0.0",
"@storybook/manager-api": "7.2.0-rc.0",
"@storybook/preview-api": "7.2.0-rc.0",
"@storybook/theming": "7.2.0-rc.0",
"@storybook/types": "7.2.0-rc.0",
"@storybook/manager-api": "workspace:*",
"@storybook/preview-api": "workspace:*",
"@storybook/theming": "workspace:*",
"@storybook/types": "workspace:*",
"axe-core": "^4.2.0",
"lodash": "^4.17.21",
"react-resize-detector": "^7.1.2"
Expand Down
14 changes: 7 additions & 7 deletions code/addons/actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,14 @@
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/client-logger": "7.2.0-rc.0",
"@storybook/components": "7.2.0-rc.0",
"@storybook/core-events": "7.2.0-rc.0",
"@storybook/client-logger": "workspace:*",
"@storybook/components": "workspace:*",
"@storybook/core-events": "workspace:*",
"@storybook/global": "^5.0.0",
"@storybook/manager-api": "7.2.0-rc.0",
"@storybook/preview-api": "7.2.0-rc.0",
"@storybook/theming": "7.2.0-rc.0",
"@storybook/types": "7.2.0-rc.0",
"@storybook/manager-api": "workspace:*",
"@storybook/preview-api": "workspace:*",
"@storybook/theming": "workspace:*",
"@storybook/types": "workspace:*",
"dequal": "^2.0.2",
"lodash": "^4.17.21",
"polished": "^4.2.2",
Expand Down
14 changes: 7 additions & 7 deletions code/addons/backgrounds/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,14 @@
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/client-logger": "7.2.0-rc.0",
"@storybook/components": "7.2.0-rc.0",
"@storybook/core-events": "7.2.0-rc.0",
"@storybook/client-logger": "workspace:*",
"@storybook/components": "workspace:*",
"@storybook/core-events": "workspace:*",
"@storybook/global": "^5.0.0",
"@storybook/manager-api": "7.2.0-rc.0",
"@storybook/preview-api": "7.2.0-rc.0",
"@storybook/theming": "7.2.0-rc.0",
"@storybook/types": "7.2.0-rc.0",
"@storybook/manager-api": "workspace:*",
"@storybook/preview-api": "workspace:*",
"@storybook/theming": "workspace:*",
"@storybook/types": "workspace:*",
"memoizerific": "^1.11.3",
"ts-dedent": "^2.0.0"
},
Expand Down
18 changes: 9 additions & 9 deletions code/addons/controls/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,15 @@
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/blocks": "7.2.0-rc.0",
"@storybook/client-logger": "7.2.0-rc.0",
"@storybook/components": "7.2.0-rc.0",
"@storybook/core-common": "7.2.0-rc.0",
"@storybook/manager-api": "7.2.0-rc.0",
"@storybook/node-logger": "7.2.0-rc.0",
"@storybook/preview-api": "7.2.0-rc.0",
"@storybook/theming": "7.2.0-rc.0",
"@storybook/types": "7.2.0-rc.0",
"@storybook/blocks": "workspace:*",
"@storybook/client-logger": "workspace:*",
"@storybook/components": "workspace:*",
"@storybook/core-common": "workspace:*",
"@storybook/manager-api": "workspace:*",
"@storybook/node-logger": "workspace:*",
"@storybook/preview-api": "workspace:*",
"@storybook/theming": "workspace:*",
"@storybook/types": "workspace:*",
"lodash": "^4.17.21",
"ts-dedent": "^2.0.0"
},
Expand Down
22 changes: 11 additions & 11 deletions code/addons/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,19 +99,19 @@
"dependencies": {
"@jest/transform": "^29.3.1",
"@mdx-js/react": "^2.1.5",
"@storybook/blocks": "7.2.0-rc.0",
"@storybook/client-logger": "7.2.0-rc.0",
"@storybook/components": "7.2.0-rc.0",
"@storybook/csf-plugin": "7.2.0-rc.0",
"@storybook/csf-tools": "7.2.0-rc.0",
"@storybook/blocks": "workspace:*",
"@storybook/client-logger": "workspace:*",
"@storybook/components": "workspace:*",
"@storybook/csf-plugin": "workspace:*",
"@storybook/csf-tools": "workspace:*",
"@storybook/global": "^5.0.0",
"@storybook/mdx2-csf": "^1.0.0",
"@storybook/node-logger": "7.2.0-rc.0",
"@storybook/postinstall": "7.2.0-rc.0",
"@storybook/preview-api": "7.2.0-rc.0",
"@storybook/react-dom-shim": "7.2.0-rc.0",
"@storybook/theming": "7.2.0-rc.0",
"@storybook/types": "7.2.0-rc.0",
"@storybook/node-logger": "workspace:*",
"@storybook/postinstall": "workspace:*",
"@storybook/preview-api": "workspace:*",
"@storybook/react-dom-shim": "workspace:*",
"@storybook/theming": "workspace:*",
"@storybook/types": "workspace:*",
"fs-extra": "^11.1.0",
"remark-external-links": "^8.0.0",
"remark-slug": "^6.0.0",
Expand Down
30 changes: 15 additions & 15 deletions code/addons/essentials/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,24 +129,24 @@
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/addon-actions": "7.2.0-rc.0",
"@storybook/addon-backgrounds": "7.2.0-rc.0",
"@storybook/addon-controls": "7.2.0-rc.0",
"@storybook/addon-docs": "7.2.0-rc.0",
"@storybook/addon-highlight": "7.2.0-rc.0",
"@storybook/addon-measure": "7.2.0-rc.0",
"@storybook/addon-outline": "7.2.0-rc.0",
"@storybook/addon-themes": "7.2.0-rc.0",
"@storybook/addon-toolbars": "7.2.0-rc.0",
"@storybook/addon-viewport": "7.2.0-rc.0",
"@storybook/core-common": "7.2.0-rc.0",
"@storybook/manager-api": "7.2.0-rc.0",
"@storybook/node-logger": "7.2.0-rc.0",
"@storybook/preview-api": "7.2.0-rc.0",
"@storybook/addon-actions": "workspace:*",
"@storybook/addon-backgrounds": "workspace:*",
"@storybook/addon-controls": "workspace:*",
"@storybook/addon-docs": "workspace:*",
"@storybook/addon-highlight": "workspace:*",
"@storybook/addon-measure": "workspace:*",
"@storybook/addon-outline": "workspace:*",
"@storybook/addon-themes": "workspace:*",
"@storybook/addon-toolbars": "workspace:*",
"@storybook/addon-viewport": "workspace:*",
"@storybook/core-common": "workspace:*",
"@storybook/manager-api": "workspace:*",
"@storybook/node-logger": "workspace:*",
"@storybook/preview-api": "workspace:*",
"ts-dedent": "^2.0.0"
},
"devDependencies": {
"@storybook/vue": "7.2.0-rc.0",
"@storybook/vue": "workspace:*",
"typescript": "^4.9.3"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion code/addons/gfm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/node-logger": "7.2.0-rc.0",
"@storybook/node-logger": "workspace:*",
"remark-gfm": "^3.0.1",
"ts-dedent": "^2.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions code/addons/highlight/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/core-events": "7.2.0-rc.0",
"@storybook/core-events": "workspace:*",
"@storybook/global": "^5.0.0",
"@storybook/preview-api": "7.2.0-rc.0"
"@storybook/preview-api": "workspace:*"
},
"devDependencies": {
"@types/webpack-env": "^1.16.0",
Expand Down
18 changes: 9 additions & 9 deletions code/addons/interactions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,16 @@
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/client-logger": "7.2.0-rc.0",
"@storybook/components": "7.2.0-rc.0",
"@storybook/core-common": "7.2.0-rc.0",
"@storybook/core-events": "7.2.0-rc.0",
"@storybook/client-logger": "workspace:*",
"@storybook/components": "workspace:*",
"@storybook/core-common": "workspace:*",
"@storybook/core-events": "workspace:*",
"@storybook/global": "^5.0.0",
"@storybook/instrumenter": "7.2.0-rc.0",
"@storybook/manager-api": "7.2.0-rc.0",
"@storybook/preview-api": "7.2.0-rc.0",
"@storybook/theming": "7.2.0-rc.0",
"@storybook/types": "7.2.0-rc.0",
"@storybook/instrumenter": "workspace:*",
"@storybook/manager-api": "workspace:*",
"@storybook/preview-api": "workspace:*",
"@storybook/theming": "workspace:*",
"@storybook/types": "workspace:*",
"jest-mock": "^27.0.6",
"polished": "^4.2.2",
"ts-dedent": "^2.2.0"
Expand Down
12 changes: 6 additions & 6 deletions code/addons/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/client-logger": "7.2.0-rc.0",
"@storybook/components": "7.2.0-rc.0",
"@storybook/core-events": "7.2.0-rc.0",
"@storybook/client-logger": "workspace:*",
"@storybook/components": "workspace:*",
"@storybook/core-events": "workspace:*",
"@storybook/global": "^5.0.0",
"@storybook/manager-api": "7.2.0-rc.0",
"@storybook/preview-api": "7.2.0-rc.0",
"@storybook/theming": "7.2.0-rc.0",
"@storybook/manager-api": "workspace:*",
"@storybook/preview-api": "workspace:*",
"@storybook/theming": "workspace:*",
"react-resize-detector": "^7.1.2",
"tiny-invariant": "^1.3.1",
"upath": "^2.0.1"
Expand Down
12 changes: 6 additions & 6 deletions code/addons/links/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,14 @@
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/client-logger": "7.2.0-rc.0",
"@storybook/core-events": "7.2.0-rc.0",
"@storybook/client-logger": "workspace:*",
"@storybook/core-events": "workspace:*",
"@storybook/csf": "^0.1.0",
"@storybook/global": "^5.0.0",
"@storybook/manager-api": "7.2.0-rc.0",
"@storybook/preview-api": "7.2.0-rc.0",
"@storybook/router": "7.2.0-rc.0",
"@storybook/types": "7.2.0-rc.0",
"@storybook/manager-api": "workspace:*",
"@storybook/preview-api": "workspace:*",
"@storybook/router": "workspace:*",
"@storybook/types": "workspace:*",
"prop-types": "^15.7.2",
"ts-dedent": "^2.0.0"
},
Expand Down
12 changes: 6 additions & 6 deletions code/addons/measure/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/client-logger": "7.2.0-rc.0",
"@storybook/components": "7.2.0-rc.0",
"@storybook/core-events": "7.2.0-rc.0",
"@storybook/client-logger": "workspace:*",
"@storybook/components": "workspace:*",
"@storybook/core-events": "workspace:*",
"@storybook/global": "^5.0.0",
"@storybook/manager-api": "7.2.0-rc.0",
"@storybook/preview-api": "7.2.0-rc.0",
"@storybook/types": "7.2.0-rc.0",
"@storybook/manager-api": "workspace:*",
"@storybook/preview-api": "workspace:*",
"@storybook/types": "workspace:*",
"tiny-invariant": "^1.3.1"
},
"devDependencies": {
Expand Down
12 changes: 6 additions & 6 deletions code/addons/outline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/client-logger": "7.2.0-rc.0",
"@storybook/components": "7.2.0-rc.0",
"@storybook/core-events": "7.2.0-rc.0",
"@storybook/client-logger": "workspace:*",
"@storybook/components": "workspace:*",
"@storybook/core-events": "workspace:*",
"@storybook/global": "^5.0.0",
"@storybook/manager-api": "7.2.0-rc.0",
"@storybook/preview-api": "7.2.0-rc.0",
"@storybook/types": "7.2.0-rc.0",
"@storybook/manager-api": "workspace:*",
"@storybook/preview-api": "workspace:*",
"@storybook/types": "workspace:*",
"ts-dedent": "^2.0.0"
},
"devDependencies": {
Expand Down
20 changes: 10 additions & 10 deletions code/addons/storyshots-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
"dependencies": {
"@jest/transform": "^29.3.1",
"@storybook/babel-plugin-require-context-hook": "1.0.1",
"@storybook/client-api": "7.2.0-rc.0",
"@storybook/core-common": "7.2.0-rc.0",
"@storybook/core-webpack": "7.2.0-rc.0",
"@storybook/client-api": "workspace:*",
"@storybook/core-common": "workspace:*",
"@storybook/core-webpack": "workspace:*",
"@storybook/global": "^5.0.0",
"@storybook/preview-api": "7.2.0-rc.0",
"@storybook/types": "7.2.0-rc.0",
"@storybook/preview-api": "workspace:*",
"@storybook/types": "workspace:*",
"@types/jest-specific-snapshot": "^0.5.6",
"glob": "^10.0.0",
"jest-specific-snapshot": "^8.0.0",
Expand All @@ -57,11 +57,11 @@
"@angular/core": "^16.0.0-rc.4",
"@angular/platform-browser-dynamic": "^16.0.0-rc.4",
"@emotion/jest": "^11.8.0",
"@storybook/addon-docs": "7.2.0-rc.0",
"@storybook/angular": "7.2.0-rc.0",
"@storybook/react": "7.2.0-rc.0",
"@storybook/vue": "7.2.0-rc.0",
"@storybook/vue3": "7.2.0-rc.0",
"@storybook/addon-docs": "workspace:*",
"@storybook/angular": "workspace:*",
"@storybook/react": "workspace:*",
"@storybook/vue": "workspace:*",
"@storybook/vue3": "workspace:*",
"babel-loader": "^9.1.2",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.5",
Expand Down
6 changes: 3 additions & 3 deletions code/addons/storyshots-puppeteer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"dependencies": {
"@axe-core/puppeteer": "^4.2.0",
"@storybook/csf": "^0.1.0",
"@storybook/node-logger": "7.2.0-rc.0",
"@storybook/types": "7.2.0-rc.0",
"@storybook/node-logger": "workspace:*",
"@storybook/types": "workspace:*",
"@types/jest-image-snapshot": "^6.0.0",
"jest-image-snapshot": "^6.0.0"
},
Expand All @@ -49,7 +49,7 @@
"puppeteer": "^2.0.0 || ^3.0.0"
},
"peerDependencies": {
"@storybook/addon-storyshots": "7.2.0-rc.0",
"@storybook/addon-storyshots": "workspace:*",
"puppeteer": ">=2.0.0"
},
"peerDependenciesMeta": {
Expand Down
14 changes: 7 additions & 7 deletions code/addons/storysource/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/client-logger": "7.2.0-rc.0",
"@storybook/components": "7.2.0-rc.0",
"@storybook/manager-api": "7.2.0-rc.0",
"@storybook/preview-api": "7.2.0-rc.0",
"@storybook/router": "7.2.0-rc.0",
"@storybook/source-loader": "7.2.0-rc.0",
"@storybook/theming": "7.2.0-rc.0",
"@storybook/client-logger": "workspace:*",
"@storybook/components": "workspace:*",
"@storybook/manager-api": "workspace:*",
"@storybook/preview-api": "workspace:*",
"@storybook/router": "workspace:*",
"@storybook/source-loader": "workspace:*",
"@storybook/theming": "workspace:*",
"estraverse": "^5.2.0",
"prop-types": "^15.7.2",
"react-syntax-highlighter": "^15.5.0",
Expand Down
14 changes: 7 additions & 7 deletions code/addons/themes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,13 @@
"prep": "../../../scripts/prepare/bundle.ts"
},
"dependencies": {
"@storybook/client-logger": "7.2.0-rc.0",
"@storybook/components": "7.2.0-rc.0",
"@storybook/core-events": "7.2.0-rc.0",
"@storybook/manager-api": "7.2.0-rc.0",
"@storybook/preview-api": "7.2.0-rc.0",
"@storybook/theming": "7.2.0-rc.0",
"@storybook/types": "7.2.0-rc.0",
"@storybook/client-logger": "workspace:*",
"@storybook/components": "workspace:*",
"@storybook/core-events": "workspace:*",
"@storybook/manager-api": "workspace:*",
"@storybook/preview-api": "workspace:*",
"@storybook/theming": "workspace:*",
"@storybook/types": "workspace:*",
"ts-dedent": "^2.0.0"
},
"devDependencies": {
Expand Down
Loading