Skip to content

Conversation

@github-actions
Copy link

dependabot bot and others added 19 commits November 11, 2025 16:01
…g/config/templates in the docker-minor group (#4431)

fix(docker): bump supabase/storage-api

Bumps the docker-minor group in /pkg/config/templates with 1 update: supabase/storage-api.


Updates `supabase/storage-api` from v1.29.0 to v1.29.1

---
updated-dependencies:
- dependency-name: supabase/storage-api
  dependency-version: v1.29.1
  dependency-type: direct:production
  dependency-group: docker-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 8 to 9.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](golangci/golangci-lint-action@v8...v9)

---
updated-dependencies:
- dependency-name: golangci/golangci-lint-action
  dependency-version: '9'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…/pkg/config/templates (#4434)

fix(docker): bump supabase/postgres in /pkg/config/templates

Bumps supabase/postgres from 17.6.1.043 to 17.6.1.044.

---
updated-dependencies:
- dependency-name: supabase/postgres
  dependency-version: 17.6.1.044
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…tes (#4435)

Bumps the go-minor group with 2 updates in the / directory: [golang.org/x/mod](https://github.com/golang/mod) and [golang.org/x/net](https://github.com/golang/net).
Bumps the go-minor group with 1 update in the /pkg directory: [golang.org/x/mod](https://github.com/golang/mod).


Updates `golang.org/x/mod` from 0.29.0 to 0.30.0
- [Commits](golang/mod@v0.29.0...v0.30.0)

Updates `golang.org/x/net` from 0.46.0 to 0.47.0
- [Commits](golang/net@v0.46.0...v0.47.0)

Updates `golang.org/x/term` from 0.36.0 to 0.37.0
- [Commits](golang/term@v0.36.0...v0.37.0)

Updates `golang.org/x/mod` from 0.29.0 to 0.30.0
- [Commits](golang/mod@v0.29.0...v0.30.0)

---
updated-dependencies:
- dependency-name: golang.org/x/mod
  dependency-version: 0.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor
- dependency-name: golang.org/x/net
  dependency-version: 0.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor
- dependency-name: golang.org/x/term
  dependency-version: 0.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor
- dependency-name: golang.org/x/mod
  dependency-version: 0.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix: mark database linking error as non-fatal

* fix: skip pooler if db host is resolvable

* chore: update unit tests

* chore: unban all ip on failure to connect
…dates (#4441)

Bumps the docker-minor group with 3 updates in the /pkg/config/templates directory: supabase/realtime, supabase/storage-api and supabase/logflare.


Updates `supabase/realtime` from v2.63.0 to v2.63.3

Updates `supabase/storage-api` from v1.29.1 to v1.29.3

Updates `supabase/logflare` from 1.25.3 to 1.26.3

---
updated-dependencies:
- dependency-name: supabase/realtime
  dependency-version: v2.63.3
  dependency-type: direct:production
  dependency-group: docker-minor
- dependency-name: supabase/storage-api
  dependency-version: v1.29.3
  dependency-type: direct:production
  dependency-group: docker-minor
- dependency-name: supabase/logflare
  dependency-version: 1.26.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: docker-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix: toggle `DENO_NO_PACKAGE_JSON` conditionally

* stamp: meowmeow

* stamp: meow!

* chore: update `main.ts`

* chore: update `main.ts`

* chore: move package json check to bundler

* fix: handle custom import map path

* chore: respect global default

---------

Co-authored-by: Qiao Han <qiao@supabase.io>
* feat: enable serverside unbundling

* chore: use a single flag for api deploy

* chore: hide use docker flags

* chore: remove unnecessary calls

* test: ensure ""./../.." fails to joinWithinDir

* wip: server-side unbundle: entrypoint-based directory structuring

* test: better --use-docker coverage

* refactor: improve coverage of "supabase functions download --use-api"

* test: better coverage for abs paths from getBaseDir

* fix: lintfix cleanup tmp files

* refactor: limit changes to existing tests

* test: rename TestRun and delete bad comment

* docs: remove big comment

* refactor: remove extraneous const

* test: unify test implementations across api, docker, legacy

* refactor: improve cleanup func name and comment

* fix: account for deno2 entrypoint path

* chore: cleanup unit tests

* chore: address linter warnings

---------

Co-authored-by: Qiao Han <qiao@supabase.io>
Co-authored-by: avallete <8771783+avallete@users.noreply.github.com>
Co-authored-by: Han Qiao <sweatybridge@gmail.com>
…/pkg/config/templates (#4445)

fix(docker): bump supabase/postgres in /pkg/config/templates

Bumps supabase/postgres from 17.6.1.044 to 17.6.1.049.

---
updated-dependencies:
- dependency-name: supabase/postgres
  dependency-version: 17.6.1.049
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…h 3 updates (#4444)

fix(docker): bump the docker-minor group

Bumps the docker-minor group in /pkg/config/templates with 3 updates: supabase/edge-runtime, supabase/storage-api and supabase/logflare.


Updates `supabase/edge-runtime` from v1.69.23 to v1.69.24

Updates `supabase/storage-api` from v1.29.3 to v1.30.0

Updates `supabase/logflare` from 1.26.3 to 1.26.4

---
updated-dependencies:
- dependency-name: supabase/edge-runtime
  dependency-version: v1.69.24
  dependency-type: direct:production
  dependency-group: docker-minor
- dependency-name: supabase/storage-api
  dependency-version: v1.30.0
  dependency-type: direct:production
  dependency-group: docker-minor
- dependency-name: supabase/logflare
  dependency-version: 1.26.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docker-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore: use cron schedule to run on weekends
…/pkg/config/templates (#4457)

fix(docker): bump supabase/postgres in /pkg/config/templates

Bumps supabase/postgres from 17.6.1.049 to 17.6.1.052.

---
updated-dependencies:
- dependency-name: supabase/postgres
  dependency-version: 17.6.1.052
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
….11.17-sha-6a18e49 in /pkg/config/templates in the docker-minor group (#4456)

fix(docker): bump supabase/studio

Bumps the docker-minor group in /pkg/config/templates with 1 update: supabase/studio.


Updates `supabase/studio` from 2025.11.10-sha-5291fe3 to 2025.11.17-sha-6a18e49

---
updated-dependencies:
- dependency-name: supabase/studio
  dependency-version: 2025.11.17-sha-6a18e49
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docker-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [cycjimmy/semantic-release-action](https://github.com/cycjimmy/semantic-release-action) from 5 to 6.
- [Release notes](https://github.com/cycjimmy/semantic-release-action/releases)
- [Changelog](https://github.com/cycjimmy/semantic-release-action/blob/main/docs/CHANGELOG.md)
- [Commits](cycjimmy/semantic-release-action@v5...v6)

---
updated-dependencies:
- dependency-name: cycjimmy/semantic-release-action
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…0 in the go-minor group across 1 directory (#4446)

chore(deps): bump github.com/getsentry/sentry-go

Bumps the go-minor group with 1 update in the / directory: [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go).


Updates `github.com/getsentry/sentry-go` from 0.36.2 to 0.37.0
- [Release notes](https://github.com/getsentry/sentry-go/releases)
- [Changelog](https://github.com/getsentry/sentry-go/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-go@v0.36.2...v0.37.0)

---
updated-dependencies:
- dependency-name: github.com/getsentry/sentry-go
  dependency-version: 0.37.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore: update use-api help text
@github-actions github-actions bot requested a review from a team as a code owner November 18, 2025 02:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants