Skip to content

Conversation

stampaaaron
Copy link
Contributor

No description provided.

@stampaaaron stampaaaron requested a review from openscript August 12, 2025 08:51
@stampaaaron stampaaaron linked an issue Aug 12, 2025 that may be closed by this pull request
Copy link

changeset-bot bot commented Aug 12, 2025

🦋 Changeset detected

Latest commit: fe69194

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 4 packages
Name Type
@quassel/frontend Patch
@quassel/backend Patch
@quassel/utils Patch
@quassel/ui Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Copy link
Member

@openscript openscript left a comment

Choose a reason for hiding this comment

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

Changeset noch hinzufügen

@@ -20,7 +20,8 @@ async function bootstrap() {
app.useGlobalPipes(new ValidationPipe());
app.useGlobalInterceptors(new ClassSerializerInterceptor(app.get(Reflector)));

await app.register(fastifySecureSession, {
// TODO: Remove `as any` when type definitions are fixed
await app.register(fastifySecureSession as any, {
Copy link
Member

Choose a reason for hiding this comment

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

Ausnahme für Fehler einfügen, damit die CI durchläuft

@openscript openscript merged commit 4045546 into main Aug 14, 2025
1 check passed
@openscript openscript deleted the 447-upgrade-dependencies branch August 14, 2025 18:39
Copy link

codecov bot commented Aug 14, 2025

Codecov Report

❌ Patch coverage is 0% with 29 lines in your changes missing coverage. Please review.
✅ Project coverage is 16.93%. Comparing base (d825982) to head (fe69194).
⚠️ Report is 19 commits behind head on main.

Files with missing lines Patch % Lines
.../_auth/questionnaire/_questionnaire/$id/period.tsx 0.00% 9 Missing ⚠️
...ontend/src/components/questionnaire/PeriodForm.tsx 0.00% 8 Missing ⚠️
.../routes/_auth/questionnaire/_questionnaire/new.tsx 0.00% 6 Missing ⚠️
...s/_auth/administration/questionnaires/edit.$id.tsx 0.00% 3 Missing ⚠️
...tes/_auth/administration/participants/edit.$id.tsx 0.00% 2 Missing ⚠️
apps/backend/src/main.ts 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #454   +/-   ##
=======================================
  Coverage   16.93%   16.93%           
=======================================
  Files         132      132           
  Lines        3987     3985    -2     
  Branches      127      134    +7     
=======================================
  Hits          675      675           
+ Misses       3252     3250    -2     
  Partials       60       60           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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

Successfully merging this pull request may close these issues.

Upgrade dependencies
2 participants