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.191.3 to 1.200.3 #160

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps supabase from 1.191.3 to 1.200.3.

Release notes

Sourced from supabase's releases.

v1.200.3

Changelog

Bug fixes

  • 570158335c9dfdcaef5f455f5dc428ccd8fc779f: fix: ensure the cli and ui flow for custom domains match (@​Crispy1975)

Others

  • d4b920a16b1a5496dc864ae5f48f235184fdc9aa: chore: remove cname swap message as it is no longer a requirement (@​Crispy1975)

v1.200.2

Changelog

Bug fixes

  • cd94f35483131d541920cbe581280e223684f3c2: fix: handle version prefix in globals (#2701) (@​sweatybridge)

v1.200.1

Changelog

Bug fixes

  • a0a5d5f136d2caabc0af639b5957e689dfe46c21: fix: the container ulimits for reatime (#2694) (@​avallete)

Others

  • 044ba619c3f846426e294125421df8653f9b8e39: chore: start command validate exclude arguments (@​avallete)
  • d660a36491712ee96a4abbb11351aa9fb2762f24: chore: apply PR comments (@​avallete)
  • a66a39086b1a1820dc90d1ffa6f2a4302eefb00b: chore: apply comment update cmd/start.go (@​avallete)
  • 4d50bf663628035fb73f10f585ad88036a7947a8: Merge branch 'develop' into avallete/chore-start-command-validate-exclude-names (@​avallete)
  • e6ec6ac01dbe222ec65400e5b44948c6cdbaa3f3: chore: start command validate exclude arguments (#2697) (@​avallete)

v1.200.0

Changelog

Features

  • cf504abf6ac82c45f1681eadc8c25e60cfe28d47: feat(realtime): add longpoll route to kong (#2506) (@​filipecabaco)

v1.199.0

Changelog

Features

  • 5c0d71b1eb083e0785a3249fa14b3a824d5214e2: feat: add no-deploy flag for functions under config.toml (@​avallete)
  • 7ec843d57f5a13974d478996fcab5211fee6d804: feat: add enabled flag for functions under config.toml (#2688) (@​avallete)

Others

  • 2440bbdd6cd87df7b25e8ab3c683c58863eb6d3d: chore: add debug logs (@​avallete)
  • a537dc0ef7dfd43ec1695f757c7caf2de70aa4d3: chore: apply PR comments (@​avallete)
  • 4afe868c91271d639dde9279453a56fd7fbe9516: chore: extract enabled check into function (@​avallete)
  • 6184f7a940f63268bda6ba6adcf99caab62beb4b: chore: remove redundant comment (@​avallete)
  • 9ba51a97684aca163ef0add13553471acae939df: Merge branch 'develop' into avallete/feat-add-function-no-deploy-logic (@​avallete)
  • 3419c0dd9a3001c3925e564b6f7315338bc24c8a: chore: Apply suggestions from code review (@​avallete)
  • 963a71e313fe746e4e8011b336d315657605df16: chore: fix dereference (@​avallete)
  • 3cc5a17706494d91e20084de446b723a4bc4babd: Merge branch 'develop' into avallete/feat-add-function-no-deploy-logic (@​avallete)

v1.198.3

Changelog

Bug fixes

  • 9c1b27a4ccc133270288f7dd19d33828e5e796e7: fix: db test on SELinux enabled systems (#2683) (@​avallete)

v1.198.2

Changelog

... (truncated)

Commits
  • 5701583 fix: ensure the cli and ui flow for custom domains match
  • d4b920a chore: remove cname swap message as it is no longer a requirement
  • cd94f35 fix: handle version prefix in globals (#2701)
  • a0a5d5f fix: the container ulimits for reatime (#2694)
  • e6ec6ac chore: start command validate exclude arguments (#2697)
  • 4d50bf6 Merge branch 'develop' into avallete/chore-start-command-validate-exclude-names
  • a66a390 chore: apply comment update cmd/start.go
  • cf504ab feat(realtime): add longpoll route to kong (#2506)
  • d660a36 chore: apply PR comments
  • 044ba61 chore: start command validate exclude arguments
  • 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.191.3 to 1.200.3.
- [Release notes](https://github.com/supabase/cli/releases)
- [Changelog](https://github.com/supabase/cli/blob/develop/.goreleaser.yml)
- [Commits](supabase/cli@v1.191.3...v1.200.3)

---
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 dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 24, 2024
Copy link

cloudflare-workers-and-pages bot commented Sep 24, 2024

Deploying compute-toys with  Cloudflare Pages  Cloudflare Pages

Latest commit: ddd0bae
Status: ✅  Deploy successful!
Preview URL: https://7eef4d1d.compute-toys.pages.dev
Branch Preview URL: https://dependabot-npm-and-yarn-supa-go1j.compute-toys.pages.dev

View logs

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 javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants