Skip to content

chore(deps): bump the minor-and-patch group across 1 directory with 3 updates#969

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-1a783b8783
Open

chore(deps): bump the minor-and-patch group across 1 directory with 3 updates#969
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/minor-and-patch-1a783b8783

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 10, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-and-patch group with 3 updates in the / directory: @agentclientprotocol/sdk, @powersync/common and @powersync/tanstack-react-query.

Updates @agentclientprotocol/sdk from 0.22.1 to 0.24.0

Release notes

Sourced from @​agentclientprotocol/sdk's releases.

v0.24.0

0.24.0 (2026-06-02)

Features

  • Add resilient schema deserialization (#167) (5864e73)
  • schema: Stabilize addl dirs and remove unstable model selectors (#165) (fa6e302)

v0.23.0

0.23.0 (2026-06-01)

Features

  • schema: Stabilize logout and update schema to v0.13.4 (#163) (cfd900a)
Changelog

Sourced from @​agentclientprotocol/sdk's changelog.

0.24.0 (2026-06-02)

Features

  • Add resilient schema deserialization (#167) (5864e73)
  • schema: Stabilize addl dirs and remove unstable model selectors (#165) (fa6e302)

0.23.0 (2026-06-01)

Features

  • schema: Stabilize logout and update schema to v0.13.4 (#163) (cfd900a)
Commits
  • 8966c11 chore(main): release 0.24.0 (#166)
  • 5864e73 feat: Add resilient schema deserialization (#167)
  • fa6e302 feat(schema): Stabilize addl dirs and remove unstable model selectors (#165)
  • 0c2e622 chore(main): release 0.23.0 (#164)
  • cfd900a feat(schema): Stabilize logout and update schema to v0.13.4 (#163)
  • 171a253 chore(deps-dev): bump concurrently from 9.2.1 to 10.0.0 (#162)
  • 0ecf001 chore(deps): bump the minor group with 19 updates (#161)
  • ca74103 chore(deps): bump crate-ci/typos from 1.46.2 to 1.47.0 (#160)
  • c6a9c94 chore(deps): bump crate-ci/typos from 1.46.1 to 1.46.2 (#158)
  • c7256e7 chore(deps): bump the minor group with 43 updates (#159)
  • See full diff in compare view

Updates @powersync/common from 1.53.1 to 1.53.2

Release notes

Sourced from @​powersync/common's releases.

@​powersync/common@​1.53.2

Patch Changes

  • ac183c2: Attempt a CRUD upload everytime connect() is called, even if we're unable to connect.
Commits

Updates @powersync/tanstack-react-query from 0.2.7 to 0.2.8

Release notes

Sourced from @​powersync/tanstack-react-query's releases.

@​powersync/tanstack-react-query@​0.2.8

Patch Changes

  • Updated dependencies [ac183c2]
    • @​powersync/common@​1.53.2
    • @​powersync/react@​1.10.0
Commits

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

Note

Medium Risk
PowerSync 1.53.2 alters CRUD upload timing on connect (including failed connects), which can affect offline sync; ACP SDK minor bumps may change protocol/schema handling without code changes in this repo.

Overview
Bumps three production dependencies in package.json only—no application source changes.

@agentclientprotocol/sdk moves from 0.22.1 to ^0.24.0, picking up stabilized schema pieces (logout, additional dirs) and more tolerant schema deserialization. The app’s ACP client/adapter code imports this SDK directly, so behavior follows upstream protocol/schema changes at runtime.

@powersync/common goes 1.53.1 → 1.53.2, which changes sync behavior so a CRUD upload is attempted on every connect(), including when the connection itself cannot be established (aligned with the Dart client).

@powersync/tanstack-react-query is bumped 0.2.7 → 0.2.8 as a patch release tied to the common package update.

Reviewed by Cursor Bugbot for commit 8fddaec. Bugbot is set up for automated code reviews on this repo. Configure here.

… updates

Bumps the minor-and-patch group with 3 updates in the / directory: [@agentclientprotocol/sdk](https://github.com/agentclientprotocol/typescript-sdk), [@powersync/common](https://github.com/powersync-ja/powersync-js) and [@powersync/tanstack-react-query](https://github.com/powersync-ja/powersync-js).


Updates `@agentclientprotocol/sdk` from 0.22.1 to 0.24.0
- [Release notes](https://github.com/agentclientprotocol/typescript-sdk/releases)
- [Changelog](https://github.com/agentclientprotocol/typescript-sdk/blob/main/CHANGELOG.md)
- [Commits](agentclientprotocol/typescript-sdk@v0.22.1...v0.24.0)

Updates `@powersync/common` from 1.53.1 to 1.53.2
- [Release notes](https://github.com/powersync-ja/powersync-js/releases)
- [Commits](https://github.com/powersync-ja/powersync-js/compare/@powersync/common@1.53.1...@powersync/common@1.53.2)

Updates `@powersync/tanstack-react-query` from 0.2.7 to 0.2.8
- [Release notes](https://github.com/powersync-ja/powersync-js/releases)
- [Commits](https://github.com/powersync-ja/powersync-js/compare/@powersync/tanstack-react-query@0.2.7...@powersync/tanstack-react-query@0.2.8)

---
updated-dependencies:
- dependency-name: "@agentclientprotocol/sdk"
  dependency-version: 0.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-and-patch
- dependency-name: "@powersync/common"
  dependency-version: 1.53.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
- dependency-name: "@powersync/tanstack-react-query"
  dependency-version: 0.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-and-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 10, 2026
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.

0 participants