mue / api

Code for the Mue API
https://api.muetab.com
MIT License
4 stars 2 forks source link

chore(deps): bump @supabase/postgrest-js from 0.37.2 to 1.0.0 #108

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @supabase/postgrest-js from 0.37.2 to 1.0.0.

Release notes

Sourced from @​supabase/postgrest-js's releases.

v1.0.0

1.0.0 (2022-10-11)

Bug Fixes

  • missing src in package (7a36bdb)
  • select query parser: support !inner (6ea14e3)
  • allow arbitrary string on .from() (6d90bab)
  • select query parser: support field!hint(nodes) (a722fe5)
  • wrong usage of FilterOperator (106ad9a)

Features

  • revert to null in response (890c020)
  • types: support views (3015ee0)
  • add rollback parameter to mutations and rpc (53aaaee)
  • add text format to explain() (#301) (d50e2cd)
  • improved typings (cf6a684)
  • move rollback to a method (0c468ca)
  • obsolete deprecated features (91d8a8c)
  • obsolete PostgrestClient.auth() (d44856d)
  • omit .nullsfirst/.nullslast by default (134a58d)
  • Release V2 RC (95aaa04)
  • remove client-level throwOnError (61e69a4)
  • types: fallback columns to string & values to unknown (381319f)
  • types: replace Required/Optional/Readonly w/ Row/Insert/Update (13eef66)
  • Prefer: return=minimal by default (64f4612)
  • use undefined as bottom value instead of null (24db26e)

Performance Improvements

  • nullsFirst = true by default (586e6cd)

BREAKING CHANGES

  • Release V2
  • omit .nullsfirst/.nullslast by default
  • improved typings
  • use undefined as bottom value instead of null
  • nullsFirst = true by default

We previously set nullsFirst = false by default, but it caused some perf issues: supabase/postgrest-js#239

  • set Prefer: return=minimal by default everywhere

We previously set returning = 'representation' by default so that

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
mue-api ✅ Ready (Inspect) Visit Preview Oct 12, 2022 at 3:12AM (UTC)
dependabot[bot] commented 1 year ago

Superseded by #110.