build(deps): bump the minor-and-patch group across 1 directory with 3 updates#969
build(deps): bump the minor-and-patch group across 1 directory with 3 updates#969dependabot[bot] wants to merge 1 commit into
Conversation
8fddaec to
3872589
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 3872589. Configure here.
| "@powersync/drizzle-driver": "0.7.3", | ||
| "@powersync/react": "1.10.0", | ||
| "@powersync/tanstack-react-query": "0.2.7", | ||
| "@powersync/tanstack-react-query": "0.2.9", |
There was a problem hiding this comment.
PowerSync common web mismatch
Medium Severity
Bumping @powersync/common to 1.54.0 while @powersync/web stays at 1.38.1 (which depends on @powersync/common@1.53.1) can install two copies of @powersync/common. ThunderboltPowerSyncDatabase then mixes @powersync/web with TransformableBucketStorage from the newer common, which risks broken sync or adapter integration.
Reviewed by Cursor Bugbot for commit 3872589. 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.26.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.26.0) Updates `@powersync/common` from 1.53.1 to 1.54.0 - [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.54.0) Updates `@powersync/tanstack-react-query` from 0.2.7 to 0.2.9 - [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.9) --- 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>
3872589 to
add3d60
Compare
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
|
Preview environment destroyed 🧹 Stack |


Bumps the minor-and-patch group with 3 updates in the / directory: @agentclientprotocol/sdk, @powersync/common and @powersync/tanstack-react-query.
Updates
@agentclientprotocol/sdkfrom 0.22.1 to 0.26.0Release notes
Sourced from @agentclientprotocol/sdk's releases.
Changelog
Sourced from @agentclientprotocol/sdk's changelog.
Commits
73bc306chore(main): release 0.26.0 (#180)34885b6feat(schema): Update to v1.13.7 of the schema (#179)284245bchore(deps): bump the minor group with 23 updates (#178)cd8dc79chore(main): release 0.25.1 (#171)d9fafa2fix: Zod type inference errors (#177)04c7fd9chore(deps): bump esbuild from 0.28.0 to 0.28.1 (#176)8d9de29chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 (#173)8ca7903chore(deps): bump crate-ci/typos from 1.47.0 to 1.47.2 (#174)1c6c0b8chore(deps-dev): bump@types/nodein the minor group (#175)be44483fix: cleanup zod generation (#170)Updates
@powersync/commonfrom 1.53.1 to 1.54.0Release notes
Sourced from @powersync/common's releases.
Commits
33dc860Version Packages (#982)17869e7fix: FixcreateDiffTriggerdeadlock when called with asetupContexton ...b9cc03dUpgradeshell-quoteto fix audit issue93199a7feat: expose AttachmentQueue's AttachmentContext (#985)11cebe8Adopt API extractor tool for@powersync/common(#984)0ee8051feat: support mediaType in watched attachments (#975)1435c7cVitest 4 upgrade (#750)5f65b5fFix local-linking build41db2ccFix missing referencee575340Fix react-multi-client demoUpdates
@powersync/tanstack-react-queryfrom 0.2.7 to 0.2.9Release notes
Sourced from @powersync/tanstack-react-query's releases.
Commits
33dc860Version Packages (#982)17869e7fix: FixcreateDiffTriggerdeadlock when called with asetupContexton ...b9cc03dUpgradeshell-quoteto fix audit issue93199a7feat: expose AttachmentQueue's AttachmentContext (#985)11cebe8Adopt API extractor tool for@powersync/common(#984)0ee8051feat: support mediaType in watched attachments (#975)1435c7cVitest 4 upgrade (#750)5f65b5fFix local-linking build41db2ccFix missing referencee575340Fix react-multi-client demoNote
Medium Risk
No app code changes, but upgrades touch agent protocol (ACP) and local/sync data paths (PowerSync); regressions would show up in agent connectivity or sync/query behavior rather than in this diff itself.
Overview
Bumps three production dependencies in
package.jsononly—no application source changes.@agentclientprotocol/sdkmoves from^0.22.1to^0.26.0, pulling in newer ACP schema (through v1.13.7), stabilized session/logout/deleteSession behavior, and Zod generation fixes. The app’s ACP client/adapter code will compile and run against the updated SDK types and protocol surface.@powersync/commongoes from1.53.1to1.54.0, including acreateDiffTriggerdeadlock fix on web, attachment helpers/media type support, and CRUD upload-on-connect()behavior.@powersync/tanstack-react-queryis bumped from0.2.7to0.2.9to stay aligned with that common release for Drizzle-backeduseQueryhooks.Reviewed by Cursor Bugbot for commit add3d60. Bugbot is set up for automated code reviews on this repo. Configure here.