Skip to content

deps: bump the powersync group across 1 directory with 15 updates#5

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown

Bumps the powersync group with 4 updates in the / directory: powersync, @journeyapps/wa-sqlite, @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 @journeyapps/wa-sqlite from 1.7.0 to 1.7.2

Release notes

Sourced from @​journeyapps/wa-sqlite's releases.

v1.7.2

Patch Changes

  • f6c92d7: Internal: Fix automated releases.
Changelog

Sourced from @​journeyapps/wa-sqlite's changelog.

1.7.2

Patch Changes

  • f6c92d7: Internal: Fix automated releases.

1.7.1

Patch Changes

  • 4a20bd5: Fix a few type declarations.
Commits

Updates @powersync/common from 1.53.1 to 1.57.2

Release notes

Sourced from @​powersync/common's releases.

@​powersync/common@​1.57.2

Patch Changes

  • 5966708: Fixed an issue where clients using the HTTP connection method could get stuck in an endless auth-error retry loop when their token expired while disconnected (e.g. after network interruptions or device sleep).
  • 0746836: fix typescript error on ILogLevel types

@​powersync/common@​1.57.1

Patch Changes

  • Fix not being able to run queries in the onChange callback of createDiffTrigger.

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

Updates @powersync/web from 1.38.1 to 1.39.0

Release notes

Sourced from @​powersync/web's releases.

@​powersync/web@​1.39.0

Minor Changes

  • b097a7f: Allow using in-memory databases with WASQLiteVFS.InMemoryVFS.

Patch Changes

  • Updated dependencies [5966708]
  • Updated dependencies [0746836]
    • @​powersync/common@​1.57.2

@​powersync/web@​1.38.7

Patch Changes

  • Updated dependencies
    • @​powersync/common@​1.57.1

@​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]

... (truncated)

Commits

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

Commits

Updates @powersync/management-types from 0.0.5 to 0.2.4

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

Release notes

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

v1.23.3 - 2026-07-07

  • [ADDED] Experimental support for Azure Cosmos DB for MongoDB vCore (Azure DocumentDB) as a replication source. ([PR #605](powersync-ja/powersync-service#605))
  • [IMPROVED] Sync Streams now warn when a stream joins multiple sources and the primary table has an unquoted alias, since rows can silently sync under the alias instead of the table's name. ([PR #662](powersync-ja/powersync-service#662))
  • [FIXED] A cache entry evicted while its query was still in flight no longer cancels the request with an unhelpful evicted error; the query now completes and its result is used. ([PR #711](powersync-ja/powersync-service#711))
  • [FIXED] [MongoDB Storage] Occasional readConcern errors when using bulk_read_preference with secondary reads. ([PR #710](powersync-ja/powersync-service#710))

Full Changelog: powersync-ja/powersync-service@v1.23.2...v1.23.3

v1.23.2 - 2026-07-02

  • [ADDED] api.parameters.bucket_count_cache_ttl_minutes config option to control how long bucket checksums and counts are cached, reducing calculation overhead under load (self-hosted only). ([PR #695](powersync-ja/powersync-service#695))
  • [ADDED] Experimental bulk_read_preference config option for MongoDB storage, to spread bucket data and checksum reads across secondaries (e.g. secondaryPreferred or nearest) instead of always hitting the primary (self-hosted only). ([PR #697](powersync-ja/powersync-service#697))
  • [IMPROVED] Sync Streams: queries that select * after an aliased column (e.g. SELECT public_id AS id, *) now log a warning, since the * can silently overwrite the alias. ([PR #689](powersync-ja/powersync-service#689))
  • [IMPROVED] Concurrent write-checkpoint2 requests are now batched into a single database round-trip, cutting response times under load and avoiding client-side 429 errors from retries. ([PR #691](powersync-ja/powersync-service#691))
  • [IMPROVED] [MongoDB] Several internal storage writes (checkpoint notifications, error clearing, resume LSN updates) no longer wait for majority write acknowledgement, reducing write latency when replication lag is high. ([PR #699](powersync-ja/powersync-service#699))
  • [IMPROVED] Sync logs now include checkpoint_complete, partial_checkpoint_complete, and checkpoint_invalidated events with operation counts, bytes synced, and timing breakdowns, replacing the noisier per-lock sync messages. ([PR #701](powersync-ja/powersync-service#701))
  • [FIXED] A checkpoint using bucket priorities could report complete without its full data if a concurrent compaction invalidated it mid-sync, requiring a full re-download of the affected buckets on the next checksum check. ([PR #701](powersync-ja/powersync-service#701))

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

v1.23.1 - 2026-06-25

  • [IMPROVED] Docker images now follow a next/stable promotion process: new releases publish as 1.23.1-next (and 1-next, 1.23-next) first, then are promoted to 1.23.1 (and 1, 1.23) after validation. ([PR #687](powersync-ja/powersync-service#687))
  • [IMPROVED] Rolling deploys hand off replication faster: a new process starts replicating almost immediately instead of waiting for the next polling interval. ([PR #686](powersync-ja/powersync-service#686))
  • [FIXED] Replication no longer fails to acquire its lock when a sync config update is added to an existing replication stream. ([PR #686](powersync-ja/powersync-service#686))

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

... (truncated)

Commits
  • 6aab57d Version Packages (#702)
  • 1f854d3 [MongoDB Storage] Fix occasional readConcern errors when using bulk_read_pref...
  • ea31f64 Fix 'evicted' errors (#711)
  • edc6ed4 fix(sync-rules): surface JOIN clauses in Sync Streams as a loud error (#565) ...
  • 7c5dd4d Remove action to auto-update the dockerhub description. (#708)
  • ea71bf3 Move old parsing code into legacy/ dir (#707)
  • d99c31f feat: experimental Azure Document DB support (#605)
  • 06b4092 Version Packages (#692)
  • 71d4a0a Log checkpoint_complete / Fix checkpoint invalidation bug (#701)
  • b9f6b6f [MongoDB Storage] Optimize writes under high replication lag (#699)
  • 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 4 updates in the / directory: [powersync](https://github.com/powersync-ja/powersync-cli), [@journeyapps/wa-sqlite](https://github.com/powersync-ja/wa-sqlite), [@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 `@journeyapps/wa-sqlite` from 1.7.0 to 1.7.2
- [Release notes](https://github.com/powersync-ja/wa-sqlite/releases)
- [Changelog](https://github.com/powersync-ja/wa-sqlite/blob/master/CHANGELOG.md)
- [Commits](powersync-ja/wa-sqlite@v1.7.0...v1.7.2)

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

Updates `@powersync/web` from 1.38.1 to 1.39.0
- [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.39.0)

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.5
- [Commits](https://github.com/journeyapps-platform/powersync/commits/HEAD/public-packages/client)

Updates `@powersync/management-types` from 0.0.5 to 0.2.4
- [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.3
- [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.3)

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: "@journeyapps/wa-sqlite"
  dependency-version: 1.7.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: powersync
- dependency-name: "@powersync/common"
  dependency-version: 1.57.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: powersync
- dependency-name: "@powersync/web"
  dependency-version: 1.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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.5
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: powersync
- dependency-name: "@powersync/management-types"
  dependency-version: 0.2.4
  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.3
  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 Jul 13, 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