availity-react
availity-react copied to clipboard
build(deps): bump @storybook/addon-essentials from 7.6.20 to 8.3.0
Bumps @storybook/addon-essentials from 7.6.20 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
- Addon Test: Improve messages and post install script handling - #29036, thanks
@yannbf
!- Addon Viewport: Add default options via parameters - #28944, thanks
@ndelangen
!- Addon Test: Add experimental vitest integration - #28768, thanks
@kasperpeulen
!- Addon Test: Fix error message logic in set up file - #28906, thanks
@yannbf
!- Addon Test: Fix indentation of 'vitePluginNext' in generated Vitest config file - #29011, thanks
@ghengeveld
!- Addon Test: Fix postinstall file types - #28978, thanks
@shilman
!- Addon Test: Fix tests potentially not existing in non-isolate mode - #28993, thanks
@yannbf
!- Addon Test: Improve transformation logic to avoid duplicate tests - #28929, thanks
@yannbf
!- Addon Test: Set default viewport if applicable - #28905, thanks
@yannbf
!- Addon Test: Set screenshotFailures to false by default - #28908, thanks
@yannbf
!- Addon Docs: Remove babel dependency - #28915, thanks
@shilman
!- Addon Interactions: Fix status in panel tab - #28580, thanks
@yannbf
!- Angular: Fix Angular template error for props with a circular reference - #28498, thanks
@Marklb
!- Angular: Fix template props not able to use dot notation - #28588, thanks
@Marklb
!- Backgrounds/Viewports: Make defaults overridable in
StoryGlobals
-mode - #29025, thanks@JReinhold
!- Blocks: Fix scroll to non-ascii anchors - #28826, thanks
@SkReD
!- Build: Remove external overrides, use package.json as source of truth - #28632, thanks
@kasperpeulen
!- Builder-Vite: Add null character prefix to virtual file IDs - #28863, thanks
@valentinpalkovic
!- Builder-Vite: Fix 'condition node never be used' warning - #28989, thanks
@valentinpalkovic
!- CLI: Add conditional logging for manager and preview start - #28603, thanks
@tobiasdiez
!- CLI: Fix dedent import in package managers - #28980, thanks
@shilman
!- CLI: Fix the initialization of Storybook in workspaces - #28699, thanks
@valentinpalkovic
!- CLI: Handle Yarn PnP wrapper scenario when adding an addon - #29027, thanks
@yannbf
!- CLI: Make PackageJson optional for starting a dev server - #28594, thanks
@tobiasdiez
!- CLI: Update spawn options in proxy.ts to support Windows - #28990, thanks
@valentinpalkovic
!- Components: Remove external overrides - #28632, thanks
@kasperpeulen
!- ConfigFile: Fix
as const satisfies
modifiers - #29000, thanks@shilman
!- Controls: Add disableSave parameter - #28734, thanks
@valentinpalkovic
!- Core: Add Rsbuild frameworks to known frameworks - #28694, thanks
@fi3ework
!- Core: De-duplicate babel use in core - #28972, thanks
@ndelangen
!- Core: Fix header for MountMustBeDestructuredError message - #28590, thanks
@0916dhkim
!- Core: Fix manager-builder
tsconfig
to emitreact-jsx
- #28541, thanks@williamhelmrath
!- Core: Introduce setProjectAnnotations API to more renderers and frameworks - #28907, thanks
@yannbf
!- Core: Make sure CJS build always has lowest prio - #28829, thanks
@kasperpeulen
!- Core: Move
util
to regular dependency - #29008, thanks@ndelangen
!- Core: Split Storybook CLI - #28519, thanks
@kasperpeulen
!
... (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
- Addon Test: Improve messages and post install script handling - #29036, thanks
@yannbf
!- Addon Viewport: Add default options via parameters - #28944, thanks
@ndelangen
!- Addon Test: Add experimental vitest integration - #28768, thanks
@kasperpeulen
!- Addon Test: Fix error message logic in set up file - #28906, thanks
@yannbf
!- Addon Test: Fix indentation of 'vitePluginNext' in generated Vitest config file - #29011, thanks
@ghengeveld
!- Addon Test: Fix postinstall file types - #28978, thanks
@shilman
!- Addon Test: Fix tests potentially not existing in non-isolate mode - #28993, thanks
@yannbf
!- Addon Test: Improve transformation logic to avoid duplicate tests - #28929, thanks
@yannbf
!- Addon Test: Set default viewport if applicable - #28905, thanks
@yannbf
!- Addon Test: Set screenshotFailures to false by default - #28908, thanks
@yannbf
!- Addon Docs: Remove babel dependency - #28915, thanks
@shilman
!- Addon Interactions: Fix status in panel tab - #28580, thanks
@yannbf
!- Angular: Fix Angular template error for props with a circular reference - #28498, thanks
@Marklb
!- Angular: Fix template props not able to use dot notation - #28588, thanks
@Marklb
!- Backgrounds/Viewports: Make defaults overridable in
StoryGlobals
-mode - #29025, thanks@JReinhold
!- Blocks: Fix scroll to non-ascii anchors - #28826, thanks
@SkReD
!- Build: Remove external overrides, use package.json as source of truth - #28632, thanks
@kasperpeulen
!- Builder-Vite: Add null character prefix to virtual file IDs - #28863, thanks
@valentinpalkovic
!- Builder-Vite: Fix 'condition node never be used' warning - #28989, thanks
@valentinpalkovic
!- CLI: Add conditional logging for manager and preview start - #28603, thanks
@tobiasdiez
!- CLI: Fix dedent import in package managers - #28980, thanks
@shilman
!- CLI: Fix the initialization of Storybook in workspaces - #28699, thanks
@valentinpalkovic
!- CLI: Handle Yarn PnP wrapper scenario when adding an addon - #29027, thanks
@yannbf
!- CLI: Make PackageJson optional for starting a dev server - #28594, thanks
@tobiasdiez
!- CLI: Update spawn options in proxy.ts to support Windows - #28990, thanks
@valentinpalkovic
!- Components: Remove external overrides - #28632, thanks
@kasperpeulen
!- ConfigFile: Fix
as const satisfies
modifiers - #29000, thanks@shilman
!- Controls: Add disableSave parameter - #28734, thanks
@valentinpalkovic
!- Core: Add Rsbuild frameworks to known frameworks - #28694, thanks
@fi3ework
!- Core: De-duplicate babel use in core - #28972, thanks
@ndelangen
!- Core: Fix header for MountMustBeDestructuredError message - #28590, thanks
@0916dhkim
!- Core: Fix manager-builder
tsconfig
to emitreact-jsx
- #28541, thanks@williamhelmrath
!- Core: Introduce setProjectAnnotations API to more renderers and frameworks - #28907, thanks
@yannbf
!- Core: Make sure CJS build always has lowest prio - #28829, thanks
@kasperpeulen
!- Core: Move
util
to regular dependency - #29008, thanks@ndelangen
!- Core: Split Storybook CLI - #28519, thanks
@kasperpeulen
!- Core: Upgrade docs-mdx for smaller install - #28552, thanks
@shilman
!
... (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' warning87c3757
Bump version from "8.3.0-alpha.9" to "8.3.0-alpha.10" [skip ci]- Additional commits viewable in compare view
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 this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)