Continuous Releases from master
test(types): introduce tstyche instead of tsd (#633)
* test(types): introduce tstyche for expected error messages assertions
* refactor: remove no longer used tsd deps
* refactor(deps): remove ts-expect dependency
- Remove ts-expect since we only use TypeEqual
- Add multiples typescript versions types testing for ci
* refactor: only use type-check
* chore(ci): test typescript 4.7,5.5,latest
Running all the checks over all the versions slow down the CI a bit too much.
Only ensure consitency between most used major + latest version
* Update tstyche.config.json
Co-authored-by: Tom Mrazauskas <tom@mrazauskas.de>
* test(types): expect -> expectType
---------
Co-authored-by: Tom Mrazauskas <tom@mrazauskas.de>
Co-authored-by: Bobbie Soedirgo <bobbie@soedirgo.dev>last month5571eda
fix: inline `GetGenericDatabaseWithOptions` (#637)
* fix: inline `GetGenericDatabaseWithOptions`
was causing issues when used together with supabase-js & ssr
* chore: trigger release
* chore: debug preview
* chore: target pull_request_target events
* chore: use from secrets instead of vars
---------
Co-authored-by: avallete <andrew.valleteau@supabase.io>last month5f125ce