build(deps-dev): bump the development-dependencies group across 1 directory with 18 updates
Type: Pull Request
State: Closed
Association: Unknown
Comments: 2
(4 months ago)
(4 months ago)
(4 months ago)
dependencies
Bumps the development-dependencies group with 14 updates in the / directory:
| Package | From | To |
|---|---|---|
| @playwright/test | 1.57.0 |
1.58.1 |
| @storybook/addon-a11y | 10.1.11 |
10.2.3 |
| @storybook/addon-docs | 10.1.11 |
10.2.3 |
| @storybook/addon-vitest | 10.1.11 |
10.2.3 |
| @storybook/react-vite | 10.1.11 |
10.2.3 |
| @testing-library/react | 16.3.1 |
16.3.2 |
| @types/node | 25.0.9 |
25.2.0 |
| @typescript-eslint/eslint-plugin | 8.53.0 |
8.54.0 |
| @vitest/browser | 4.0.17 |
4.0.18 |
| @vitest/coverage-v8 | 4.0.17 |
4.0.18 |
| eslint-plugin-storybook | 10.1.11 |
10.2.3 |
| prettier | 3.8.0 |
3.8.1 |
| style-dictionary | 5.1.4 |
5.2.0 |
| vite-tsconfig-paths | 6.0.4 |
6.0.5 |
Updates @playwright/test from 1.57.0 to 1.58.1
Release notes
Sourced from @​playwright/test's releases.
v1.58.1
Highlights
#39036 fix(msedge): fix local network permissions #39037 chore: update cft download location #38995 chore(webkit): disable frame sessions on fronzen builds
Browser Versions
- Chromium 145.0.7632.6
- Mozilla Firefox 146.0.1
- WebKit 26.0
v1.58.0
📣 Playwright CLI+SKILLs 📣
We are adding a new token-efficient CLI mode of operation to Playwright with the skills located at playwright-cli. This brings the long-awaited official SKILL-focused CLI mode to our story and makes it more coding agent-friendly.
It is the first snapshot with the essential command set (which is already larger than the original MCP!), but we expect it to grow rapidly. Unlike the token use, that one we expect to go down since snapshots are no longer forced into the LLM!
Timeline
If you're using merged reports, the HTML report Speedboard tab now shows the Timeline:
UI Mode and Trace Viewer Improvements
- New 'system' theme option follows your OS dark/light mode preference
- Search functionality (Cmd/Ctrl+F) is now available in code editors
- Network details panel has been reorganized for better usability
- JSON responses are now automatically formatted for readability
Thanks to
@​cpAdmfor contributing these improvements!Miscellaneous
browserType.connectOverCDP() now accepts an
isLocaloption. When set totrue, it tells Playwright that it runs on the same host as the CDP server, enabling file system optimizations.Breaking Changes ⚠️
- Removed
_reactand_vueselectors. See locators guide for alternatives.- Removed
:lightselector engine suffix. Use standard CSS selectors instead.- Option
devtoolsfrom browserType.launch() has been removed. Useargs: ['--auto-open-devtools-for-tabs']instead.- Removed macOS 13 support for WebKit. We recommend to upgrade your macOS version, or keep using an older Playwright version.
Browser Versions
- Chromium 145.0.7632.6
- Mozilla Firefox 146.0.1
- WebKit 26.0
This version was also tested against the following stable channels:
- Google Chrome 144
... (truncated)
Commits
97bc385cherry-pick(#38995): chore(webkit): disable frame sessions on fronzen buildsad625fechore: mark v1.58.1 (#39055)f07234dcherry-pick(#39036): fix(msedge): fix local network permissions (#39053)ab8136ccherry-pick(#39037): chore: update cft download location (#39052)aa6ffebcherry-pick(#39014): docs: add 1.58 release notes for Java, Python, and C#961381echore: mark 1.58.0 (#38921)0c1b64cchore: hide stuff (#38882)b1fd5d0test: unflake some ui-mode tests (#38907)faf317cchore: tune press/type via cli (#38898)ba4b983docs: add v1.58 release notes (#38879)- Additional commits viewable in compare view
Updates @storybook/addon-a11y from 10.1.11 to 10.2.3
Release notes
Sourced from @​storybook/addon-a11y's releases.
v10.2.3
10.2.3
- Addon-Vitest: Normalize Windows paths in addon-vitest automigration - #33340, thanks
@​tanujbhaud!- Core: Fix `previewHref` when current path does not end with a slash - #33647, thanks
@​ghengeveld!v10.2.2
10.2.2
- Addon Vitest: Support simple vite.config without defineConfig helper - #33694, thanks
@​valentinpalkovic!- Addon-Vitest: Append Storybook project to existing test.projects array without double nesting - #33708, thanks
@​valentinpalkovic!- Addon-Vitest: Update Vitest plugin configuration to disable requireAssertions for expect - #33693, thanks
@​valentinpalkovic!- Composition: Handle 401 responses with loginUrl from Chromatic - #33705, thanks
@​kasperpeulen!- Telemetry: Add agent detection - #33675, thanks
@​valentinpalkovic!v10.2.1
10.2.1
- Builder-Webpack5: Fix
@​vitest/mockerresolution issue - #33315, thanks@​valentinpalkovic!- CLI: Add init telemetry for CLI integrations - #33603, thanks
@​shilman!v10.2.0
10.2.0
Improved UI and story authoring ergonomics
Storybook 10.2 contains hundreds of fixes and improvement including:
- đź’…Â New Viewports and Zoom UI
- đźŹÂ Typesafe CSF factories for Vue, Angular, Web Components (preview)
- đź“„Â MDX support for Storybook MCP (experimental)
- Addon-A11y: Lock vision filter dropdown for stories with `vision` global - #33599, thanks
@​ghengeveld!- Addon-Docs: Add MDX manifest generation - #33408, thanks
@​copilot-swe-agent!- Addon-Docs: Skip `!autodocs` stories when computing primary story - #32712, thanks
@​ia319!- Addon-Pseudo States: Fix stylesheet rewrite for `:not()` with parenthesis in inner selector - #33491, thanks
@​ghengeveld!- Addon-Vitest: Added timeout for fetching localhost 6006 during global setup. - #33232, thanks
@​snippy4!- Addon-Vitest: Fallback detecting vitest version in postinstall - #33415, thanks
@​ndelangen!- Addon-Vitest: Improve error message in testing widget modal - #33481, thanks
@​yannbf!- Addon-Vitest: Improve perf & fix loading incorrect `.env` file - #33469, thanks
@​ndelangen!- CLI: Detect free port when running dev during initiate - #33532, thanks
@​ndelangen!- CLI: Remove any return type of getAbsolutePath - #32977, thanks
@​nzws!- CLI: Skip vitest transform for CSF Factories in a11y-addon-test automigration - #31941, thanks
@​mrginglymus!- Codemod: Fix glob string to only match stories files - #33592, thanks
@​JReinhold!- Controls: Allow resetting the Select control - #33289, thanks
@​Sidnioulz!- Controls: Fix displaying as object instead of select for optional union types - #33200, thanks
@​tanujbhaud!- Controls: Force object control JSON mode to reset - #33330, thanks
@​Sidnioulz!
... (truncated)
Changelog
Sourced from @​storybook/addon-a11y's changelog.
10.2.3
- Addon-Vitest: Normalize Windows paths in addon-vitest automigration - #33340, thanks
@​tanujbhaud!- Core: Fix
previewHrefwhen current path does not end with a slash - #33647, thanks@​ghengeveld!10.2.2
- Addon Vitest: Support simple vite.config without defineConfig helper - #33694, thanks
@​valentinpalkovic!- Addon-Vitest: Append Storybook project to existing test.projects array without double nesting - #33708, thanks
@​valentinpalkovic!- Addon-Vitest: Update Vitest plugin configuration to disable requireAssertions for expect - #33693, thanks
@​valentinpalkovic!- Composition: Handle 401 responses with loginUrl from Chromatic - #33705, thanks
@​kasperpeulen!- Telemetry: Add agent detection - #33675, thanks
@​valentinpalkovic!10.2.1
- Builder-Webpack5: Fix
@​vitest/mockerresolution issue - #33315, thanks@​valentinpalkovic!- CLI: Add init telemetry for CLI integrations - #33603, thanks
@​shilman!10.2.0
Improved UI and story authoring ergonomics
Storybook 10.2 contains hundreds of fixes and improvement including:
- đź’…Â New Viewports and Zoom UI
- đźŹÂ Typesafe CSF factories for Vue, Angular, Web Components (preview)
- đź“„Â MDX support for Storybook MCP (experimental)
- Addon-A11y: Lock vision filter dropdown for stories with
visionglobal - #33599, thanks@​ghengeveld!- Addon-Docs: Add MDX manifest generation - #33408, thanks
@​copilot-swe-agent!- Addon-Docs: Skip
!autodocsstories when computing primary story - #32712, thanks@​ia319!- Addon-Pseudo States: Fix stylesheet rewrite for
:not()with parenthesis in inner selector - #33491, thanks@​ghengeveld!- Addon-Vitest: Added timeout for fetching localhost 6006 during global setup. - #33232, thanks
@​snippy4!- Addon-Vitest: Fallback detecting vitest version in postinstall - #33415, thanks
@​ndelangen!- Addon-Vitest: Improve error message in testing widget modal - #33481, thanks
@​yannbf!- Addon-Vitest: Improve perf & fix loading incorrect
.envfile - #33469, thanks@​ndelangen!- CLI: Detect free port when running dev during initiate - #33532, thanks
@​ndelangen!- CLI: Remove any return type of getAbsolutePath - #32977, thanks
@​nzws!- CLI: Skip vitest transform for CSF Factories in a11y-addon-test automigration - #31941, thanks
@​mrginglymus!- Codemod: Fix glob string to only match stories files - #33592, thanks
@​JReinhold!- Controls: Allow resetting the Select control - #33289, thanks
@​Sidnioulz!- Controls: Fix displaying as object instead of select for optional union types - #33200, thanks
@​tanujbhaud!- Controls: Force object control JSON mode to reset - #33330, thanks
@​Sidnioulz!- Core and Vite: Use story index as source of truth for Vite paths - #30612, thanks
@​JReinhold!- Core: Add
getStoryHrefsmanager API and add hotkey for "open in isolation" - #33416, thanks@​ghengeveld!- Core: Add global error boundary for Manager UI - #33211, thanks
@​copilot-swe-agent!- Core: Add support for wrapped components in component transformer - #33578, thanks
@​yannbf!
... (truncated)
Commits
d959d6cBump version from "10.2.2" to "10.2.3" [skip ci]e367333Bump version from "10.2.1" to "10.2.2" [skip ci]acf2b44Bump version from "10.2.0" to "10.2.1" [skip ci]a674af8Bump version from "10.2.0-beta.5" to "10.2.0" [skip ci]6818f34Bump version from "10.2.0-beta.4" to "10.2.0-beta.5" [skip ci]5cd4064Merge branch 'next' into lock-vision-filter8840bebBump version from "10.2.0-beta.3" to "10.2.0-beta.4" [skip ci]dc4edc2Lock vision filter dropdown when story has vision global defined61a15afBump version from "10.2.0-beta.2" to "10.2.0-beta.3" [skip ci]5b8a6adBump version from "10.2.0-beta.1" to "10.2.0-beta.2" [skip ci]- Additional commits viewable in compare view
Updates @storybook/addon-docs from 10.1.11 to 10.2.3
Release notes
Sourced from @​storybook/addon-docs's releases.
v10.2.3
10.2.3
- Addon-Vitest: Normalize Windows paths in addon-vitest automigration - #33340, thanks
@​tanujbhaud!- Core: Fix `previewHref` when current path does not end with a slash - #33647, thanks
@​ghengeveld!v10.2.2
10.2.2
- Addon Vitest: Support simple vite.config without defineConfig helper - #33694, thanks
@​valentinpalkovic!- Addon-Vitest: Append Storybook project to existing test.projects array without double nesting - #33708, thanks
@​valentinpalkovic!- Addon-Vitest: Update Vitest plugin configuration to disable requireAssertions for expect - #33693, thanks
@​valentinpalkovic!- Composition: Handle 401 responses with loginUrl from Chromatic - #33705, thanks
@​kasperpeulen!- Telemetry: Add agent detection - #33675, thanks
@​valentinpalkovic!v10.2.1
10.2.1
- Builder-Webpack5: Fix
@​vitest/mockerresolution issue - #33315, thanks@​valentinpalkovic!- CLI: Add init telemetry for CLI integrations - #33603, thanks
@​shilman!v10.2.0
10.2.0
Improved UI and story authoring ergonomics
Storybook 10.2 contains hundreds of fixes and improvement including:
- đź’…Â New Viewports and Zoom UI
- đźŹÂ Typesafe CSF factories for Vue, Angular, Web Components (preview)
- đź“„Â MDX support for Storybook MCP (experimental)
- Addon-A11y: Lock vision filter dropdown for stories with `vision` global - #33599, thanks
@​ghengeveld!- Addon-Docs: Add MDX manifest generation - #33408, thanks
@​copilot-swe-agent!- Addon-Docs: Skip `!autodocs` stories when computing primary story - #32712, thanks
@​ia319!- Addon-Pseudo States: Fix stylesheet rewrite for `:not()` with parenthesis in inner selector - #33491, thanks
@​ghengeveld!- Addon-Vitest: Added timeout for fetching localhost 6006 during global setup. - #33232, thanks
@​snippy4!- Addon-Vitest: Fallback detecting vitest version in postinstall - #33415, thanks
@​ndelangen!- Addon-Vitest: Improve error message in testing widget modal - #33481, thanks
@​yannbf!- Addon-Vitest: Improve perf & fix loading incorrect `.env` file - #33469, thanks
@​ndelangen!- CLI: Detect free port when running dev during initiate - #33532, thanks
@​ndelangen!- CLI: Remove any return type of getAbsolutePath - #32977, thanks
@​nzws!- CLI: Skip vitest transform for CSF Factories in a11y-addon-test automigration - #31941, thanks
@​mrginglymus!- Codemod: Fix glob string to only match stories files - #33592, thanks
@​JReinhold!- Controls: Allow resetting the Select control - #33289, thanks
@​Sidnioulz!- Controls: Fix displaying as object instead of select for optional union types - #33200, thanks
@​tanujbhaud!- Controls: Force object control JSON mode to reset - #33330, thanks
@​Sidnioulz!
... (truncated)
Changelog
Sourced from @​storybook/addon-docs's changelog.
10.2.3
- Addon-Vitest: Normalize Windows paths in addon-vitest automigration - #33340, thanks
@​tanujbhaud!- Core: Fix
previewHrefwhen current path does not end with a slash - #33647, thanks@​ghengeveld!10.2.2
- Addon Vitest: Support simple vite.config without defineConfig helper - #33694, thanks
@​valentinpalkovic!- Addon-Vitest: Append Storybook project to existing test.projects array without double nesting - #33708, thanks
@​valentinpalkovic!- Addon-Vitest: Update Vitest plugin configuration to disable requireAssertions for expect - #33693, thanks
@​valentinpalkovic!- Composition: Handle 401 responses with loginUrl from Chromatic - #33705, thanks
@​kasperpeulen!- Telemetry: Add agent detection - #33675, thanks
@​valentinpalkovic!10.2.1
- Builder-Webpack5: Fix
@​vitest/mockerresolution issue - #33315, thanks@​valentinpalkovic!- CLI: Add init telemetry for CLI integrations - #33603, thanks
@​shilman!10.2.0
Improved UI and story authoring ergonomics
Storybook 10.2 contains hundreds of fixes and improvement including:
- đź’…Â New Viewports and Zoom UI
- đźŹÂ Typesafe CSF factories for Vue, Angular, Web Components (preview)
- đź“„Â MDX support for Storybook MCP (experimental)
- Addon-A11y: Lock vision filter dropdown for stories with
visionglobal - #33599, thanks@​ghengeveld!- Addon-Docs: Add MDX manifest generation - #33408, thanks
@​copilot-swe-agent!- Addon-Docs: Skip
!autodocsstories when computing primary story - #32712, thanks@​ia319!- Addon-Pseudo States: Fix stylesheet rewrite for
:not()with parenthesis in inner selector - #33491, thanks@​ghengeveld!- Addon-Vitest: Added timeout for fetching localhost 6006 during global setup. - #33232, thanks
@​snippy4!- Addon-Vitest: Fallback detecting vitest version in postinstall - #33415, thanks
@​ndelangen!- Addon-Vitest: Improve error message in testing widget modal - #33481, thanks
@​yannbf!- Addon-Vitest: Improve perf & fix loading incorrect
.envfile - #33469, thanks@​ndelangen!- CLI: Detect free port when running dev during initiate - #33532, thanks
@​ndelangen!- CLI: Remove any return type of getAbsolutePath - #32977, thanks
@​nzws!- CLI: Skip vitest transform for CSF Factories in a11y-addon-test automigration - #31941, thanks
@​mrginglymus!- Codemod: Fix glob string to only match stories files - #33592, thanks
@​JReinhold!- Controls: Allow resetting the Select control - #33289, thanks
@​Sidnioulz!- Controls: Fix displaying as object instead of select for optional union types - #33200, thanks
@​tanujbhaud!- Controls: Force object control JSON mode to reset - #33330, thanks
@​Sidnioulz!- Core and Vite: Use story index as source of truth for Vite paths - #30612, thanks
@​JReinhold!- Core: Add
getStoryHrefsmanager API and add hotkey for "open in isolation" - #33416, thanks@​ghengeveld!- Core: Add global error boundary for Manager UI - #33211, thanks
@​copilot-swe-agent!- Core: Add support for wrapped components in component transformer - #33578, thanks
@​yannbf!
... (truncated)
Commits
d959d6cBump version from "10.2.2" to "10.2.3" [skip ci]e367333Bump version from "10.2.1" to "10.2.2" [skip ci]acf2b44Bump version from "10.2.0" to "10.2.1" [skip ci]a674af8Bump version from "10.2.0-beta.5" to "10.2.0" [skip ci]6818f34Bump version from "10.2.0-beta.4" to "10.2.0-beta.5" [skip ci]8840bebBump version from "10.2.0-beta.3" to "10.2.0-beta.4" [skip ci]6b4beb9Fix Date input layout61a15afBump version from "10.2.0-beta.2" to "10.2.0-beta.3" [skip ci]5b8a6adBump version from "10.2.0-beta.1" to "10.2.0-beta.2" [skip ci]c15e8bdBump version from "10.2.0-beta.0" to "10.2.0-beta.1" [skip ci]- Additional commits viewable in compare view
Updates @storybook/addon-vitest from 10.1.11 to 10.2.3
Release notes
Sourced from @​storybook/addon-vitest's releases.
v10.2.3
10.2.3
- Addon-Vitest: Normalize Windows paths in addon-vitest automigration - #33340, thanks
@​tanujbhaud!- Core: Fix `previewHref` when current path does not end with a slash - #33647, thanks
@​ghengeveld!v10.2.2
10.2.2
- Addon Vitest: Support simple vite.config without defineConfig helper - #33694, thanks
@​valentinpalkovic!- Addon-Vitest: Append Storybook project to existing test.projects array without double nesting - #33708, thanks
@​valentinpalkovic!- Addon-Vitest: Update Vitest plugin configuration to disable requireAssertions for expect - #33693, thanks
@​valentinpalkovic!- Composition: Handle 401 responses with loginUrl from Chromatic - #33705, thanks
@​kasperpeulen!- Telemetry: Add agent detection - #33675, thanks
@​valentinpalkovic!v10.2.1
10.2.1
- Builder-Webpack5: Fix
@​vitest/mockerresolution issue - #33315, thanks@​valentinpalkovic!- CLI: Add init telemetry for CLI integrations - #33603, thanks
@​shilman!v10.2.0
10.2.0
Improved UI and story authoring ergonomics
Storybook 10.2 contains hundreds of fixes and improvement including:
- đź’…Â New Viewports and Zoom UI
- đźŹÂ Typesafe CSF factories for Vue, Angular, Web Components (preview)
- đź“„Â MDX support for Storybook MCP (experimental)
- Addon-A11y: Lock vision filter dropdown for stories with `vision` global - #33599, thanks
@​ghengeveld!- Addon-Docs: Add MDX manifest generation - #33408, thanks
@​copilot-swe-agent!- Addon-Docs: Skip `!autodocs` stories when computing primary story - #32712, thanks
@​ia319!- Addon-Pseudo States: Fix stylesheet rewrite for `:not()` with parenthesis in inner selector - #33491, thanks
@​ghengeveld!- Addon-Vitest: Added timeout for fetching localhost 6006 during global setup. - #33232, thanks
@​snippy4!- Addon-Vitest: Fallback detecting vitest version in postinstall - #33415, thanks
@​ndelangen!- Addon-Vitest: Improve error message in testing widget modal - #33481, thanks
@​yannbf!- Addon-Vitest: Improve perf & fix loading incorrect `.env` file - #33469, thanks
@​ndelangen!- CLI: Detect free port when running dev during initiate - #33532, thanks
@​ndelangen!- CLI: Remove any return type of getAbsolutePath - #32977, thanks
@​nzws!- CLI: Skip vitest transform for CSF Factories in a11y-addon-test automigration - #31941, thanks
@​mrginglymus!- Codemod: Fix glob string to only match stories files - #33592, thanks
@​JReinhold!- Controls: Allow resetting the Select control - #33289, thanks
@​Sidnioulz!- Controls: Fix displaying as object instead of select for optional union types - #33200, thanks
@​tanujbhaud!- Controls: Force object control JSON mode to reset - #33330, thanks
@​Sidnioulz!
... (truncated)
Changelog
Sourced from @​storybook/addon-vitest's changelog.
10.2.3
- Addon-Vitest: Normalize Windows paths in addon-vitest automigration - #33340, thanks
@​tanujbhaud!- Core: Fix
previewHrefwhen current path does not end with a slash - #33647, thanks@​ghengeveld!10.2.2
- Addon Vitest: Support simple vite.config without defineConfig helper - #33694, thanks
@​valentinpalkovic!- Addon-Vitest: Append Storybook project to existing test.projects array without double nesting - #33708, thanks
@​valentinpalkovic!- Addon-Vitest: Update Vitest plugin configuration to disable requireAssertions for expect - #33693, thanks
@​valentinpalkovic!- Composition: Handle 401 responses with loginUrl from Chromatic - #33705, thanks
@​kasperpeulen!- Telemetry: Add agent detection - #33675, thanks
@​valentinpalkovic!10.2.1
- Builder-Webpack5: Fix
@​vitest/mockerresolution issue - #33315, thanks@​valentinpalkovic!- CLI: Add init telemetry for CLI integrations - #33603, thanks
@​shilman!10.2.0
Improved UI and story authoring ergonomics
Storybook 10.2 contains hundreds of fixes and improvement including:
- đź’…Â New Viewports and Zoom UI
- đźŹÂ Typesafe CSF factories for Vue, Angular, Web Components (preview)
- đź“„Â MDX support for Storybook MCP (experimental)
- Addon-A11y: Lock vision filter dropdown for stories with
visionglobal - #33599, thanks@​ghengeveld!- Addon-Docs: Add MDX manifest generation - #33408, thanks
@​copilot-swe-agent!- Addon-Docs: Skip
!autodocsstories when computing primary story - #32712, thanks@​ia319!- Addon-Pseudo States: Fix stylesheet rewrite for
:not()with parenthesis in inner selector - #33491, thanks@​ghengeveld!- Addon-Vitest: Added timeout for fetching localhost 6006 during global setup. - #33232, thanks
@​snippy4!- Addon-Vitest: Fallback detecting vitest version in postinstall - #33415, thanks
@​ndelangen!- Addon-Vitest: Improve error message in testing widget modal - #33481, thanks
@​yannbf!- Addon-Vitest: Improve perf & fix loading incorrect
.envfile - #33469, thanks@​ndelangen!- CLI: Detect free port when running dev during initiate - #33532, thanks
@​ndelangen!- CLI: Remove any return type of getAbsolutePath - #32977, thanks
@​nzws!- CLI: Skip vitest transform for CSF Factories in a11y-addon-test automigration - #31941, thanks
@​mrginglymus!- Codemod: Fix glob string to only match stories files - #33592, thanks
@​JReinhold!- Controls: Allow resetting the Select control - #33289, thanks
@​Sidnioulz!- Controls: Fix displaying as object instead of select for optional union types - #33200, thanks
@​tanujbhaud!- Controls: Force object control JSON mode to reset - #33330, thanks
@​Sidnioulz!- Core and Vite: Use story index as source of truth for Vite paths - #30612, thanks
@​JReinhold!- Core: Add
getStoryHrefsmanager API and add hotkey for "open in isolation" - #33416, thanks@​ghengeveld!- Core: Add global error boundary for Manager UI - #33211, thanks
@​copilot-swe-agent!- Core: Add support for wrapped components in component transformer - #33578, thanks
@​yannbf!
... (truncated)
Commits
d959d6cBump version from "10.2.2" to "10.2.3" [skip ci]841eb65Merge pull request #33340 from tanujbhaud/fix/windows-paths-addon-vitest-31768e367333Bump version from "10.2.1" to "10.2.2" [skip ci]8c841e6Merge pull request #33693 from storybookjs/valentin/addon-vitest-requireasser...02dd879Merge pull request #33708 from storybookjs/valentin/addon-vitest-prevent-doub...acf2b44Bump version from "10.2.0" to "10.2.1" [skip ci]a674af8Bump version from "10.2.0-beta.5" to "10.2.0" [skip ci]6818f34Bump version from "10.2.0-beta.4" to "10.2.0-beta.5" [skip ci]8840bebBump version from "10.2.0-beta.3" to "10.2.0-beta.4" [skip ci]5fce06cMerge branch 'next' into yann/fix-vitest-error-message- Additional commits viewable in compare view
Updates @storybook/react-vite from 10.1.11 to 10.2.3
Release notes
Sourced from @​storybook/react-vite's releases.
v10.2.3
10.2.3
- Addon-Vitest: Normalize Windows paths in addon-vitest automigration - #33340, thanks
@​tanujbhaud!- Core: Fix `previewHref` when current path does not end with a slash - #33647, thanks
@​ghengeveld!v10.2.2
10.2.2
- Addon Vitest: Support simple vite.config without defineConfig helper - #33694, thanks
@​valentinpalkovic!- Addon-Vitest: Append Storybook project to existing test.projects array without double nesting - #33708, thanks
@​valentinpalkovic!- Addon-Vitest: Update Vitest plugin configuration to disable requireAssertions for expect - #33693, thanks
@​valentinpalkovic!- Composition: Handle 401 responses with loginUrl from Chromatic - #33705, thanks
@​kasperpeulen!- Telemetry: Add agent detection - #33675, thanks
@​valentinpalkovic!v10.2.1
10.2.1
- Builder-Webpack5: Fix
@​vitest/mockerresolution issue - #33315, thanks@​valentinpalkovic!- CLI: Add init telemetry for CLI integrations - #33603, thanks
@​shilman!v10.2.0
10.2.0
Improved UI and story authoring ergonomics
Storybook 10.2 contains hundreds of fixes and improvement including:
- đź’…Â New Viewports and Zoom UI
- đźŹÂ Typesafe CSF factories for Vue, Angular, Web Components (preview)
- đź“„Â MDX support for Storybook MCP (experimental)
- Addon-A11y: Lock vision filter dropdown for stories with `vision` global - #33599, thanks
@​ghengeveld!- Addon-Docs: Add MDX manifest generation - #33408, thanks
@​copilot-swe-agent!- Addon-Docs: Skip `!autodocs` stories when computing primary story - #32712, thanks
@​ia319!- Addon-Pseudo States: Fix stylesheet rewrite for `:not()` with parenthesis in inner selector - #33491, thanks
@​ghengeveld!- Addon-Vitest: Added timeout for fetching localhost 6006 during global setup. - #33232, thanks
@​snippy4!- Addon-Vitest: Fallback detecting vitest version in postinstall - #33415, thanks
@​ndelangen!- Addon-Vitest: Improve error message in testing widget modal - #33481, thanks
@​yannbf!- Addon-Vitest: Improve perf & fix loading incorrect `.env` file - #33469, thanks
@​ndelangen!- CLI: Detect free port when running dev during initiate - #33532, thanks
@​ndelangen!- CLI: Remove any return type of getAbsolutePath - #32977, thanks
@​nzws!- CLI: Skip vitest transform for CSF Factories in a11y-addon-test automigration - #31941, thanks
@​mrginglymus!- Codemod: Fix glob string to only match stories files - #33592, thanks
@​JReinhold!- Controls: Allow resetting the Select control - #33289, thanks
@​Sidnioulz!- Controls: Fix displaying as object instead of select for optional union types - #33200, thanks
@​tanujbhaud!- Controls: Force object control JSON mode to reset - #33330, thanks
@​Sidnioulz!
... (truncated)
Changelog
Sourced from @​storybook/react-vite's changelog.
10.2.3
- Addon-Vitest: Normalize Windows paths in addon-vitest automigration - #33340, thanks
@​tanujbhaud!- Core: Fix
previewHrefwhen current path does not end with a slash - #33647, thanks@​ghengeveld!10.2.2
- Addon Vitest: Support simple vite.config without defineConfig helper - #33694, thanks
@​valentinpalkovic!- Addon-Vitest: Append Storybook project to existing test.projects array without double nesting - #33708, thanks
@​valentinpalkovic!- Addon-Vitest: Update Vitest plugin configuration to disable requireAssertions for expect - #33693, thanks
@​valentinpalkovic!- Composition: Handle 401 responses with login...
Description has been truncated
Package Dependencies
eslint-plugin-storybook
npm
10.1.11 → 10.2.3
Minor
@typescript-eslint/eslint-plugin
npm
8.53.0 → 8.54.0
Minor
@storybook/addon-vitest
npm
10.1.11 → 10.2.3
Minor
Technical Details
| ID: | 13657424 |
| UUID: | 3885055691 |
| Node ID: | PR_kwDOQd9nB87A3lQM |
| Host: | GitHub |
| Repository: | NHSDigital/fdp-react-design-system |
