Skip to content

Conversation

@alexgrozav
Copy link
Contributor

This pull request introduces dependency management improvements, specifically by overriding the vite dependency to use rolldown-vite@latest across multiple packages. It also updates package export configurations for TypeScript and Vite, bumps the CLI version, and removes an unused test file.

Dependency management:

  • Added an overrides section to multiple package.json files (engine/cli, engine/core, engine/loader, engine/styleframe, engine/transpiler, devtools/build, theme) to force the use of vite as npm:rolldown-vite@latest for improved consistency and compatibility. [1] [2] [3] [4] [5] [6] [7]

Package export configuration:

  • Added a files field to config/typescript/package.json and config/vite/package.json to explicitly specify which files are included in the published package, improving package clarity and reducing bloat. [1] [2]

Other changes:

  • Bumped the CLI version from 1.0.0 to 1.0.1 in engine/cli/src/package.ts.
  • Removed the unused theme/test-scale.js file.

@alexgrozav alexgrozav self-assigned this Oct 20, 2025
@alexgrozav alexgrozav linked an issue Oct 20, 2025 that may be closed by this pull request
@changeset-bot
Copy link

changeset-bot bot commented Oct 20, 2025

⚠️ No Changeset found

Latest commit: 94e60a3

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

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

@vercel
Copy link

vercel bot commented Oct 20, 2025

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

Project Deployment Preview Comments Updated (UTC)
styleframe-dev-production Building Building Preview Comment Oct 20, 2025 8:54am

💡 Enable Vercel Agent with $100 free credit for automated AI reviews

@alexgrozav alexgrozav merged commit 29772db into main Oct 20, 2025
1 of 2 checks passed
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.

Upgrade build system to rolldown-vite

2 participants