Skip to content
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

Bump supabase from 1.42.7 to 1.88.0 #67

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 28, 2023

Bumps supabase from 1.42.7 to 1.88.0.

Release notes

Sourced from supabase's releases.

v1.88.0

Changelog

Features

  • 9d9593241a75151a3f0d1c052596f695f319be26: feat(auth): support twilio verify in sms config (#1394) (@​sweatybridge)

Others

  • 6664243f77d1051b49ff3f336e6ab47a421e6fb8: chore: trigger install check on pull requests (@​sweatybridge)

v1.87.5

Changelog

Bug fixes

  • 0f3d3c63c0aa7e6b2bf7a30d8d55d6cc1c3c713b: fix(db): confirm before resetting remote database (@​sweatybridge)
  • a7db5fe0208084a61b03b4d766e2cb74a21760e1: fix(db): confirm before squashing remote migration history (@​sweatybridge)

v1.87.4

Changelog

Bug fixes

  • 59b71ba3bc473d3f0e07a546cb2bb9e5a5acf1d0: fix: add 10 seconds startup time for studio (#1387) (@​sweatybridge)

v1.87.3

Changelog

Bug fixes

  • 04c65f367c9aedc71005932cb2e2e868e7257d2f: fix: pg-meta returning duplicate columns (#1381) (@​soedirgo)

v1.87.2

Changelog

Bug fixes

  • 00995a9dd39a9461be0ba5800e25dca557183c9f: fix: bump studio image version to 20230803 (#1386) (@​sweatybridge)

v1.87.1

Changelog

Bug fixes

  • 97aba331919e74ac46180080e477600217ba0b7b: fix: add required gotrue env to db reset (#1385) (@​sweatybridge)

v1.87.0

Changelog

Features

  • 5ca3014c82d2c82a07fad38353dc3f8d6ba96a32: feat: add connection pooler config (@​sweatybridge)

Others

  • d06e0b8d73b6da96e967801eff5cfabaee53dea5: chore: add pgbouncer image to mirror (@​sweatybridge)
  • 0cabba0953d9ae4b180c6b7bfcf249932fcbd4a8: chore: make slice operations generic (@​sweatybridge)
  • 26275acb61efa70441e748e1d827af644f9759d1: chore: fetch pooler config on project link (@​sweatybridge)
  • e8fb8c5a9bf74bc6cc0fd16054df09cb80f90bd7: chore: start connection pooler if enabled (@​sweatybridge)
  • 95b05b1c527245023c2e20043b613fd9a701f2e4: chore: include health check for pgbouncer (@​sweatybridge)
  • a00815415862d3d13908694855c9d5d366b7b80e: chore: remove ignore_startup_parameters from config (@​sweatybridge)

v1.86.2

Changelog

Bug fixes

  • b6b51d51e537ce93d7b226085dc42ea35e9acde3: fix: add required gotrue env to db reset (@​sweatybridge)

... (truncated)

Commits
  • 9d95932 feat(auth): support twilio verify in sms config (#1394)
  • 6664243 chore: trigger install check on pull requests
  • a7db5fe fix(db): confirm before squashing remote migration history
  • 0f3d3c6 fix(db): confirm before resetting remote database
  • 59b71ba fix: add 10 seconds startup time for studio (#1387)
  • 04c65f3 fix: pg-meta returning duplicate columns (#1381)
  • 00995a9 fix: bump studio image version to 20230803 (#1386)
  • 97aba33 fix: add required gotrue env to db reset (#1385)
  • a008154 chore: remove ignore_startup_parameters from config
  • 95b05b1 chore: include health check for pgbouncer
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [supabase](https://github.com/supabase/cli) from 1.42.7 to 1.88.0.
- [Release notes](https://github.com/supabase/cli/releases)
- [Changelog](https://github.com/supabase/cli/blob/main/.goreleaser.yml)
- [Commits](supabase/cli@v1.42.7...v1.88.0)

---
updated-dependencies:
- dependency-name: supabase
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 28, 2023
@netlify
Copy link

netlify bot commented Aug 28, 2023

Deploy Preview for sticky-palette ready!

Name Link
🔨 Latest commit e2ba3b9
🔍 Latest deploy log https://app.netlify.com/sites/sticky-palette/deploys/64eced3f503ade00086915cc
😎 Deploy Preview https://deploy-preview-67--sticky-palette.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 11, 2023

Superseded by #68.

@dependabot dependabot bot closed this Sep 11, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/supabase-1.88.0 branch September 11, 2023 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants