copy-title-and-url-as-markdown
copy-title-and-url-as-markdown copied to clipboard
chore(deps): update dependency @storybook/builder-vite to v0.2.5
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@storybook/builder-vite | 0.1.41 -> 0.2.5 |
Release Notes
storybookjs/builder-vite
v0.2.5
What's Changed
- Fix bail not being defined by @joshwooding in https://github.com/storybookjs/builder-vite/pull/510
Full Changelog: https://github.com/storybookjs/builder-vite/compare/v0.2.4...v0.2.5
v0.2.4
What's Changed
- Fix vue 2.x selection logic by @IanVS in https://github.com/storybookjs/builder-vite/pull/508
- Re-add typescript check when adding react-docgen-typescript plugin by @joshwooding in https://github.com/storybookjs/builder-vite/pull/509
Full Changelog: https://github.com/storybookjs/builder-vite/compare/v0.2.3...v0.2.4
v0.2.3
What's Changed
Features
- Support vue 2.6 and 2.7 by @IanVS in https://github.com/storybookjs/builder-vite/pull/503
Bug fixes
- Make sure mocked actions can be identified in production build by @bodograumann in https://github.com/storybookjs/builder-vite/pull/482
Dependencies / Maintenance
- Remove pluginutils from dependencies by @kazuma1989 in https://github.com/storybookjs/builder-vite/pull/470
- Support vite 3.1 by @IanVS in https://github.com/storybookjs/builder-vite/pull/490
- Move examples out of workspaces by @IanVS in https://github.com/storybookjs/builder-vite/pull/502
- fix: add missing peer deps by @adalinesimonian in https://github.com/storybookjs/builder-vite/pull/500
New Contributors
- @adalinesimonian made their first contribution in https://github.com/storybookjs/builder-vite/pull/500
Full Changelog: https://github.com/storybookjs/builder-vite/compare/v0.2.2...v0.2.3
v0.2.2
What's Changed
- Avoid vite starting app instead of storybook: https://github.com/storybookjs/builder-vite/pull/464
Full Changelog: https://github.com/storybookjs/builder-vite/compare/v0.2.1...v0.2.2
v0.2.1
What's Changed
Fixes
- Fix launching app instead of storybook by @IanVS in https://github.com/storybookjs/builder-vite/pull/453
- Fix: pass options read from config file to svelteDocgen by @benmccann in https://github.com/storybookjs/builder-vite/pull/449
- Add @rollup/pluginutils to dependencies by @IanVS in https://github.com/storybookjs/builder-vite/pull/459
- Improve react docgen plugin usage by @IanVS in https://github.com/storybookjs/builder-vite/pull/460
- Remove mock-core-js plugin by @IanVS in https://github.com/storybookjs/builder-vite/pull/461
- Fix react-docgen-typescript in some monorepos by @joshwooding in https://github.com/storybookjs/builder-vite/pull/457
- Ignore applyDecorators in v6 story store by @kvcvc in https://github.com/storybookjs/builder-vite/pull/443
Maintencance
- Cleanup dependencies on alphas/betas by @benmccann in https://github.com/storybookjs/builder-vite/pull/444
- Cleanup
peerDependencies
by @benmccann in https://github.com/storybookjs/builder-vite/pull/445
New Contributors
- @kvcvc made their first contribution in https://github.com/storybookjs/builder-vite/pull/443
Full Changelog: https://github.com/storybookjs/builder-vite/compare/v0.2.0...v0.2.1
v0.2.0
What's Changed
- [breaking] Read
svelte.config.js
by @benmccann in https://github.com/storybookjs/builder-vite/pull/428 - [breaking]: Support Vite 3 by @IanVS in https://github.com/storybookjs/builder-vite/pull/394
- fix: Load @sveltejs/vite-plugin-svelte conditionally by @IanVS in https://github.com/storybookjs/builder-vite/pull/434
This version requires Vite 3. If you are using Vite 2, you'll need to stay on the 0.1.X branch until you're able to upgrade. Vite migration notes can be found at https://github.com/vitejs/vite/blob/main/docs/guide/migration.md.
In addition, for svelte projects, svelte.config.js
will be used automatically in your storybook config. This means that if you were merging your options into svelteOptions
in .storybook/main.cjs
previously, you can remove it. If you need storybook config to be different from your app, you can still use the svelteOptions
as an override.
Full Changelog: https://github.com/storybookjs/builder-vite/compare/v0.1.39...v0.2.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.