-
-
Notifications
You must be signed in to change notification settings - Fork 822
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
Issue 2016 resolved #2128
Issue 2016 resolved #2128
Conversation
WalkthroughThe changes involve upgrading the Changes
Possibly related issues
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
Our Pull Request Approval ProcessWe have these basic policies to make the approval process smoother for our volunteer team. Testing Your CodePlease make sure your code passes all tests. Our test code coverage system will fail if these conditions occur:
The process helps maintain the overall reliability of the code base and is a prerequisite for getting your PR approved. Assigned reviewers regularly review the PR queue and tend to focus on PRs that are passing. ReviewersDo not assign reviewers. Our Queue Monitors will review your PR and assign them.
Reviewing Your CodeYour reviewer(s) will have the following roles:
CONTRIBUTING.mdRead our CONTRIBUTING.md file. Most importantly:
Other
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Congratulations on making your first PR! 🎊 If you haven't already, check out our Contributing Guidelines and PR Reporting Guidelines to ensure that you are following our guidelines for contributing and creating PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Review details
Configuration used: .coderabbit.yaml
Review profile: CHILL
Files selected for processing (1)
- package.json (1 hunks)
Additional comments not posted (1)
package.json (1)
58-58
: Upgrade TypeScript version to 5.4.5.The TypeScript version has been upgraded from
4.3.5
to5.4.5
. Ensure that the codebase is compatible with the new version and make necessary adjustments to comply with updated syntax and functionalities.To verify compatibility, run the TypeScript compiler and tests to ensure there are no issues.
The base branch was changed.
@Spoorthy1423 I think your local branch is upstream with main. Change it to develop and raise a PR against develop branch here too. And to fix #2016 you need to update some parts of codebase or dependencies which made depandabot fail while upgrading this package to . You can refer the changes in 5.4.x version docs of Typescript As this is part of upgrading from 4.x to 5.x which could be a major upgrade you can follow this guide to upgrade and feel free to reach community slack if you face any problems while upgrading https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-4.html |
@Spoorthy1423 Closing this PR for above reasons and submit a new PR with above suggestions |
I would like to work on this issue further, please assign me this issue .. |
Assigned it. Go-ahead |
#2016
-Upgraded typescript package from 4.9.5 to 5.4.5
What kind of change does this PR introduce?
Issue Number:
Fixes #
Did you add tests for your changes?
Snapshots/Videos:
If relevant, did you update the documentation?
Summary
Does this PR introduce a breaking change?
Other information
Have you read the contributing guide?
Summary by CodeRabbit