-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
upgrade all Apollo packages #5413
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
base: develop
Are you sure you want to change the base?
upgrade all Apollo packages #5413
Conversation
ient 4.0
|
No significant changes currently retry |
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (300)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Our Pull Request Approval ProcessThis PR will be reviewed according to our: Your PR may be automatically closed if:
Thanks for contributing! |
|
FYI This is a tracking page for the major refactoring issues. |
|
Please fix the conflicting files |
1 similar comment
|
Please fix the conflicting files |
Yes I am working on it. |
|
@palisadoes The codeQL flagging seems to be a false positive as it's flagging for the potential XSS vulnerability for formState.avatarURL which is correctly verified in the sanitizeAvatars function for potential attacks. Same is the case with the second warning for userDetails.avatarURL which is being verified in the sanitizeAvatars function. Also these are not my changes and is pre-existing in the develop branch. How should we proceed here? |
|
3d4e181 to
d9a6fb2
Compare
|
Please fix the conflicting files |
1 similar comment
|
Please fix the conflicting files |
I am working on it, it's mostly done. |
|
Please fix the conflicting files |
|
@palisadoes The work is mostly done, adding some inline css to app-fixed.module.css for the new css check and some pending translations and some new failing tests for the new added code is pending. I will prioritise this over every other, the other issue I am assigned to - I have raised a PR and some 2-3 test cases suggested by coderabbit is pending which I will complete promptly. I will not take up any other issue till this PR is merged. |
|
Please ensure:
|


What kind of change does this PR introduce?
This PR upgrades all Apollo packages.
**Issue Number:**4256
Fixes #4256
Snapshots/Videos:
If relevant, did you update the documentation?
Summary
Upgrade all Apollo packages.
#4256
Does this PR introduce a breaking change?
Yes useQuery and useMutation now return data typed as unknown instead of any when no type parameter is provided and requires adding explicit type parameters or type assertions. There is no runtime breaking changes, all changes are TypeScript type level.
Checklist
CodeRabbit AI Review
Test Coverage
Other information
This PR upgrades all Apollo packages.
Have you read the contributing guide?
Yes