Skip to content

build(deps): bump github.com/pocketbase/pocketbase from 0.35.0 to 0.37.1#1091

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/pocketbase/pocketbase-0.37.1
Closed

build(deps): bump github.com/pocketbase/pocketbase from 0.35.0 to 0.37.1#1091
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/pocketbase/pocketbase-0.37.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 20, 2026

Bumps github.com/pocketbase/pocketbase from 0.35.0 to 0.37.1.

Release notes

Sourced from github.com/pocketbase/pocketbase's releases.

v0.37.1 Release

To update the prebuilt executable you can run ./pocketbase update.

  • Minor UI bugfixes:
    • Fixed number field input values normalization (#7646).
    • Allow opening collections in new tab with middle click.
    • Show collection name in the page title on initial load.

v0.37.0 Release

To update the prebuilt executable you can run ./pocketbase update.

  • New UI rewritten from scratch and with support for external customization in mind.

    Note that as explained in #7612 the new UI kit and extensions APIs will intentionally remain undocumented until "Stage 2" completion (there no ETAs).

    The new UI also introduced several other small improvements:

    • ~2MB smaller bundle size.
    • Dark mode and theming support.
    • Basic responsive/mobile support (it is far from perfect but certainly more usable than before).
    • Help text option for the collection fields.
    • Lifted the max nested level restriction of presentable relations (children are lazy loaded).
    • Lighter rules autocomplete.
    • Live view query preview.
    • Insert of an audio/video embed tag in the richtext editor from a collection file.
    • Option to bulk export records as JSON.
    • Local search history for all searchbars.
    • API rules overview across all collections.
    • Very basic ERD-like visualization for the collections structure and relations.
    • New stepped logs chart visualization with panning support.
    • listAuthMethods() (aka. /api/collection/{col}/auth-methods) now returns the OAuth2 provider logo for each provider as inlined SVG string in its response data. ⚠️ Note that if your app for whatever reason rely on the dashboard OAuth2 logos available under /_/images/oauth2/* they are still available for now but will be removed in future versions and it is recommended to use the new inline SVGs!
  • Added optional no_ui build tag to exclude the UI from bundling with the executable (#7548).

    go build -tags no_ui
  • Exported the internal JSVM bind functions (#7600).

    jsvm.BindCore(vm)
    jsvm.BindDbx(vm)
    jsvm.BindSecurity(vm)
    jsvm.BindOS(vm)
    jsvm.BindFilepath(vm)
    jsvm.BindHTTP(vm)
    jsvm.BindFilesystem(vm)
    jsvm.BindForms(vm)
    jsvm.BindMails(vm)
    jsvm.BindApis(vm)

... (truncated)

Changelog

Sourced from github.com/pocketbase/pocketbase's changelog.

v0.37.1

  • Minor UI bugfixes:
    • Fixed number field input values normalization (#7646).
    • Allow opening collections in new tab on middle click.
    • Show collection name in the page title on initial load.

v0.37.0

  • New UI rewritten from scratch and with support for external customizations in mind.

    Note that as explained in #7612 the new UI kit and extensions APIs will intentionally remain undocumented until "Stage 2 completion" (there no ETAs).

    The new UI also introduced several other small improvements:

    • ~2MB smaller bundle size.
    • Dark mode and theming support.
    • Basic responsive/mobile support (it is far from perfect but certainly more usable than before).
    • Help text option for the collection fields.
    • Lifted the max nested level restriction of presentable relations (children are lazy loaded).
    • Lighter rules autocomplete.
    • Live view query preview.
    • Insert of an audio/video embed tag in the richtext editor from a collection file.
    • Option to bulk export records as JSON.
    • Local search history for all searchbars.
    • API rules overview across all collections.
    • Very basic ERD-like visualization for the collections structure and relations.
    • New stepped logs chart visualization with panning support.
    • listAuthMethods() (aka. /api/collection/{col}/auth-methods) now returns the OAuth2 provider logo for each provider as inlined SVG string in its response data. ⚠️ Note that if your app for whatever reason rely on the dashboard OAuth2 logos available under /_/images/oauth2/* they are still available for now but will be removed in future versions and it is recommended to use the new inline SVGs!
  • Added optional no_ui build tag to exclude the UI from bundling with the executable (#7548).

    go build -tags no_ui
  • Exported the internal JSVM bind functions (#7600).

    jsvm.BindCore(vm)
    jsvm.BindDbx(vm)
    jsvm.BindSecurity(vm)
    jsvm.BindOS(vm)
    jsvm.BindFilepath(vm)
    jsvm.BindHTTP(vm)
    jsvm.BindFilesystem(vm)
    jsvm.BindForms(vm)
    jsvm.BindMails(vm)
    jsvm.BindApis(vm)
  • Updated modernc.org/sqlite to v1.49.1 (SQLite 3.53.0).

... (truncated)

Commits
  • c3a53cb fallback to 0
  • ba554b8 #7646 fixed number field min/max input value normalization
  • 61ce760 show collection name in the page title on initial load
  • 7b92b7c updated ui/dist
  • 8c127b2 updated changelog
  • e6b8841 allow to open collections page in new tab on middle click and minor flickerin...
  • 862064e enable back npm build check
  • 90594cc temp disable npm build check
  • 6012ba7 fixed relation and file custom change event trigger
  • 5cc95a2 reset responsive table padding and min-height
  • 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 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/pocketbase/pocketbase](https://github.com/pocketbase/pocketbase) from 0.35.0 to 0.37.1.
- [Release notes](https://github.com/pocketbase/pocketbase/releases)
- [Changelog](https://github.com/pocketbase/pocketbase/blob/master/CHANGELOG.md)
- [Commits](pocketbase/pocketbase@v0.35.0...v0.37.1)

---
updated-dependencies:
- dependency-name: github.com/pocketbase/pocketbase
  dependency-version: 0.37.1
  dependency-type: direct:production
  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 go Pull requests that update go code labels Apr 20, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 27, 2026

Superseded by #1101.

@dependabot dependabot Bot closed this Apr 27, 2026
@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/pocketbase/pocketbase-0.37.1 branch April 27, 2026 00:13
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