Alex van Andel and GitHub
07accf700e
refactor: Enabling typescript 5.3.3 in @calcom/trpc ( #19394 )
...
* Refactors related to enabling typescript 5.3.3 in @calcom/trpc
* Also skip respective tests (obviously logic is broken)
* This causes problems for some reason, revert
* Bring back QueryCell as it's used by atoms
2025-02-21 13:22:31 +00:00
Alex van Andel and GitHub
fd50728169
Revert "fix: uncaught types errors in invite members team handler ( #16109 )" ( #16322 )
...
This reverts commit a091c60618 .
2024-08-23 05:40:30 +00:00
Omar López and GitHub
a091c60618
fix: uncaught types errors in invite members team handler ( #16109 )
2024-08-19 20:27:37 +00:00
e7816cfb0c
perf: improve typescript perf by pre-generating the router types ( #15929 )
...
Co-authored-by: zomars <zomars@me.com >
2024-08-05 16:49:19 -07:00
c7e78cc181
fix: AI build ( #13657 )
...
* fix: AI build
* Updated zod to 3.22.4
* yarn.lock
* Updated yarn.lock to prevent next/tw downgrade
---------
Co-authored-by: Peer Richelsen <peer@cal.com >
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2024-02-13 16:10:08 +00:00
+1
30ba168fc3
chore: bump @trpc/* and @tanstack/react-query ( #13335 )
...
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Omar López <zomars@me.com >
Co-authored-by: CarinaWolli <wollencarina@gmail.com >
Co-authored-by: Alex van Andel <me@alexvanandel.com >
Co-authored-by: zomars <zomars@me.com >
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com >
Co-authored-by: Benny Joo <sldisek783@gmail.com >
Co-authored-by: Carina Wollendorfer <30310907+CarinaWolli@users.noreply.github.com >
Co-authored-by: Gergő Móricz <mo.geryy@gmail.com >
Co-authored-by: Keith Williams <keithwillcode@gmail.com >
2024-01-23 16:42:29 -07:00
zomars
b6dea9c161
Sync packages
2023-08-31 12:57:59 -07:00
476119d627
Add changesets/cli to release embed ( #8126 )
...
* Add dep versions
* Release new version for embeds
* Add prepublish
* Use prepare script which works with both npm and yarn
* Add changesets correctly
* Add embed publishing command
---------
Co-authored-by: zomars <zomars@me.com >
2023-05-13 08:22:31 +00:00
e4b766b9d6
refactor: cleanup use of rawInput and pipe mdwr in trpc router ( #7422 )
...
* cleanup use of rawInput and pipe mdwr
* Update ssg.ts
* Update ssg.ts
* Update viewer.tsx
---------
Co-authored-by: zomars <zomars@me.com >
2023-02-28 14:40:19 -07:00
Omar López and GitHub
86c94a3cd5
Upgrades tRPC to 10.10.0 ( #6995 )
...
* Upgrades tRPC to 10.10.0
* Type fixes
2023-02-10 13:05:02 -07:00
Omar López and GitHub
630f438b32
Upgrades prisma / Syncs packages ( #6044 )
...
* Syncs packages
* Upgrades zod
2022-12-15 15:56:48 -07:00
db7c3fb52f
feat: trpc v10 migration ( #5332 )
...
* migrate router
* createTRPCReact
* frontend 1
* random format change
* frontend 2
* withQuery
* form router
* TS-ERROR: proxy on utils-client
* inferance
* ssg
* reuse
* trpc rc4
* Apply suggestions from code review
* skip test
* move skip one level up
* whops
* rc 6 with new setData func
Co-authored-by: zomars <zomars@me.com >
2022-11-10 23:40:01 +00:00
zomars
237828e4ed
Upgrades zod
2022-10-19 13:28:54 -06:00
2f8bd3c07a
add trpc v10 ( #4683 )
...
* revert me later
* let's see if this builds
* fix dupe proc
* fix: v10 works
* fix type error
* fix type error
* fix type errors
* fix more
* add example procedure
* spreading not needed
* Update yarn.lock
* Revert "revert me later"
This reverts commit 0c8c15d0577e0c287223039c7b6958b2b0c12c69.
Co-authored-by: Chris Bautista <chrisbautista@netflix.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: Omar López <zomars@me.com >
Co-authored-by: Alex van Andel <me@alexvanandel.com >
2022-09-29 16:58:29 +00:00
d75a8910f6
Update all Yarn dependencies (2022-08-17) ( #3887 )
...
* Update all Yarn dependencies (2022-08-17)
* Fix package mismatches
* Submodule sync
* Type fixes
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
Co-authored-by: zomars <zomars@me.com >
2022-08-29 17:55:27 -06:00
b8acf1e180
Update all Yarn dependencies (2022-07-29) ( #3599 )
...
* Update all Yarn dependencies (2022-07-29)
* Adds syncpack config
* Fixes mismatches
* Update yarn.lock
* RRule fixes
* Locking dayjs to fix build
* Type fixes
* Fixes mismatches
* Submodule sync
* Update yarn.lock
* Update event.ts
* Conflict fixes
* Fixes prisma warnings
* Liting
* Upgrade next, zod
* Prevents articfact overwriting
* Yarn fixes
* Jest fixes
* Submodule sync
* Formatting
* Submodule sync
* Adds provider for react-tooltip
* Removed dotenv-cli
* Readds dotenv-cli
* Skips getSchedule tests
Until prisma is mocked properly
* Fixes
* Revert prisma seed script
* E2E fixes
* test
* Removed deprecated req.page in middleware
* Make tests stable
* Unskip getSchedule tests
* fixed 404 logo on cal video (#3885 )
* Removed PW aliases as aren't needed anymore
Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
Co-authored-by: zomars <zomars@me.com >
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com >
Co-authored-by: Alex van Andel <me@alexvanandel.com >
Co-authored-by: Peer Richelsen <peeroke@gmail.com >
2022-08-17 11:38:21 -06:00
accf845f0e
Allows tree shaking unused modules ( #3752 )
...
* Allows tree shaking unused modules
* don't tree shake embed-core side effects
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-08-11 10:36:30 -06:00
9447f16b82
Migrates all tRPC code to a monorepo package ( #3484 )
...
* WIP
* WIP
* Type and migration fixes
* Adds missing default import
* Fixes import
* Fixes tRPC imports in App Store
* Migrate stripe helpers
* WIP
* Type fixes
* Type fix?
* Test fixes
* Adds missing stripe packages
* Moved queries to lib instead
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-07-22 11:27:06 -06:00