chore(deps): bump the minor-and-patch group across 1 directory with 3 updates#969
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the minor-and-patch group across 1 directory with 3 updates#969dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
… 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.24.0Release notes
Sourced from @agentclientprotocol/sdk's releases.
Changelog
Sourced from @agentclientprotocol/sdk's changelog.
Commits
8966c11chore(main): release 0.24.0 (#166)5864e73feat: Add resilient schema deserialization (#167)fa6e302feat(schema): Stabilize addl dirs and remove unstable model selectors (#165)0c2e622chore(main): release 0.23.0 (#164)cfd900afeat(schema): Stabilize logout and update schema to v0.13.4 (#163)171a253chore(deps-dev): bump concurrently from 9.2.1 to 10.0.0 (#162)0ecf001chore(deps): bump the minor group with 19 updates (#161)ca74103chore(deps): bump crate-ci/typos from 1.46.2 to 1.47.0 (#160)c6a9c94chore(deps): bump crate-ci/typos from 1.46.1 to 1.46.2 (#158)c7256e7chore(deps): bump the minor group with 43 updates (#159)Updates
@powersync/commonfrom 1.53.1 to 1.53.2Release notes
Sourced from @powersync/common's releases.
Commits
550a48eVersion Packages7b38faachore: capacitor integration tests (#976)16007e2Add changeset entryed4c5a3Build diagnostics client for arm646bbaefeDon't support concurrent waitersf898a0bTest failed uploads when disconnected759e3e5More fixesc21e22cAI feedback1ae0067Avoid unecessary completed upload notificationac183c2Align crud uploads with Dart implementationUpdates
@powersync/tanstack-react-queryfrom 0.2.7 to 0.2.8Release notes
Sourced from @powersync/tanstack-react-query's releases.
Commits
550a48eVersion Packages7b38faachore: capacitor integration tests (#976)16007e2Add changeset entryed4c5a3Build diagnostics client for arm646bbaefeDon't support concurrent waitersf898a0bTest failed uploads when disconnected759e3e5More fixesc21e22cAI feedback1ae0067Avoid unecessary completed upload notificationac183c2Align crud uploads with Dart implementationDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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 conditionsNote
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.jsononly—no application source changes.@agentclientprotocol/sdkmoves 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/commongoes 1.53.1 → 1.53.2, which changes sync behavior so a CRUD upload is attempted on everyconnect(), including when the connection itself cannot be established (aligned with the Dart client).@powersync/tanstack-react-queryis 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.