Skip to content

chore(deps): update all non-major dependencies#1248

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch
Open

chore(deps): update all non-major dependencies#1248
renovate[bot] wants to merge 1 commit intomainfrom
renovate/all-minor-patch

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 16, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
@electric-sql/client (source) ^1.5.3^1.5.6 age confidence devDependencies patch
@electric-sql/client (source) ^1.5.3^1.5.6 age confidence dependencies patch
@fast-check/vitest (source) ^0.2.0^0.2.4 age confidence devDependencies patch
@powersync/common (source) ^1.46.0^1.47.0 age confidence devDependencies minor
@powersync/node (source) ^0.15.2^0.17.1 age confidence devDependencies minor
@react-native-async-storage/async-storage (source) 2.1.22.2.0 age confidence dependencies minor
@react-native-community/netinfo 11.4.111.5.2 age confidence devDependencies minor
@react-native-community/netinfo 11.4.111.5.2 age confidence dependencies minor
@tailwindcss/postcss (source) ^4.1.18^4.2.0 age confidence devDependencies minor
@tailwindcss/vite (source) ^4.1.18^4.2.0 age confidence devDependencies minor
@tailwindcss/vite (source) ^4.1.18^4.2.0 age confidence dependencies minor
@tailwindcss/vite (source) ^4.1.18^4.2.0 age confidence devDependencies minor
@tanstack/eslint-config (source) 0.3.40.4.0 age confidence devDependencies minor
@tanstack/react-query (source) ^5.90.20^5.90.21 age confidence dependencies patch
@tanstack/react-router (source) ^1.159.5^1.161.1 age confidence dependencies minor
@tanstack/react-router (source) ^1.159.5^1.161.1 age confidence dependencies minor
@tanstack/react-router-devtools (source) ^1.159.5^1.161.1 age confidence dependencies minor
@tanstack/react-router-devtools (source) ^1.159.5^1.161.1 age confidence dependencies minor
@tanstack/react-start (source) ^1.159.5^1.161.1 age confidence dependencies minor
@tanstack/react-start (source) ^1.159.5^1.161.1 age confidence dependencies minor
@tanstack/router-plugin (source) ^1.159.5^1.161.1 age confidence dependencies minor
@tanstack/solid-router (source) ^1.159.5^1.161.1 age confidence dependencies minor
@tanstack/solid-start (source) ^1.159.5^1.161.1 age confidence dependencies minor
@tanstack/store (source) ^0.8.0^0.9.1 age confidence dependencies minor
@types/react (source) ^19.2.13^19.2.14 age confidence devDependencies patch
@types/react (source) ^19.2.13^19.2.14 age confidence devDependencies minor
@types/react (source) ^19.2.13^19.2.14 age confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) ^8.55.0^8.56.0 age confidence devDependencies minor
@typescript-eslint/eslint-plugin (source) ^8.55.0^8.56.0 age confidence devDependencies minor
@typescript-eslint/parser (source) ^8.55.0^8.56.0 age confidence devDependencies minor
@typescript-eslint/parser (source) ^8.55.0^8.56.0 age confidence devDependencies minor
@vitejs/plugin-react (source) ^5.1.3^5.1.4 age confidence devDependencies patch
actions/checkout v6.0.1v6.0.2 age confidence action patch
changesets/action v1.5.3v1.7.0 age confidence action minor
dotenv ^17.2.4^17.3.1 age confidence dependencies minor
eslint-plugin-react-refresh ^0.4.26^0.5.0 age confidence devDependencies minor
expo (source) ~53.0.26~53.0.27 age confidence dependencies patch
expo-constants (source) ~17.1.0~17.1.8 age confidence dependencies patch
expo-linking (source) ~7.1.0~7.1.7 age confidence dependencies patch
expo-status-bar (source) ~2.2.0~2.2.3 age confidence dependencies patch
fast-check (source) ^3.23.0^3.23.2 age confidence devDependencies patch
gradle (source) 8.138.14.4 age confidence minor
karma-jasmine-html-reporter ~2.1.0~2.2.0 age confidence devDependencies minor
knip (source) ^5.83.1^5.84.1 age confidence devDependencies minor
metro 0.82.50.83.3 age confidence pnpm.overrides minor
metro 0.82.50.83.3 age confidence dependencies minor
pnpm (source) 10.27.010.30.0 age confidence packageManager minor
pnpm (source) 10.27.010.30.0 age confidence uses-with minor
pnpm (source) 10.26.010.30.0 age confidence minor
react-native (source, changelog) 0.79.60.84.0 age confidence devDependencies minor
react-native (source, changelog) 0.79.60.84.0 age confidence dependencies minor
react-native-safe-area-context 5.4.05.6.2 age confidence dependencies minor
react-native-screens ~4.11.1~4.23.0 age confidence dependencies minor
svelte (source) ^5.50.0^5.53.0 age confidence devDependencies minor
svelte-check ^4.3.6^4.4.1 age confidence devDependencies minor
tailwindcss (source) ^4.1.18^4.2.0 age confidence dependencies minor
tailwindcss (source) ^4.1.18^4.2.0 age confidence dependencies minor
tailwindcss (source) ^4.1.18^4.2.0 age confidence devDependencies minor
trailbase (source) ^0.8.0^0.9.1 age confidence dependencies minor
vite (source) ^7.3.0^7.3.1 age confidence devDependencies patch
vite (source) ^7.3.0^7.3.1 age confidence devDependencies patch
zone.js (source, changelog) ~0.15.0~0.16.1 age confidence devDependencies minor
zone.js (source, changelog) ~0.15.0~0.16.1 age confidence dependencies minor

Release Notes

electric-sql/electric (@​electric-sql/client)

v1.5.6

Compare Source

v1.5.5

Compare Source

Patch Changes
  • e9bc504: Fix TypeError: Cannot use 'in' operator crash when a proxy or CDN returns a non-array JSON response from the shape endpoint. Add null-safety to message type guards and throw a proper FetchError for non-array responses so the existing retry/backoff infrastructure handles it.

v1.5.4

Compare Source

Patch Changes
  • 186b8f8: Properly bundle fetch-event-source, so consumer use patched version.

    When liveSse mode got introduced, it included fetch-event-source which is used instead of built-in EventSource because of richer capabilities. However, it had a few assumptions (document/window existence) + bugs, when it comes to aborting. This was patched, however, when building typescript-client patched version isn't included and when user uses it - they have unpatched version.

powersync-ja/powersync-js (@​powersync/common)

v1.47.0

Compare Source

Minor Changes
Patch Changes
  • c506299: Enable trusted publishing for the PowerSync SDK.
react-native-async-storage/async-storage (@​react-native-async-storage/async-storage)

v2.2.0

Compare Source

Minor Changes
  • 8b2f32b: Fix support for React Native 0.80
react-native-netinfo/react-native-netinfo (@​react-native-community/netinfo)

v11.5.2

Compare Source

Bug Fixes
  • android: use node resolver to find react-native / helps monorepo builds (#​789) (9a42efe)

v11.5.1

Compare Source

Bug Fixes
  • ios: remove requestedInterface param nullability specifier for new arch compat (#​788) (a41dc30)

v11.5.0

Compare Source

Bug Fixes
  • release: enable corepack for modern yarn during release (f8ada1f)
  • release: update publish workflow and related dependencies (#​786) (b1ef935)
Features

11.4.1 (2024-09-20)

Bug Fixes
  • ensure one reachability check in-flight at once / proper useEffect listener cleanup (#​732) (eaed080)
tailwindlabs/tailwindcss (@​tailwindcss/postcss)

v4.2.0

Compare Source

Added
  • Add mauve, olive, mist, and taupe color palettes to the default theme (#​19627)
  • Add @tailwindcss/webpack package to run Tailwind CSS as a webpack plugin (#​19610)
  • Add pbs-* and pbe-* utilities for padding-block-start and padding-block-end (#​19601)
  • Add mbs-* and mbe-* utilities for margin-block-start and margin-block-end (#​19601)
  • Add scroll-pbs-* and scroll-pbe-* utilities for scroll-padding-block-start and scroll-padding-block-end (#​19601)
  • Add scroll-mbs-* and scroll-mbe-* utilities for scroll-margin-block-start and scroll-margin-block-end (#​19601)
  • Add border-bs-* and border-be-* utilities for border-block-start and border-block-end (#​19601)
  • Add inline-*, min-inline-*, max-inline-* utilities for inline-size, min-inline-size, and max-inline-size (#​19612)
  • Add block-*, min-block-*, max-block-* utilities for block-size, min-block-size, and max-block-size (#​19612)
  • Add inset-s-*, inset-e-*, inset-bs-*, inset-be-* utilities for inset-inline-start, inset-inline-end, inset-block-start, and inset-block-end (#​19613)
  • Add font-features-* utility for font-feature-settings (#​19623)
Fixed
  • Prevent double @supports wrapper for color-mix values (#​19450)
  • Allow whitespace around @source inline() argument (#​19461)
  • Emit comment when source maps are saved to files when using @tailwindcss/cli (#​19447)
  • Detect utilities containing capital letters followed by numbers (#​19465)
  • Fix class extraction for Rails' strict locals (#​19525)
  • Align @utility name validation with Oxide scanner rules (#​19524)
  • Fix infinite loop when using @variant inside @custom-variant (#​19633)
  • Allow multiples of .25 in aspect-* fractions (e.g. aspect-8.5/11) (#​19688)
  • Ensure changes to external files listed via @source trigger a full page reload when using @tailwindcss/vite (#​19670)
  • Improve performance of Oxide scanner in bigger projects by reducing file system walks (#​19632)
  • Ensure import aliases in Astro v5 work without crashing when using @tailwindcss/vite (#​19677)
  • Allow escape characters in @utility names to improve support with formatters such as Biome (#​19626)
  • Fix incorrect canonicalization results when canonicalizing multiple times (#​19675)
  • Add .jj to default ignored content directories (#​19687)
Deprecated
  • Deprecate start-* and end-* utilities in favor of inline-s-* and inline-e-* utilities (#​19613)
TanStack/config (@​tanstack/eslint-config)

v0.4.0

Compare Source

Minor Changes
TanStack/query (@​tanstack/react-query)

v5.90.21

Compare Source

Patch Changes
  • refactor(react-query/useQueries): remove unreachable 'willFetch' branch in suspense promise collection (#​10082)
TanStack/router (@​tanstack/react-router)

v1.161.1

Compare Source

v1.160.2

Compare Source

Version 1.160.2 - 2/16/26, 7:27 PM

Changes

Fix
Other

Packages

v1.160.0

Compare Source

Version 1.160.0 - 2/15/26, 7:06 AM

Changes

Feat
  • router-core, react-router, solid-router, vue-router: isDangerousProtocol uses customizable allowlist (#​6542) (6ddb586) by @​Sheraff

Packages

v1.159.14

Compare Source

Version 1.159.14 - 2/15/26, 1:45 AM

Changes

Fix
  • react-router: remove async/defer attributes during hydration to prevent warnings (#​6479) (067951f) by 홍규진
Test
Docs
  • start: fix typos in React quick start (#​6638) (6ee1586) by Pavan Shinde
Other

Packages

v1.159.10

Compare Source

Version 1.159.10 - 2/14/26, 1:19 AM

Changes
Fix
  • preserve data script content during client hydration (#​6653) (fb139e8) by nikuscs
  • lazy-compile server fn on dev restart to avoid invalid ID error (#​6655) (f212098) by Manuel Schiller
Packages

v1.159.9

Compare Source

Version 1.159.9 - 2/14/26, 12:46 AM

Changes

Fix
  • resolve pending state when throwing notFound in beforeLoad (#​6654) (2148b1b) by Manuel Schiller

Packages


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 becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@changeset-bot
Copy link

changeset-bot bot commented Feb 16, 2026

⚠️ No Changeset found

Latest commit: 10c5b0a

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@pkg-pr-new
Copy link

pkg-pr-new bot commented Feb 16, 2026

More templates

@tanstack/angular-db

npm i https://pkg.pr.new/@tanstack/angular-db@1248

@tanstack/db

npm i https://pkg.pr.new/@tanstack/db@1248

@tanstack/db-ivm

npm i https://pkg.pr.new/@tanstack/db-ivm@1248

@tanstack/electric-db-collection

npm i https://pkg.pr.new/@tanstack/electric-db-collection@1248

@tanstack/offline-transactions

npm i https://pkg.pr.new/@tanstack/offline-transactions@1248

@tanstack/powersync-db-collection

npm i https://pkg.pr.new/@tanstack/powersync-db-collection@1248

@tanstack/query-db-collection

npm i https://pkg.pr.new/@tanstack/query-db-collection@1248

@tanstack/react-db

npm i https://pkg.pr.new/@tanstack/react-db@1248

@tanstack/rxdb-db-collection

npm i https://pkg.pr.new/@tanstack/rxdb-db-collection@1248

@tanstack/solid-db

npm i https://pkg.pr.new/@tanstack/solid-db@1248

@tanstack/svelte-db

npm i https://pkg.pr.new/@tanstack/svelte-db@1248

@tanstack/trailbase-db-collection

npm i https://pkg.pr.new/@tanstack/trailbase-db-collection@1248

@tanstack/vue-db

npm i https://pkg.pr.new/@tanstack/vue-db@1248

commit: b7073b3

@github-actions
Copy link
Contributor

github-actions bot commented Feb 16, 2026

Size Change: 0 B

Total Size: 92 kB

ℹ️ View Unchanged
Filename Size
./packages/db/dist/esm/collection/change-events.js 1.39 kB
./packages/db/dist/esm/collection/changes.js 1.22 kB
./packages/db/dist/esm/collection/events.js 388 B
./packages/db/dist/esm/collection/index.js 3.32 kB
./packages/db/dist/esm/collection/indexes.js 1.1 kB
./packages/db/dist/esm/collection/lifecycle.js 1.75 kB
./packages/db/dist/esm/collection/mutations.js 2.34 kB
./packages/db/dist/esm/collection/state.js 3.49 kB
./packages/db/dist/esm/collection/subscription.js 3.71 kB
./packages/db/dist/esm/collection/sync.js 2.41 kB
./packages/db/dist/esm/deferred.js 207 B
./packages/db/dist/esm/errors.js 4.7 kB
./packages/db/dist/esm/event-emitter.js 748 B
./packages/db/dist/esm/index.js 2.69 kB
./packages/db/dist/esm/indexes/auto-index.js 742 B
./packages/db/dist/esm/indexes/base-index.js 766 B
./packages/db/dist/esm/indexes/btree-index.js 2.17 kB
./packages/db/dist/esm/indexes/lazy-index.js 1.1 kB
./packages/db/dist/esm/indexes/reverse-index.js 538 B
./packages/db/dist/esm/local-only.js 837 B
./packages/db/dist/esm/local-storage.js 2.1 kB
./packages/db/dist/esm/optimistic-action.js 359 B
./packages/db/dist/esm/paced-mutations.js 496 B
./packages/db/dist/esm/proxy.js 3.75 kB
./packages/db/dist/esm/query/builder/functions.js 733 B
./packages/db/dist/esm/query/builder/index.js 4.09 kB
./packages/db/dist/esm/query/builder/ref-proxy.js 1.05 kB
./packages/db/dist/esm/query/compiler/evaluators.js 1.43 kB
./packages/db/dist/esm/query/compiler/expressions.js 430 B
./packages/db/dist/esm/query/compiler/group-by.js 1.81 kB
./packages/db/dist/esm/query/compiler/index.js 2.02 kB
./packages/db/dist/esm/query/compiler/joins.js 2.11 kB
./packages/db/dist/esm/query/compiler/order-by.js 1.45 kB
./packages/db/dist/esm/query/compiler/select.js 1.06 kB
./packages/db/dist/esm/query/expression-helpers.js 1.43 kB
./packages/db/dist/esm/query/ir.js 673 B
./packages/db/dist/esm/query/live-query-collection.js 360 B
./packages/db/dist/esm/query/live/collection-config-builder.js 5.44 kB
./packages/db/dist/esm/query/live/collection-registry.js 264 B
./packages/db/dist/esm/query/live/collection-subscriber.js 2.42 kB
./packages/db/dist/esm/query/live/internal.js 145 B
./packages/db/dist/esm/query/optimizer.js 2.56 kB
./packages/db/dist/esm/query/predicate-utils.js 2.97 kB
./packages/db/dist/esm/query/subset-dedupe.js 921 B
./packages/db/dist/esm/scheduler.js 1.3 kB
./packages/db/dist/esm/SortedMap.js 1.3 kB
./packages/db/dist/esm/strategies/debounceStrategy.js 247 B
./packages/db/dist/esm/strategies/queueStrategy.js 428 B
./packages/db/dist/esm/strategies/throttleStrategy.js 246 B
./packages/db/dist/esm/transactions.js 2.9 kB
./packages/db/dist/esm/utils.js 924 B
./packages/db/dist/esm/utils/browser-polyfills.js 304 B
./packages/db/dist/esm/utils/btree.js 5.61 kB
./packages/db/dist/esm/utils/comparison.js 952 B
./packages/db/dist/esm/utils/cursor.js 457 B
./packages/db/dist/esm/utils/index-optimization.js 1.51 kB
./packages/db/dist/esm/utils/type-guards.js 157 B

compressed-size-action::db-package-size

@github-actions
Copy link
Contributor

github-actions bot commented Feb 16, 2026

Size Change: 0 B

Total Size: 3.7 kB

ℹ️ View Unchanged
Filename Size
./packages/react-db/dist/esm/index.js 225 B
./packages/react-db/dist/esm/useLiveInfiniteQuery.js 1.17 kB
./packages/react-db/dist/esm/useLiveQuery.js 1.34 kB
./packages/react-db/dist/esm/useLiveSuspenseQuery.js 559 B
./packages/react-db/dist/esm/usePacedMutations.js 401 B

compressed-size-action::react-db-package-size

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 19 times, most recently from d910afd to ec36836 Compare February 19, 2026 18:57
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ec36836 to 10c5b0a Compare February 19, 2026 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants

Comments