-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Revert: Nuxt support #28479
Revert: Nuxt support #28479
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Summary
- Removed 'nuxt' from
generateFrameworksFile
in/code/core/scripts/helpers/sourcefiles.ts
- Removed 'nuxt' mapping in
/code/core/src/common/utils/framework-to-renderer.ts
- Removed 'nuxt' from
SupportedFrameworks
in/code/core/src/types/modules/frameworks.ts
- Removed 'nuxt' from
SupportedRenderers
in/code/core/src/types/modules/renderers.ts
- Deleted
/code/lib/cli/src/generators/NUXT/index.ts
13 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings
☁️ Nx Cloud ReportCI is running/has finished running commands for commit a5b4809. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 1 targetSent with 💌 from NxCloud. |
What error did you experience? I just tried it with 8.2.0-beta.1 and it worked flawlessly for me. What is the procedure to get this back in? Btw, pinging me and @chakAs3 during the QA and in this PR would have been appreciated. I spent quite some time trying to debug why |
Hi @tobiasdiez We definitely planned to let you know about the revert. I apologize that we forget about it at the end. We have tested the initialization of Nuxt in 8.2.0-beta.0 and the following errors occurred: NPM: Initialization succeeded, but while starting Storybook, I got the following error:
PNPM: The following error pops up during init
|
The first issue has been fixed nuxt-modules/storybook#670. Not sure about the second one. When did you tested it? |
5th of July with Storybook 8.2.0-beta.0 |
okay, then I suppose it is fixed now as well with the latest release. We do still have a few issues that are reported (https://github.com/nuxt-modules/storybook/issues). But it would be very helpful for us to have the init script working for nuxt projects so that we get better reproductions and users can more easily test the latest version. |
I will create a PR on Monday and if CI is green and initialization works I will merge it. |
What I did
Reverted this change: https://github.com/storybookjs/storybook/pull/26884/files
During QA before 8.2 release it was detected that it wasn't working correctly.
Reverting it and revisiting later unblocks the release, as we don't want to ship something that's broken.
We can release this feature, once fully working, in a patch release.
Checklist for Contributors
Testing
The changes in this PR are covered in the following automated tests:
Manual testing
This section is mandatory for all contributions. If you believe no manual test is necessary, please state so explicitly. Thanks!
Documentation
MIGRATION.MD
Checklist for Maintainers
When this PR is ready for testing, make sure to add
ci:normal
,ci:merged
orci:daily
GH label to it to run a specific set of sandboxes. The particular set of sandboxes can be found incode/lib/cli/src/sandbox-templates.ts
Make sure this PR contains one of the labels below:
Available labels
bug
: Internal changes that fixes incorrect behavior.maintenance
: User-facing maintenance tasks.dependencies
: Upgrading (sometimes downgrading) dependencies.build
: Internal-facing build tooling & test updates. Will not show up in release changelog.cleanup
: Minor cleanup style change. Will not show up in release changelog.documentation
: Documentation only changes. Will not show up in release changelog.feature request
: Introducing a new feature.BREAKING CHANGE
: Changes that break compatibility in some way with current major version.other
: Changes that don't fit in the above categories.🦋 Canary release
This PR does not have a canary release associated. You can request a canary release of this pull request by mentioning the
@storybookjs/core
team here.core team members can create a canary release here or locally with
gh workflow run --repo storybookjs/storybook canary-release-pr.yml --field pr=<PR_NUMBER>