Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

Bumps pocketbase from 0.25.2 to 0.26.8.

Release notes

Sourced from pocketbase's releases.

v0.26.8 Release

  • Properly reject the authWithOAuth2() Promise when manually calling pb.cancelRequest(requestKey) (previously the manual cancellation didn't account for the waiting realtime subscription).

v0.26.7 Release

  • Normalized pb.files.getURL() to serialize the URL query params in the same manner as in the fetch methods (e.g. passing null or undefined as query param value will be skipped from the generated URL).

v0.26.6 Release

  • Fixed abort request error detection on React Native Android/iOS (#361; thanks @​nathanstitt).

  • Updated the default getFullList() batch size to 1000 for consistency with the Dart SDK and the v0.23+ API limits.

v0.26.5 Release

  • Fixed abort request error detection on Safari introduced with the previous release because it seems to throw DOMException.SyntaxError on response.json() failure (#pocketbase/pocketbase#7369).

v0.26.4 Release

  • Catch aborted request error during response.json() failure (e.g. in case of tcp connection reset) and rethrow it as normalized ClientResponseError.isAbort=true error.

v0.26.3 Release

v0.26.2 Release

  • Allow body object without constructor (#352).

v0.26.1 Release

  • Generalized the fallback error message and set the cause property of ClientResponseError to the original thrown error/data for easier debugging (#349; thanks @​shish).

v0.26.0 Release

  • Ignore undefined properties when submitting an object that has Blob/File fields (which is under the hood converted to FormData) for consistency with how JSON.stringify works (see pocketbase#6731).
Changelog

Sourced from pocketbase's changelog.

0.26.8

  • Properly reject the authWithOAuth2() Promise when manually calling pb.cancelRequest(requestKey) (previously the manual cancellation didn't account for the waiting realtime subscription).

0.26.7

  • Normalized pb.files.getURL() to serialize the URL query params in the same manner as in the fetch methods (e.g. passing null or undefined as query param value will be skipped from the generated URL).

0.26.6

  • Fixed abort request error detection on React Native Android/iOS (#361; thanks @​nathanstitt).

  • Updated the default getFullList() batch size to 1000 for consistency with the Dart SDK and the v0.23+ API limits.

0.26.5

  • Fixed abort request error detection on Safari introduced with the previous release because it seems to throw DOMException.SyntaxError on response.json() failure (#pocketbase/pocketbase#7369).

0.26.4

  • Catch aborted request error during response.json() failure (e.g. in case of tcp connection reset) and rethrow it as normalized ClientResponseError.isAbort=true error.

0.26.3

0.26.2

  • Allow body object without constructor (#352).

0.26.1

  • Set the cause property of ClientResponseError to the original thrown error/data for easier debugging (#349; thanks @​shish).

0.26.0

  • Ignore undefined properties when submitting an object that has Blob/File fields (which is under the hood converted to FormData) for consistency with how JSON.stringify works (see pocketbase#6731).
Commits
  • d48c2c2 updated dist map files
  • 6a6eca7 run format
  • 316bb52 reject OAuth2 promise on realtime connection interruption
  • ba34f7f bumped package version
  • 15fe260 #265 properly reject the all-in-one OAuth2 promise on request cancellation
  • 6238233 normalized files.getURL query params serialization
  • d7b7cd8 updated changelog
  • 3daf012 removed DOMException type checks
  • 5abfa5f updated default getFullList batch size to 1000
  • b975653 #361 fixed AbortError detection in React Native Android/iOS
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Feb 9, 2026
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/pocketbase-0.26.8 branch from e053fe7 to e3e4381 Compare February 10, 2026 22:25
Bumps [pocketbase](https://github.com/pocketbase/js-sdk) from 0.25.2 to 0.26.8.
- [Release notes](https://github.com/pocketbase/js-sdk/releases)
- [Changelog](https://github.com/pocketbase/js-sdk/blob/master/CHANGELOG.md)
- [Commits](pocketbase/js-sdk@v0.25.2...v0.26.8)

---
updated-dependencies:
- dependency-name: pocketbase
  dependency-version: 0.26.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/pocketbase-0.26.8 branch from e3e4381 to 77f41fa Compare February 10, 2026 22:40
@f4ban f4ban merged commit 6aca074 into main Feb 11, 2026
2 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/pocketbase-0.26.8 branch February 11, 2026 18:03
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.

1 participant