chore(deps): bump tar and storybook in /frontend#3853
chore(deps): bump tar and storybook in /frontend#3853dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
|
Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability. Example:
Projects:
Please add a Jira issue key to your PR title. |
3 similar comments
|
Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability. Example:
Projects:
Please add a Jira issue key to your PR title. |
|
Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability. Example:
Projects:
Please add a Jira issue key to your PR title. |
|
Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability. Example:
Projects:
Please add a Jira issue key to your PR title. |
Removes [tar](https://github.com/isaacs/node-tar). It's no longer used after updating ancestor dependency [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/core). These dependencies need to be updated together. Removes `tar` Updates `storybook` from 7.6.21 to 10.2.9 - [Release notes](https://github.com/storybookjs/storybook/releases) - [Changelog](https://github.com/storybookjs/storybook/blob/v10.2.9/CHANGELOG.md) - [Commits](https://github.com/storybookjs/storybook/commits/v10.2.9/code/core) --- updated-dependencies: - dependency-name: tar dependency-version: dependency-type: indirect - dependency-name: storybook dependency-version: 10.2.9 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
bb998e8 to
8f28d29
Compare
|
Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability. Example:
Projects:
Please add a Jira issue key to your PR title. |
3 similar comments
|
Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability. Example:
Projects:
Please add a Jira issue key to your PR title. |
|
Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability. Example:
Projects:
Please add a Jira issue key to your PR title. |
|
Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability. Example:
Projects:
Please add a Jira issue key to your PR title. |
Removes tar. It's no longer used after updating ancestor dependency storybook. These dependencies need to be updated together.
Removes
tarUpdates
storybookfrom 7.6.21 to 10.2.9Release notes
Sourced from storybook's releases.
... (truncated)
Changelog
Sourced from storybook's changelog.
... (truncated)
Commits
4cdde82Bump 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-selecte7d1d84Merge pull request #33651 from storybookjs/fix-scale-1cc0d1f9Bump version from "10.2.5" to "10.2.6" [skip ci]Dependabot 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.
Note
Medium Risk
Major Storybook version bump can introduce breaking changes in the docs/build toolchain; runtime application code is not directly impacted.
Overview
Removes the unused
tardependency from the frontend dependency set.Upgrades Storybook tooling from the 7.x line to
storybookv10 (and updates thepackage-lock.jsondependency graph accordingly), which may affect local Storybook dev/build behavior and addon compatibility.Written by Cursor Bugbot for commit 8f28d29. This will update automatically on new commits. Configure here.