Updates supabase sub-modules to latest versions #1283
Merged
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.
I just ran into the issue described in supabase/realtime#282 — the
subscribedoes not mean that I'm successfully subscribed topostgres_changes- instead I need to listen on'system'messages for that confirmation, checking theextensionandstatusproperties, as @chasers described in that thread.I searched around to see if the types for
@supabase/supabase-jsto include'system', and was happily surprised to see that @filipecabaco added it in supabase/realtime-js#422 last month.Then I was confused to discover that this module hadn't been updated since then.
Thankfully a simple fix! Just updating these version numbers. I went ahead and update the other supabase modules that are behind their latest versions, too.
It would be ideal if this module was automatically updated when its supabase sub-modules are updated, as I think everyone is mostly using them via this module, as the docs say to do. Or perhaps a more lenient version constraint at least so users can more easily update them on their own?