fix: imported fixes 03-09-2026#39508
Conversation
Co-authored-by: Ricardo Garim <[email protected]>
🦋 Changeset detectedLatest commit: 8e2f8d6 The changes in this PR will be included in the next version bump. This PR includes changesets to release 41 packages
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 |
|
Looks like this PR is not ready to merge, because of the following issues:
Please fix the issues and try again If you have any trouble, please check the PR guidelines |
There was a problem hiding this comment.
1 issue found across 1 file (changes from recent commits).
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name="apps/meteor/app/oauth2-server-config/server/oauth/oauth2-server.ts">
<violation number="1" location="apps/meteor/app/oauth2-server-config/server/oauth/oauth2-server.ts:78">
P2: Avoid casting `routeContext.queryParams` to `Record<string, unknown>` for deletion; use the already narrowed `query` object instead.
(Based on your team's feedback about avoiding unsafe type casts to silence TypeScript errors.) [FEEDBACK_USED]</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release-8.2.1 #39508 +/- ##
=================================================
- Coverage 70.59% 70.49% -0.10%
=================================================
Files 3188 3188
Lines 112623 112625 +2
Branches 20402 20434 +32
=================================================
- Hits 79503 79393 -110
- Misses 31068 31173 +105
- Partials 2052 2059 +7
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Co-authored-by: Yasmim Nagat <[email protected]> Co-authored-by: Ricardo Garim <[email protected]> Co-authored-by: Julio Araujo <[email protected]>
Backport of #39492