Skip to content

chore(deps-dev): bump storybook-solidjs-vite from 10.0.9 to 10.1.1#8065

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/storybook-solidjs-vite-10.1.1
Open

chore(deps-dev): bump storybook-solidjs-vite from 10.0.9 to 10.1.1#8065
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/npm_and_yarn/storybook-solidjs-vite-10.1.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 5, 2026

Copy link
Copy Markdown
Contributor

Bumps storybook-solidjs-vite from 10.0.9 to 10.1.1.

Changelog

Sourced from storybook-solidjs-vite's changelog.

10.1.1

Patch Changes

  • fa5706c: Fix git path in package

10.1.0

Minor Changes

  • 9058c6f: ### Solid 2 support

    Solid 2 projects should import types and APIs from storybook-solidjs-vite/next in stories, preview, and other app code for correct Solid 2 typings:

    import type { Preview, Meta, StoryObj } from "storybook-solidjs-vite/next";

    You can still import from storybook-solidjs-vite without /next on Solid 2, but that may produce TypeScript errors because those types target the Solid 1 renderer.

    In .storybook/main.ts, both framework names are valid:

    • storybook-solidjs-vite — auto-detects Solid version from installed solid-js (works for Solid 2 projects)
    • storybook-solidjs-vite/next — pins the Solid 2 renderer explicitly
    // Either is fine for a Solid 2 app
    framework: "storybook-solidjs-vite";
    framework: "storybook-solidjs-vite/next";

    Solid 1 projects keep using storybook-solidjs-vite for imports and framework config.

    CSF Next (optional)

    definePreview, preview.meta, and meta.story are also available on both Solid 1 and Solid 2. CSF 3 (Meta, StoryObj, default export meta) continues to work; migrate to CSF Next when you want factory-based typing, not as a requirement for Solid 2.

    // .storybook/main.ts
    import { defineMain } from "storybook-solidjs-vite/node";
    export default defineMain({
    framework: { name: "storybook-solidjs-vite/next" },
    });

    // .storybook/preview.tsx
    import { definePreview } from "storybook-solidjs-vite/next";

... (truncated)

Commits
Maintainer changes

This version was pushed to npm by GitHub Actions, a new releaser for storybook-solidjs-vite since your current version.

Install script changes

This version adds prepare script that runs during installation. Review the package contents before updating.


Dependabot compatibility score

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 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)

Bumps [storybook-solidjs-vite](https://github.com/solidjs-community/storybook) from 10.0.9 to 10.1.1.
- [Release notes](https://github.com/solidjs-community/storybook/releases)
- [Changelog](https://github.com/solidjs-community/storybook/blob/main/CHANGELOG.md)
- [Commits](https://github.com/solidjs-community/storybook/commits/v10.1.1)

---
updated-dependencies:
- dependency-name: storybook-solidjs-vite
  dependency-version: 10.1.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 5, 2026
@monkeytypegeorge monkeytypegeorge added the frontend User interface or web stuff label Jun 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file frontend User interface or web stuff javascript Pull requests that update Javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant