* chore: Upgrade prisma to 6.7.0 * Build fixes * type fixes Signed-off-by: Omar López <zomars@me.com> * Update schema.prisma * Patching * Revert "Update schema.prisma" This reverts commit 47d8618bf89ef4d007b30084df766f17281e21a1. * Revert "Patching" This reverts commit a1d2e3040e71690a44d4324db95d73b4d68c6adb. * Revert schema changes Signed-off-by: Omar López <zomars@me.com> * WIP Signed-off-by: Omar López <zomars@me.com> * Update getPublicEvent.ts * Update imports Signed-off-by: Omar López <zomars@me.com> * Update gitignore Signed-off-by: Omar López <zomars@me.com> * update remaining imports Signed-off-by: Omar López <zomars@me.com> * Delete .cursor/config.json * Discard changes to packages/features/eventtypes/lib/getPublicEvent.ts * Update _get.ts * Update user.ts * Update .gitignore * update * Update WorkflowStepContainer.tsx * Update next-auth-custom-adapter.ts * Update getPublicEvent.ts * Update workflow.ts * Update next-auth-custom-adapter.ts * Update next-auth-options.ts * Update bookingScenario.ts * fix missing imports * upgrades prismock Signed-off-by: Omar López <zomars@me.com> * patches prismock Signed-off-by: Omar López <zomars@me.com> * Update reschedule.test.ts * Update prisma.ts * patch prismock Signed-off-by: Omar López <zomars@me.com> * fix enums imports Signed-off-by: Omar López <zomars@me.com> * Revert "Update prisma.ts" This reverts commit 64edcf8db54171ff4456c209d563b5d431d99619. * Revert "patch prismock" This reverts commit e95819113dc9d88e7130947aa120cd42710977c8. * fix patch * Fix test that overrun the boundary, it shouldn't test too much * Move prisma import to changeSMSLockState * Bring back broken test without illegal imports * Merge with main and fix filter hosts by same round robin host * Fixed buildDryRunBooking fn tests * Fix and move ooo create or update handler test * Fix packages/features/eventtypes/lib/isCurrentlyAvailable.test.ts * Fix packages/trpc/server/routers/viewer/organizations/listMembers.handler.test.ts * Mock @calcom/prisma * Fix: verify-email.test.ts * fix: Moved WebhookService test and fixed default import mock * Fix: Added missing prisma mock, handleNewBooking uses that of course * We're not testing createContext here * fix: Prisma mock fix for listMembers.test.ts * More fixes to broken testcases * Forgot to remove borked test * Prevent the need to mock a lot of dependencies by moving out buildBaseWhereCondition to its own file * Temporarily skip getCalendarEvents, needs a rewrite * Fix: turns out you can access protected in testcases * fix further mocks * Added packages/features/insights/server/buildBaseWhereCondition.ts, types * Always great to have a mock and then not use it * And one less again. * fix: confirm.handler.test, didn't mock prisma * fix: Address minor nit by @eunjae & fix ImpersonationProvider test * Updated isPrismaAvailableCheck that doesn't crash on import * fix: Get Prisma directly from the client, it usually involves the Validator and does not need 'local' inclusion * Add zod-prisma-types without the generator enabled (commented out) * Uncomment and see what happens * Change method of import as imports did not work in Input Schemas * Remove custom 'zod' booking model, it does not belong with Prisma * Fix all other global Model imports * Rewrite most schema includes AND remove barrel file * Add bookingCreateBodySchema to features/bookings * Flurry of type fixes for compatibility with new zod gen * Refactor out the custom prisma type createEventTypeInput * Work around nullable eventTypeLocations * HandlePayment type fix * More fixes, final fix remaining is CompleteEventType * Should fix a bunch more booking related type errors * Missed one * Some props missing from BookingCreateBodySchema * Fix location type in handleChildrenEventTypes * Little bit hacky imo but it works * Final type error \o/ * Forgot to include Prisma * Do not include zod-utils in booker/types * Oops, was already including Booker/types * Fix membership type, also disallow updating createdAt/updatedAt, make part of patch/post * Fix api v1 type errors * Fix EventTypeDescription typings * Remove getParserWithGeneric, use userBodySchema with UserSchema * use centralized timeZoneSchema * Implement feedback by @zomars * Couple of WIP pushes * Fix tests * Type fixes in `handleChildrenEventTypes` test * Try and parse metadata before use * Change zod-prisma-types configuration for optimal performance * Fix prisma validator error in `prisma/selects/credential` * Disable seperate relations model, hits a bug * Import absolute - this makes rollup work in @platform/libraries * Attempt at removing resolutions override * Refactor using `Prisma.validator` to `satisfies` * Build atoms using @calcom/prisma/client * Build atoms using @calcom/prisma/client * fixes * Update eventTypeSelect.ts * Adjust `eventTypeMetaDataSchemaWithUntypedApps` from `unknown` to `record(any)` * `EventTypeDescription` rely on `descriptionAsSafeHTML` instead of `description` * Add `seatsPerTimeSlot` to event type public select * Fix typing in `users-public-view` getServerSide props * Add missing `schedulingType` to prop * chore: bump platform libraries * Function return type is illegal, not sure how this passed eslint (#21567) * Merged with main * Update updateTokenObject.ts * Update handleResponse.ts * Update index.ts * Update handleChildrenEventTypes.ts * Update booking-idempotency-key.ts * Update WebhookService.test.ts * Update events.test.ts * Update queued-response.test.ts * Update events.test.ts * Update getRoutedUrl.test.ts * fix: type checks Signed-off-by: Omar López <zomars@me.com> * fixes Signed-off-by: Omar López <zomars@me.com> * chore: bump platform libraries * Update yarn.lock * more fixes Signed-off-by: Omar López <zomars@me.com> * fixes Signed-off-by: Omar López <zomars@me.com> * biuld fixes * chore: bump platform libraries * Update conferencing.repository.ts * Update conferencing.repository.ts * Update getCalendarsEvents.test.ts * Update vite.config.js * chore: bump platform libraries * Update users.ts * Discard changes to docs/api-reference/v2/openapi.json * Update vite.config.ts * updated platform libraries * Update get.handler.test.ts * Update get.handler.test.ts * Update schema.prisma * Discard changes to docs/api-reference/v2/openapi.json * Update next-auth-custom-adapter.ts * Update team.ts * Flurry of type fixes * Fix majority of insight related type errors * Type fixes for unlink of account * Make user nullable again * Fixed a bunch of unit tests and one type error * Attempted mock fix * Attempted fix for Attribute type * Ensure default import becomes prisma, but not direct usage * Import default as prisma in prisma.module * Add attributeOption to attribute type * Fix calcom/prisma mock * Refactor Prisma client imports to @calcom/prisma/client Updated all imports from '@prisma/client' to '@calcom/prisma/client' across tests and repository files for consistency and to use the correct Prisma client package. This change improves maintainability and ensures the correct client is referenced throughout the codebase. * Undo removal of max-warnings=0 to get main to merge * Remove unit tests for e2e fixtures, provide new prisma mock * Mock @calcom/prisma in event manager * Mock @calcom/prisma in event manager * Add correct format even with --no-verify * Mock prisma in CalendarManager * Add mock for permission-check.service * Better injection in PrismaApiKeyRepository imports * More mock fixes :) * Fix listMembers.handler.test * Fix User import * Appropriately adjust all types to be imported as types, there were a lot of types imported as normal deps * Why was this a thing? * Strictly speaking; Not using prismock anymore * Ditched patch file for prismock * Fix output.service.ts platform type imports, need concrete for plainToClass * Better typing and tests for unlinkConnectedAccount.handler * Small type fix * Disable calendar cache tests as they are dependent on prismock * chore: bump platform lib * getRoutedUrl test remove of unused import * Extract select to external const on getEventTypesFromDB * Direct select of userSelect from selects/user * fix type error from merging 23653 * Fixed integration tests by removing hardcoded values that were possible due to mocking, but as its now directly hitting the db no longer * fix: vite config atoms prisma client type location * revert: example app prisma client * revert: example app prisma client * bump platform libs * fix: use class instead of type for DI of PlatformBookingsService * update platform libs * remove unused variable * chore: generate prisma client for api v2 * fix: api v2 e2e * fix: atoms e2e * fix: atoms e2e * fix: atoms e2e * fix: api v2 e2e * fix: tsconfig apiv2 enums * publish libraries * Simplify check for existence teamId --------- Signed-off-by: Omar López <zomars@me.com> Co-authored-by: Alex van Andel <me@alexvanandel.com> Co-authored-by: Joe Au-Yeung <j.auyeung419@gmail.com> Co-authored-by: supalarry <laurisskraucis@gmail.com> Co-authored-by: cal.com <morgan@cal.com> Co-authored-by: Morgan <33722304+ThyMinimalDev@users.noreply.github.com> Co-authored-by: Benny Joo <sldisek783@gmail.com>
167 lines
7.4 KiB
JSON
167 lines
7.4 KiB
JSON
{
|
|
"name": "calcom-monorepo",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"workspaces": [
|
|
"apps/*",
|
|
"apps/api/*",
|
|
"packages/*",
|
|
"packages/embeds/*",
|
|
"packages/features/*",
|
|
"packages/app-store/*",
|
|
"packages/platform/*",
|
|
"packages/platform/examples/base",
|
|
"example-apps/*"
|
|
],
|
|
"scripts": {
|
|
"app-store-cli": "yarn workspace @calcom/app-store-cli",
|
|
"app-store:build": "yarn turbo build --filter=@calcom/app-store-cli",
|
|
"app-store:watch": "yarn app-store-cli watch",
|
|
"app-store": "yarn app-store-cli cli",
|
|
"create-app": "yarn app-store create",
|
|
"edit-app": "yarn app-store edit",
|
|
"withEmbedPublishEnv": "NEXT_PUBLIC_EMBED_LIB_URL='https://app.cal.com/embed/embed.js' NEXT_PUBLIC_WEBAPP_URL='https://app.cal.com' yarn",
|
|
"publish-embed": "yarn withEmbedPublishEnv workspace @calcom/embed-core build && yarn withEmbedPublishEnv workspace @calcom/embed-snippet build && yarn workspaces foreach --from=\"@calcom/embed*\" npm publish --access=public",
|
|
"delete-app": "yarn app-store delete",
|
|
"create-app-template": "yarn app-store create-template",
|
|
"edit-app-template": "yarn app-store edit-template",
|
|
"delete-app-template": "yarn app-store delete-template",
|
|
"build": "turbo run build --filter=@calcom/web...",
|
|
"build:ai": "turbo run build --filter=\"@calcom/ai\"",
|
|
"clean": "find . -name node_modules -o -name .next -o -name .turbo -o -name dist -type d -prune | xargs rm -rf",
|
|
"db-deploy": "turbo run db-deploy",
|
|
"db-seed": "turbo run db-seed",
|
|
"db-studio": "yarn prisma studio",
|
|
"deploy": "turbo run deploy",
|
|
"dev:all": "turbo run dev --filter=\"@calcom/web\" --filter=\"@calcom/website\" --filter=\"@calcom/console\"",
|
|
"dev:ai": "turbo run dev --filter=\"@calcom/web\" --filter=\"@calcom/api-proxy\" --filter=\"@calcom/api\" --filter=\"@calcom/ai\"",
|
|
"dev:api": "turbo run dev --filter=\"@calcom/web\" --filter=\"@calcom/api-proxy\" --filter=\"@calcom/api\"",
|
|
"dev:api:console": "turbo run dev --filter=\"@calcom/web\" --filter=\"@calcom/api-proxy\" --filter=\"@calcom/api\" --filter=\"@calcom/console\"",
|
|
"dev:console": "turbo run dev --filter=\"@calcom/web\" --filter=\"@calcom/console\"",
|
|
"dev:swagger": "turbo run dev --filter=\"@calcom/api-proxy\" --filter=\"@calcom/api\" --filter=\"@calcom/swagger\"",
|
|
"dev:website": "turbo run dev --filter=\"@calcom/web\" --filter=\"@calcom/website\"",
|
|
"dev": "turbo run dev --filter=\"@calcom/web\"",
|
|
"build-storybook": "turbo run build --filter=\"@calcom/storybook\"",
|
|
"dx": "turbo run dx",
|
|
"i-dev": "infisical run -- turbo run dev --filter=\"@calcom/web\"",
|
|
"i-dx": "infisical run -- turbo run dx",
|
|
"i-gen-web-example-env": "infisical secrets generate-example-env --tags=web > .env.example",
|
|
"i-gen-app-store-example-env": "infisical secrets generate-example-env --tags=appstore > .env.appStore.example",
|
|
"embed-tests-quick": "turbo run embed-tests-quick",
|
|
"embed-tests": "turbo run embed-tests",
|
|
"env-check:app-store": "dotenv-checker --schema .env.appStore.example --env .env.appStore",
|
|
"env-check:common": "dotenv-checker --schema .env.example --env .env",
|
|
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
|
|
"heroku-postbuild": "turbo run @calcom/web#build",
|
|
"lint:fix": "turbo run lint:fix",
|
|
"lint:report": "turbo run lint:report",
|
|
"lint": "turbo run lint",
|
|
"postinstall": "husky install && turbo run post-install",
|
|
"pre-commit": "lint-staged",
|
|
"predev": "echo 'Checking env files'",
|
|
"prisma": "yarn workspace @calcom/prisma prisma",
|
|
"start": "turbo run start --filter=\"@calcom/web\"",
|
|
"tdd": "vitest watch",
|
|
"e2e": "NEXT_PUBLIC_IS_E2E=1 yarn playwright test --project=@calcom/web",
|
|
"e2e:app-store": "NEXT_PUBLIC_IS_E2E=1 QUICK=true yarn playwright test --project=@calcom/app-store",
|
|
"e2e:embed": "NEXT_PUBLIC_IS_E2E=1 yarn playwright test --project=@calcom/embed-core",
|
|
"e2e:embed-react": "QUICK=true yarn playwright test --project=@calcom/embed-react",
|
|
"test-e2e": "yarn db-seed && yarn e2e",
|
|
"test-e2e:app-store": "yarn db-seed && yarn e2e:app-store",
|
|
"test-e2e:embed": "yarn db-seed && yarn e2e:embed",
|
|
"test-e2e:embed-react": "yarn db-seed && yarn e2e:embed-react",
|
|
"test-playwright": "yarn playwright test --config=playwright.config.ts",
|
|
"test": "vitest run",
|
|
"test:ui": "vitest --ui",
|
|
"type-check": "turbo run type-check",
|
|
"type-check:ci": "turbo run type-check:ci --log-prefix=none",
|
|
"web": "yarn workspace @calcom/web",
|
|
"docker-build-api": "docker build -t cal-api -f ./infra/docker/api/Dockerfile .",
|
|
"docker-run-api": "docker run -p 80:80 cal-api",
|
|
"docker-stop-api": "docker ps --filter 'ancestor=cal-api' -q | xargs docker stop",
|
|
"changesets-add": "yarn changeset add",
|
|
"changesets-version": "yarn changeset version",
|
|
"changesets-release": "NODE_OPTIONS='--max_old_space_size=12288' turbo run build --filter=@calcom/atoms && yarn changeset publish"
|
|
},
|
|
"devDependencies": {
|
|
"@changesets/changelog-github": "^0.5.1",
|
|
"@changesets/cli": "2.29.4",
|
|
"@jetstreamapp/soql-parser-js": "^6.1.0",
|
|
"@playwright/test": "^1.45.3",
|
|
"@snaplet/copycat": "^4.1.0",
|
|
"@testing-library/jest-dom": "^5.16.5",
|
|
"@testing-library/react": "^16.0.1",
|
|
"@vitest/ui": "^2.1.9",
|
|
"c8": "^7.13.0",
|
|
"checkly": "latest",
|
|
"dotenv-checker": "^1.1.5",
|
|
"eslint-plugin-import": "^2.32.0",
|
|
"husky": "^8.0.0",
|
|
"i18n-unused": "^0.13.0",
|
|
"jest-diff": "^29.5.0",
|
|
"jest-summarizing-reporter": "^1.1.4",
|
|
"lint-staged": "^12.5.0",
|
|
"mailhog": "^4.16.0",
|
|
"next-router-mock": "^0.9.12",
|
|
"node-gyp": "^10.2.0",
|
|
"node-ical": "^0.16.1",
|
|
"prettier": "^2.8.6",
|
|
"prismock": "1.35.3",
|
|
"resize-observer-polyfill": "^1.5.1",
|
|
"tsc-absolute": "^1.0.0",
|
|
"typescript": "5.9.0-beta",
|
|
"vitest": "^2.1.9",
|
|
"vitest-fetch-mock": "^0.3.0",
|
|
"vitest-mock-extended": "^2.0.2"
|
|
},
|
|
"dependencies": {
|
|
"@daily-co/daily-js": "^0.83.1",
|
|
"@evyweb/ioctopus": "^1.2.0",
|
|
"@next/third-parties": "^14.2.5",
|
|
"@vercel/functions": "^1.4.0",
|
|
"city-timezones": "^1.2.1",
|
|
"date-fns-tz": "^3.2.0",
|
|
"eslint": "^8.34.0",
|
|
"p-limit": "^6.2.0",
|
|
"turbo": "^2.5.5"
|
|
},
|
|
"resolutions": {
|
|
"types-ramda": "0.29.4",
|
|
"@apidevtools/json-schema-ref-parser": "9.0.9",
|
|
"@types/react": "18.0.26",
|
|
"@types/react-dom": "^18.0.9",
|
|
"@types/node": "^20.17.23",
|
|
"next-i18next@^13.2.2": "patch:next-i18next@npm%3A13.3.0#./.yarn/patches/next-i18next-npm-13.3.0-bf25b0943c.patch",
|
|
"libphonenumber-js": "patch:libphonenumber-js@1.11.18#./.yarn/patches/libphonenumber-js+1.11.18.patch",
|
|
"dayjs@1.11.2": "patch:dayjs@npm%3A1.11.4#./.yarn/patches/dayjs-npm-1.11.4-97921cd375.patch",
|
|
"dayjs@^1": "patch:dayjs@npm%3A1.11.4#./.yarn/patches/dayjs-npm-1.11.4-97921cd375.patch",
|
|
"dayjs@^1.8.29": "patch:dayjs@npm%3A1.11.4#./.yarn/patches/dayjs-npm-1.11.4-97921cd375.patch",
|
|
"import-in-the-middle": "1.13.1"
|
|
},
|
|
"lint-staged": {
|
|
"(apps|packages)/**/*.{js,ts,jsx,tsx}": [
|
|
"prettier --write",
|
|
"eslint --fix --max-warnings=0"
|
|
],
|
|
"*.json": [
|
|
"prettier --write"
|
|
],
|
|
"packages/prisma/schema.prisma": [
|
|
"prisma format"
|
|
]
|
|
},
|
|
"engines": {
|
|
"npm": ">=7.0.0",
|
|
"yarn": "3.4.1"
|
|
},
|
|
"prisma": {
|
|
"schema": "packages/prisma/schema.prisma",
|
|
"seed": "ts-node --transpile-only ./packages/prisma/seed.ts"
|
|
},
|
|
"packageManager": "yarn@3.4.1",
|
|
"syncpack": {
|
|
"filter": "^(?!@calcom).*",
|
|
"semverRange": ""
|
|
}
|
|
}
|