Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 16, 2024

Bumps github.com/supabase/cli from 1.169.3 to 1.198.1.

Release notes

Sourced from github.com/supabase/cli's releases.

v1.198.1

Changelog

Bug fixes

  • 230be7f40f251774b94a5ecc5b8025c4da22e58e: fix: logout credentials cleanup (#2670) (@​avallete)

v1.198.0

Changelog

Features

  • 92669a875ac49ecab8c9f6186b528f13335c22d6: feat: add --all flag to stop command (#2672) (@​avallete)

v1.197.0

Changelog

Features

  • 54fa89850b9be9a25a38889460b5948294ade13d: feat: add support for multiple output formats (#2674) (@​djhi)

Others

  • 3599b8e599d69a9f9e949def104da5c8d6094d88: chore(deps): bump github.com/docker/cli from 26.1.5+incompatible to 27.2.1+incompatible (#2667) (@​dependabot[bot])
  • 0453ebde3196e94181040e3931461bcda1dc1759: chore(deps): bump golang.org/x/oauth2 from 0.21.0 to 0.23.0 (#2675) (@​dependabot[bot])
  • 07d3af29cb5b8b803712a2d2490f8b41ee42efa3: chore(deps): bump golang.org/x/term from 0.22.0 to 0.24.0 (#2676) (@​dependabot[bot])
  • cae1ba1c143ee02f7a5911da7085ab2c61ec222b: chore(deps): bump github.com/containers/common from 0.59.2 to 0.60.2 (#2624) (@​dependabot[bot])
  • 8093b105f190c0bfc2fffa6deb5ad25b2ff39a6e: chore(deps): bump go.opentelemetry.io/otel from 1.28.0 to 1.30.0 (#2678) (@​dependabot[bot])
  • d5482e0240d2cada58a969ba0fefd493b743edef: chore(deps): bump google.golang.org/grpc from 1.65.0 to 1.66.2 (#2680) (@​dependabot[bot])
  • e55fef95db26bfa87faece6c8752dda7486222f2: chore(deps): bump github.com/slack-go/slack from 0.13.1 to 0.14.0 (#2679) (@​dependabot[bot])

v1.196.0

Changelog

Features

  • e60bc21e7f7a55d24885a4f9d8611b464c0f4c78: feat: db reset skip seed flag (#2665) (@​avallete)

v1.195.0

Changelog

Features

  • 90220bbdbc57e12a27a0bbe051f8f84cde5e64c9: feat: support delete all credentials from keyring (@​sweatybridge)

Others

  • 6003aae1c7d336ef264017d928d9db62884b8aa1: chore: add linux tests dependency (@​sweatybridge)

v1.194.0

Changelog

Features

  • 787bc92704fea4efb2c244216532da6e28753d97: feat: add db lint fail-on flag (#2664) (@​avallete)

v1.193.1

Changelog

Bug fixes

  • b409d6a602ff046f76d6da08c752ccdcaf48f260: fix: Health Check issue on Podman/Windows (#2656) (@​arvalaan)

v1.193.0

Changelog

Features

  • 24ea3cb3ff261c22515197259c4aa3e31e0b30a8: feat: allow Cognito configuration from env var (#2660) (@​tim-dianahr)

... (truncated)

Commits
  • 230be7f fix: logout credentials cleanup (#2670)
  • 92669a8 feat: add --all flag to stop command (#2672)
  • 54fa898 feat: add support for multiple output formats (#2674)
  • e55fef9 chore(deps): bump github.com/slack-go/slack from 0.13.1 to 0.14.0 (#2679)
  • d5482e0 chore(deps): bump google.golang.org/grpc from 1.65.0 to 1.66.2 (#2680)
  • 8093b10 chore(deps): bump go.opentelemetry.io/otel from 1.28.0 to 1.30.0 (#2678)
  • cae1ba1 chore(deps): bump github.com/containers/common from 0.59.2 to 0.60.2 (#2624)
  • 07d3af2 chore(deps): bump golang.org/x/term from 0.22.0 to 0.24.0 (#2676)
  • 0453ebd chore(deps): bump golang.org/x/oauth2 from 0.21.0 to 0.23.0 (#2675)
  • 3599b8e chore(deps): bump github.com/docker/cli from 26.1.5+incompatible to 27.2.1+in...
  • 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 [github.com/supabase/cli](https://github.com/supabase/cli) from 1.169.3 to 1.198.1.
- [Release notes](https://github.com/supabase/cli/releases)
- [Changelog](https://github.com/supabase/cli/blob/develop/.goreleaser.yml)
- [Commits](supabase/cli@v1.169.3...v1.198.1)

---
updated-dependencies:
- dependency-name: github.com/supabase/cli
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner September 16, 2024 07:45
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 16, 2024
@github-actions github-actions bot enabled auto-merge (squash) September 16, 2024 07:45
@sweatybridge sweatybridge force-pushed the dependabot/go_modules/github.com/supabase/cli-1.198.1 branch from 70835d6 to 5a2b95a Compare September 16, 2024 16:38
@github-actions github-actions bot merged commit fa4e311 into main Sep 16, 2024
5 checks passed
@github-actions github-actions bot deleted the dependabot/go_modules/github.com/supabase/cli-1.198.1 branch September 16, 2024 16:42
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant