Ian VanSchooten
Ian VanSchooten
Issue: Refs: https://github.com/storybookjs/storybook/issues/18732 ## What I did Converted `@storybook/csf-tools` to use tsup bundling script. Also removed core-js since it's no longer needed. ## How to test CI
Issue: N/A This is one step towards improved pnpm and yarn pnp support for vite-based storybook frameworks. It does this by moving the imports of various storybook utilities to an...
**Feature request** I'm getting a deprecation warning in Github from the chromatic github action, since it's apparently using node 12: >Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/....
**Describe the bug** A standard bootstrap of a sveltekit + storybook project fails to start. **To Reproduce** - `yarn create svelte` - follow the prompts, choose `skeleton` for the template...
Issue: When upgrading from 6.5 to 7.0, if you just upgrade the versions in package.json instead of running the CLI, and you don't change the `framework` setting, you'll get an...
Issue: ## What I did The webpack `babel-loader` was listed as a dependency of `addon-docs`, and a required peer dependency of `renderers/vue` and `renderers/vue3`. Since all of these can be...
**Is your feature request related to a problem? Please describe** Troubleshooting issues within storybook is particularly difficult for packages that have been bundled with ts-up, because the output is minified...
Issue: https://github.com/storybookjs/builder-vite/issues/238 ## What I did This sets the default `base` [vite config ](https://vitejs.dev/config/shared-options.html#base) to `"./"` instead of the default `"/"`. This allows storybook to be deployed in a subfolder,...
Issue: ## What I did I was trying to upgrade our version of jest from 26 to 29, and I started getting failures of: ``` setImmediate is not defined ```...
Issue: https://github.com/storybookjs/storybook/issues/19412 ## What I did This adds support for the use of pnpm during CLI operations. I kept the same strategy as was used for npm, giving it a...