Skip to content

Conversation

@designcode
Copy link
Collaborator

@designcode designcode commented Dec 2, 2025

Note

Replaces wildcard workspaces with an explicit ordered list of packages to control workspace resolution/build order.

Written by Cursor Bugbot for commit ab20eb1. This will update automatically on new commits. Configure here.

@designcode designcode changed the title fix(shared): package.json to specifify workspace order fix(shared): package.json to specify workspace order Dec 2, 2025
@designcode designcode merged commit 737517c into main Dec 2, 2025
2 checks passed
@designcode designcode deleted the fix/release-steps branch December 2, 2025 15:31
@greptile-apps
Copy link

greptile-apps bot commented Dec 2, 2025

Greptile Overview

Greptile Summary

Changed workspace configuration from glob pattern packages/* to explicit listing of workspaces in dependency order: storage, keyv-tigris, and react. This ensures that the base @tigrisdata/storage package is built before the dependent packages (keyv-tigris and react), which both reference it as a local workspace dependency.

Confidence Score: 5/5

  • This PR is safe to merge with no risk
  • The change correctly specifies workspace build order to handle internal dependencies, ensuring storage builds before dependent packages
  • No files require special attention

Important Files Changed

File Analysis

Filename Score Overview
package.json 5/5 Changed from wildcard to explicit workspace listing to ensure correct build order for dependencies

Copy link

@greptile-apps greptile-apps bot left a comment

Choose a reason for hiding this comment

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

1 file reviewed, no comments

Edit Code Review Agent Settings | Greptile

@github-actions
Copy link

github-actions bot commented Dec 2, 2025

🎉 This PR is included in version 1.0.7 🎉

The release is available on npm package (@latest dist-tag)

Your semantic-release bot 📦🚀

@github-actions
Copy link

github-actions bot commented Dec 2, 2025

🎉 This PR is included in version 1.1.0 🎉

The release is available on npm package (@latest dist-tag)

Your semantic-release bot 📦🚀

@github-actions
Copy link

github-actions bot commented Dec 2, 2025

🎉 This PR is included in version 2.10.0 🎉

The release is available on npm package (@latest dist-tag)

Your semantic-release bot 📦🚀

@github-actions
Copy link

github-actions bot commented Jan 2, 2026

🎉 This PR is included in version 1.0.0 🎉

The release is available on npm package (@latest dist-tag)

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants