Skip to content

fix(deps): update dependency pocketbase to v0.28.0 - #83

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/pocketbase-0.x
Open

fix(deps): update dependency pocketbase to v0.28.0#83
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/pocketbase-0.x

Conversation

@renovate

@renovate renovate Bot commented Jul 28, 2025

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
pocketbase 0.26.10.28.0 age confidence

Release Notes

pocketbase/js-sdk (pocketbase)

v0.28.0

Compare Source

  • Added pb.logs.truncate() handler for the new endpoint in the upcoming PocketBase v0.40.0.

v0.27.3

Compare Source

  • Allow undefined (stringified as null) and fixed small regression with the earlier pb.filter() fix that breaks when a plain array or object is passed as param value (this is for the cases when direct json field value comparison is needed).

v0.27.2

Compare Source

  • Fixed pb.filter() error when object with custom toJSON() returning a string is passed as param value.

v0.27.1

Compare Source

  • Fixed realtime data race initial connection handling and added missing subscriptions resubmit as a fallback if all optimizations fail.

v0.27.0

Compare Source

  • Added pb.sql.run(query) handler for the upcoming PocketBase v0.39.0 "SQL console" debug interface (pocketbase#2236).

  • Added missing PocketBase v0.37+ collection meta endpoint handlers (pb.collections.dryRunViewQuery(query) and pb.collections.getAllOAuth2Providers()).

v0.26.9

Compare Source

  • Optimized realtime subscribe/unsubscribe calls to minimize async errors (pocketbase#7684).

v0.26.8

Compare Source

  • 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

Compare Source

  • 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

Compare Source

  • 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

Compare Source

  • 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

Compare Source

  • 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

Compare Source

v0.26.2

Compare Source

  • Allow body object without constructor (#​352).

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/pocketbase-0.x branch from 0744537 to 9830ab5 Compare August 10, 2025 12:43
@renovate renovate Bot changed the title fix(deps): update dependency pocketbase to v0.26.2 fix(deps): update dependency pocketbase to v0.26.3 Oct 26, 2025
@renovate
renovate Bot force-pushed the renovate/pocketbase-0.x branch from 9830ab5 to 68443dd Compare October 26, 2025 09:30
@renovate
renovate Bot force-pushed the renovate/pocketbase-0.x branch from 68443dd to b6d160d Compare December 5, 2025 17:03
@renovate renovate Bot changed the title fix(deps): update dependency pocketbase to v0.26.3 fix(deps): update dependency pocketbase to v0.26.4 Dec 5, 2025
@renovate
renovate Bot force-pushed the renovate/pocketbase-0.x branch from b6d160d to b3fe007 Compare December 7, 2025 14:04
@renovate renovate Bot changed the title fix(deps): update dependency pocketbase to v0.26.4 fix(deps): update dependency pocketbase to v0.26.5 Dec 7, 2025
@renovate
renovate Bot force-pushed the renovate/pocketbase-0.x branch from b3fe007 to 0eff9ad Compare January 17, 2026 20:37
@renovate renovate Bot changed the title fix(deps): update dependency pocketbase to v0.26.5 fix(deps): update dependency pocketbase to v0.26.6 Jan 17, 2026
@renovate
renovate Bot force-pushed the renovate/pocketbase-0.x branch from 0eff9ad to fa740a2 Compare January 19, 2026 19:01
@renovate
renovate Bot force-pushed the renovate/pocketbase-0.x branch from fa740a2 to 476a547 Compare January 30, 2026 21:27
@renovate renovate Bot changed the title fix(deps): update dependency pocketbase to v0.26.6 fix(deps): update dependency pocketbase to v0.26.7 Jan 30, 2026
@renovate
renovate Bot force-pushed the renovate/pocketbase-0.x branch from 476a547 to 95402d8 Compare February 1, 2026 21:00
@renovate renovate Bot changed the title fix(deps): update dependency pocketbase to v0.26.7 fix(deps): update dependency pocketbase to v0.26.8 Feb 1, 2026
@renovate
renovate Bot force-pushed the renovate/pocketbase-0.x branch from 95402d8 to a74b593 Compare February 12, 2026 10:54
@renovate
renovate Bot force-pushed the renovate/pocketbase-0.x branch 2 times, most recently from ecacc2e to f468404 Compare May 13, 2026 04:40
@renovate renovate Bot changed the title fix(deps): update dependency pocketbase to v0.26.8 fix(deps): update dependency pocketbase to v0.26.9 May 13, 2026
@renovate
renovate Bot force-pushed the renovate/pocketbase-0.x branch from f468404 to 6ccafee Compare May 27, 2026 17:29
@renovate renovate Bot changed the title fix(deps): update dependency pocketbase to v0.26.9 fix(deps): update dependency pocketbase to v0.27.0 May 27, 2026
@renovate
renovate Bot force-pushed the renovate/pocketbase-0.x branch from 6ccafee to 6c1333c Compare July 12, 2026 13:32
@renovate
renovate Bot force-pushed the renovate/pocketbase-0.x branch from 6c1333c to 04c4626 Compare August 3, 2026 21:30
@renovate renovate Bot changed the title fix(deps): update dependency pocketbase to v0.27.0 fix(deps): update dependency pocketbase to v0.27.1 Aug 3, 2026
@renovate
renovate Bot force-pushed the renovate/pocketbase-0.x branch from 04c4626 to 4d6c19b Compare August 16, 2026 14:03
@renovate renovate Bot changed the title fix(deps): update dependency pocketbase to v0.27.1 fix(deps): update dependency pocketbase to v0.27.3 Aug 16, 2026
@renovate
renovate Bot force-pushed the renovate/pocketbase-0.x branch from 4d6c19b to 2fff8ee Compare August 22, 2026 18:14
@renovate renovate Bot changed the title fix(deps): update dependency pocketbase to v0.27.3 fix(deps): update dependency pocketbase to v0.28.0 Aug 22, 2026
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.

0 participants