-
Notifications
You must be signed in to change notification settings - Fork 132
chore(deps): update all non-major dependencies #986
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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: |
|
Size Change: 0 B Total Size: 88.2 kB ℹ️ View Unchanged
|
|
Size Change: 0 B Total Size: 3.35 kB ℹ️ View Unchanged
|
This PR contains the following updates:
^20.3.12->^20.3.13^20.3.12->^20.3.13^19.2.15->^19.2.17^20.0.0->^20.3.15^20.3.14->^20.3.15^19.2.16->^19.2.17^20.3.14->^20.3.15^19.2.16->^19.2.17^19.2.16->^19.2.17^20.3.14->^20.3.150.3.3->0.3.4^0.1.0->^0.1.1^5.90.11->^5.90.12^5.90.11->^5.90.12^1.139.12->^1.140.0^1.139.12->^1.140.0^1.139.12->^1.140.0^1.139.12->^1.140.0^1.139.12->^1.140.0^1.139.12->^1.140.0^1.139.12->^1.140.0^0.1.52->^0.1.54^1.139.12->^1.140.0^1.139.12->^1.140.00.3.2->0.3.30.4.1->0.4.3^8.48.0->^8.48.1^8.48.0->^8.48.1^8.48.0->^8.48.1^8.48.0->^8.48.1^2.1.27->^2.1.28^0.31.7->^0.31.8^0.31.7->^0.31.8^0.44.7->^0.45.0^0.44.7->^0.45.0^4.21.2->^4.22.1~5.12.1->~5.13.0^5.70.2->^5.71.0^3.7.3->^3.7.4^3.7.3->^3.7.4^19.2.0->^19.2.1^19.2.0->^19.2.1^19.2.0->^19.2.1^19.2.0->^19.2.1^19.2.0->^19.2.1^19.2.0->^19.2.116.21.0->16.21.1^5.45.2->^5.45.6Release Notes
angular/angular-cli (@angular/build)
v20.3.13Compare Source
@angular/cli
@modelcontextprotocol/sdkto v1.24.0angular/angular (@angular/common)
v19.2.17Compare Source
compiler
attributeNameand MathML/SVG URLsTanStack/config (@tanstack/eslint-config)
v0.3.4Compare Source
Patch Changes
TanStack/pacer (@tanstack/pacer-lite)
v0.1.1Compare Source
Patch Changes
TanStack/query (@tanstack/query-core)
v5.90.12Compare Source
Patch Changes
TanStack/query (@tanstack/react-query)
v5.90.12Compare Source
Patch Changes
72d8ac5]:TanStack/router (@tanstack/react-router)
v1.140.0Version 1.140.0 - 12/7/25, 6:22 AM (Manual Release)
Changes
Fix
43fd132) by Lachlan CollinsChore
c7fc110) by Lachlan CollinsdefaultParseSearch(#6020) (ec90441) by @ArmanioCi
e095841) by Lachlan Collins496c932) by Lachlan CollinsDocs
aac4621) by @morinokami5fa2cd3) by @morinokami6d619da) by Ender BonnetExamples
da69479) by Lachlan CollinsOther
3d6aa41) by Birk SkyumPackages
v1.139.14Compare Source
Version 1.139.14 - 12/2/25, 10:59 PM
Changes
Fix
a40f7aa) by @SheraffPackages
v1.139.13Compare Source
Version 1.139.13 - 12/2/25, 4:41 PM
Changes
Fix
24ff895) by Hakan ShehuPackages
TanStack/db (@tanstack/solid-db)
v0.1.54Compare Source
Patch Changes
Fixed
isReadyto returntruefor disabled queries inuseLiveQuery/injectLiveQueryacross all framework packages. When a query function returnsnullorundefined(disabling the query), there's no async operation to wait for, so the hook should be considered "ready" immediately. (#886)Additionally, all frameworks now have proper TypeScript overloads that explicitly support returning
undefined | nullfrom query functions, making the disabled query pattern type-safe.This fixes the common pattern where users conditionally enable queries and don't want to show loading states when the query is disabled.
Updated dependencies [
c4b9399,a1a484e]:v0.1.53Compare Source
Patch Changes
1d19d22,b3e4e80]:TanStack/config (@tanstack/typedoc-config)
v0.3.3Compare Source
Patch Changes
TanStack/config (@tanstack/vite-config)
v0.4.3Compare Source
Patch Changes
v0.4.2Compare Source
Patch Changes
typescript-eslint/typescript-eslint (@typescript-eslint/eslint-plugin)
v8.48.1Compare Source
🩹 Fixes
❤️ Thank You
You can read about our versioning strategy and releases on our website.
typescript-eslint/typescript-eslint (@typescript-eslint/parser)
v8.48.1Compare Source
This was a version bump only for parser to align it with other projects, there were no code changes.
You can read about our versioning strategy and releases on our website.
arktypeio/arktype (arktype)
v2.1.28Compare Source
JSON Schema improvements
targetoption and can generate draft-07 in addition to draft-2020-12Standard Schema is now a valid definition
Any Standard Schema compliant validator can now be passed directly to
type, either directly or nested in a structural ArkType definition, and will be fully inferred and validated.e(x)ec mode for regex types
more flexible
type.declareOptionality can now be expressed via a property value in addition to its key:
fixed a bug causing predicate errors after the first to not be reported
See #1557
drizzle-team/drizzle-orm (drizzle-kit)
v0.31.8Compare Source
Bug fixes
algorythm=>algorithmtypo.v0.31.7: drizzle-kit@0.31.7Compare Source
Bug fixes
v0.31.6Compare Source
Bug fixes
v0.31.5Compare Source
v0.31.4Compare Source
halfvec,bitandsparsevectype generation bug in drizzle-kitv0.31.3Compare Source
databaseNameandpackageNameproperties for Studiov0.31.2Compare Source
Bug fixes
v0.31.1Compare Source
Fixed
drizzle-kit pullbugs when using Gel extensions.Because Gel extensions create schema names containing
::(for example,ext::auth), Drizzle previously handled these names incorrectly. Starting with this release, you can use Gel extensions without any problems. Here’s what you should do:drizzle.config.tsRun
drizzle-kit pullDone!
v0.31.0Compare Source
Features and improvements
Enum DDL improvements
For situations where you drop an
enumvalue or reorder values in anenum, there is no native way to do this in PostgreSQL. To handle these cases,drizzle-kitused to:However, there were a few scenarios that weren’t covered:
PostgreSQLwasn’t updating default expressions for columns when their data types changedTherefore, for cases where you either change a column’s data type from an
enumto some other type, drop anenumvalue, or reorderenumvalues, we now do the following:esbuildversion upgradeFor
drizzle-kitwe upgraded the version to latest (0.25.2), thanks @paulmarsicloudBug fixes
v0.30.6Compare Source
Bug fixes
v0.30.5Compare Source
New Features
Added
Geldialect support andgel-jsclient supportDrizzle is getting a new
Geldialect with its own types and Gel-specific logic. In this first iteration, almost all query-building features have been copied from thePostgreSQLdialect since Gel is fully PostgreSQL-compatible. The only change in this iteration is the data types. The Gel dialect has a different set of available data types, and all mappings for these types have been designed to avoid any extra conversions on Drizzle's side. This means you will insert and select exactly the same data as supported by the Gel protocol.Drizzle + Gel integration will work only through
drizzle-kit pull. Drizzle won't supportgenerate,migrate, orpushfeatures in this case. Instead, drizzle-kit is used solely to pull the Drizzle schema from the Gel database, which can then be used in yourdrizzle-ormqueries.The Gel + Drizzle workflow:
gelCLI to manage your schema.gelCLI to generate and apply migrations to the database.On the drizzle-kit side you can now use
dialect: "gel"For a complete Get Started tutorial you can use our new guides:
expressjs/express (express)
v4.22.1Compare Source
v4.22.0Compare Source
jasmine/jasmine (jasmine-core)
v5.13.0Compare Source
Please see the release notes.
webpro-nl/knip (knip)
v5.71.0Compare Source
prettier/prettier (prettier)
v3.7.4Compare Source
diff
LWC: Avoid quote around interpolations (#18383 by @kovsu)
TypeScript: Fix comment inside union type gets duplicated (#18393 by @fisker)
TypeScript: Fix unstable comment print in union type comments (#18395 by @fisker)
facebook/react (react)
v19.2.1: 19.2.1 (December 3rd, 2025)Compare Source
React Server Components
pubkey/rxdb (rxdb)
[
v16.21.1](https://redConfiguration
📅 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.