Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2025

Bumps the go-dependencies group with 1 update: github.com/pocketbase/pocketbase.

Updates github.com/pocketbase/pocketbase from 0.33.0 to 0.34.0

Release notes

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

v0.34.0 Release

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

  • Added @request.body.someField:changed modifier. It could be used when you want to ensure that a body field either wasn't submitted or was submitted with the same value. Or in other words, if you want to disallow a field change the below 2 expressions would be equivalent:

    // (old)
    (@request.body.someField:isset = false || @request.body.someField = someField)
    // (new)
    @​request.body.someField:changed = false

  • Added MailerRecordEvent.Meta["info"] property for the OnMailerRecordAuthAlertSend hook.

  • Updated the backup restore popup with a short info about the performed restore steps.

  • Updated Go deps.

Changelog

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

v0.34.0

  • Added @request.body.someField:changed modifier. It could be used when you want to ensure that a body field either wasn't submitted or was submitted with the same value. Or in other words, if you want to disallow a field change the below 2 expressions would be equivalent:

    // (old)
    (@request.body.someField:isset = false || @request.body.someField = someField)
    // (new)
    @​request.body.someField:changed = false

  • Added MailerRecordEvent.Meta["info"] property for the OnMailerRecordAuthAlertSend hook.

  • Updated the backup restore popup with a short info about the performed restore steps.

  • Updated Go deps.

Commits
  • 90d896e updated changelog
  • c13d83a updated jsvm types
  • 9b73295 added dumy request info to directly return an error on invalid API rule
  • 3c6ce2d updated go deps
  • 63b8953 use TEST_IP for the test auth alert email
  • 779059e added short info about the backup restore steps
  • 9abdadf updated modernc.org/sqlite
  • 6500b8c renamed outdated rate limit struct name and added reminder to reavulate the a...
  • 91f1ca2 #7333 updated CHANGELOG with typo fixed for geoDistance url
  • 6e739fd added :changed request body modifier
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@coderabbitai
Copy link

coderabbitai bot commented Nov 24, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

@dependabot dependabot bot force-pushed the dependabot/go_modules/go-dependencies-5941a8fa64 branch from f11ffec to 39b73d6 Compare November 25, 2025 01:41
Bumps the go-dependencies group with 1 update: [github.com/pocketbase/pocketbase](https://github.com/pocketbase/pocketbase).


Updates `github.com/pocketbase/pocketbase` from 0.33.0 to 0.34.0
- [Release notes](https://github.com/pocketbase/pocketbase/releases)
- [Changelog](https://github.com/pocketbase/pocketbase/blob/master/CHANGELOG.md)
- [Commits](pocketbase/pocketbase@v0.33.0...v0.34.0)

---
updated-dependencies:
- dependency-name: github.com/pocketbase/pocketbase
  dependency-version: 0.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/go-dependencies-5941a8fa64 branch from 39b73d6 to ab0a095 Compare November 26, 2025 01:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant