Skip to content

Conversation

@alexgrozav
Copy link
Contributor

This pull request updates the installation process for styleframe across documentation, CLI tooling, and dependencies to include @styleframe/pro as a required development dependency. The changes ensure that new and existing users are guided to install all necessary packages for full functionality.

Dependency Updates

  • Added @styleframe/pro to the dependencies in package.json via the CLI initialization command, ensuring it is included by default for new projects.
  • Updated the changeset file to reflect the addition of styleframe/pro as a dependency for the CLI.

Documentation Updates

  • Updated installation instructions in the Vite, Nuxt, and Custom setup guides to include @styleframe/pro alongside styleframe and @styleframe/theme. [1] [2] [3]

Tooling

  • Added a new script ci:changeset to package.json for running changeset commands in CI environments.

@alexgrozav alexgrozav self-assigned this Nov 9, 2025
@changeset-bot
Copy link

changeset-bot bot commented Nov 9, 2025

🦋 Changeset detected

Latest commit: be93140

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@styleframe/cli Patch
styleframe Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel
Copy link

vercel bot commented Nov 9, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
styleframe-dev-production Ready Ready Preview Comment Nov 9, 2025 7:26pm

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds @styleframe/pro as a required development dependency to the styleframe installation process. The changes ensure that the pro package is automatically installed when users initialize a new project via the CLI and update all documentation to reflect this requirement.

  • Added @styleframe/pro to CLI auto-install dependencies
  • Updated installation documentation across all framework guides
  • Added ci:changeset script to package.json

Reviewed Changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
tooling/cli/src/commands/init.ts Adds @styleframe/pro dependency to package.json during CLI initialization
package.json Adds ci:changeset script for running changeset commands
apps/docs/content/docs/01.getting-started/02.installation/03.custom.md Updates custom installation guide to include @styleframe/pro
apps/docs/content/docs/01.getting-started/02.installation/01.manual/02.nuxt.md Updates Nuxt installation guide to include @styleframe/pro
apps/docs/content/docs/01.getting-started/02.installation/01.manual/01.vite.md Updates Vite installation guide to include @styleframe/pro
.changeset/fuzzy-feet-crash.md Changeset documenting the addition of @styleframe/pro to CLI dependencies

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@codecov
Copy link

codecov bot commented Nov 9, 2025

Codecov Report

❌ Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
tooling/cli/src/commands/init.ts 0.00% 1 Missing ⚠️

📢 Thoughts on this report? Let us know!

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@alexgrozav alexgrozav merged commit 1787ee2 into main Nov 9, 2025
3 of 4 checks passed
@alexgrozav alexgrozav deleted the autoinstall-styleframe-pro branch November 9, 2025 19:25
@github-actions github-actions bot mentioned this pull request Nov 9, 2025
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.

2 participants