fix: third-party login is broken#39533
Conversation
🦋 Changeset detectedLatest commit: 9fdd90d 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 |
There was a problem hiding this comment.
2 issues found across 10 files
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/api/server/helpers/parseJsonQuery.ts">
<violation number="1" location="apps/meteor/app/api/server/helpers/parseJsonQuery.ts:31">
P1: Defaulting `queryFields`/`queryOperations` to `[]` changes validation semantics and can reject valid queries that previously passed. Preserve `undefined` when those route settings are not provided.</violation>
</file>
<file name="apps/meteor/lib/utils/isPlainObject.ts">
<violation number="1" location="apps/meteor/lib/utils/isPlainObject.ts:1">
P2: The new type predicate is unsound for this runtime check: it narrows any non-array object to `Record<string | symbol, unknown>`, including `Date`, `Map`, and class instances.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
|
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 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release-7.11.6 #39533 +/- ##
=================================================
Coverage ? 67.57%
=================================================
Files ? 3347
Lines ? 114073
Branches ? 20820
=================================================
Hits ? 77081
Misses ? 34352
Partials ? 2640
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Backport of #37707