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 20 updates #494

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps the minorandpatch group in /components with 20 updates:

Package From To
@storybook/addon-actions 8.4.1 8.4.2
@storybook/addon-essentials 8.4.1 8.4.2
@storybook/addon-interactions 8.4.1 8.4.2
@storybook/addon-links 8.4.1 8.4.2
@storybook/blocks 8.4.1 8.4.2
@storybook/preact 8.4.1 8.4.2
@storybook/preact-vite 8.4.1 8.4.2
@storybook/test 8.4.1 8.4.2
@storybook/types 8.4.1 8.4.2
@storybook/web-components 8.4.1 8.4.2
@storybook/web-components-vite 8.4.1 8.4.2
@types/node 22.8.7 22.9.0
@typescript-eslint/eslint-plugin 8.12.2 8.13.0
@typescript-eslint/parser 8.12.2 8.13.0
eslint-plugin-jest 28.8.3 28.9.0
eslint-plugin-storybook 0.10.2 0.11.0
msw 2.6.0 2.6.4
postcss 8.4.47 8.4.48
storybook 8.4.1 8.4.2
vite 5.4.10 5.4.11

Updates @storybook/addon-actions from 8.4.1 to 8.4.2

Release notes

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

v8.4.2

8.4.2

Changelog

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

8.4.2

Commits


Updates @storybook/addon-essentials from 8.4.1 to 8.4.2

Release notes

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

v8.4.2

8.4.2

Changelog

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

8.4.2

Commits


Updates @storybook/addon-interactions from 8.4.1 to 8.4.2

Release notes

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

v8.4.2

8.4.2

Changelog

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

8.4.2

Commits


Updates @storybook/addon-links from 8.4.1 to 8.4.2

Release notes

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

v8.4.2

8.4.2

Changelog

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

8.4.2

Commits


Updates @storybook/blocks from 8.4.1 to 8.4.2

Release notes

Sourced from @​storybook/blocks's releases.

v8.4.2

8.4.2

Changelog

Sourced from @​storybook/blocks's changelog.

8.4.2

Commits


Updates @storybook/preact from 8.4.1 to 8.4.2

Release notes

Sourced from @​storybook/preact's releases.

v8.4.2

8.4.2

Changelog

Sourced from @​storybook/preact's changelog.

8.4.2

Commits


Updates @storybook/preact-vite from 8.4.1 to 8.4.2

Release notes

Sourced from @​storybook/preact-vite's releases.

v8.4.2

8.4.2

Changelog

Sourced from @​storybook/preact-vite's changelog.

8.4.2

Commits


Updates @storybook/test from 8.4.1 to 8.4.2

Release notes

Sourced from @​storybook/test's releases.

v8.4.2

8.4.2

Changelog

Sourced from @​storybook/test's changelog.

8.4.2

Commits


Updates @storybook/types from 8.4.1 to 8.4.2

Release notes

Sourced from @​storybook/types's releases.

v8.4.2

8.4.2

Commits


Updates @storybook/web-components from 8.4.1 to 8.4.2

Release notes

Sourced from @​storybook/web-components's releases.

v8.4.2

8.4.2

Changelog

Sourced from @​storybook/web-components's changelog.

8.4.2

Commits


Updates @storybook/web-components-vite from 8.4.1 to 8.4.2

Release notes

Sourced from @​storybook/web-components-vite's releases.

v8.4.2

8.4.2

Changelog

Sourced from @​storybook/web-components-vite's changelog.

8.4.2

Commits


Updates @types/node from 22.8.7 to 22.9.0

Commits


Updates @typescript-eslint/eslint-plugin from 8.12.2 to 8.13.0

Release notes

Sourced from @​typescript-eslint/eslint-plugin's releases.

v8.13.0

8.13.0 (2024-11-04)

🚀 Features

  • add options property to ImportExpression node (#10255)
  • eslint-plugin: disable no-class-assign rule in eslint-recommended config (#10250)
  • eslint-plugin: [prefer-nullish-coalescing] add option ignoreBooleanCoercion (#9924)
  • eslint-plugin: [only-throw-error] add allow option (#10221)

🩹 Fixes

  • deps: update dependency @​eslint-community/regexpp to v4.12.1 (#10269)
  • eslint-plugin: [no-unnecessary-condition] falsey bigint should be falsey (#10205)
  • eslint-plugin: [no-deprecated] report on deprecated variables used inside dynamic imports (#10261)
  • eslint-plugin: [no-deprecated] report when exported class implements/extends deprecated entity (#10259)
  • eslint-plugin: [consistent-type-definitions] don't leave trailing parens when fixing type to interface (#10235)
  • eslint-plugin: [switch-exhaustiveness-check] add support for covering a missing property with undefined (#10232)
  • types: parent property type annotation in the ImportAttribute node (#10258)
  • utils: allow an array for the values of SharedConfig (#10217)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/eslint-plugin's changelog.

8.13.0 (2024-11-04)

🚀 Features

  • eslint-plugin: [only-throw-error] add allow option (#10221)
  • eslint-plugin: [prefer-nullish-coalescing] add option ignoreBooleanCoercion (#9924)
  • eslint-plugin: disable no-class-assign rule in eslint-recommended config (#10250)

🩹 Fixes

  • eslint-plugin: [switch-exhaustiveness-check] add support for covering a missing property with undefined (#10232)
  • eslint-plugin: [consistent-type-definitions] don't leave trailing parens when fixing type to interface (#10235)
  • eslint-plugin: [no-deprecated] report when exported class implements/extends deprecated entity (#10259)
  • eslint-plugin: [no-deprecated] report on deprecated variables used inside dynamic imports (#10261)
  • eslint-plugin: [no-unnecessary-condition] falsey bigint should be falsey (#10205)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Commits
  • ac1f632 chore(release): publish 8.13.0
  • f83a591 fix(eslint-plugin): [switch-exhaustiveness-check] add support for covering a ...
  • 3b97b55 chore: enable eslint-plugin-perfectionist on the rest of the repo (#10189)
  • c1fe3ea feat(eslint-plugin): [only-throw-error] add allow option (#10221)
  • d90cc59 chore: update eslint version internally to latest (#10244)
  • 5bd4c0a fix(eslint-plugin): [consistent-type-definitions] don't leave trailing parens...
  • d9e5da1 fix(eslint-plugin): [no-deprecated] report when exported class implements/ext...
  • 1e633c7 fix(eslint-plugin): [no-deprecated] report on deprecated variables used insid...
  • 05ed7e6 docs: fix prefer-nullish-coalescing.mdx
  • be3a224 feat(eslint-plugin): [prefer-nullish-coalescing] add option `ignoreBooleanCoe...
  • Additional commits viewable in compare view


Updates @typescript-eslint/parser from 8.12.2 to 8.13.0

Release notes

Sourced from @​typescript-eslint/parser's releases.

v8.13.0

8.13.0 (2024-11-04)

🚀 Features

  • add options property to ImportExpression node (#10255)
  • eslint-plugin: disable no-class-assign rule in eslint-recommended config (#10250)
  • eslint-plugin: [prefer-nullish-coalescing] add option ignoreBooleanCoercion (#9924)
  • eslint-plugin: [only-throw-error] add allow option (#10221)

🩹 Fixes

  • deps: update dependency @​eslint-community/regexpp to v4.12.1 (#10269)
  • eslint-plugin: [no-unnecessary-condition] falsey bigint should be falsey (#10205)
  • eslint-plugin: [no-deprecated] report on deprecated variables used inside dynamic imports (#10261)
  • eslint-plugin: [no-deprecated] report when exported class implements/extends deprecated entity (#10259)
  • eslint-plugin: [consistent-type-definitions] don't leave trailing parens when fixing type to interface (#10235)
  • eslint-plugin: [switch-exhaustiveness-check] add support for covering a missing property with undefined (#10232)
  • types: parent property type annotation in the ImportAttribute node (#10258)
  • utils: allow an array for the values of SharedConfig (#10217)

❤️ Thank You

You can read about our versioning strategy and releases on our website.

Changelog

Sourced from @​typescript-eslint/parser's changelog.

8.13.0 (2024-11-04)

This was a version bump only for parser to align it with other projects, there were no code changes.

You can read about our versioning strategy and releases on our website.

Commits


Updates eslint-plugin-jest from 28.8.3 to 28.9.0

Release notes

Sourced from eslint-plugin-jest's releases.

v28.9.0

28.9.0 (2024-11-05)

Features

Changelog

Sourced from eslint-plugin-jest's changelog.

28.9.0 (2024-11-05)

Features

Commits
  • 49f3079 chore(release): 28.9.0 [skip ci]
  • 1ce1258 feat: add TypeScript types (#1667)
  • 6f8ff4d chore: switch to v16 of @types/node (#1668)
  • 2a12174 chore(deps): lock file maintenance
  • 04044b9 docs: include both flat and legacy config examples in usage section (#1664)
  • d932210 chore(deps): lock file maintenance
  • 28c0f6d chore(deps): update yarn to v3.8.6 (#1657)
  • 89c39e0 chore(deps): lock file maintenance
  • 0ff404c chore(deps): lock file maintenance
  • 3888bee chore(deps): lock file maintenance
  • Additional commits viewable in compare view


Updates eslint-plugin-storybook from 0.10.2 to 0.11.0

Release notes

Sourced from eslint-plugin-storybook's releases.

v0.11.0

🚀 Enhancement

🐛 Bug Fix

Authors: 2

Changelog

Sourced from eslint-plugin-storybook's changelog.

v0.11.0 (Mon Nov 04 2024)

🚀 Enhancement

🐛 Bug Fix

Authors: 2


Commits
  • 3e31c5b Bump version to: 0.11.0 [skip ci]
  • 68bfc32 Update CHANGELOG.md [skip ci]
  • ce51104 Merge pull request #180 from storybookjs/yann/add-types
  • 0d62984 Enable TypeScript declaration generation
  • 6a811c6 Merge pull request #179 from storybookjs/yann/update-rule-docs
  • 9b3f6b3 Update docs to be more clear about extended categories
  • 2bcc615 Merge pull request #163 from tunawasabi/update-eslint-url
  • See full diff in compare view


Updates msw from 2.6.0 to 2.6.4

Release notes

Sourced from msw's releases.

v2.6.4 (2024-11-10)

Bug Fixes

  • prevent infinite loop when bypassing sendBeacon() requests (#2353) (2fa98c327acc51189f87789d9155c4ec57be2299) @​kettanaito
  • remove the internal bypass request header before performing the request as-is in Node.js (#2353) (2fa98c327acc51189f87789d9155c4ec57be2299) @​kettanaito

v2.6.3 (2024-11-10)

Bug Fixes

  • handleRequest: remove transformResponse option (#2351) (74c4a3a89970bbfc498c812790daef13766dea72) @​kettanaito

v2.6.2 (2024-11-07)

Bug Fixes

  • update @bundled-es-modules/cookie to 2.0.1 (#2312) (c134352e8206b91740247f4f196767ab8a8eb921) @​kettanaito

v2.6.1 (2024-11-06)

Bug Fixes

  • prevent instanceof handler check failures between different MSW versions (#2349) (28d26bd7fa585d76f9ca69a67dfa70a234450ed9) @​kettanaito
Commits
  • c40eac6 chore(release): v2.6.4
  • 336f644 docs: add ryan to silver sponsors (#2354)
  • 2fa98c3 fix: prevent infinite loop when bypassing sendBeacon() requests (#2353)
  • 8cb7b01 chore(release): v2.6.3
  • 74c4a3a fix(handleRequest): remove transformResponse option (#2351)
  • cfcc617 chore(release): v2.6.2
  • c134352 fix: update @bundled-es-modules/cookie to 2.0.1 (#2312)
  • 078fa08 chore(release): v2.6.1
  • 28d26bd fix: prevent instanceof handler check failures between different MSW versio...
  • 3135575 chore(release-preview): always run for workflow_dispatch trigger (#2350)
  • Additional commits viewable in compare view


Updates postcss from 8.4.47 to 8.4.48

Release notes

Sourced from postcss's releases.

8.4.48

  • Fixed position calculation in error/warnings methods (by @​romainmenke).
Changelog

Sourced from postcss's changelog.

8.4.48

  • Fixed position calculation in error/warnings methods (by @​romainmenke).
Commits


Updates storybook from 8.4.1 to 8.4.2

Release notes

Sourced from storybook's releases... _Description has been truncated_

vercel[bot] commented 2 weeks ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
dashboard-components ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 11, 2024 3:18pm
github-actions[bot] commented 2 weeks ago

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