chore(deps): update dependency storybook-solidjs-vite to v10 - #27
Open
renovate[bot] wants to merge 1 commit into
Open
chore(deps): update dependency storybook-solidjs-vite to v10#27renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Contributor
size-limit report 📦
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #27 +/- ##
=======================================
Coverage 81.80% 81.80%
=======================================
Files 11 11
Lines 544 544
Branches 69 69
=======================================
Hits 445 445
Misses 97 97
Partials 2 2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
renovate
Bot
force-pushed
the
renovate/storybook-solidjs-vite-10.x
branch
3 times, most recently
from
November 12, 2025 10:46
a9543d8 to
5711736
Compare
renovate
Bot
force-pushed
the
renovate/storybook-solidjs-vite-10.x
branch
4 times, most recently
from
November 25, 2025 15:07
a005ca3 to
4b4dbb9
Compare
renovate
Bot
force-pushed
the
renovate/storybook-solidjs-vite-10.x
branch
from
December 3, 2025 20:03
4b4dbb9 to
6d7f443
Compare
renovate
Bot
force-pushed
the
renovate/storybook-solidjs-vite-10.x
branch
from
December 31, 2025 13:34
6d7f443 to
2880e5c
Compare
renovate
Bot
force-pushed
the
renovate/storybook-solidjs-vite-10.x
branch
from
January 23, 2026 17:06
2880e5c to
b36cafc
Compare
renovate
Bot
force-pushed
the
renovate/storybook-solidjs-vite-10.x
branch
from
February 2, 2026 18:48
b36cafc to
d4c383c
Compare
renovate
Bot
force-pushed
the
renovate/storybook-solidjs-vite-10.x
branch
2 times, most recently
from
February 17, 2026 20:16
d2b7968 to
c48bddd
Compare
renovate
Bot
force-pushed
the
renovate/storybook-solidjs-vite-10.x
branch
from
March 5, 2026 14:46
c48bddd to
104c2e1
Compare
renovate
Bot
force-pushed
the
renovate/storybook-solidjs-vite-10.x
branch
from
March 13, 2026 16:17
104c2e1 to
7e35595
Compare
renovate
Bot
force-pushed
the
renovate/storybook-solidjs-vite-10.x
branch
2 times, most recently
from
March 27, 2026 13:28
dab66ed to
a06fc3c
Compare
renovate
Bot
force-pushed
the
renovate/storybook-solidjs-vite-10.x
branch
3 times, most recently
from
April 8, 2026 18:18
aaf9baa to
e1d5e47
Compare
renovate
Bot
force-pushed
the
renovate/storybook-solidjs-vite-10.x
branch
from
April 29, 2026 15:07
e1d5e47 to
39b764e
Compare
renovate
Bot
force-pushed
the
renovate/storybook-solidjs-vite-10.x
branch
from
May 12, 2026 17:46
39b764e to
a4e42cb
Compare
renovate
Bot
force-pushed
the
renovate/storybook-solidjs-vite-10.x
branch
from
September 7, 2026 18:35
a4e42cb to
9c6e7a3
Compare
renovate
Bot
force-pushed
the
renovate/storybook-solidjs-vite-10.x
branch
from
September 10, 2026 21:41
9c6e7a3 to
79f57ce
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^9.0.0→^10.0.0Release Notes
solidjs-community/storybook (storybook-solidjs-vite)
v10.7.2Compare Source
Patch Changes
17a6c29: Detect Solid 1 vs 2 from thesolid-jspackage Node resolves next to.storybook, so Bun isolated installs andcatalog:specifiers no longer look like a missing dependency.Fix version detection under Bun
linker = "isolated"(#68).17a6c29: Align integration dependencies with Storybook 10.6 and Solid 2.0.0-rc.6.Drop
storybook-solidjs-vite/experimental-playwright. Storybook 10.6 removed experimental Playwright CT (createPlaywrightTest);17a6c29: Build JS and declarations withtsdowninstead oftsup+tscemit, so published.d.tsfiles use NodeNext-legal relative specifiers.Fix public types under
moduleResolution: "nodenext"(#67).v10.7.1Compare Source
Patch Changes
15d74bd: Rewrite the CLI example components to avoid Solid 1-onlymergeProps/splitProps, socreate-storybook --type=solidworks on both Solid 1 and Solid 2. Fixes #57.v10.7.0Compare Source
Minor Changes
698a324: ### Docgen & autodocs@typescript/typescript6so prop extraction no longer depends on the consumer's installedtypescriptversion (including TypeScript 7 projects without a programmatic compiler API).use:,prop:,attr:,bool:,on:, andoncapture:(compile-time JSX syntax, not meaningful Storybook args). Fixes #56../rendererpackage export types path (dist/renderer/index.d.ts).Build
tsup+tsc) and rewrite dev-onlysolid-js-nextimports in published output.Compatibility
v10.6.0Compare Source
Minor Changes
8f3e296: Improved autodocs types/args generationv10.5.2Compare Source
Patch Changes
ff64120: Fix for Solid 1v10.5.1Compare Source
Patch Changes
560d2e9: Fix for Solid 2v10.5.0Compare Source
Minor Changes
bd143ec: Unify Solid 1 and Solid 2 logicv10.4.0Compare Source
Minor Changes
ad5de44: Reorganize renderer, preview API & internal modulesv10.3.0Compare Source
Minor Changes
7c5101a: Enable static Autodocs code snippets by default via Storybook's experimental code examples pipeline.generateCodeSnippetAST helper andexperimental_enrichCsfpreset hookfeatures.experimentalCodeExamplesby default; opt out in.storybook/main.tssnippetfields in the components manifest7c5101a: Replace react-docgen-typescript with solid-component-meta for Controls, Docs, and the components manifest.componentManifest/pipeline: TypeScript LanguageService extraction, Vite__docgenInfoinjection, and manifest hooks (experimental_manifests,internal_getArgTypesData)features.componentsManifest); opt out of docgen viaframework.options.docgen: falseentry-preview-argtypesreads injected__docgenInfo); remove legacy acorn/propTypes docgen (~1500 lines)framework.optionsoptional inStorybookConfigbun run typecheck; exclude CLItemplate/from TypeScript project (scaffold files, not built)Patch Changes
7c5101a: Fix CSF4 story arg types and published SolidComponent inferencev10.2.0Compare Source
Minor Changes
28b8951: Replace react-docgen-typescript with solid-component-meta for Controls, Docs, and the components manifest.componentManifest/pipeline: TypeScript LanguageService extraction, Vite__docgenInfoinjection, and manifest hooks (experimental_manifests,internal_getArgTypesData)features.componentsManifest); opt out of docgen viaframework.options.docgen: falseentry-preview-argtypesreads injected__docgenInfo); remove legacy acorn/propTypes docgen (~1500 lines)framework.optionsoptional inStorybookConfigbun run typecheck; exclude CLItemplate/from TypeScript project (scaffold files, not built)Patch Changes
28b8951: Fix CSF4 story arg types and published SolidComponent inferencev10.1.2Compare Source
Patch Changes
1582b23: Fix CSF4 story arg types and published SolidComponent inferencev10.1.1Compare Source
Patch Changes
fa5706c: Fix git path in packagev10.1.0Compare Source
Minor Changes
9058c6f: ### Solid 2 supportSolid 2 projects should import types and APIs from
storybook-solidjs-vite/nextin stories, preview, and other app code for correct Solid 2 typings:You can still import from
storybook-solidjs-vitewithout/nexton 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 installedsolid-js(works for Solid 2 projects)storybook-solidjs-vite/next— pins the Solid 2 renderer explicitlySolid 1 projects keep using
storybook-solidjs-vitefor imports and framework config.CSF Next (optional)
definePreview,preview.meta, andmeta.storyare 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.Removals
setProjectAnnotations— it only mattered for portable stories, which this integration does not support. If you adopt CSF Next, usedefinePreviewin.storybook/previewand import that preview in story files.Internal
Large refactor of renderer internals: shared preview pipeline, separate Solid 1 / Solid 2 renderers, and streamlined docgen integration.
v10.0.13Compare Source
Patch Changes
28dd848: Component type fixv10.0.12Compare Source
Patch Changes
b1e9733: Update depsv10.0.11Compare Source
Patch Changes
f1a29bd: Update readmev10.0.10Compare Source
Patch Changes
9c29c1f: Add vite v8 to peerDependenciesv10.0.9Compare Source
Patch Changes
a148c37: chore: Added template files for storybook native CLIv10.0.8Compare Source
Patch Changes
9c504c3: Fix #22 and #23v10.0.7Compare Source
Patch Changes
8583b1e: version bumpv10.0.6Compare Source
Patch Changes
5b1cb90: Reactivity fix (?)v10.0.5Compare Source
Patch Changes
a8fbb10: chore: Refactor type imports and fix build config for declarationsv10.0.4Compare Source
Patch Changes
dadba20: Fix error with story renderv10.0.3Compare Source
Patch Changes
c07a6b8: chore: Update package files and build configv10.0.2Compare Source
Patch Changes
2bd67c2: Fix storybook testsv10.0.1Compare Source
Patch Changes
28dd848: Component type fixv10.0.0Compare Source
Patch Changes
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.