Skip to content
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

chore(deps): update dependency @nuxtjs/storybook to v8 #14

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.1.1 -> 8.3.3 age adoption passing confidence

Release Notes

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

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

v4.2.0

Compare Source

🚀 Features
🐛 Bug Fixes
💖 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.

Copy link

coderabbitai bot commented Apr 17, 2024

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Walkthrough

The major update to the @nuxtjs/storybook package from version 4.1.1 to 8.2.0 in the devDependencies of package.json indicates a significant enhancement in the development environment for the Nuxt.js project. This upgrade may introduce new features and improvements, while also potentially introducing breaking changes that could influence how developers work with Storybook in their applications.

Changes

File Changes Summary
nuxt/package.json Updated @nuxtjs/storybook version from 4.1.1 to 8.2.0 in devDependencies

Poem

🐇 In a garden of code where the stories unfold,
A leap to new heights, oh so brave and bold.
With Storybook's magic, our tales come alive,
Upgrading for fun, watch our projects thrive!
Hops of delight as we venture anew,
A world full of wonders, just waiting for you! ✨


🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@renovate renovate bot force-pushed the renovate/nuxtjs-storybook-8.x branch from 9113c22 to 2057b43 Compare June 8, 2024 02:58
@renovate renovate bot force-pushed the renovate/nuxtjs-storybook-8.x branch 2 times, most recently from ee67e06 to 212f0ae Compare July 13, 2024 17:54
@renovate renovate bot force-pushed the renovate/nuxtjs-storybook-8.x branch from 212f0ae to b9da840 Compare August 17, 2024 17:54
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

Review details

Configuration used: CodeRabbit UI
Review profile: CHILL

Commits

Files that changed from the base of the PR and between 12d26ff and b9da840.

Files ignored due to path filters (1)
  • nuxt/package-lock.json is excluded by !**/package-lock.json
Files selected for processing (1)
  • nuxt/package.json (1 hunks)
Additional comments not posted (1)
nuxt/package.json (1)

17-17: Verify compatibility and test the development environment.

The @nuxtjs/storybook package has been upgraded from version 4.1.1 to 8.2.0. This major version change may introduce breaking changes. Ensure that the updated version is compatible with your current setup and thoroughly test your development environment to confirm that everything works as expected.

@renovate renovate bot force-pushed the renovate/nuxtjs-storybook-8.x branch from b9da840 to 50cb734 Compare October 8, 2024 02:32
@renovate renovate bot force-pushed the renovate/nuxtjs-storybook-8.x branch from 50cb734 to 41e3c51 Compare October 20, 2024 05:40
@renovate renovate bot force-pushed the renovate/nuxtjs-storybook-8.x branch from 41e3c51 to 94e6980 Compare December 29, 2024 20:31
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