chore(deps): update all non-major dependencies#895
Merged
Conversation
|
More templates
@tanstack/angular-db
@tanstack/db
@tanstack/db-ivm
@tanstack/electric-db-collection
@tanstack/offline-transactions
@tanstack/powersync-db-collection
@tanstack/query-db-collection
@tanstack/react-db
@tanstack/rxdb-db-collection
@tanstack/solid-db
@tanstack/svelte-db
@tanstack/trailbase-db-collection
@tanstack/vue-db
commit: |
Contributor
|
Size Change: 0 B Total Size: 86.3 kB ℹ️ View Unchanged
|
Contributor
|
Size Change: 0 B Total Size: 3.34 kB ℹ️ View Unchanged
|
kevin-dp
pushed a commit
that referenced
this pull request
Nov 25, 2025
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.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.
This PR contains the following updates:
^20.3.10->^20.3.11^20.3.10->^20.3.11^20.3.12->^20.3.13^20.3.12->^20.3.13^20.3.12->^20.3.13^20.3.12->^20.3.13^20.3.12->^20.3.13^20.3.12->^20.3.13^20.3.12->^20.3.131.1.4->1.1.5^1.42.0->^1.43.0^0.14.1->^0.14.2^2.5.4->^2.5.6^0.22.0->^0.22.1^0.2.0->^0.2.5^1.136.8->^1.139.3^1.136.8->^1.139.3^1.136.8->^1.139.3^1.136.8->^1.139.3^1.136.8->^1.139.3^1.136.8->^1.139.3^1.136.8->^1.139.3^0.1.43->^0.1.48^1.136.8->^1.139.3^1.136.8->^1.139.3^0.1.44->^0.1.49^11.7.1->^11.7.2^11.7.1->^11.7.2^19.2.5->^19.2.6^19.2.5->^19.2.6^19.2.5->^19.2.6^18.3.26->^18.3.27^8.46.4->^8.47.0^8.46.4->^8.47.0^8.46.4->^8.47.0^8.46.4->^8.47.0^6.0.1->^6.0.2v5.0.0->v5.0.1^5.69.1->^5.70.1^4.0.2->^4.0.310.22.0->10.23.010.22.0->10.23.0^5.43.8->^5.43.14^7.2.2->^7.2.4^0.15.1->^0.16.0~0.15.1->~0.16.0Release Notes
angular/angular-cli (@angular/build)
v20.3.11Compare Source
@angular/build
ɵgetOrCreateAngularServerAppis always defined after errorsangular/angular (@angular/common)
v20.3.13Compare Source
electric-sql/electric (@electric-sql/client)
v1.1.5Compare Source
Patch Changes
aacfba4: Expose the ShapeStream.fetchSnapshot as a public api that can be used to fetch a snapshot without it being injected into the emitted stream of change messages. This is useful for cases where the user wants to handle the application of these snapshot in a custom way.powersync-ja/powersync-js (@powersync/common)
v1.43.0Compare Source
Minor Changes
507197f: Revertevent-iteratorexternalization in@powersync/commonrollup config. This now bundlesevent-iteratoragain in@powersync/common's non Node.js export.sveltejs/kit (@sveltejs/package)
v2.5.6Compare Source
Patch Changes
.tsextensions to.jsin import/export statements of Svelte files when usingrewriteRelativeImportExtensions(#14936)v2.5.5Compare Source
Patch Changes
rewriteRelativeImportExtensions(#14673)TanStack/config (@tanstack/config)
v0.22.1Compare Source
Patch Changes
chore: update deps (#315)
Updated dependencies [
2c67197,8fa3822]:TanStack/db (@tanstack/electric-db-collection)
v0.2.5Compare Source
Patch Changes
077fc1a]:v0.2.4Compare Source
Patch Changes
Fixed bug where
like()andilike()operators were not working in on-demand mode. The SQL compiler was incorrectly treating these operators as function calls (LIKE(column, pattern)) instead of binary operators (column LIKE pattern). Nowlike()andilike()correctly compile to SQL binary operator syntax, enabling search queries with pattern matching in on-demand mode. This fix supports patterns likelike(lower(offers.title), '%search%')and combining multiple conditions withor(). (#884)Fix progressive mode to use fetchSnapshot and atomic swap (#852)
Progressive mode was broken because
requestSnapshot()injected snapshots into the stream in causally correct position, which didn't work properly with thefullmode stream. This release fixes progressive mode by:Core Changes:
fetchSnapshot()during initial sync to fetch and apply snapshots immediately in sync transactionsisBufferingInitialSync)up-to-date: truncate snapshot data → apply buffered messages → mark readyTest Infrastructure:
ELECTRIC_TEST_HOOKSsymbol for test control (hidden from public API)progressiveTestControl.releaseInitialSync()to E2E test config for explicit transition controlBug Fixes:
Updated dependencies [
acb3e4f,464805d,2c2e4db,15c772f]:v0.2.3Compare Source
Patch Changes
Improve type of mutations in transactions (#854)
Updated dependencies [
846a830,8e26dcf]:v0.2.2Compare Source
Patch Changes
99a3716]:v0.2.1Compare Source
Patch Changes
a83a818]:TanStack/router (@tanstack/react-router)
v1.139.3Compare Source
Version 1.139.3 - 11/23/25, 12:38 AM
Changes
Fix
c35f70e) by jihoon8f5d93b) by Shreyas SarkarChore
3a14ffc) by @DeTuksaOther
2fd4cba) by Manuel SchillerPackages
v1.139.1Compare Source
Version 1.139.1 - 11/21/25, 11:05 PM
Changes
Fix
62a761c) by @SheraffRefactor
5e130d7) by @SheraffChore
FileRoute(#5916) (d1acec5) by @onstashCi
c3af4b8) by autofix-ci[bot]Docs
bc79c97) by SarahPackages
v1.139.0Compare Source
Version 1.139.0 - 11/20/25, 9:01 PM (Manual Release)
Changes
Chore
d2e9e39) by Birk SkyumCi
e59d8cd) by autofix-ci[bot]Packages
v1.136.18Compare Source
Version 1.136.18 - 11/19/25, 10:26 PM
Changes
Fix
93c4d6b) by vsh1hPackages
v1.136.17Compare Source
Version 1.136.17 - 11/19/25, 8:53 PM
Changes
Refactor
98d15a1) by @SheraffPackages
v1.136.16Compare Source
Version 1.136.16 - 11/19/25, 8:16 PM
Changes
Fix
37eb416) by RemiPackages
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.