chore(deps-dev): bump storybook from 10.1.10 to 10.2.10 in /packages/allcll-ui#312
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: c4766495b3
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| "eslint-plugin-storybook": "10.0.1", | ||
| "playwright": "^1.56.1", | ||
| "storybook": "10.1.10", | ||
| "storybook": "10.2.10", |
There was a problem hiding this comment.
Update lockfile when bumping Storybook version
This commit changes storybook to 10.2.10 in packages/allcll-ui/package.json but does not update pnpm-lock.yaml (which still resolves storybook@10.1.10 for this importer), so the repository is left with manifest/lockfile drift. Our CI workflows run pnpm i --frozen-lockfile (see .github/workflows/build-deploy.yml and .github/workflows/dev-build-deploy.yml), and with this mismatch that install step will fail before build/deploy.
Useful? React with 👍 / 👎.
Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core) from 10.1.10 to 10.2.10. - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v10.2.10/code/core) --- updated-dependencies: - dependency-name: storybook dependency-version: 10.2.10 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
c476649 to
8b8c5cd
Compare
|



Bumps storybook from 10.1.10 to 10.2.10.
Release notes
Sourced from storybook's releases.
... (truncated)
Changelog
Sourced from storybook's changelog.
... (truncated)
Commits
c812573Bump version from "10.2.9" to "10.2.10" [skip ci]fd275fbMerge pull request #33820 from storybookjs/harden-websocket-security4cdde82Bump version from "10.2.8" to "10.2.9" [skip ci]719b6caBump version from "10.2.7" to "10.2.8" [skip ci]78f274bMerge pull request #33773 from storybookjs/valentin/add-exit-telemetry0ca7278Merge pull request #33766 from storybookjs/norbert/share-channel-events1c96212Merge pull request #33783 from storybookjs/copilot/add-expo-telemetry-patch-l...8d687ecBump version from "10.2.6" to "10.2.7" [skip ci]711e245Merge pull request #33776 from LouisLau-art/fix/loglevel-flag-works3802165Merge pull request #33284 from ia319/bug/33281-dynamic-title-selectDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from the Security Alerts page.