Skip to content

deps: bump the powersync group across 1 directory with 14 updates#4

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/powersync-ed932851ef
Open

deps: bump the powersync group across 1 directory with 14 updates#4
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/powersync-ed932851ef

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps the powersync group with 3 updates in the / directory: powersync, @powersync/common and @powersync/web.

Updates powersync from 0.9.4 to 0.10.0

Release notes

Sourced from powersync's releases.

powersync@0.10.0

Minor Changes

  • 90d66db: Resolve organization ID and project ID from instance ID automatically.

Patch Changes

  • Updated dependencies [90d66db]
    • @​powersync/cli-core@​0.10.0
    • @​powersync/cli-plugin-config-edit@​0.10.0
    • @​powersync/cli-plugin-docker@​0.10.0
    • @​powersync/cli-schemas@​0.10.0

powersync@0.9.6

Patch Changes

  • 284e9cb: [Internal] Update dependencies
    • @​powersync/cli-core@​0.9.6
    • @​powersync/cli-schemas@​0.9.6
    • @​powersync/cli-plugin-docker@​0.9.6
    • @​powersync/cli-plugin-config-edit@​0.9.6

powersync@0.9.5

Patch Changes

  • 85f9438: Added powersync compact to trigger compaction on the linked PowerSync Cloud instance and reclaim sync bucket storage. Supports an optional --timeout=<minutes> flag (default 30, use 0 to wait indefinitely) for long-running compactions on large buckets.
    • @​powersync/cli-core@​0.9.5
    • @​powersync/cli-schemas@​0.9.5
    • @​powersync/cli-plugin-docker@​0.9.5
    • @​powersync/cli-plugin-config-edit@​0.9.5
Commits
  • 382b0bf Fix CI builds (#57)
  • e9f2125 Merge pull request #47 from powersync-ja/changeset-release/main
  • 3a48102 Version Packages
  • 4eea4ee fix: sync config validation content (#54)
  • e9c36c8 Merge pull request #50 from powersync-ja/pnpm11
  • 1943307 Exclude first-party packages from minimumReleaseAge, update lockfile
  • 723be0b Update @​types/node v22 >> v24
  • 65a2438 Migrate to pnpm v11, update required dependencies
  • fa49cba Merge pull request #38 from powersync-ja/feat/optional-id-params
  • 966699f chore: fix release builds (#44)
  • Additional commits viewable in compare view

Updates @powersync/common from 1.53.1 to 1.57.0

Release notes

Sourced from @​powersync/common's releases.

@​powersync/common@​1.57.0

Minor Changes

  • 115d736: [Attachments] Added AttachmentTableRecord type, which describes the attachment table's row type.

Patch Changes

  • bd0bc41: AttachmentQueue: release the mutex per attachment, persist incrementally, and let stopSync interrupt mid-batch so foreground saveFile / deleteFile aren't blocked behind in-flight uploads or downloads.

@​powersync/common@​1.56.0

Minor Changes

  • 1c6e980: [Fix] Preserve Error.cause when serializing sync status errors, so the full cause chain on uploadError and downloadError reaches statusChanged listeners.

Patch Changes

  • 17e23df: Invoke powersync_replace_schema in a transaction.

@​powersync/common@​1.55.0

Minor Changes

  • 123fb41: [Attachments] Extracted AttachmentQueue constructor options to an options interface named AttachmentQueueOptions.

Patch Changes

  • d8d2fd0: Remove event-iterator dependency.

@​powersync/common@​1.54.0

Minor Changes

  • 0ee8051: Allow watched attachment items to provide a media type for queued downloads.
  • 17869e7: Fix createDiffTrigger acquiring its own read lock before running setup, even when a setupContext was provided. On platforms where read and write access share a single connection (e.g. web), this deadlocked when createDiffTrigger was called inside a write lock.
  • 93199a7: [Attachments] Added withAttachmentContext helper method which exposes an AttachmentContext for custom attachment logic.

@​powersync/common@​1.53.2

Patch Changes

  • ac183c2: Attempt a CRUD upload everytime connect() is called, even if we're unable to connect.
Commits
  • 9864a3e Version Packages (#1003)
  • 115d736 chore: Added AttachmentTableRecord type (#1006)
  • bd0bc41 Release mutex per attachment, persist incrementally, allow stopSync to interr...
  • e25df86 Version Packages (#1001)
  • 1c6e980 [Fix] Preserve Error.cause on SyncStatus upload/download errors (#1000)
  • 17e23df Fix drizzle and updateSchema using transactions not compatible with WAL OPF...
  • 724da4b Version Packages (#990)
  • d8d2fd0 Remove event-iterator dependency (#996)
  • 123fb41 chore: Extracted AttachmentQueue constructor options. (#992)
  • 91be2ad Use outer ArrayBuffer instance in Tauri tests (#991)
  • Additional commits viewable in compare view

Updates @powersync/web from 1.38.1 to 1.38.6

Release notes

Sourced from @​powersync/web's releases.

@​powersync/web@​1.38.6

Patch Changes

  • Updated dependencies [115d736]
  • Updated dependencies [bd0bc41]
    • @​powersync/common@​1.57.0

@​powersync/web@​1.38.5

Patch Changes

  • Updated dependencies [1c6e980]
  • Updated dependencies [17e23df]
    • @​powersync/common@​1.56.0

@​powersync/web@​1.38.4

Patch Changes

  • Updated dependencies [123fb41]
  • Updated dependencies [d8d2fd0]
    • @​powersync/common@​1.55.0

@​powersync/web@​1.38.3

Patch Changes

  • Updated dependencies [0ee8051]
  • Updated dependencies [17869e7]
  • Updated dependencies [93199a7]
    • @​powersync/common@​1.54.0

@​powersync/web@​1.38.2

Patch Changes

  • Updated dependencies [ac183c2]
    • @​powersync/common@​1.53.2
Commits
  • 9864a3e Version Packages (#1003)
  • 115d736 chore: Added AttachmentTableRecord type (#1006)
  • bd0bc41 Release mutex per attachment, persist incrementally, allow stopSync to interr...
  • e25df86 Version Packages (#1001)
  • 1c6e980 [Fix] Preserve Error.cause on SyncStatus upload/download errors (#1000)
  • 17e23df Fix drizzle and updateSchema using transactions not compatible with WAL OPF...
  • 724da4b Version Packages (#990)
  • d8d2fd0 Remove event-iterator dependency (#996)
  • 123fb41 chore: Extracted AttachmentQueue constructor options. (#992)
  • 91be2ad Use outer ArrayBuffer instance in Tauri tests (#991)
  • Additional commits viewable in compare view

Updates @powersync/cli-core from 0.9.4 to 0.10.0

Release notes

Sourced from @​powersync/cli-core's releases.

@​powersync/cli-core@​0.10.0

Minor Changes

  • 90d66db: Resolve organization ID and project ID from instance ID automatically.

Patch Changes

  • @​powersync/cli-schemas@​0.10.0

@​powersync/cli-core@​0.9.6

Patch Changes

  • @​powersync/cli-schemas@​0.9.6

@​powersync/cli-core@​0.9.5

Patch Changes

  • @​powersync/cli-schemas@​0.9.5
Commits
  • e9f2125 Merge pull request #47 from powersync-ja/changeset-release/main
  • 3a48102 Version Packages
  • 4eea4ee fix: sync config validation content (#54)
  • e9c36c8 Merge pull request #50 from powersync-ja/pnpm11
  • 1943307 Exclude first-party packages from minimumReleaseAge, update lockfile
  • 723be0b Update @​types/node v22 >> v24
  • 65a2438 Migrate to pnpm v11, update required dependencies
  • fa49cba Merge pull request #38 from powersync-ja/feat/optional-id-params
  • 966699f chore: fix release builds (#44)
  • c7244e3 Test fixes
  • Additional commits viewable in compare view

Updates @powersync/cli-plugin-config-edit from 0.9.4 to 0.10.0

Release notes

Sourced from @​powersync/cli-plugin-config-edit's releases.

@​powersync/cli-plugin-config-edit@​0.10.0

Patch Changes

  • Updated dependencies [90d66db]
    • @​powersync/cli-core@​0.10.0

@​powersync/cli-plugin-config-edit@​0.9.6

Patch Changes

  • @​powersync/cli-core@​0.9.6

@​powersync/cli-plugin-config-edit@​0.9.5

Patch Changes

  • @​powersync/cli-core@​0.9.5
Commits
  • e9f2125 Merge pull request #47 from powersync-ja/changeset-release/main
  • 3a48102 Version Packages
  • 4eea4ee fix: sync config validation content (#54)
  • e9c36c8 Merge pull request #50 from powersync-ja/pnpm11
  • 1943307 Exclude first-party packages from minimumReleaseAge, update lockfile
  • 723be0b Update @​types/node v22 >> v24
  • 65a2438 Migrate to pnpm v11, update required dependencies
  • fa49cba Merge pull request #38 from powersync-ja/feat/optional-id-params
  • 966699f chore: fix release builds (#44)
  • c7244e3 Test fixes
  • Additional commits viewable in compare view

Updates @powersync/cli-plugin-docker from 0.9.4 to 0.10.0

Release notes

Sourced from @​powersync/cli-plugin-docker's releases.

@​powersync/cli-plugin-docker@​0.10.0

Patch Changes

  • Updated dependencies [90d66db]
    • @​powersync/cli-core@​0.10.0
    • @​powersync/cli-schemas@​0.10.0

@​powersync/cli-plugin-docker@​0.9.6

Patch Changes

  • @​powersync/cli-core@​0.9.6
  • @​powersync/cli-schemas@​0.9.6

@​powersync/cli-plugin-docker@​0.9.5

Patch Changes

  • @​powersync/cli-core@​0.9.5
  • @​powersync/cli-schemas@​0.9.5
Commits
  • e9f2125 Merge pull request #47 from powersync-ja/changeset-release/main
  • 3a48102 Version Packages
  • 4eea4ee fix: sync config validation content (#54)
  • e9c36c8 Merge pull request #50 from powersync-ja/pnpm11
  • 1943307 Exclude first-party packages from minimumReleaseAge, update lockfile
  • 723be0b Update @​types/node v22 >> v24
  • 65a2438 Migrate to pnpm v11, update required dependencies
  • fa49cba Merge pull request #38 from powersync-ja/feat/optional-id-params
  • 966699f chore: fix release builds (#44)
  • c7244e3 Test fixes
  • Additional commits viewable in compare view

Updates @powersync/cli-schemas from 0.9.4 to 0.10.0

Release notes

Sourced from @​powersync/cli-schemas's releases.

@​powersync/cli-schemas@​0.10.0

No release notes provided.

@​powersync/cli-schemas@​0.9.6

No release notes provided.

@​powersync/cli-schemas@​0.9.5

No release notes provided.

Commits
  • e9f2125 Merge pull request #47 from powersync-ja/changeset-release/main
  • 3a48102 Version Packages
  • 4eea4ee fix: sync config validation content (#54)
  • e9c36c8 Merge pull request #50 from powersync-ja/pnpm11
  • 1943307 Exclude first-party packages from minimumReleaseAge, update lockfile
  • 723be0b Update @​types/node v22 >> v24
  • 65a2438 Migrate to pnpm v11, update required dependencies
  • fa49cba Merge pull request #38 from powersync-ja/feat/optional-id-params
  • 966699f chore: fix release builds (#44)
  • c7244e3 Test fixes
  • Additional commits viewable in compare view

Updates @powersync/management-client from 0.0.6 to 0.1.3

Commits

Updates @powersync/management-types from 0.0.5 to 0.2.2

Commits

Updates @powersync/service-client from 0.0.3 to 0.0.6

Commits
  • 9ca82d7 Version Packages (#603)
  • 22f16f9 Correlate parameters if they originate from the same logical result set (#633)
  • ad9ea06 Fix JWK EC P-521 config schema (#636)
  • 6304a21 Fail early if too many parameters are requested at once (#635)
  • b8f0195 Warn on unreferenced common table expressions (#634)
  • 8afe719 Include requested lookup for parameter results (#630)
  • 1a99e5c Upgrade to pnpm 11 (#629)
  • c61381f Fix leaking uninitialized memory in BSON -> JSON conversion (#628)
  • 60520dc fix(service-errors): correct MongoDB sync API heading prefix (#627)
  • 040fffd Improve consistency in logs, error messages and comments (#626)
  • Additional commits viewable in compare view

Updates @powersync/service-schema from 1.21.0 to 1.23.1

Release notes

Sourced from @​powersync/service-schema's releases.

v1.23.1

What's Changed

Full Changelog: powersync-ja/powersync-service@v1.23.0...v1.23.1

v1.23.0 - 2026-06-23

  • [IMPROVED] lower() and upper() are now Unicode-aware even with unstable_sqlite_expression_engine: true enabled, using the JavaScript evaluator's behavior instead of SQLite's ASCII-only default. ([PR #666](powersync-ja/powersync-service#666))
  • [IMPROVED] The "Cannot mark snapshot done while source tables still require snapshotting" error now names the tables still pending a snapshot. ([PR #681](powersync-ja/powersync-service#681))
  • [FIXED] Sync Streams: parameter queries that select from a table matched by a wildcard pattern now return a proper error response instead of failing unexpectedly. ([PR #676](powersync-ja/powersync-service#676))

Full Changelog: powersync-ja/powersync-service@v1.22.0...v1.23.0

v1.22.0 - 2026-06-04

Full Changelog: powersync-ja/powersync-service@v1.21.0...v1.22.0

Commits
  • 4b76282 Version Packages (#688)
  • dd141f8 Test precedence of columns in conflict with * (#685)
  • 7e65360 Restructure replication locks (#686)
  • c41f50c Restructure releases (#687)
  • c406602 Version Packages (#667)
  • 101ea67 Include table names in "Cannot mark snapshot done while source tables (#681)
  • fd2ecac [Incremental Reprocessing] Fix compact performance and crash for V3 storage (...
  • 916d7a7 Disable clustered collections for v3 storage. (#678)
  • 9ec0ad8 [Incremental Reprocessing] Sync config cleanup (#675)
  • a91a08f [Incremental Reprocessing] Support for multiple sync configs on MongoDB stora...
  • Additional commits viewable in compare view

Updates @powersync/service-sync-rules from 0.34.1 to 0.37.0

Commits

Updates @powersync/service-types from 0.15.0 to 0.15.2

Commits
  • 9ca82d7 Version Packages (#603)
  • 22f16f9 Correlate parameters if they originate from the same logical result set (#633)
  • ad9ea06 Fix JWK EC P-521 config schema (#636)
  • 6304a21 Fail early if too many parameters are requested at once (#635)
  • b8f0195 Warn on unreferenced common table expressions (#634)
  • 8afe719 Include requested lookup for parameter results (#630)
  • 1a99e5c Upgrade to pnpm 11 (#629)
  • c61381f Fix leaking uninitialized memory in BSON -> JSON conversion (#628)
  • 60520dc fix(service-errors): correct MongoDB sync API heading prefix (#627)
  • 040fffd Improve consistency in logs, error messages and comments (#626)
  • Additional commits viewable in compare view

Updates @powersync/sync-config-tools from 0.1.2 to 0.1.3

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

Bumps the powersync group with 3 updates in the / directory: [powersync](https://github.com/powersync-ja/powersync-cli), [@powersync/common](https://github.com/powersync-ja/powersync-js) and [@powersync/web](https://github.com/powersync-ja/powersync-js).


Updates `powersync` from 0.9.4 to 0.10.0
- [Release notes](https://github.com/powersync-ja/powersync-cli/releases)
- [Commits](https://github.com/powersync-ja/powersync-cli/compare/powersync@0.9.4...powersync@0.10.0)

Updates `@powersync/common` from 1.53.1 to 1.57.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.57.0)

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

Updates `@powersync/cli-core` from 0.9.4 to 0.10.0
- [Release notes](https://github.com/powersync-ja/powersync-cli/releases)
- [Commits](https://github.com/powersync-ja/powersync-cli/compare/@powersync/cli-core@0.9.4...@powersync/cli-core@0.10.0)

Updates `@powersync/cli-plugin-config-edit` from 0.9.4 to 0.10.0
- [Release notes](https://github.com/powersync-ja/powersync-cli/releases)
- [Commits](https://github.com/powersync-ja/powersync-cli/compare/@powersync/cli-plugin-config-edit@0.9.4...@powersync/cli-plugin-config-edit@0.10.0)

Updates `@powersync/cli-plugin-docker` from 0.9.4 to 0.10.0
- [Release notes](https://github.com/powersync-ja/powersync-cli/releases)
- [Commits](https://github.com/powersync-ja/powersync-cli/compare/@powersync/cli-plugin-docker@0.9.4...@powersync/cli-plugin-docker@0.10.0)

Updates `@powersync/cli-schemas` from 0.9.4 to 0.10.0
- [Release notes](https://github.com/powersync-ja/powersync-cli/releases)
- [Commits](https://github.com/powersync-ja/powersync-cli/compare/@powersync/cli-schemas@0.9.4...@powersync/cli-schemas@0.10.0)

Updates `@powersync/management-client` from 0.0.6 to 0.1.3
- [Commits](https://github.com/journeyapps-platform/powersync/commits/HEAD/public-packages/client)

Updates `@powersync/management-types` from 0.0.5 to 0.2.2
- [Commits](https://github.com/journeyapps-platform/powersync/commits/HEAD/public-packages/types)

Updates `@powersync/service-client` from 0.0.3 to 0.0.6
- [Release notes](https://github.com/powersync-ja/powersync-service/releases)
- [Commits](https://github.com/powersync-ja/powersync-service/compare/@powersync/service-client@0.0.3...@powersync/service-client@0.0.6)

Updates `@powersync/service-schema` from 1.21.0 to 1.23.1
- [Release notes](https://github.com/powersync-ja/powersync-service/releases)
- [Commits](https://github.com/powersync-ja/powersync-service/compare/@powersync/service-schema@1.21.0...v1.23.1)

Updates `@powersync/service-sync-rules` from 0.34.1 to 0.37.0
- [Release notes](https://github.com/powersync-ja/powersync-service/releases)
- [Commits](https://github.com/powersync-ja/powersync-service/compare/@powersync/service-sync-rules@0.34.1...@powersync/service-sync-rules@0.37.0)

Updates `@powersync/service-types` from 0.15.0 to 0.15.2
- [Release notes](https://github.com/powersync-ja/powersync-service/releases)
- [Commits](https://github.com/powersync-ja/powersync-service/compare/@powersync/service-types@0.15.0...@powersync/service-types@0.15.2)

Updates `@powersync/sync-config-tools` from 0.1.2 to 0.1.3
- [Commits](https://github.com/powersync-ja/sync-config-editing-tools/commits)

---
updated-dependencies:
- dependency-name: powersync
  dependency-version: 0.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: powersync
- dependency-name: "@powersync/common"
  dependency-version: 1.57.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: powersync
- dependency-name: "@powersync/web"
  dependency-version: 1.38.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: powersync
- dependency-name: "@powersync/cli-core"
  dependency-version: 0.10.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: powersync
- dependency-name: "@powersync/cli-plugin-config-edit"
  dependency-version: 0.10.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: powersync
- dependency-name: "@powersync/cli-plugin-docker"
  dependency-version: 0.10.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: powersync
- dependency-name: "@powersync/cli-schemas"
  dependency-version: 0.10.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: powersync
- dependency-name: "@powersync/management-client"
  dependency-version: 0.1.3
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: powersync
- dependency-name: "@powersync/management-types"
  dependency-version: 0.2.2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: powersync
- dependency-name: "@powersync/service-client"
  dependency-version: 0.0.6
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: powersync
- dependency-name: "@powersync/service-schema"
  dependency-version: 1.23.1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: powersync
- dependency-name: "@powersync/service-sync-rules"
  dependency-version: 0.37.0
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: powersync
- dependency-name: "@powersync/service-types"
  dependency-version: 0.15.2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: powersync
- dependency-name: "@powersync/sync-config-tools"
  dependency-version: 0.1.3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: powersync
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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