move development of d2mini to the db monorepo and rename db-ivm#330
Merged
move development of d2mini to the db monorepo and rename db-ivm#330
Conversation
🦋 Changeset detectedLatest commit: 2d79e56 The changes in this PR will be included in the next version bump. This PR includes changesets to release 10 packages
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 |
e65185c to
2f58593
Compare
2f58593 to
09f1ef9
Compare
KyleAMathews
approved these changes
Jul 29, 2025
Collaborator
KyleAMathews
left a comment
There was a problem hiding this comment.
I did the initial release to npm so this should be ready to go!
|
@tanstack/db-example-react-todo • @tanstack/db-example-solid-todo @tanstack/db
@tanstack/db-ivm
@tanstack/electric-db-collection
@tanstack/query-db-collection
@tanstack/react-db
@tanstack/solid-db
@tanstack/svelte-db
@tanstack/trailbase-db-collection
@tanstack/vue-db
commit: |
Contributor
|
Size Change: -10 B (-0.02%) Total Size: 58.1 kB
ℹ️ View Unchanged
|
Contributor
|
Size Change: 0 B Total Size: 1.05 kB ℹ️ View Unchanged
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a fairly clean copy/paste of the code, with just changes to fix linting and ts-config issues.
The individual commits step through this process for review.
Other than renaming a few vars to not shadow others (required by the lint rules) there are no JS changes. All most all changes are simple formatting or ts type changes.
The failed CI task is that it can't publish a preview package for an unpublished package.
After this is merged, we will have a small refactor:
sorted-btree, we will move our btree implication from the main db package into this one and export it for use in the db package, dropping the dep