Skip to content

Update devDependency @nuxtjs/storybook to v8 #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 17, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@nuxtjs/storybook (source) 4.2.0 -> 8.4.1 age adoption passing confidence

Release Notes

nuxt-modules/storybook (@​nuxtjs/storybook)

v8.4.1

Compare Source

compare changes

v8.3.5

Compare Source

compare changes

v8.3.3

Compare Source

compare changes

🩹 Fixes
  • Use storybook vitest config as base (#​740)
  • Readd vue-tempate-compilation plugin (#​831)
  • Nuxt App created only when story vue app rendered first time, (#​830)
🏡 Chore
  • Add test for using decorators in stories (#​823)
❤️ Contributors

v8.3.2

Compare Source

compare changes

📖 Documentation
  • Module will not automatically generate a basic configuration (#​797)
🏡 Chore
  • ci: Update CI workflow to use nightly-release change the script name (#​806)
❤️ Contributors

v8.3.1

Compare Source

compare changes

v8.3.0

Compare Source

compare changes

🚀 Enhancements
  • Exposing the https options for Storybook dev server (#​772)
🩹 Fixes
  • ⚠️ Properly handle context when using multiple nuxt instances (#​762)
  • Remove Storybook version from storybook.ts (#​778)
  • Suppress fetch type warning (#​787)
🏡 Chore
  • Remove unused jsdom dev dependency (#​766)
  • Add github bug report template (#​769)
  • Add GitHub funding information (#​770)
  • Add playwright tests (#​783)
  • Pin @​storybook/* packages (#​785)
⚠️ Breaking Changes
  • ⚠️ Properly handle context when using multiple nuxt instances (#​762)
❤️ Contributors

v8.2.0

Compare Source

compare changes

🚀 Enhancements
  • Export types also from @nuxtjs/storybook (#​749)
🩹 Fixes
  • Update Vite configs to include lodash/kebabCase in optimizeDeps (#​715)
  • Fix error due to import json attribute (and deactivate storybook version check) (#​722)
  • Resolve module not found error '@​storybook/builder-vite' (#​724)
  • Correctly load the storybook preview annotation (#​726)
  • Remove Nuxt context conflict (#​723)
  • Update storybook version to 8.2.7 (#​739)
📖 Documentation
  • Add instructions for opting in and out of nightly builds (#​748)
  • Nightly release dependency package name (#​750)
🏡 Chore
  • Fix build and chromatic (#​708)
  • Pin dependencies in examples (#​709)
  • Update renovate config to not ignore 'examples' directories (#​711)
  • Remove unused nightly release from CI (#​719)
  • Fix devtools in playground (#​727)
  • Add e2e tests (#​729)
  • Fix typescript error (#​734)
  • Try to fix nightly release (#​735)
  • Try to publish nightly versions for all packages (#​736)
  • vscode: Remove eslint.experimental.useFlatConfig (#​730)
  • Improve PR template (#​737)
  • Set compatibilityDate in nuxt.config.ts files (#​738)
  • Increase version before publishing nightly (#​745)
  • Update fetch-depth in CI workflow to fix nightly release (#​747)
  • Add chromatic as sponsor (e8837c4)
❤️ Contributors

v8.1.5

Compare Source

compare changes

🏡 Chore
  • Fix prettier errors (#​701)
  • Build nuxt module before release (#​702)
❤️ Contributors

v8.1.4

compare changes

🏡 Chore
  • Fix linter and update lock file (#​686)
  • release: Bump version to 8.1.2 (114c6db)
  • Align dependency specifications across packages (#​693)
  • Tell renovate to pin all development and doc dependencies (#​692)
  • Mark a few more imports as external to fix build warnings (#​695)
  • Add tag creation in prepare-release script (#​697)
  • Fix linting warnings (#​687)
  • Only checkout the latest commit in CI (#​688)
❤️ Contributors

v8.1.2

compare changes

🏡 Chore
  • Fix linter and update lock file (#​686)
❤️ Contributors

v8.1.1

Compare Source

compare changes

v8.1.0

Compare Source

compare changes

🚀 Enhancements
  • Improve logging and hide verbose messages by default (#​554)
  • Improve build performance by no longer building the whole nuxt application for storybook (#​632)
  • Add enabled option (#​612)
🩹 Fixes
📖 Documentation
  • Replace tailwind by storybook in docs (#​579)
  • Clarify supported Storybook version (#​585)
  • Update examples (#​578)
  • getting-started: Fix url > host option (#​609)
📦 Build
  • Storybook-static,still have nuxt inst issue (669e4be)
🏡 Chore
  • release: V0.1.3 (717b5b5)
  • release: V0.1.4 (d4d8dfc)
  • release: V0.1.7 (f92ba9e)
  • release: V0.1.8 (c3dc688)
  • release: V0.1.9 (f77b61e)
  • release: V0.2.0 (7ad02fc)
  • release: V0.2.0 (67aa07e)
  • release: V0.2.1 (f9cffde)
  • Update all deps (83a1634)
  • release: V0.2.6 (ac33a51)
  • Migrate to pnpm workspace to fix playground (#​536)
  • Fix publish workflow and add release of nighty builds (#​543)
  • Publish playground on chromatic (#​542)
  • Remove old scripts directory (#​535)
  • Add ESLint configuration (#​534)
  • Fix publishing of nightly releases (#​549)
  • Format code with Prettier (#​550)
  • Fix documentation (#​553)
  • Add netlify config (#​559)
  • Fix deployment path in netlify config (#​561)
  • Fix typo in netlify config (#​563)
  • Activate tests in ci (#​552)
  • Add starter example (#​564)
  • Add example for usage with tailwind (#​565)
  • Only publish examples once to chromatic (#​567)
  • Add example to showcase many features (#​575)
  • Use "latest" as dependency specifier in examples for stackblitz compatibility (#​577)
  • Fix linking of workspace packages (#​589)
  • Add vite-plugin-inspect in playground to make debugging easier (#​593)
  • Fix linter (c62e6b7)
  • Fix eslint issues (35e79ed)
  • Merge storybook-nuxt repo (a5827eb)
  • Move test for page with args to showcase example (#​620)
  • Include storybook-nuxt in workspace (#​611)
  • Update renovate.json configuration for minor and patch updates, weekend schedule, and commit message type (#​627)
❤️ Contributors

v8.0.0

Compare Source

compare changes

🩹 Fixes
📖 Documentation
  • Use new nuxi module add command in installation (#​514)
🏡 Chore
  • Fix Storybook version of comment (#​513)
  • Do not change nuxt devtools config (#​517)
  • Improve ci workflow (#​532)
⚠️ Breaking Changes
  • ⚠️ Improve handling of module options (#​518)
❤️ Contributors

v7.0.2

Compare Source

compare changes

v7.0.0

Compare Source

compare changes

v4.3.2

Compare Source

🏡 Chore

  • upgrade to Storybook v6.5.6

v4.3.1

Compare Source

🐛 Bug Fixes
  • Undefined render args argument (#​378)
  • keep NODE_ENV set by users (#​383)
💖 Thanks to

v4.3.0

Compare Source

🚀 Features
🐛 Bug Fixes
📝 Docs & Examples
💖 Thanks to

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, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/nuxtjs-storybook-8.x branch from bd58a8c to ed18635 Compare June 8, 2024 05:53
@renovate renovate bot force-pushed the renovate/nuxtjs-storybook-8.x branch 2 times, most recently from 9de5b85 to 8c10213 Compare July 14, 2024 08:58
@renovate renovate bot force-pushed the renovate/nuxtjs-storybook-8.x branch from 8c10213 to a78a22e Compare August 17, 2024 12:01
@renovate renovate bot force-pushed the renovate/nuxtjs-storybook-8.x branch from a78a22e to dc681ad Compare October 7, 2024 05:10
@renovate renovate bot force-pushed the renovate/nuxtjs-storybook-8.x branch from dc681ad to 0523e2b Compare October 20, 2024 02:16
@renovate renovate bot force-pushed the renovate/nuxtjs-storybook-8.x branch from 0523e2b to 85fca5e Compare December 29, 2024 02:34
@renovate renovate bot force-pushed the renovate/nuxtjs-storybook-8.x branch from 85fca5e to 9ff155b Compare May 25, 2025 16:15
@renovate renovate bot force-pushed the renovate/nuxtjs-storybook-8.x branch from 9ff155b to 64e0d0e Compare June 22, 2025 04:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants