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

chore(deps-dev): bump supabase from 1.75.3 to 1.77.6 #394

Merged
merged 1 commit into from
Jul 12, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 12, 2023

Bumps supabase from 1.75.3 to 1.77.6.

Release notes

Sourced from supabase's releases.

v1.77.6

Changelog

Bug fixes

  • 507c3a9a41f737fa60bacb4d78276d27dec521fc: fix: create temp directory before linking gotrue (#1304) (@​sweatybridge)

v1.77.5

Changelog

Bug fixes

  • bd713c79628b90821fd6e4cec1f7da87e440ba99: fix: pin configure-aws-credentials action to v1 (@​sweatybridge)

Others

  • 117e181e6da0ab8a69aff64f71764981dfc9db50: chore(deps): bump github.com/docker/cli from 24.0.3+incompatible to 24.0.4+incompatible (#1298) (@​dependabot[bot])
  • eb9141638a68cdf061339fce70abf50480361fee: chore(deps): bump github.com/docker/docker from 24.0.3+incompatible to 24.0.4+incompatible (#1299) (@​dependabot[bot])
  • ada5272b001375667bb0c269e5c2899f21e7b567: chore: update pgrst image (@​sweatybridge)

v1.77.4

Changelog

Bug fixes

  • 4ca2ff6c54b77ed3279fd36158e968d97e22fc3b: fix: logflare entrypoint should not wait for network (#1294) (@​sweatybridge)

v1.77.3

Changelog

Bug fixes

v1.77.2

Changelog

Bug fixes

  • 10d8ab3a316683907ca59a2e3cc75ed236383cbf: fix: link gotrue image version to local dev (@​sweatybridge)
  • 4719ea01b28d34e9e9b633429a2f415251838d05: fix: print project api key as string (@​sweatybridge)

Others

  • f2110d8675044250234ec2e9f968091cef2a1401: chore(deps): bump github.com/docker/cli from 24.0.2+incompatible to 24.0.3+incompatible (#1292) (@​dependabot[bot])
  • bfb040a77b61dd057a8912a3dfe943947bc6f1c1: chore(deps): bump google.golang.org/grpc from 1.56.1 to 1.56.2 (#1290) (@​dependabot[bot])
  • bc94b13cee5cbef71278bc9875dd8ad58ed2755b: chore(deps): bump github.com/docker/docker from 24.0.2+incompatible to 24.0.3+incompatible (#1291) (@​dependabot[bot])
  • aea070c77917ad274221aa16b720e0bb69ef2bae: chore: update unit tests for link command (@​sweatybridge)

v1.77.1

Changelog

Bug fixes

  • bbd725837c56d58b7ef1442ab0316cc94b5ef1b8: fix: handle reset when services are excluded from starting (#1287) (@​sweatybridge)

Others

  • ab3412339c76a86d2886f7d99bcac3c87be28411: chore(deps): bump golang.org/x/term from 0.9.0 to 0.10.0 (#1286) (@​dependabot[bot])
  • a2e4bda751f8f94b2fe173707831a6e2c4e0cb02: chore(deps): bump golang.org/x/oauth2 from 0.9.0 to 0.10.0 (#1285) (@​dependabot[bot])

v1.77.0

Changelog

Features

  • 7e2d2c74564540c21b342e7b13f874fde8245f08: feat: support sms authentication in local dev (@​sweatybridge)

... (truncated)

Commits
  • 507c3a9 fix: create temp directory before linking gotrue (#1304)
  • ada5272 chore: update pgrst image
  • bd713c7 fix: pin configure-aws-credentials action to v1
  • eb91416 chore(deps): bump github.com/docker/docker from 24.0.3+incompatible to 24.0.4...
  • 117e181 chore(deps): bump github.com/docker/cli from 24.0.3+incompatible to 24.0.4+in...
  • 4ca2ff6 fix: logflare entrypoint should not wait for network (#1294)
  • 6db00e4 fix: update studio to v0.23.06 (#1293)
  • d362a8f fix: update logflare to 1.3.17 (#1279)
  • aea070c chore: update unit tests for link command
  • 4719ea0 fix: print project api key as string
  • 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 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.75.3 to 1.77.6.
- [Release notes](https://github.com/supabase/cli/releases)
- [Changelog](https://github.com/supabase/cli/blob/main/.goreleaser.yml)
- [Commits](supabase/cli@v1.75.3...v1.77.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 12, 2023
@github-actions github-actions bot enabled auto-merge July 12, 2023 08:53
@sonarcloud
Copy link

sonarcloud bot commented Jul 12, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@github-actions github-actions bot merged commit 24a31d0 into main Jul 12, 2023
6 checks passed
@github-actions github-actions bot deleted the dependabot/npm_and_yarn/supabase-1.77.6 branch July 12, 2023 08:55
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