sveltekit-blog
sveltekit-blog copied to clipboard
Bump webpack-dev-middleware, @storybook/addon-essentials and @storybook/svelte
Removes webpack-dev-middleware. It's no longer used after updating ancestor dependencies webpack-dev-middleware, @storybook/addon-essentials and @storybook/svelte. These dependencies need to be updated together.
Removes webpack-dev-middleware
Updates @storybook/addon-essentials from 6.3.8 to 6.5.16
Changelog
Sourced from @storybook/addon-essentials's changelog.
6.5.0-rc.1 (May 18, 2022)
Bug Fixes
- CLI: Improve webpack version and add detection of nextjs (#18220)
- ArgsTable: Gracefully handle conditional args failures (#18248)
- Controls: Fix reset button broken for !undefined URL values (#18231)
- Vue3: Add support for TSX in single file components (#18038)
6.5.0-rc.0 (May 17, 2022)
Features
- Addon-a11y: Show % of users in toolbar menu (#18003)
Bug Fixes
- Web-components: Clean Lit Expression comments in story source (#18108)
- Vue: Map args correctly in CSF3 implicit render function (#18209)
- Vue3: Fix CSF3 implicit render function when storyStoreV7 is enabled (#18208
Maintenance
- CLI: Don't throw is Ctrl + C was pressed when selecting a package in the build command (#18195)
- Build: Cleanup noise from unit tests (#18196)
Dependency Upgrades
- Fixed PnP compatibility for bundled components package (#18015)
6.5.0-beta.8 (May 11, 2022)
Bug Fixes
- Composition: Fix metadata.json incorrectly overriding main.js refs versions (#18185)
Maintenance
- Examples: Set channelOptions to disallow function serialization (#18071)
Dependency Upgrades
- Upgrade to telejson 6 (#18164)
6.5.0-beta.7 (May 9, 2022)
Features
... (truncated)
Commits
- See full diff in compare view
Updates @storybook/svelte from 6.3.8 to 8.0.4
Release notes
Sourced from @storybook/svelte's releases.
v8.0.4
8.0.4
- Addon Docs: Support Stencil based display names in source snippets - #26592, thanks
@yannbf!- CLI: Instruct the correct auto-migration command - #26515, thanks
@ndelangen!- CLI: Throw an error when running upgrade command in incorrect cwd - #26585, thanks
@yannbf!v8.0.3
8.0.3
- Bug: Remove redundant component check, as we auto-generate titles from the file system - #26516, thanks
@kasperpeulen!- UI: Replace the icon prop in the Manager API - #26477, thanks
@cdedreuille!v8.0.2
8.0.2
- Addon Docs: Fix [Object object] displayName in some JSX components - #26566, thanks
@yannbf!- CLI: Add yarn1 package manager fallback for init in empty directory - #26500, thanks
@valentinpalkovic!- CSF: Make sure loaders/decorators can be used as array - #26514, thanks
@kasperpeulen!- Controls: Fix disable condition in ArgControl component - #26567, thanks
@valentinpalkovic!- UI: Add key property to list children in Highlight component - #26471, thanks
@valentinpalkovic!- UI: Fix theming of elements inside bars - #26527, thanks
@valentinpalkovic!- UI: Improve empty state of addon panel - #26481, thanks
@yannbf!v8.0.1
8.0.1
- Controls: Fix type summary when table.type unset - #26283, thanks
@shilman!- Core: Fix addon bundling script - #26145, thanks
@ndelangen!- Core: Fix fail to load
main.tserror message - #26035, thanks@ndelangen!- Maintenance: Fix performance regressions - #26411, thanks
@kasperpeulen!v8.0.0
8.0.0
Storybook 8.0 is here
It brings major improvements to Storybook's feature set for testing and documentation, with strengthened framework support across React, Vue, Angular, web-components, Svelte, and more.
- 🩻 Built-in visual testing
- ⚛️ React Server Component support
- 🎛️ Improved controls for React and Vue projects
- ⚡️ Improved Vite architecture, Vitest testing, and Vite 5 support
- 🧪 2-4x faster Storybooks for testing
- ✨ Refreshed desktop UI
- 📲 Rebuilt mobile UX
- 🙅♀️ No more React requirement in non-React projects
Please checkout our Migration Guide to upgrade from earlier versions of Storybook. To see a comprehensive list of changes that went into 8.0, you can refer to the 8.0 prerelease changelogs.
... (truncated)
Changelog
Sourced from @storybook/svelte's changelog.
8.0.4
- Addon Docs: Support Stencil based display names in source snippets - #26592, thanks
@yannbf!- CLI: Instruct the correct auto-migration command - #26515, thanks
@ndelangen!- CLI: Throw an error when running upgrade command in incorrect cwd - #26585, thanks
@yannbf!8.0.3
- Bug: Remove redundant component check, as we auto-generate titles from the file system - #26516, thanks
@kasperpeulen!- UI: Replace the icon prop in the Manager API - #26477, thanks
@cdedreuille!8.0.2
- Addon Docs: Fix [Object object] displayName in some JSX components - #26566, thanks
@yannbf!- CLI: Add yarn1 package manager fallback for init in empty directory - #26500, thanks
@valentinpalkovic!- CSF: Make sure loaders/decorators can be used as array - #26514, thanks
@kasperpeulen!- Controls: Fix disable condition in ArgControl component - #26567, thanks
@valentinpalkovic!- UI: Add key property to list children in Highlight component - #26471, thanks
@valentinpalkovic!- UI: Fix theming of elements inside bars - #26527, thanks
@valentinpalkovic!- UI: Improve empty state of addon panel - #26481, thanks
@yannbf!8.0.1
- Controls: Fix type summary when table.type unset - #26283, thanks
@shilman!- Core: Fix addon bundling script - #26145, thanks
@ndelangen!- Core: Fix fail to load
main.tserror message - #26035, thanks@ndelangen!- Maintenance: Fix performance regressions - #26411, thanks
@kasperpeulen!8.0.0
Storybook 8.0 is here
It brings major improvements to Storybook's feature set for testing and documentation, with strengthened framework support across React, Vue, Angular, web-components, Svelte, and more.
- 🩻 Built-in visual testing
- ⚛️ React Server Component support
- 🎛️ Improved controls for React and Vue projects
- ⚡️ Improved Vite architecture, Vitest testing, and Vite 5 support
- 🧪 2-4x faster Storybooks for testing
- ✨ Refreshed desktop UI
- 📲 Rebuilt mobile UX
- 🙅♀️ No more React requirement in non-React projects
Please checkout our Migration Guide to upgrade from earlier versions of Storybook. To see a comprehensive list of changes that went into 8.0, you can refer to the 8.0 prerelease changelogs.
7.6.17
... (truncated)
Commits
b66dfe0Bump version from "8.0.3" to "8.0.4" [skip ci]f30d120Bump version from "8.0.2" to "8.0.3" [skip ci]01c44fbBump version from "8.0.1" to "8.0.2" [skip ci]9975199Bump version from "8.0.0" to "8.0.1" [skip ci]49f18e8Bump version from "8.0.0-rc.5" to "8.0.0" [skip ci]9050c69Bump version from "8.0.0-rc.4" to "8.0.0-rc.5" [skip ci]bfa0570Bump version from "8.0.0-rc.3" to "8.0.0-rc.4" [skip ci]3fc8363Merge pull request #26351 from storybookjs/norbert/remove-testing-libd6f8526Bump version from "8.0.0-rc.2" to "8.0.0-rc.3" [skip ci]e4a47f5replace testing-library with test in monorepo- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| sveltekit-blog | ❌ Failed (Inspect) | Mar 22, 2024 4:28pm |