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 devdependency @nuxtjs/storybook to v8 #18

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 15, 2024

This PR contains the following updates:

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

Release Notes

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

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


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 is behind base branch, 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 15, 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 recent update involves a major version upgrade of the @nuxtjs/storybook dependency within the Nuxt.js framework. The change from version 4.3.2 to 8.2.0 enhances the development environment, introducing new features and potential improvements that benefit component development and testing. This upgrade aims to provide developers with better tools for building and documenting UI components, although it may require adjustments to accommodate any breaking changes.

Changes

File Change Summary
nuxt/package.json Updated @nuxtjs/storybook from 4.3.2 to 8.2.0

Poem

In a world of code where rabbits hop,
Upgraded tools make our spirits pop! 🐇✨
Storybook now shines with features galore,
Building UI is fun, oh what a score!
Let’s test and create, with joy in our hearts,
For every new version, a fresh tale starts! 🎉


🪧 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 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 a94a54b to 5af63c1 Compare June 7, 2024 12:46
@renovate renovate bot force-pushed the renovate/nuxtjs-storybook-8.x branch 2 times, most recently from c0736fc to a8048e7 Compare July 12, 2024 11:31
@renovate renovate bot force-pushed the renovate/nuxtjs-storybook-8.x branch from a8048e7 to 78d7424 Compare August 18, 2024 17:40
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 951a4df and 78d7424.

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)

18-18: Verify compatibility with @nuxtjs/storybook v8.2.0.

The update from version 4.3.2 to 8.2.0 represents a major version change, which may introduce breaking changes. Ensure that the current setup is compatible with this new version and review the release notes for any necessary configuration adjustments.

@renovate renovate bot force-pushed the renovate/nuxtjs-storybook-8.x branch from 78d7424 to 980f185 Compare October 6, 2024 19:19
@renovate renovate bot force-pushed the renovate/nuxtjs-storybook-8.x branch from 980f185 to fc7981d Compare October 19, 2024 19:49
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