Skip to content
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

chore: Dependency fixes (remove cross-dep to apps/web) #17784

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

emrysal
Copy link
Contributor

@emrysal emrysal commented Nov 21, 2024

What does this PR do?

@graphite-app graphite-app bot requested a review from a team November 21, 2024 15:28
@keithwillcode keithwillcode added core area: core, team members only foundation labels Nov 21, 2024
Copy link

graphite-app bot commented Nov 21, 2024

Graphite Automations

"Add foundation team as reviewer" took an action on this PR • (11/21/24)

1 reviewer was added to this PR based on Keith Williams's automation.

"Add ready-for-e2e label" took an action on this PR • (11/21/24)

1 label was added to this PR based on Keith Williams's automation.

Copy link

vercel bot commented Nov 21, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
cal ⬜️ Ignored (Inspect) Visit Preview Nov 21, 2024 4:40pm
calcom-web-canary ⬜️ Ignored (Inspect) Visit Preview Nov 21, 2024 4:40pm

@@ -35,7 +35,7 @@ import {
TextField,
} from "@calcom/ui";

import AppListCard from "../../../apps/web/components/AppListCard";
Copy link
Contributor Author

@emrysal emrysal Nov 21, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Features dependent on apps/web here.


import type { AppListCardProps } from "../../../../apps/web/components/AppListCard";
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ UI dependent on apps/web here..

import { useLocale } from "@calcom/lib/hooks/useLocale";
import { QueryCell } from "@calcom/trpc/components/QueryCell";
import { trpc } from "@calcom/trpc/react";
import { Alert } from "@calcom/ui";
import { List } from "@calcom/ui";
import AppListCard from "@calcom/web/components/AppListCard";
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Atoms dependent on apps/web here..

@@ -7,7 +7,6 @@
"exports": {
".": "./index.ts",
"./alert": "./components/alert/index.ts",
"./app-list-card": "./components/app-list-card/index.ts",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved to calcom/features.

Copy link
Contributor

@keithwillcode keithwillcode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Build error: @calcom/api:build: Type error: Cannot find module '@calcom/features/components/AppListCard' or its corresponding type declarations.

Copy link
Contributor

E2E results are ready!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants