tsup-react-package-starter
tsup-react-package-starter copied to clipboard
chore(deps-dev): bump the minor-and-patch-updates group with 26 updates
Bumps the minor-and-patch-updates group with 26 updates:
| Package | From | To |
|---|---|---|
| @babel/core | 7.24.3 |
7.24.5 |
| @babel/preset-env | 7.24.3 |
7.24.5 |
| @storybook/addon-essentials | 8.0.5 |
8.0.9 |
| @storybook/addon-interactions | 8.0.5 |
8.0.9 |
| @storybook/addon-links | 8.0.5 |
8.0.9 |
| @storybook/blocks | 8.0.5 |
8.0.9 |
| @storybook/react | 8.0.5 |
8.0.9 |
| @storybook/react-webpack5 | 8.0.5 |
8.0.9 |
| @storybook/test | 8.0.5 |
8.0.9 |
| @types/node | 20.12.2 |
20.12.7 |
| @typescript-eslint/eslint-plugin | 7.4.0 |
7.8.0 |
| @typescript-eslint/parser | 7.4.0 |
7.8.0 |
| @vitest/coverage-v8 | 1.4.0 |
1.5.3 |
| eslint-plugin-react-hooks | 4.6.0 |
4.6.2 |
| eslint-plugin-unused-imports | 3.1.0 |
3.2.0 |
| react | 18.2.0 |
18.3.1 |
| @types/react | 18.2.73 |
18.3.1 |
| react-dom | 18.2.0 |
18.3.1 |
| @types/react-dom | 18.2.23 |
18.3.0 |
| react-test-renderer | 18.2.0 |
18.3.1 |
| @types/react-test-renderer | 18.0.7 |
18.3.0 |
| release-it | 17.1.1 |
17.2.1 |
| storybook | 8.0.5 |
8.0.9 |
| tsx | 4.7.1 |
4.8.2 |
| typescript | 5.4.3 |
5.4.5 |
| vitest | 1.4.0 |
1.5.3 |
Updates @babel/core from 7.24.3 to 7.24.5
Release notes
Sourced from @​babel/core's releases.
v7.24.5 (2024-04-29)
Thanks
@​romgrkand@​sossostfor your first PRs!:bug: Bug Fix
babel-plugin-transform-classes,babel-traverse
- #16377 fix: TypeScript annotation affects output (
@​liuxingbaoyu)babel-helpers,babel-plugin-proposal-explicit-resource-management,babel-runtime-corejs3
- #16440 Fix suppressed error order (
@​sossost)- #16408 Await nullish async disposable (
@​JLHwung):nail_care: Polish
babel-parser
- #16407 Recover from exported
usingdeclaration (@​JLHwung):house: Internal
- Other
- #16414 Relax ESLint peerDependency constraint to allow v9 (
@​liuxingbaoyu)babel-parser
- #16425 Improve
@babel/parserAST types (@​nicolo-ribaudo)- #16417 Always pass type argument to
.startNode(@​nicolo-ribaudo)babel-helper-create-class-features-plugin,babel-helper-member-expression-to-functions,babel-helper-module-transforms,babel-helper-split-export-declaration,babel-helper-wrap-function,babel-helpers,babel-plugin-bugfix-firefox-class-in-computed-class-key,babel-plugin-proposal-explicit-resource-management,babel-plugin-transform-block-scoping,babel-plugin-transform-destructuring,babel-plugin-transform-object-rest-spread,babel-plugin-transform-optional-chaining,babel-plugin-transform-parameters,babel-plugin-transform-private-property-in-object,babel-plugin-transform-react-jsx-self,babel-plugin-transform-typeof-symbol,babel-plugin-transform-typescript,babel-traverse
- #16439 Make
NodePath<T | U>distributive (@​nicolo-ribaudo)babel-plugin-proposal-partial-application,babel-types
- #16421 Remove
JSXNamespacedNamefrom validCallExpressionargs (@​nicolo-ribaudo)babel-plugin-transform-class-properties,babel-preset-env
- #16406 Do not load unnecessary Babel 7 syntax plugins in Babel 8 (
@​nicolo-ribaudo):running_woman: Performance
babel-helpers,babel-preset-env,babel-runtime-corejs3
- #16357 Performance: improve
objectWithoutPropertiesLooseon V8 (@​romgrk)Committers: 6
- Babel Bot (
@​babel-bot)- Huáng Jùnlià ng (
@​JLHwung)- Nicolò Ribaudo (
@​nicolo-ribaudo)- Rom Grk (
@​romgrk)@​liuxingbaoyu- ynnsuis (
@​sossost)v7.24.4 (2024-04-03)
Thanks
@​Dunqing,@​luiscubal, and@​samualtnormanfor your first PRs!:eyeglasses: Spec Compliance
babel-parser
- #16403 Forbid initializerless using (
@​JLHwung)babel-helpers,babel-plugin-proposal-decorators,babel-runtime-corejs3
- #16388 Ensure decorators are callable (
@​JLHwung)
... (truncated)
Changelog
Sourced from @​babel/core's changelog.
v7.24.5 (2024-04-29)
:bug: Bug Fix
babel-plugin-transform-classes,babel-traverse
- #16377 fix: TypeScript annotation affects output (
@​liuxingbaoyu)babel-helpers,babel-plugin-proposal-explicit-resource-management,babel-runtime-corejs3
- #16440 Fix suppressed error order (
@​sossost)- #16408 Await nullish async disposable (
@​JLHwung):nail_care: Polish
babel-parser
- #16407 Recover from exported
usingdeclaration (@​JLHwung):house: Internal
- Other
- #16414 Relax ESLint peerDependency constraint to allow v9 (
@​liuxingbaoyu)babel-parser
- #16425 Improve
@babel/parserAST types (@​nicolo-ribaudo)- #16417 Always pass type argument to
.startNode(@​nicolo-ribaudo)babel-helper-create-class-features-plugin,babel-helper-member-expression-to-functions,babel-helper-module-transforms,babel-helper-split-export-declaration,babel-helper-wrap-function,babel-helpers,babel-plugin-bugfix-firefox-class-in-computed-class-key,babel-plugin-proposal-explicit-resource-management,babel-plugin-transform-block-scoping,babel-plugin-transform-destructuring,babel-plugin-transform-object-rest-spread,babel-plugin-transform-optional-chaining,babel-plugin-transform-parameters,babel-plugin-transform-private-property-in-object,babel-plugin-transform-react-jsx-self,babel-plugin-transform-typeof-symbol,babel-plugin-transform-typescript,babel-traverse
- #16439 Make
NodePath<T | U>distributive (@​nicolo-ribaudo)babel-plugin-proposal-partial-application,babel-types
- #16421 Remove
JSXNamespacedNamefrom validCallExpressionargs (@​nicolo-ribaudo)babel-plugin-transform-class-properties,babel-preset-env
- #16406 Do not load unnecessary Babel 7 syntax plugins in Babel 8 (
@​nicolo-ribaudo):running_woman: Performance
babel-helpers,babel-preset-env,babel-runtime-corejs3
- #16357 Performance: improve
objectWithoutPropertiesLooseon V8 (@​romgrk)v7.24.4 (2024-04-03)
:eyeglasses: Spec Compliance
babel-parser
- #16403 Forbid initializerless using (
@​JLHwung)babel-helpers,babel-plugin-proposal-decorators,babel-runtime-corejs3
- #16388 Ensure decorators are callable (
@​JLHwung):bug: Bug Fix
babel-generator
- #16402 fix: Correctly prints
{ [key in Bar]? }(@​liuxingbaoyu)- #16394 fix: Correctly generate
TSMappedType(@​liuxingbaoyu)babel-compat-data,babel-plugin-bugfix-firefox-class-in-computed-class-key,babel-preset-env
- #16390 Create bugfix plugin for classes in computed keys in Firefox (
@​nicolo-ribaudo)babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators
- #16387 fix: support mutated outer decorated class binding (
@​JLHwung)- #16385 fix: Decorators when
super()exists andprotoInitis not needed (@​liuxingbaoyu)babel-plugin-transform-block-scoping
- #16384 fix: Transform scoping for
for Xin loop (@​liuxingbaoyu)- #16368 fix: Capture
letwhen theforbody is not a block (@​liuxingbaoyu)babel-core,babel-plugin-transform-block-scoped-functions,babel-plugin-transform-block-scoping
... (truncated)
Commits
ddbea7dv7.24.5ee48754Use multiple TypeScript projects (#16430)a8994f8Reduce platform-specific tests (#16436)5a8c692v7.24.4d4ade61Test Babel 7/8 compatibility for plugins from es2019 to es2024 (#16399)b8eb831Fix incorrect function hoisting in some case statements (#16363)- See full diff in compare view
Updates @babel/preset-env from 7.24.3 to 7.24.5
Release notes
Sourced from @​babel/preset-env's releases.
v7.24.5 (2024-04-29)
Thanks
@​romgrkand@​sossostfor your first PRs!:bug: Bug Fix
babel-plugin-transform-classes,babel-traverse
- #16377 fix: TypeScript annotation affects output (
@​liuxingbaoyu)babel-helpers,babel-plugin-proposal-explicit-resource-management,babel-runtime-corejs3
- #16440 Fix suppressed error order (
@​sossost)- #16408 Await nullish async disposable (
@​JLHwung):nail_care: Polish
babel-parser
- #16407 Recover from exported
usingdeclaration (@​JLHwung):house: Internal
- Other
- #16414 Relax ESLint peerDependency constraint to allow v9 (
@​liuxingbaoyu)babel-parser
- #16425 Improve
@babel/parserAST types (@​nicolo-ribaudo)- #16417 Always pass type argument to
.startNode(@​nicolo-ribaudo)babel-helper-create-class-features-plugin,babel-helper-member-expression-to-functions,babel-helper-module-transforms,babel-helper-split-export-declaration,babel-helper-wrap-function,babel-helpers,babel-plugin-bugfix-firefox-class-in-computed-class-key,babel-plugin-proposal-explicit-resource-management,babel-plugin-transform-block-scoping,babel-plugin-transform-destructuring,babel-plugin-transform-object-rest-spread,babel-plugin-transform-optional-chaining,babel-plugin-transform-parameters,babel-plugin-transform-private-property-in-object,babel-plugin-transform-react-jsx-self,babel-plugin-transform-typeof-symbol,babel-plugin-transform-typescript,babel-traverse
- #16439 Make
NodePath<T | U>distributive (@​nicolo-ribaudo)babel-plugin-proposal-partial-application,babel-types
- #16421 Remove
JSXNamespacedNamefrom validCallExpressionargs (@​nicolo-ribaudo)babel-plugin-transform-class-properties,babel-preset-env
- #16406 Do not load unnecessary Babel 7 syntax plugins in Babel 8 (
@​nicolo-ribaudo):running_woman: Performance
babel-helpers,babel-preset-env,babel-runtime-corejs3
- #16357 Performance: improve
objectWithoutPropertiesLooseon V8 (@​romgrk)Committers: 6
- Babel Bot (
@​babel-bot)- Huáng Jùnlià ng (
@​JLHwung)- Nicolò Ribaudo (
@​nicolo-ribaudo)- Rom Grk (
@​romgrk)@​liuxingbaoyu- ynnsuis (
@​sossost)v7.24.4 (2024-04-03)
Thanks
@​Dunqing,@​luiscubal, and@​samualtnormanfor your first PRs!:eyeglasses: Spec Compliance
babel-parser
- #16403 Forbid initializerless using (
@​JLHwung)babel-helpers,babel-plugin-proposal-decorators,babel-runtime-corejs3
- #16388 Ensure decorators are callable (
@​JLHwung)
... (truncated)
Changelog
Sourced from @​babel/preset-env's changelog.
v7.24.5 (2024-04-29)
:bug: Bug Fix
babel-plugin-transform-classes,babel-traverse
- #16377 fix: TypeScript annotation affects output (
@​liuxingbaoyu)babel-helpers,babel-plugin-proposal-explicit-resource-management,babel-runtime-corejs3
- #16440 Fix suppressed error order (
@​sossost)- #16408 Await nullish async disposable (
@​JLHwung):nail_care: Polish
babel-parser
- #16407 Recover from exported
usingdeclaration (@​JLHwung):house: Internal
- Other
- #16414 Relax ESLint peerDependency constraint to allow v9 (
@​liuxingbaoyu)babel-parser
- #16425 Improve
@babel/parserAST types (@​nicolo-ribaudo)- #16417 Always pass type argument to
.startNode(@​nicolo-ribaudo)babel-helper-create-class-features-plugin,babel-helper-member-expression-to-functions,babel-helper-module-transforms,babel-helper-split-export-declaration,babel-helper-wrap-function,babel-helpers,babel-plugin-bugfix-firefox-class-in-computed-class-key,babel-plugin-proposal-explicit-resource-management,babel-plugin-transform-block-scoping,babel-plugin-transform-destructuring,babel-plugin-transform-object-rest-spread,babel-plugin-transform-optional-chaining,babel-plugin-transform-parameters,babel-plugin-transform-private-property-in-object,babel-plugin-transform-react-jsx-self,babel-plugin-transform-typeof-symbol,babel-plugin-transform-typescript,babel-traverse
- #16439 Make
NodePath<T | U>distributive (@​nicolo-ribaudo)babel-plugin-proposal-partial-application,babel-types
- #16421 Remove
JSXNamespacedNamefrom validCallExpressionargs (@​nicolo-ribaudo)babel-plugin-transform-class-properties,babel-preset-env
- #16406 Do not load unnecessary Babel 7 syntax plugins in Babel 8 (
@​nicolo-ribaudo):running_woman: Performance
babel-helpers,babel-preset-env,babel-runtime-corejs3
- #16357 Performance: improve
objectWithoutPropertiesLooseon V8 (@​romgrk)v7.24.4 (2024-04-03)
:eyeglasses: Spec Compliance
babel-parser
- #16403 Forbid initializerless using (
@​JLHwung)babel-helpers,babel-plugin-proposal-decorators,babel-runtime-corejs3
- #16388 Ensure decorators are callable (
@​JLHwung):bug: Bug Fix
babel-generator
- #16402 fix: Correctly prints
{ [key in Bar]? }(@​liuxingbaoyu)- #16394 fix: Correctly generate
TSMappedType(@​liuxingbaoyu)babel-compat-data,babel-plugin-bugfix-firefox-class-in-computed-class-key,babel-preset-env
- #16390 Create bugfix plugin for classes in computed keys in Firefox (
@​nicolo-ribaudo)babel-helper-create-class-features-plugin,babel-plugin-proposal-decorators
- #16387 fix: support mutated outer decorated class binding (
@​JLHwung)- #16385 fix: Decorators when
super()exists andprotoInitis not needed (@​liuxingbaoyu)babel-plugin-transform-block-scoping
- #16384 fix: Transform scoping for
for Xin loop (@​liuxingbaoyu)- #16368 fix: Capture
letwhen theforbody is not a block (@​liuxingbaoyu)babel-core,babel-plugin-transform-block-scoped-functions,babel-plugin-transform-block-scoping
... (truncated)
Commits
ddbea7dv7.24.5ee48754Use multiple TypeScript projects (#16430)a8994f8Reduce platform-specific tests (#16436)e96a05dPerformance: improveobjectWithoutPropertiesLooseon V8 (#16357)5a4fb2dDo not load unnecessary Babel 7 syntax plugins in Babel 8 (#16406)5a8c692v7.24.40cfe039Avoid terser workaround in firefox bugfix for computed keys (#16401)48a3e19Create bugfix plugin for classes in computed keys in Firefox (#16390)- See full diff in compare view
Updates @storybook/addon-essentials from 8.0.5 to 8.0.9
Release notes
Sourced from @​storybook/addon-essentials's releases.
v8.0.9
8.0.9
- Addon-docs: Fix MDX compilation when using
@vitejs/plugin-react-swcwith plugins - #26837, thanks@​JReinhold!- CSF: Fix typings for control and other properties of argTypes - #26824, thanks
@​kasperpeulen!- Controls: Fix crashing when docgen extraction partially fails - #26862, thanks
@​yannbf!- Doc Tools: Signature Type Error Handling - #26774, thanks
@​ethriel3695!- Next.js: Move sharp into optional deps - #26787, thanks
@​shuta13!- Nextjs: Support next 14.2 useParams functionality - #26874, thanks
@​yannbf!- Test: Remove chai as dependency of
@​storybook/test- #26852, thanks@​kasperpeulen!- UI: Fix sidebar search hanging when selecting a story in touch mode - #26807, thanks
@​JReinhold!v8.0.8
8.0.8
- Automigration: Fix name of VTA addon - #26816, thanks
@​valentinpalkovic!v8.0.7
8.0.7
- CLI: Add Visual Tests addon install auto-migration when upgrading to 8.0.x - #26766, thanks
@​ndelangen!- Next.js: Move sharp into optional deps - #26787, thanks
@​shuta13!- Vue: Disable controls for events, slots, and expose - #26751, thanks
@​shilman!- Webpack: Bump webpack-dev-middleware to patch high security issue - #26655, thanks
@​jwilliams-met!v8.0.6
8.0.6
- CLI: Add --config-dir flag to migrate command - #26721, thanks
@​yannbf!- Next.js: Fix next/font usage on Windows machines - #26700, thanks
@​valentinpalkovic!- Next.js: Support path aliases when no base url is set - #26651, thanks
@​yannbf!- Webpack: Fix sourcemap generation in webpack react-docgen-loader - #26676, thanks
@​valentinpalkovic!
Changelog
Sourced from @​storybook/addon-essentials's changelog.
8.0.9
- Addon-docs: Fix MDX compilation when using
@vitejs/plugin-react-swcwith plugins - #26837, thanks@​JReinhold!- CSF: Fix typings for control and other properties of argTypes - #26824, thanks
@​kasperpeulen!- Controls: Fix crashing when docgen extraction partially fails - #26862, thanks
@​yannbf!- Doc Tools: Signature Type Error Handling - #26774, thanks
@​ethriel3695!- Next.js: Move sharp into optional deps - #26787, thanks
@​shuta13!- Nextjs: Support next 14.2 useParams functionality - #26874, thanks
@​yannbf!- Test: Remove chai as dependency of
@​storybook/test- #26852, thanks@​kasperpeulen!- UI: Fix sidebar search hanging when selecting a story in touch mode - #26807, thanks
@​JReinhold!8.0.8
- Automigration: Fix name of VTA addon - #26816, thanks
@​valentinpalkovic!8.0.7
- CLI: Add Visual Tests addon install auto-migration when upgrading to 8.0.x - #26766, thanks
@​ndelangen!- Next.js: Move sharp into optional deps - #26787, thanks
@​shuta13!- Vue: Disable controls for events, slots, and expose - #26751, thanks
@​shilman!- Webpack: Bump webpack-dev-middleware to patch high security issue - #26655, thanks
@​jwilliams-met!8.0.6
- CLI: Add --config-dir flag to migrate command - #26721, thanks
@​yannbf!- Next.js: Fix next/font usage on Windows machines - #26700, thanks
@​valentinpalkovic!- Next.js: Support path aliases when no base url is set - #26651, thanks
@​yannbf!- Webpack: Fix sourcemap generation in webpack react-docgen-loader - #26676, thanks
@​valentinpalkovic!
Commits
3c598bdBump version from "8.0.8" to "8.0.9" [skip ci]b96b670Bump version from "8.0.7" to "8.0.8" [skip ci]b7c50bbBump version from "8.0.6" to "8.0.7" [skip ci]6cf8ae4Bump version from "8.0.5" to "8.0.6" [skip ci]- See full diff in compare view
Updates @storybook/addon-interactions from 8.0.5 to 8.0.9
Release notes
Sourced from @​storybook/addon-interactions's releases.
v8.0.9
8.0.9
- Addon-docs: Fix MDX compilation when using
@vitejs/plugin-react-swcwith plugins - #26837, thanks@​JReinhold!- CSF: Fix typings for control and other properties of argTypes - #26824, thanks
@​kasperpeulen!- Controls: Fix crashing when docgen extraction partially fails - #26862, thanks
@​yannbf!- Doc Tools: Signature Type Error Handling - #26774, thanks
@​ethriel3695!- Next.js: Move sharp into optional deps - #26787, thanks
@​shuta13!- Nextjs: Support next 14.2 useParams functionality - #26874, thanks
@​yannbf!- Test: Remove chai as dependency of
@​storybook/test- #26852, thanks@​kasperpeulen!- UI: Fix sidebar search hanging when selecting a story in touch mode - #26807, thanks
@​JReinhold!v8.0.8
8.0.8
- Automigration: Fix name of VTA addon - #26816, thanks
@​valentinpalkovic!v8.0.7
8.0.7
- CLI: Add Visual Tests addon install auto-migration when upgrading to 8.0.x - #26766, thanks
@​ndelangen!- Next.js: Move sharp into optional deps - #26787, thanks
@​shuta13!- Vue: Disable controls for events, slots, and expose - #26751, thanks
@​shilman!- Webpack: Bump webpack-dev-middleware to patch high security issue - #26655, thanks
@​jwilliams-met!v8.0.6
8.0.6
- CLI: Add --config-dir flag to migrate command - #26721, thanks
@​yannbf!- Next.js: Fix next/font usage on Windows machines - #26700, thanks
@​valentinpalkovic!- Next.js: Support path aliases when no base url is set - #26651, thanks
@​yannbf!- Webpack: Fix sourcemap generation in webpack react-docgen-loader - #26676, thanks
@​valentinpalkovic!
Changelog
Sourced from @​storybook/addon-interactions's changelog.
8.0.9
- Addon-docs: Fix MDX compilation when using
@vitejs/plugin-react-swcwith plugins - #26837, thanks@​JReinhold!- CSF: Fix typings for control and other properties of argTypes - #26824, thanks
@​kasperpeulen!- Controls: Fix crashing when docgen extraction partially fails - #26862, thanks
@​yannbf!- Doc Tools: Signature Type Error Handling - #26774, thanks
@​ethriel3695!- Next.js: Move sharp into optional deps - #26787, thanks
@​shuta13!- Nextjs: Support next 14.2 useParams functionality - #26874, thanks
@​yannbf!- Test: Remove chai as dependency of
@​storybook/test- #26852, thanks@​kasperpeulen!- UI: Fix sidebar search hanging when selecting a story in touch mode - #26807, thanks
@​JReinhold!8.0.8
- Automigration: Fix name of VTA addon - #26816, thanks
@​valentinpalkovic!8.0.7
- CLI: Add Visual Tests addon install auto-migration when upgrading to 8.0.x - #26766, thanks
@​ndelangen!- Next.js: Move sharp into optional deps - #26787, thanks
@​shuta13!- Vue: Disable controls for events, slots, and expose - #26751, thanks
@​shilman!- Webpack: Bump webpack-dev-middleware to patch high security issue - #26655, thanks
@​jwilliams-met!8.0.6
- CLI: Add --config-dir flag to migrate command - #26721, thanks
@​yannbf!- Next.js: Fix next/font usage on Windows machines - #26700, thanks
@​valentinpalkovic!- Next.js: Support path aliases when no base url is set - #26651, thanks
@​yannbf!- Webpack: Fix sourcemap generation in webpack react-docgen-loader - #26676, thanks
@​valentinpalkovic!
Commits
3c598bdBump version from "8.0.8" to "8.0.9" [skip ci]b96b670Bump version from "8.0.7" to "8.0.8" [skip ci]b7c50bbBump version from "8.0.6" to "8.0.7" [skip ci]6cf8ae4Bump version from "8.0.5" to "8.0.6" [skip ci]- See full diff in compare view
Updates @storybook/addon-links from 8.0.5 to 8.0.9
Release notes
Sourced from @​storybook/addon-links's releases.
v8.0.9
8.0.9
- Addon-docs: Fix MDX compilation when using
@vitejs/plugin-react-swcwith plugins - #26837, thanks@​JReinhold!- CSF: Fix typings for control and other properties of argTypes - #26824, thanks
@​kasperpeulen!- Controls: Fix crashing when docgen extraction partially fails - #26862, thanks
@​yannbf!- Doc Tools: Signature Type Error Handling - #26774, thanks
@​ethriel3695!- Next.js: Move sharp into optional deps - #26787, thanks
@​shuta13!- Nextjs: Support next 14.2 useParams functionality - #26874, thanks
@​yannbf!- Test: Remove chai as dependency of
@​storybook/test- #26852, thanks@​kasperpeulen!- UI: Fix sidebar search hanging when selecting a story in touch mode - #26807, thanks
@​JReinhold!v8.0.8
8.0.8
- Automigration: Fix name of VTA addon - #26816, thanks
@​valentinpalkovic!v8.0.7
8.0.7
- CLI: Add Visual Tests addon install auto-migration when upgrading to 8.0.x - #26766, thanks
@​ndelangen!- Next.js: Move sharp into optional deps - #26787, thanks
@​shuta13!- Vue: Disable controls for events, slots, and expose - #26751, thanks
@​shilman!- Webpack: Bump webpack-dev-middleware to patch high security issue - #26655, thanks
@​jwilliams-met!v8.0.6
8.0.6
- CLI: Add --config-dir flag to migrate command - #26721, thanks
@​yannbf!- Next.js: Fix next/font usage on Windows machines - #26700, thanks
@​valentinpalkovic!- Next.js: Support path aliases when no base url is set - #26651, thanks
@​yannbf!- Webpack: Fix sourcemap generation in webpack react-docgen-loader - #26676, thanks
@​valentinpalkovic!
Changelog
Sourced from @​storybook/addon-links's changelog.
8.0.9
- Addon-docs: Fix MDX compilation when using
@vitejs/plugin-react-swcwith plugins - #26837, thanks@​JReinhold!- CSF: Fix typings for control and other properties of argTypes - #26824, thanks
@​kasperpeulen!- Controls: Fix crashing when docgen extraction partially fails - #26862, thanks
@​yannbf!- Doc Tools: Signature Type Error Handling - #26774, thanks
@​ethriel3695!- Next.js: Move sharp into optional deps - #26787, thanks
@​shuta13!- Nextjs: Support next 14.2 useParams functionality - #26874, thanks
@​yannbf!- Test: Remove chai as dependency of
@​storybook/test- #26852, thanks@​kasperpeulen!- UI: Fix sidebar search hanging when selecting a story in touch mode - #26807, thanks
@​JReinhold!8.0.8
- Automigration: Fix name of VTA addon - #26816, thanks
@​valentinpalkovic!8.0.7
- CLI: Add Visual Tests addon install auto-migration when upgrading to 8.0.x - #26766, thanks
@​ndelangen!- Next.js: Move sharp into optional deps - #26787, thanks
@​shuta13!- Vue: Disable controls for events, slots, and expose - #26751, thanks
@​shilman!- Webpack: Bump webpack-dev-middleware to patch high security issue - #26655, thanks
@​jwilliams-met!8.0.6
- CLI: Add --config-dir flag to migrate command - #26721, thanks
@​yannbf!- Next.js: Fix next/font usage on Windows machines - #26700, thanks
@​valentinpalkovic!- Next.js: Support path aliases when no base url is set - #26651, thanks
@​yannbf!- Webpack: Fix sourcemap generation in webpack react-docgen-loader - #26676, thanks
@​valentinpalkovic!
Commits
3c598bdBump version from "8.0.8" to "8.0.9" [skip ci]8fd4633Merge pull request #26824 from storybookjs/kasper/update-csfb96b670Bump version from "8.0.7" to "8.0.8" [skip ci]b7c50bbBump version from "8.0.6" to "8.0.7" [skip ci]6cf8ae4Bump version from "8.0.5" to "8.0.6" [skip ci]- See full diff in compare view
Updates @storybook/blocks from 8.0.5 to 8.0.9
Release notes
Sourced from @​storybook/blocks's releases.
v8.0.9
8.0.9
- Addon-docs: Fix MDX compilation when using
@vitejs/plugin-react-swcwith plugins - #26837, thanks@​JReinhold!- CSF: Fix typings for control and other properties of argTypes - #26824, thanks
@​kasperpeulen!- Controls: Fix crashing when docgen extraction partially fails - #26862, thanks
@​yannbf!- Doc Tools: Signature Type Error Handling - #26774, thanks
@​ethriel3695!- Next.js: Move sharp into optional deps - #26787, thanks
@​shuta13!- Nextjs: Support next 14.2 useParams functionality - #26874, thanks
@​yannbf!- Test: Remove chai as dependency of
@​storybook/test- #26852, thanks@​kasperpeulen!- UI: Fix sidebar search hanging when selecting a story in touch mode - #26807, thanks
@​JReinhold!v8.0.8
8.0.8
- Automigration: Fix name of VTA addon - #26816, thanks
@​valentinpalkovic!v8.0.7
8.0.7
- CLI: Add Visual Tests addon install auto-migration when upgrading to 8.0.x - #26766, thanks
@​ndelangen!- Next.js: Move sharp into optional deps - #26787, thanks
@​shuta13!- Vue: Disable controls for events, slots, and expose - #26751, thanks
@​shilman!- Webpack: Bump webpack-dev-middleware to patch high security issue - #26655, thanks
@​jwilliams-met!v8.0.6
8.0.6
- CLI: Add --config-dir flag to migrate command - #26721, thanks
@​yannbf!- Next.js: Fix next/font usage on Windows machines - #26700, thanks Description%20has%20been%20truncated%0A" rel="nofollow" target="_blank" >