-
Notifications
You must be signed in to change notification settings - Fork 577
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to BSON v6 #6561
Labels
First-Good-Issue
First Good Issue - Relatively easy issue for new contributers
Comments
Closed
kraenhansen
added
the
First-Good-Issue
First Good Issue - Relatively easy issue for new contributers
label
Mar 18, 2024
➤ PM Bot commented: Jira ticket: RJS-2765 |
This was referenced Apr 4, 2024
Adding the same notes as in the corresponding PR description regarding being blocked: The BSON package is currently using top-level await which currently prevents us from bundling if don't enable that feature. @kraenhansen has contributed a PR to BSON to alleviate this for us (see Jira ticket). |
@elle-j and I looked further into this last week and realized:
|
7 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The public types emitted for
bson.d.ts
are wrong:This is really weird since we're importing the right type from the namespace:
realm-js/packages/realm/src/bson.ts
Lines 27 to 30 in 1e1e48a
We should be able to upgrade to
bson@6
by now and this will fix the issue since that has removedObjectID
(capital D) entirely.The text was updated successfully, but these errors were encountered: