Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,8 @@ describe("Slots 2024-04-15 Endpoints", () => {
});

it("should do a booking for seated event and slot should show attendees count and bookingUid", async () => {
await selectedSlotRepositoryFixture.deleteAllByUserId(user.id);

const startTime = "2050-09-05T11:00:00.000Z";
const booking = await bookingsRepositoryFixture.create({
uid: `booking-uid-seated-${seatedEventTypeId}-${randomString()}`,
Expand Down Expand Up @@ -548,7 +550,7 @@ describe("Slots 2024-04-15 Endpoints", () => {
},
});

bookingSeatsRepositoryFixture.create({
await bookingSeatsRepositoryFixture.create({
referenceUid: `seat-${randomString()}`,
data: {},
booking: {
Expand Down Expand Up @@ -596,6 +598,8 @@ describe("Slots 2024-04-15 Endpoints", () => {
});

it("should do a booking for seated event and slot should show attendees count and bookingUid in range format", async () => {
await selectedSlotRepositoryFixture.deleteAllByUserId(user.id);

const startTime = "2050-09-05T11:00:00.000Z";
const booking = await bookingsRepositoryFixture.create({
uid: `booking-uid-seated-${seatedEventTypeId}-${randomString()}`,
Expand Down Expand Up @@ -631,7 +635,7 @@ describe("Slots 2024-04-15 Endpoints", () => {
},
});

bookingSeatsRepositoryFixture.create({
await bookingSeatsRepositoryFixture.create({
referenceUid: `seat-${randomString()}`,
data: {},
booking: {
Expand Down
12 changes: 11 additions & 1 deletion apps/web/lib/apps/[slug]/__tests__/parseFrontmatter.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
import { describe, expect, it } from "vitest";
import { describe, expect, it, vi } from "vitest";

vi.mock("@calcom/prisma", () => ({
default: {},
prisma: {},
}));

vi.mock("@calcom/app-store/_appRegistry", () => ({
getAppWithMetadata: vi.fn(),
}));

import { parseFrontmatter } from "../getStaticProps";

describe("parseFrontmatter", () => {
Expand Down
3 changes: 2 additions & 1 deletion apps/web/modules/bookings/components/VerifyCodeDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ export const VerifyCodeDialog = ({

useEffect(() => setValue(""), [isOpenDialog]);

const digitClassName = "h-12 w-12 text-xl! text-center";
const digitClassName =
"h-12 w-12 text-center text-xl! text-emphasis caret-emphasis [-webkit-text-fill-color:currentColor]";

return (
<Dialog
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"classnames": "2.3.2",
"dompurify": "3.3.1",
"entities": "4.5.0",
"handlebars": "4.7.7",
"handlebars": "4.7.9",
"i18next": "23.2.3",
"ical.js": "1.5.0",
"ics": "2.37.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/features/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@calcom/ui": "workspace:*",
"bcryptjs": "2.4.3",
"dub": "0.59.1",
"handlebars": "4.7.7",
"handlebars": "4.7.9",
"jose": "4.15.9",
"lru-cache": "9.0.3",
"next-auth": "4.24.13",
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/locales/de/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@
"attendee_phone_number": "Telefonnummer",
"organizer_phone_number": "Telefonnummer des Organisators",
"enter_phone_number": "Telefonnummer eingeben",
"reschedule": "Neuplanen",
"reschedule": "Neu terminieren",
"reschedule_this": "Stattdessen verschieben",
"book_a_team_member": "Teammitglied stattdessen buchen",
"or": "ODER",
Expand Down
28 changes: 14 additions & 14 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2506,7 +2506,7 @@ __metadata:
"@calcom/ui": "workspace:*"
bcryptjs: "npm:2.4.3"
dub: "npm:0.59.1"
handlebars: "npm:4.7.7"
handlebars: "npm:4.7.9"
jose: "npm:4.15.9"
lru-cache: "npm:9.0.3"
next-auth: "npm:4.24.13"
Expand Down Expand Up @@ -2735,7 +2735,7 @@ __metadata:
languageName: unknown
linkType: soft

"@calcom/lib@workspace:*, @calcom/lib@workspace:packages/lib":
"@calcom/lib@npm:*, @calcom/lib@workspace:*, @calcom/lib@workspace:packages/lib":
version: 0.0.0-use.local
resolution: "@calcom/lib@workspace:packages/lib"
dependencies:
Expand Down Expand Up @@ -2780,9 +2780,9 @@ __metadata:
version: 0.0.0-use.local
resolution: "@calcom/lyra@workspace:packages/app-store/lyra"
dependencies:
"@calcom/lib": "workspace:*"
"@calcom/prisma": "workspace:*"
"@calcom/types": "workspace:*"
"@calcom/lib": "npm:*"
"@calcom/prisma": "npm:*"
"@calcom/types": "npm:*"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -2972,7 +2972,7 @@ __metadata:
languageName: unknown
linkType: soft

"@calcom/prisma@workspace:*, @calcom/prisma@workspace:packages/prisma":
"@calcom/prisma@npm:*, @calcom/prisma@workspace:*, @calcom/prisma@workspace:packages/prisma":
version: 0.0.0-use.local
resolution: "@calcom/prisma@workspace:packages/prisma"
dependencies:
Expand Down Expand Up @@ -3212,7 +3212,7 @@ __metadata:
languageName: unknown
linkType: soft

"@calcom/types@workspace:*, @calcom/types@workspace:packages/types":
"@calcom/types@npm:*, @calcom/types@workspace:*, @calcom/types@workspace:packages/types":
version: 0.0.0-use.local
resolution: "@calcom/types@workspace:packages/types"
dependencies:
Expand Down Expand Up @@ -3415,7 +3415,7 @@ __metadata:
env-cmd: "npm:10.1.0"
glob: "npm:10.4.5"
google-auth-library: "npm:9.15.0"
handlebars: "npm:4.7.7"
handlebars: "npm:4.7.9"
i18next: "npm:23.2.3"
ical.js: "npm:1.5.0"
ics: "npm:2.37.0"
Expand Down Expand Up @@ -24183,12 +24183,12 @@ __metadata:
languageName: node
linkType: hard

"handlebars@npm:4.7.7":
version: 4.7.7
resolution: "handlebars@npm:4.7.7"
"handlebars@npm:4.7.9":
version: 4.7.9
resolution: "handlebars@npm:4.7.9"
dependencies:
minimist: "npm:^1.2.5"
neo-async: "npm:^2.6.0"
neo-async: "npm:^2.6.2"
source-map: "npm:^0.6.1"
uglify-js: "npm:^3.1.4"
wordwrap: "npm:^1.0.0"
Expand All @@ -24197,7 +24197,7 @@ __metadata:
optional: true
bin:
handlebars: bin/handlebars
checksum: 10/617b1e689b7577734abc74564bdb8cdaddf8fd48ce72afdb489f426e9c60a7d6ee2a2707c023720c4059070128243c948bded8f2716e4543378033e3971b85ea
checksum: 10/e755433d652e8a15fc02f83d7478e652359e7a4d354c4328818853ed4f8a39d4a09e1d22dad3c7213c5240864a65b3c840970b8b181745575dd957dd258f2b8d
languageName: node
linkType: hard

Expand Down Expand Up @@ -29987,7 +29987,7 @@ __metadata:
languageName: node
linkType: hard

"neo-async@npm:^2.6.0, neo-async@npm:^2.6.2":
"neo-async@npm:^2.6.2":
version: 2.6.2
resolution: "neo-async@npm:2.6.2"
checksum: 10/1a7948fea86f2b33ec766bc899c88796a51ba76a4afc9026764aedc6e7cde692a09067031e4a1bf6db4f978ccd99e7f5b6c03fe47ad9865c3d4f99050d67e002
Expand Down
Loading