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(deps-dev): bump the development-dependencies group in /autogpt_platform/frontend with 12 updates #8866

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 2, 2024

Bumps the development-dependencies group in /autogpt_platform/frontend with 12 updates:

Package From To
@storybook/addon-essentials 8.4.5 8.4.6
@storybook/addon-interactions 8.4.5 8.4.6
@storybook/addon-links 8.4.5 8.4.6
@storybook/addon-onboarding 8.4.5 8.4.6
@storybook/blocks 8.4.5 8.4.6
@storybook/nextjs 8.4.5 8.4.6
@storybook/react 8.4.5 8.4.6
@storybook/test 8.4.5 8.4.6
@storybook/test-runner 0.19.1 0.20.1
@types/node 22.9.3 22.10.1
prettier 3.3.3 3.4.1
storybook 8.4.5 8.4.6

Updates @storybook/addon-essentials from 8.4.5 to 8.4.6

Release notes

Sourced from @​storybook/addon-essentials's releases.

v8.4.6

8.4.6

Changelog

Sourced from @​storybook/addon-essentials's changelog.

8.4.6

Commits

Updates @storybook/addon-interactions from 8.4.5 to 8.4.6

Release notes

Sourced from @​storybook/addon-interactions's releases.

v8.4.6

8.4.6

Changelog

Sourced from @​storybook/addon-interactions's changelog.

8.4.6

Commits

Updates @storybook/addon-links from 8.4.5 to 8.4.6

Release notes

Sourced from @​storybook/addon-links's releases.

v8.4.6

8.4.6

Changelog

Sourced from @​storybook/addon-links's changelog.

8.4.6

Commits

Updates @storybook/addon-onboarding from 8.4.5 to 8.4.6

Release notes

Sourced from @​storybook/addon-onboarding's releases.

v8.4.6

8.4.6

Changelog

Sourced from @​storybook/addon-onboarding's changelog.

8.4.6

Commits

Updates @storybook/blocks from 8.4.5 to 8.4.6

Release notes

Sourced from @​storybook/blocks's releases.

v8.4.6

8.4.6

Changelog

Sourced from @​storybook/blocks's changelog.

8.4.6

Commits

Updates @storybook/nextjs from 8.4.5 to 8.4.6

Release notes

Sourced from @​storybook/nextjs's releases.

v8.4.6

8.4.6

Changelog

Sourced from @​storybook/nextjs's changelog.

8.4.6

Commits

Updates @storybook/react from 8.4.5 to 8.4.6

Release notes

Sourced from @​storybook/react's releases.

v8.4.6

8.4.6

Changelog

Sourced from @​storybook/react's changelog.

8.4.6

Commits

Updates @storybook/test from 8.4.5 to 8.4.6

Release notes

Sourced from @​storybook/test's releases.

v8.4.6

8.4.6

Changelog

Sourced from @​storybook/test's changelog.

8.4.6

Commits

Updates @storybook/test-runner from 0.19.1 to 0.20.1

Release notes

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

v0.20.1

🐛 Bug Fix

Authors: 1

v0.20.0

Release Notes

Refactor: Align with Storybook 8.2 core package layout

This is a structural change that shouldn't really affect you. As long as you have the storybook dependency in your app (which you should), you're good! This change makes it so that the test-runner deduplicates Storybook dependencies, and therefore, slims down your node_modules size.

Feature: Run postVisit on failures (#494)

The test-runner's postVisit hook now runs even if there are failures. This allows you to, for instance, take snapshots on component failures. You can check whether the test has failed via the hasFailure property in the context passed to the hook:

const config: TestRunnerConfig = {
  async postVisit(_page, context) {
    if(context.hasFailure) {
      console.log('problems!')
      // do a snapshot, write a log, or anything you like
    }
  },
}

🚀 Enhancement

📝 Documentation

Authors: 6

v0.20.0-next.2

Release Notes

... (truncated)

Changelog

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

v0.20.1 (Mon Dec 02 2024)

🐛 Bug Fix

Authors: 1


v0.20.0 (Thu Nov 28 2024)

Release Notes

Feature: Run postVisit on failures (#494)

The test-runner's postVisit hook now runs even if there are failures. This allows you to, for instance, take snapshots on component failures. You can check whether the test has failed via the hasFailure property in the context passed to the hook:

const config: TestRunnerConfig = {
  async postVisit(_page, context) {
    if(context.hasFailure) {
      console.log('problems!')
      // do a snapshot, write a log, or anything you like
    }
  },
}

🚀 Enhancement

📝 Documentation

Authors: 6

... (truncated)

Commits
  • 055cca4 Bump version to: 0.20.1 [skip ci]
  • 6efa9a3 Update CHANGELOG.md [skip ci]
  • 7bc1bcf Merge pull request #520 from storybookjs/release/v0.20.1
  • faeafe7 Merge branch 'main' into release/v0.20.1
  • eb1a945 Merge pull request #519 from storybookjs/yann/fix-hooks-issue
  • 6bff30e fix postVisit hook issue
  • 8dabc7a Bump version to: 0.20.0 [skip ci]
  • c1571a8 Update CHANGELOG.md [skip ci]
  • dc1e287 Merge pull request #518 from storybookjs/release/v0.20.0
  • 0129a50 bring back main deps
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by storybook-bot, a new releaser for @​storybook/test-runner since your current version.


Updates @types/node from 22.9.3 to 22.10.1

Commits

Updates prettier from 3.3.3 to 3.4.1

Release notes

Sourced from prettier's releases.

3.4.1

🔗 Changelog

3.4.0

diff

🔗 Release note

Changelog

Sourced from prettier's changelog.

3.4.1

diff

Remove unnecessary parentheses around assignment in v-on (#16887 by @​fisker)

<!-- Input -->
\<template>
  <button @click="foo += 2">Click</button>
</template>
<!-- Prettier 3.4.0 -->
&lt;template>
<button @​click="(foo += 2)">Click</button>
</template>
<!-- Prettier 3.4.1 -->
&lt;template>
<button @​click="foo += 2">Click</button>
</template>

3.4.0

diff

🔗 Release Notes

Commits

Updates storybook from 8.4.5 to 8.4.6

Release notes

Sourced from storybook's releases.

v8.4.6

8.4.6

Changelog

Sourced from storybook's changelog.

8.4.6

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

Bumps the development-dependencies group in /autogpt_platform/frontend with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/essentials) | `8.4.5` | `8.4.6` |
| [@storybook/addon-interactions](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/interactions) | `8.4.5` | `8.4.6` |
| [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/links) | `8.4.5` | `8.4.6` |
| [@storybook/addon-onboarding](https://github.com/storybookjs/storybook/tree/HEAD/code/addons/onboarding) | `8.4.5` | `8.4.6` |
| [@storybook/blocks](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/blocks) | `8.4.5` | `8.4.6` |
| [@storybook/nextjs](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/nextjs) | `8.4.5` | `8.4.6` |
| [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/code/renderers/react) | `8.4.5` | `8.4.6` |
| [@storybook/test](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/test) | `8.4.5` | `8.4.6` |
| [@storybook/test-runner](https://github.com/storybookjs/test-runner) | `0.19.1` | `0.20.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.9.3` | `22.10.1` |
| [prettier](https://github.com/prettier/prettier) | `3.3.3` | `3.4.1` |
| [storybook](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/cli) | `8.4.5` | `8.4.6` |


Updates `@storybook/addon-essentials` from 8.4.5 to 8.4.6
- [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/v8.4.6/code/addons/essentials)

Updates `@storybook/addon-interactions` from 8.4.5 to 8.4.6
- [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/v8.4.6/code/addons/interactions)

Updates `@storybook/addon-links` from 8.4.5 to 8.4.6
- [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/v8.4.6/code/addons/links)

Updates `@storybook/addon-onboarding` from 8.4.5 to 8.4.6
- [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/v8.4.6/code/addons/onboarding)

Updates `@storybook/blocks` from 8.4.5 to 8.4.6
- [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/v8.4.6/code/lib/blocks)

Updates `@storybook/nextjs` from 8.4.5 to 8.4.6
- [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/v8.4.6/code/frameworks/nextjs)

Updates `@storybook/react` from 8.4.5 to 8.4.6
- [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/v8.4.6/code/renderers/react)

Updates `@storybook/test` from 8.4.5 to 8.4.6
- [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/v8.4.6/code/lib/test)

Updates `@storybook/test-runner` from 0.19.1 to 0.20.1
- [Release notes](https://github.com/storybookjs/test-runner/releases)
- [Changelog](https://github.com/storybookjs/test-runner/blob/v0.20.1/CHANGELOG.md)
- [Commits](storybookjs/test-runner@v0.19.1...v0.20.1)

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

Updates `prettier` from 3.3.3 to 3.4.1
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.3...3.4.1)

Updates `storybook` from 8.4.5 to 8.4.6
- [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/v8.4.6/code/lib/cli)

---
updated-dependencies:
- dependency-name: "@storybook/addon-essentials"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@storybook/addon-interactions"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@storybook/addon-links"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@storybook/addon-onboarding"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@storybook/blocks"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@storybook/nextjs"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@storybook/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@storybook/test"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: "@storybook/test-runner"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: storybook
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner December 2, 2024 18:32
@dependabot dependabot bot removed the request for review from a team December 2, 2024 18:32
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Dec 2, 2024
@github-actions github-actions bot added platform/frontend AutoGPT Platform - Front end platform/backend AutoGPT Platform - Back end size/l labels Dec 2, 2024
Copy link

netlify bot commented Dec 2, 2024

Deploy Preview for auto-gpt-docs-dev canceled.

Name Link
🔨 Latest commit 1ec15c6
🔍 Latest deploy log https://app.netlify.com/sites/auto-gpt-docs-dev/deploys/674dfd291ebaa100080a0a69

Copy link

netlify bot commented Dec 2, 2024

Deploy Preview for auto-gpt-docs canceled.

Name Link
🔨 Latest commit 1ec15c6
🔍 Latest deploy log https://app.netlify.com/sites/auto-gpt-docs/deploys/674dfd29b49f36000847e76e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies javascript Pull requests that update Javascript code platform/backend AutoGPT Platform - Back end platform/frontend AutoGPT Platform - Front end size/l
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants