Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 26, 2024

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

Release notes

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

v1.187.6

Changelog

Bug fixes

  • 1179ca6599ccdf497153449208b554156ae77744: fix(db): bump postgres version for new wrappers (#2555) (@​sweatybridge)
  • d4fc8469a4dbc62e84eeafefc05954e2cde308d7: fix(studio): bump to latest version (#2550) (@​sweatybridge)

Others

  • 75c359d79b88e2f83bb0847ce7c37f303afb5986: chore(deps): bump tar from 7.4.1 to 7.4.2 (#2554) (@​dependabot[bot])
  • dd2b65fdcb1f8c8c81110549dd3cc76e1a0400e7: chore: add code examples for using supabase pkg (#2556) (@​sweatybridge)

v1.187.5

Changelog

Bug fixes

  • 821da8fec7c43073d0b41e497deaf4a9cd445d4a: fix: use http scheme for vector docker host (#2545) (@​sweatybridge)

v1.187.4

Changelog

Bug fixes

  • 4c150b6b11539bb1b89dfd1d210692ec58e93113: fix: pin bubbletea to avoid messing up line breaks (@​sweatybridge)

Others

  • 084d99b09a255924db913b151369bb47bba8cf76: chore(deps): bump tar from 7.4.0 to 7.4.1 (#2542) (@​dependabot[bot])
  • 3f88398c18c4c8e5bff6336b570e2cc975c620ca: chore: update dependabot to ignore 0 major version (@​sweatybridge)
  • ec053f8ba858b41655b2793bd6cfe8dcf9354212: chore: update indirect dependencies (@​sweatybridge)

v1.187.3

Changelog

Bug fixes

  • 4c00cd5920668e1144862b6bdcee441f9680963a: fix: bind functions without import map when serving (@​sweatybridge)
  • 673739c9bddd9839627627031fc8e6e57d4b49df: fix: use config value as default when loading from env (@​sweatybridge)
  • 71c2abdac3ab092c8bf8ac84b40f77b20821dfb3: fix: import edge runtime types from jsr (#2529) (@​thorwebdev)

Others

  • e14a95fa525269157aabcfa741941bb67c3d06ba: chore(deps): bump github.com/slack-go/slack from 0.13.0 to 0.13.1 (#2528) (@​dependabot[bot])

v1.187.2

Changelog

Bug fixes

  • 4cec43334d2187b9da199a4c0ae25b29274ed47a: fix: update config with default values (@​sweatybridge)

Others

  • 803df6c4c60ba1a4e067333614cf505ca3227cea: chore: print new line in tests that write to stdout (@​sweatybridge)

v1.187.1

Changelog

Bug fixes

  • 8ca3be7032626834efbe62a60b976811118760d9: fix: allow nil for public bucket config (#2523) (@​sweatybridge)

v1.187.0

Changelog

Features

  • fed147b27d12cc71c5ff30ee6e3d17c2609661e9: feat: expose function upsert api (@​sweatybridge)

Others

  • c9a70dcb6281d1c2dc08054b5da270f03927863e: chore: consume response body after parsing json (@​sweatybridge)

... (truncated)

Commits
  • dd2b65f chore: add code examples for using supabase pkg (#2556)
  • d4fc846 fix(studio): bump to latest version (#2550)
  • 1179ca6 fix(db): bump postgres version for new wrappers (#2555)
  • 75c359d chore(deps): bump tar from 7.4.1 to 7.4.2 (#2554)
  • 821da8f fix: use http scheme for vector docker host (#2545)
  • ec053f8 chore: update indirect dependencies
  • 3f88398 chore: update dependabot to ignore 0 major version
  • 4c150b6 fix: pin bubbletea to avoid messing up line breaks
  • 084d99b chore(deps): bump tar from 7.4.0 to 7.4.1 (#2542)
  • 71c2abd fix: import edge runtime types from jsr (#2529)
  • 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.187.6.
- [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.187.6)

---
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 added the dependencies Pull requests that update a dependency file label Jul 26, 2024
@dependabot dependabot bot requested a review from a team as a code owner July 26, 2024 07:51
@dependabot dependabot bot added the go Pull requests that update Go code label Jul 26, 2024
@github-actions github-actions bot enabled auto-merge (squash) July 26, 2024 07:52
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 29, 2024

Superseded by #130.

@dependabot dependabot bot closed this Jul 29, 2024
auto-merge was automatically disabled July 29, 2024 07:52

Pull request was closed

@dependabot dependabot bot deleted the dependabot/go_modules/github.com/supabase/cli-1.187.6 branch July 29, 2024 07:52
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.

0 participants