GenSpectrum / dashboard-components

https://genspectrum.github.io/dashboard-components/
GNU Affero General Public License v3.0
2 stars 0 forks source link

chore(components): bump the minorandpatch group in /components with 25 updates #454

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the minorandpatch group in /components with 25 updates:

Package From To
@floating-ui/dom 1.6.10 1.6.11
@floating-ui/utils 0.2.7 0.2.8
preact 10.23.2 10.24.0
@playwright/test 1.47.0 1.47.1
@storybook/addon-actions 8.2.9 8.3.0
@storybook/addon-essentials 8.2.9 8.3.0
@storybook/addon-interactions 8.2.9 8.3.0
@storybook/addon-links 8.2.9 8.3.0
@storybook/blocks 8.2.9 8.3.0
@storybook/preact 8.2.9 8.3.0
@storybook/preact-vite 8.2.9 8.3.0
@storybook/test 8.2.9 8.3.0
@storybook/types 8.2.9 8.3.0
@storybook/web-components 8.2.9 8.3.0
@storybook/web-components-vite 8.2.9 8.3.0
@types/node 22.5.4 22.5.5
@typescript-eslint/eslint-plugin 8.4.0 8.5.0
@typescript-eslint/parser 8.4.0 8.5.0
msw 2.4.4 2.4.7
postcss 8.4.45 8.4.47
storybook 8.2.9 8.3.0
tailwindcss 3.4.10 3.4.11
typescript 5.5.4 5.6.2
vite 5.4.3 5.4.5
vitest 2.0.5 2.1.1

Updates @floating-ui/dom from 1.6.10 to 1.6.11

Release notes

Sourced from @​floating-ui/dom's releases.

@​floating-ui/dom@​1.6.11

Patch Changes

  • fix: handle html relative offset
  • Update dependencies: @floating-ui/utils@0.2.8
Changelog

Sourced from @​floating-ui/dom's changelog.

1.6.11

Patch Changes

  • fix: handle html relative offset
  • Update dependencies: @floating-ui/utils@0.2.8
Commits


Updates @floating-ui/utils from 0.2.7 to 0.2.8

Release notes

Sourced from @​floating-ui/utils's releases.

@​floating-ui/utils@​0.2.8

Patch Changes

  • fix: make element utils ssr-friendly
Changelog

Sourced from @​floating-ui/utils's changelog.

0.2.8

Patch Changes

  • fix: make element utils ssr-friendly
Commits


Updates preact from 10.23.2 to 10.24.0

Release notes

Sourced from preact's releases.

10.24.0

Features

Fixes

Types

Maintenance

Commits


Updates @playwright/test from 1.47.0 to 1.47.1

Release notes

Sourced from @​playwright/test's releases.

v1.47.1

Highlights

microsoft/playwright#32480 - [REGRESSION]: tsconfig.json's compilerOptions.paths no longer working in 1.47 microsoft/playwright#32552 - [REGRESSION]: broken UI in Trace Viewer while showing network response body

Browser Versions

  • Chromium 129.0.6668.29
  • Mozilla Firefox 130.0
  • WebKit 18.0

This version was also tested against the following stable channels:

  • Google Chrome 128
  • Microsoft Edge 128
Commits
  • 3d2ffd0 chore: mark v1.47.1 (#32617)
  • dba1319 cherry-pick(#32589): docs: release note fixes for 1.47
  • 90f959a cherry-pick(#32553): fix(trace-viewer): fix ui issue on network request details
  • 13e6e48 cherry-pick(#32491): fix(test runner): allow directory imports with path mapp...
  • 8762407 cherry-pick(#32492): Revert "fix(test runner): align with typescript … (#32560)
  • f9145b1 cherry-pick(#32516): chore: allow query as string in Python/.NET
  • 2c17b1f cherry-pick(#32482): docs: update release notes for 1.47 to our changes from ...
  • See full diff in compare view


Updates @storybook/addon-actions from 8.2.9 to 8.3.0

Release notes

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

v8.3.0

8.3.0

Fresh out of the oven! Storybook 8.3 brings you:

  • ⚡️ First-class Vitest integration to run stories as component tests
  • 🔼 Next.js-Vite framework for Vitest compatibility and better DX
  • 🗜️ Further reduced bundle size for a smaller install footprint
  • 🌐 Experimental Story globals to standardize stories for themes, viewports, and locales
  • 💯 Hundreds more improvements

... (truncated)

Changelog

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

8.3.0

Fresh out of the oven! Storybook 8.3 brings you:

  • ⚡️ First-class Vitest integration to run stories as component tests
  • 🔼 Next.js-Vite framework for Vitest compatibility and better DX
  • 🗜️ Further reduced bundle size for a smaller install footprint
  • 🌐 Experimental Story globals to standardize stories for themes, viewports, and locales
  • 💯 Hundreds more improvements

... (truncated)

Commits
  • 7e94ba6 Bump version from "8.3.0-beta.5" to "8.3.0" [skip ci]
  • bce7d70 Bump version from "8.3.0-beta.4" to "8.3.0-beta.5" [skip ci]
  • cce24a0 Bump version from "8.3.0-beta.3" to "8.3.0-beta.4" [skip ci]
  • daf6159 Bump version from "8.3.0-beta.2" to "8.3.0-beta.3" [skip ci]
  • 00c1524 Bump version from "8.3.0-beta.1" to "8.3.0-beta.2" [skip ci]
  • acd2b70 Bump version from "8.3.0-beta.0" to "8.3.0-beta.1" [skip ci]
  • d8b6ce8 Bump version from "8.3.0-alpha.11" to "8.3.0-beta.0" [skip ci]
  • 7d6aa6b Bump version from "8.3.0-alpha.10" to "8.3.0-alpha.11" [skip ci]
  • 27d871c Builder-Vite: Fix 'condition node never be used' warning
  • 87c3757 Bump version from "8.3.0-alpha.9" to "8.3.0-alpha.10" [skip ci]
  • Additional commits viewable in compare view


Updates @storybook/addon-essentials from 8.2.9 to 8.3.0

Release notes

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

v8.3.0

8.3.0

Fresh out of the oven! Storybook 8.3 brings you:

  • ⚡️ First-class Vitest integration to run stories as component tests
  • 🔼 Next.js-Vite framework for Vitest compatibility and better DX
  • 🗜️ Further reduced bundle size for a smaller install footprint
  • 🌐 Experimental Story globals to standardize stories for themes, viewports, and locales
  • 💯 Hundreds more improvements

... (truncated)

Changelog

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

8.3.0

Fresh out of the oven! Storybook 8.3 brings you:

  • ⚡️ First-class Vitest integration to run stories as component tests
  • 🔼 Next.js-Vite framework for Vitest compatibility and better DX
  • 🗜️ Further reduced bundle size for a smaller install footprint
  • 🌐 Experimental Story globals to standardize stories for themes, viewports, and locales
  • 💯 Hundreds more improvements

... (truncated)

Commits
  • 7e94ba6 Bump version from "8.3.0-beta.5" to "8.3.0" [skip ci]
  • bce7d70 Bump version from "8.3.0-beta.4" to "8.3.0-beta.5" [skip ci]
  • cce24a0 Bump version from "8.3.0-beta.3" to "8.3.0-beta.4" [skip ci]
  • daf6159 Bump version from "8.3.0-beta.2" to "8.3.0-beta.3" [skip ci]
  • 00c1524 Bump version from "8.3.0-beta.1" to "8.3.0-beta.2" [skip ci]
  • acd2b70 Bump version from "8.3.0-beta.0" to "8.3.0-beta.1" [skip ci]
  • d8b6ce8 Bump version from "8.3.0-alpha.11" to "8.3.0-beta.0" [skip ci]
  • 7d6aa6b Bump version from "8.3.0-alpha.10" to "8.3.0-alpha.11" [skip ci]
  • 27d871c Builder-Vite: Fix 'condition node never be used' warning
  • 87c3757 Bump version from "8.3.0-alpha.9" to "8.3.0-alpha.10" [skip ci]
  • Additional commits viewable in compare view


Updates @storybook/addon-interactions from 8.2.9 to 8.3.0

Release notes

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

v8.3.0

8.3.0

Fresh out of the oven! Storybook 8.3 brings you:

  • ⚡️ First-class Vitest integration to run stories as component tests
  • 🔼 Next.js-Vite framework for Vitest compatibility and better DX
  • 🗜️ Further reduced bundle size for a smaller install footprint
  • 🌐 Experimental Story globals to standardize stories for themes, viewports, and locales
  • 💯 Hundreds more improvements

... (truncated)

Changelog

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

8.3.0

Fresh out of the oven! Storybook 8.3 brings you:

  • ⚡️ First-class Vitest integration to run stories as component tests
  • 🔼 Next.js-Vite framework for Vitest compatibility and better DX
  • 🗜️ Further reduced bundle size for a smaller install footprint
  • 🌐 Experimental Story globals to standardize stories for themes, viewports, and locales
  • 💯 Hundreds more improvements
github-actions[bot] commented 2 months ago

There is no change in the changelog. This PR will not produce a new releasable version.

fengelniederhammer commented 2 months ago

@dependabot merge