-
Notifications
You must be signed in to change notification settings - Fork 97
chore(deps): update storybook monorepo to v7 (major) #1556
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
Conversation
7af6295 to
817f10c
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠ Warning: custom changes will be lost. |
5836298 to
11cfe24
Compare
|
We're seeing the current deploy |
b60cdf9 to
c9d4b3e
Compare
jzempel
left a comment
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.
Looks like the README files need attention. Please match treatment from react-containers, for example: https://github.com/zendeskgarden/react-containers/blob/c0143f69e88e3d23b5d023ec46bc0318945ad6fb/packages/accordion/demo/accordion.stories.mdx#L62. @Francois-Esquire I'm happy to make these updates; let me know.
lerna.json
Outdated
| "version": "8.69.2", | ||
| "npmClient": "yarn", | ||
| "npmClientArgs": ["--frozen-lockfile"], | ||
| "useWorkspaces": true, |
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.
@Francois-Esquire can you comment on this addition?
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.
Yes, this was a temporary conversion to workspaces to enable "resolutions" in the package.json to work across packages (mainly because of @reach/auto-id) and get the build going - instead of updating all packages with older versions of @reach/auto-id. I was planning to revert to a purely lerna driven monorepo once we've treated the docs/README to our standard.
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.
PS: Renovate PR #1527 will remove the need for workspaces and resolutions!
package.json
Outdated
| "resolutions": { | ||
| "@reach/auto-id": "0.18.0" | ||
| }, |
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.
What happens to yarn.lock if this is removed?
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.
There's a mix of 0.17.0 and 0.18.0 found across some of our packages without "resolutions" being set (this only works in workspaces). If we comb through our packages that use the older version, we will be able to remove it.
Yes for sure. There's still a bit needed to get the |
This PR contains the following updates:
6.5.16->7.0.206.5.16->7.0.206.5.16->7.0.206.5.16->7.0.20Release Notes
storybookjs/storybook
v7.0.20Compare Source
Bug Fixes
Maintenance
Build
v7.0.19Compare Source
v7.0.18Compare Source
Bug Fixes
Build
v7.0.17Compare Source
Bug Fixes
window#22709managerHeadpreset inmain.ts#22701v7.0.16Compare Source
Accidental no-op
v7.0.15Compare Source
Bug Fixes
.mp3support for builder-manager #22699v7.0.14Compare Source
Bug Fixes
Maintenance
v7.0.13Compare Source
Bug Fixes
global#22393Maintenance
Build
v7.0.12Compare Source
Bug Fixes
getFrameworkPackagelogic #22559Maintenance
v7.0.11Compare Source
Bug Fixes
v7.0.10Compare Source
Bug Fixes
init#22375Maintenance
v7.0.9Compare Source
Bug Fixes
Maintenance
v7.0.8Compare Source
Bug Fixes
Maintenance
typescondition to the front in allpackage.json.exportsmaps #22321v7.0.7Compare Source
Bug Fixes
SET_INDEXfor docs entries #22154useParameterusingDOCS_PREPARED#22118Maintenance
Build
v7.0.6Compare Source
Bug Fixes
moduleguard in non-webpack environments #22085Maintenance
Build
v7.0.5Compare Source
Bug Fixes
v7.0.4Compare Source
Storybook 7.0 is here! 🎉
7.0 contains hundreds more fixes, features, and tweaks. Browse the changelogs matching
7.0.0-alpha.*,7.0.0-beta.*, and7.0.0-rc.*for the full list of changes.See our Migration guide to upgrade from earlier versions of Storybook.
Bug Fixes
Dependency Upgrades
v7.0.3Compare Source
Bug Fixes
defaultOrientationconfig option #21962:first-child(etc) workarounds #21213Maintenance
Dependency Upgrades
@emotion/cacheversion #21941v7.0.2Compare Source
Storybook 7.0 is here! 🎉
7.0 contains hundreds more fixes, features, and tweaks. Browse the changelogs matching
7.0.0-alpha.*,7.0.0-beta.*, and7.0.0-rc.*for the full list of changes.See our Migration guide to upgrade from earlier versions of Storybook.
Bug Fixes
v7.0.1Compare Source
Bug Fixes
Maintenance
component/propsMetafrom story #21807Dependencies
v7.0.0Compare Source
Storybook 7.0 is here! 🎉
7.0 contains hundreds more fixes, features, and tweaks. Browse the changelogs matching
7.0.0-alpha.*,7.0.0-beta.*, and7.0.0-rc.*for the full list of changes.See our Migration guide to upgrade from earlier versions of Storybook.
Full announcement and proper release to the
latestnpm tag coming soon. 😘Configuration
📅 Schedule: Branch creation - "on Monday every 9 weeks of the year starting on the 5th week" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate. View repository job log here.