Skip to content

build(deps): bump github.com/pocketbase/pocketbase from 0.35.0 to 0.37.3#1101

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

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

Release notes

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

v0.37.3 Release

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

  • Fixed total count load on page back/forward navigation.

  • Fixed editor floating dialogs position when scrolling (#7653).

  • Enabled text wrapping for the API rule fields.

  • Added view query sample loading indicator.

  • Other minor light UI contrast and styles improvements.

v0.37.2 Release

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

  • Fixed autoexpandable input in Firefox (#7648).

  • Slightly adjusted the dark theme colors for better readability (#7648).

  • Removed unnecessary tags stripping from the displayed log attributes (#7649).

  • Workarounded Safari freeze caused by a buggy CSS popover property (#7650).

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.

... (truncated)

Changelog

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

v0.37.3

  • Fixed total count load on page back/forward navigation.

  • Fixed editor floating dialogs position when scrolling (#7653).

  • Enabled text wrapping for the API rule fields.

  • Added view query sample loading indicator.

  • Other minor light UI contrast and styles improvements.

v0.37.2

  • Fixed autoexpandable input in Firefox (#7648).

  • Slightly adjusted the dark theme colors for better readability (#7648).

  • Removed unnecessary tags stripping from the displayed log attributes (#7649).

  • Workarounded Safari freeze caused by a buggy CSS popover property (#7650).

v0.37.1

  • 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

  • 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.

... (truncated)

Commits
  • 83e44a7 added view query sample loading indicator
  • 866b8b8 added missing name attribute, fixed initial collections page load routing par...
  • 857214e reordered number settings for consistency with the other fields
  • 592b139 added min-height to the page tables and adjusted light surface colors
  • 84b50c4 minor color and styles improvements
  • 3c33868 #7653 updated tinymce options to fix its dialogs position
  • 223ac7a enabled text wrapping for the API rule fileds
  • 0cee066 fixed 0 total count on page back/forward navigation
  • bf1745f fixed changelog typo
  • efc095f updated changelog and ui/dist
  • 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.3.
- [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.3)

---
updated-dependencies:
- dependency-name: github.com/pocketbase/pocketbase
  dependency-version: 0.37.3
  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 27, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 4, 2026

Superseded by #1112.

@dependabot dependabot Bot closed this May 4, 2026
@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/pocketbase/pocketbase-0.37.3 branch May 4, 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