Skip to content

Conversation

@rmolinamir
Copy link
Contributor

@rmolinamir rmolinamir commented Sep 24, 2025

Summary

This PR includes various project configuration updates and dependency changes across the monorepo.

Changes Included

Configuration Updates

  • Biome configuration: Added biome.json files across all packages and apps for consistent code formatting and linting
  • Package dependencies: Updated various package.json files with new dependencies
  • VSCode settings: Updated workspace settings
  • Spell checking: Updated cspell configuration

Component Updates

  • Updated app sidebar devtools component
  • Modified block editor component
  • Updated UI components (breadcrumb, carousel)
  • Styling updates in globals.css

Event System

  • Updates to app event emitter

Build System

  • Turbo configuration: Fixed missing build dependency for drizzle-studio dev task
  • Updated pnpm-lock.yaml with dependency changes

Impact

These changes improve:

  • Code consistency through standardized biome configuration
  • Development experience with updated tooling
  • Build reliability with proper task dependencies

- drizzle-studio turbo.json was overriding dev task without dependsOn
- this caused dev to not wait for dependencies to build first
- now drizzle-studio dev task properly depends on ^build like other apps
@rmolinamir rmolinamir changed the title fix: add missing build dependency for drizzle-studio dev task chore: update project configuration and dependencies Sep 24, 2025
@rmolinamir rmolinamir merged commit fadd7cb into main Sep 24, 2025
3 checks passed
@rmolinamir rmolinamir deleted the fix/turbo-dev-dependencies branch September 24, 2025 02:39
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