Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 13, 2025

Bumps the development-dependencies group with 2 updates: @storybook/test-runner and @types/three.

Updates @storybook/test-runner from 0.21.3 to 0.24.1

Release notes

Sourced from @​storybook/test-runner's releases.

v0.24.1

🐛 Bug Fix

Authors: 3

v0.24.1-next.0

🐛 Bug Fix

Authors: 3

v0.24.0

🚀 Enhancement

🐛 Bug Fix

Authors: 3

v0.24.0-next.4

🐛 Bug Fix

Authors: 1

... (truncated)

Changelog

Sourced from @​storybook/test-runner's changelog.

v0.24.1 (Wed Oct 29 2025)

🐛 Bug Fix

Authors: 3


v0.24.0 (Tue Oct 28 2025)

🚀 Enhancement

🐛 Bug Fix

Authors: 3


v0.23.0 (Wed Jun 11 2025)

🚀 Enhancement

🐛 Bug Fix

... (truncated)

Commits
  • d13f6a1 Bump version to: 0.24.1 [skip ci]
  • fb8c6f0 Update CHANGELOG.md [skip ci]
  • 1269938 Merge pull request #588 from storybookjs/next
  • fd75838 Merge pull request #587 from storybookjs/yann/sb-10.1-support
  • 1f5f05f broaden dependency range for Storybook 10.1
  • 8dbb30d Bump version to: 0.24.0 [skip ci]
  • 1c813e1 Update CHANGELOG.md [skip ci]
  • 2066df9 Merge pull request #586 from storybookjs/release/v0.24.0
  • 058b048 fix compat table
  • bb124bd update compatibility version table
  • Additional commits viewable in compare view

Updates @types/three from 0.160.0 to 0.181.0

Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 13, 2025

Labels

The following labels could not be found: automated, dependencies. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot bot requested a review from SomeRandmGuyy as a code owner November 13, 2025 02:18
@greptile-apps
Copy link

greptile-apps bot commented Nov 13, 2025

Skipped: This PR was opened by one of your excluded authors: (dependabot[bot])

@github-actions
Copy link

⚠️ PR description is missing required sections:

  • Description

  • Type of Change

  • Testing

  • Checklist

Please update your PR description using the template.

@github-actions
Copy link

🎯 Code Quality Summary

Check Status
SonarCloud failure
Complexity failure
Duplication failure
Bundle Size failure

View detailed reports in the workflow artifacts.

@github-actions
Copy link

📊 Performance Summary

@github-actions
Copy link

⚠️ PR description is missing required sections:

  • Description

  • Type of Change

  • Testing

  • Checklist

Please update your PR description using the template.

@github-actions github-actions bot added size/XS and removed size/XS labels Nov 17, 2025
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 17, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot recreate.

@github-actions
Copy link

⚠️ PR description is missing required sections:

  • Description

  • Type of Change

  • Testing

  • Checklist

Please update your PR description using the template.

@github-actions github-actions bot added size/XS and removed size/XS labels Nov 17, 2025
@github-actions
Copy link

⚠️ PR description is missing required sections:

  • Description

  • Type of Change

  • Testing

  • Checklist

Please update your PR description using the template.

@github-actions github-actions bot added size/XS and removed size/XS labels Nov 24, 2025
Bumps the development-dependencies group with 2 updates: [@storybook/test-runner](https://github.com/storybookjs/test-runner) and [@types/three](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/three).


Updates `@storybook/test-runner` from 0.21.3 to 0.24.1
- [Release notes](https://github.com/storybookjs/test-runner/releases)
- [Changelog](https://github.com/storybookjs/test-runner/blob/v0.24.1/CHANGELOG.md)
- [Commits](storybookjs/test-runner@v0.21.3...v0.24.1)

Updates `@types/three` from 0.160.0 to 0.181.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/three)

---
updated-dependencies:
- dependency-name: "@storybook/test-runner"
  dependency-version: 0.24.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@types/three"
  dependency-version: 0.181.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/development-dependencies-2367b81db6 branch from 9706474 to c731429 Compare November 24, 2025 04:44
@github-actions
Copy link

⚠️ PR description is missing required sections:

  • Description

  • Type of Change

  • Testing

  • Checklist

Please update your PR description using the template.

1 similar comment
@github-actions
Copy link

⚠️ PR description is missing required sections:

  • Description

  • Type of Change

  • Testing

  • Checklist

Please update your PR description using the template.

@github-actions github-actions bot added size/XS and removed size/XS labels Nov 24, 2025
@github-actions
Copy link

📊 Performance Summary

@github-actions
Copy link

🎯 Code Quality Summary

Check Status
SonarCloud failure
Complexity failure
Duplication failure
Bundle Size failure

View detailed reports in the workflow artifacts.

@github-actions
Copy link

github-actions bot commented Dec 8, 2025

⚠️ PR description is missing required sections:

  • Description

  • Type of Change

  • Testing

  • Checklist

Please update your PR description using the template.

@github-actions github-actions bot added size/XS and removed size/XS labels Dec 8, 2025
@github-actions
Copy link

github-actions bot commented Dec 8, 2025

⚠️ PR description is missing required sections:

  • Description

  • Type of Change

  • Testing

  • Checklist

Please update your PR description using the template.

@github-actions github-actions bot added size/XS and removed size/XS labels Dec 8, 2025
@github-actions
Copy link

⚠️ PR description is missing required sections:

  • Description

  • Type of Change

  • Testing

  • Checklist

Please update your PR description using the template.

@github-actions github-actions bot added size/XS and removed size/XS labels Dec 15, 2025
@github-actions
Copy link

⚠️ PR description is missing required sections:

  • Description

  • Type of Change

  • Testing

  • Checklist

Please update your PR description using the template.

1 similar comment
@github-actions
Copy link

⚠️ PR description is missing required sections:

  • Description

  • Type of Change

  • Testing

  • Checklist

Please update your PR description using the template.

@github-actions github-actions bot added size/XS and removed size/XS labels Dec 22, 2025
@github-actions
Copy link

⚠️ PR description is missing required sections:

  • Description

  • Type of Change

  • Testing

  • Checklist

Please update your PR description using the template.

@github-actions github-actions bot added size/XS and removed size/XS labels Dec 22, 2025
@github-actions
Copy link

⚠️ PR description is missing required sections:

  • Description

  • Type of Change

  • Testing

  • Checklist

Please update your PR description using the template.

@github-actions github-actions bot added size/XS and removed size/XS labels Dec 29, 2025
@github-actions
Copy link

⚠️ PR description is missing required sections:

  • Description

  • Type of Change

  • Testing

  • Checklist

Please update your PR description using the template.

@github-actions github-actions bot added size/XS and removed size/XS labels Dec 29, 2025
@github-actions
Copy link

github-actions bot commented Jan 5, 2026

⚠️ PR description is missing required sections:

  • Description

  • Type of Change

  • Testing

  • Checklist

Please update your PR description using the template.

@github-actions github-actions bot added size/XS and removed size/XS labels Jan 5, 2026
@github-actions
Copy link

github-actions bot commented Jan 5, 2026

⚠️ PR description is missing required sections:

  • Description

  • Type of Change

  • Testing

  • Checklist

Please update your PR description using the template.

@github-actions github-actions bot added size/XS and removed size/XS labels Jan 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant