-
Notifications
You must be signed in to change notification settings - Fork 5
fix(deps): update react monorepo #35
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: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -22,7 +22,7 @@ | |
| "@t3-oss/env-core": "^0.6.1", | ||
| "expo": "~49.0.8", | ||
| "expo-status-bar": "~1.6.0", | ||
| "react": "18.2.0", | ||
| "react": "18.3.1", | ||
| "react-native": "0.72.4", | ||
| "zod": "^3.22.2" | ||
| }, | ||
|
|
@@ -39,7 +39,7 @@ | |
| "@storybook/addon-ondevice-controls": "^6.5.6", | ||
| "@storybook/react-native": "^6.5.6", | ||
| "@total-typescript/ts-reset": "^0.5.0", | ||
| "@types/react": "~18.2.14", | ||
| "@types/react": "~18.3.0", | ||
| "@typescript-eslint/eslint-plugin": "^6.4.0", | ||
| "@typescript-eslint/parser": "^6.4.0", | ||
| "babel-loader": "^8.3.0", | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The changes in the dependencies look good. Updating the versions of React and React types to the latest stable releases is a good practice. No further suggestions for improvement at the moment. 👍🏼 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 👍 💡 Consider adding a brief description of why the version updates were necessary in the pull request description for better clarity to other team members. Keep coding! There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The changes in the dependencies look good 👍. Just ensure you test the application thoroughly after updating the versions to make sure everything still works as expected. Keep up the good work! 🚀 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The changes in the package.json file look good. Updating the versions of "react" and "@types/react" to 18.3.1 and 18.3.0 respectively seems like a good move to keep the dependencies up to date. No further suggestions on this part. 👍 Make sure to run your tests after these changes to ensure that everything is working as expected. 🧪 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Here are some suggestions to improve the code in your pull request:
Overall, good job on keeping your dependencies up to date! 🚀 If you follow these recommendations, it will contribute to the stability and maintainability of your project. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Here are some suggestions and feedback on your pull request! 🎉
Overall, it looks like you're making some good updates! Keep it up, and happy coding! 🚀 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Review Comments:
Overall, while the changes look promising, more thorough testing and consideration of compatibility are needed before merging! There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Code Review Feedback 📝
Conclusion 🤔While the changes look beneficial for keeping your project updated, please make sure to conduct thorough testing and compatibility checks. Only then should we consider merging! 🚀 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The changes look good overall, updating versions of 'react' and '@types/react' seem necessary. However, please ensure that the new versions are compatible with other dependencies in the project. It's always recommended to double-check compatibility before merging. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Review of the dependency version bumps:
Suggestions:
Summary:Due to usage of potentially unstable React version (18.3.1) and corresponding type definitions, I recommend holding on merging this PR until the React version is stable or fully supported by your stack. 🚀 Keep up the great work managing dependencies carefully! There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🔍 It's great to see updates to the |
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -2863,19 +2863,13 @@ | |
| resolved "https://registry.yarnpkg.com/@types/qs/-/qs-6.9.7.tgz#63bb7d067db107cc1e457c303bc25d511febf6cb" | ||
| integrity sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw== | ||
|
|
||
| "@types/react@~18.2.14": | ||
| version "18.2.21" | ||
| resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.21.tgz#774c37fd01b522d0b91aed04811b58e4e0514ed9" | ||
| integrity sha512-neFKG/sBAwGxHgXiIxnbm3/AAVQ/cMRS93hvBpg8xYRbeQSPVABp9U2bRnPf0iI4+Ucdv3plSxKK+3CW2ENJxA== | ||
| "@types/react@~18.3.0": | ||
| version "18.3.31" | ||
| resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.31.tgz#b5e95e28ffcceab8d982f33f2eb076e17653c2a4" | ||
| integrity sha512-vfEqpXTvwT91yhmwdfouStN2hSKwTvyRs8qpLfADyrq/kxDw0hZM7Wk9Ug1FELj8hIby+S/+kQCSRFF32nv2Qw== | ||
| dependencies: | ||
| "@types/prop-types" "*" | ||
| "@types/scheduler" "*" | ||
| csstype "^3.0.2" | ||
|
|
||
| "@types/scheduler@*": | ||
| version "0.16.3" | ||
| resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.3.tgz#cef09e3ec9af1d63d2a6cc5b383a737e24e6dcf5" | ||
| integrity sha512-5cJ8CB4yAx7BH1oMvdU0Jh9lrEXyPkar6F9G/ERswkCuvP4KQZfZkSjcMbAICCpQTN4OuZn8tz0HiKv9TGZgrQ== | ||
| csstype "^3.2.2" | ||
|
|
||
| "@types/semver@^7.5.0": | ||
| version "7.5.0" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 📦 The updated There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The version update from |
||
|
|
@@ -4994,10 +4988,10 @@ crypto-random-string@^2.0.0: | |
| resolved "https://registry.yarnpkg.com/crypto-random-string/-/crypto-random-string-2.0.0.tgz#ef2a7a966ec11083388369baa02ebead229b30d5" | ||
| integrity sha512-v1plID3y9r/lPhviJ1wrXpLeyUIGAZ2SHNYTEapm7/8A9nLPoyvVp3RK/EPFqn5kEznyWgYZNsRtYYIWbuG8KA== | ||
|
|
||
| csstype@^3.0.2: | ||
| version "3.1.2" | ||
| resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.1.2.tgz#1d4bf9d572f11c14031f0436e1c10bc1f571f50b" | ||
| integrity sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ== | ||
| csstype@^3.2.2: | ||
| version "3.2.3" | ||
| resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.2.3.tgz#ec48c0f3e993e50648c86da559e2610995cf989a" | ||
| integrity sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ== | ||
|
|
||
| cyclist@^1.0.1: | ||
| version "1.0.2" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🔄 The update from There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Updating |
||
|
|
@@ -10462,12 +10456,12 @@ react-devtools-core@^4.27.2: | |
| ws "^7" | ||
|
|
||
| react-dom@^18.2.0: | ||
| version "18.2.0" | ||
| resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.2.0.tgz#22aaf38708db2674ed9ada224ca4aa708d821e3d" | ||
| integrity sha512-6IMTriUmvsjHUjNtEDudZfuDQUoWXVxKHhlEGSk81n4YFS+r/Kl99wXiwlVXtPBtJenozv2P+hxDsw9eA7Xo6g== | ||
| version "18.3.1" | ||
| resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-18.3.1.tgz#c2265d79511b57d479b3dd3fdfa51536494c5cb4" | ||
| integrity sha512-5m4nQKp+rZRb09LNH59GM4BxTh9251/ylbKIbpe7TpGxfJ+9kv6BLkLBXIjjspbgbnIBNqlI23tRnTWT0snUIw== | ||
| dependencies: | ||
| loose-envify "^1.1.0" | ||
| scheduler "^0.23.0" | ||
| scheduler "^0.23.2" | ||
|
|
||
| react-inspector@^5.1.0: | ||
| version "5.1.1" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🔧 The upgrade of There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Good job on bumping |
||
|
|
@@ -10584,10 +10578,10 @@ react-shallow-renderer@^16.15.0: | |
| object-assign "^4.1.1" | ||
| react-is "^16.12.0 || ^17.0.0 || ^18.0.0" | ||
|
|
||
| react@18.2.0: | ||
| version "18.2.0" | ||
| resolved "https://registry.yarnpkg.com/react/-/react-18.2.0.tgz#555bd98592883255fa00de14f1151a917b5d77d5" | ||
| integrity sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ== | ||
| react@18.3.1: | ||
| version "18.3.1" | ||
| resolved "https://registry.yarnpkg.com/react/-/react-18.3.1.tgz#49ab892009c53933625bd16b2533fc754cab2891" | ||
| integrity sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ== | ||
| dependencies: | ||
| loose-envify "^1.1.0" | ||
|
|
||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ✨ Changing There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Nice update from There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
|
|
@@ -11056,10 +11050,10 @@ scheduler@0.24.0-canary-efb381bbf-20230505: | |
| dependencies: | ||
| loose-envify "^1.1.0" | ||
|
|
||
| scheduler@^0.23.0: | ||
| version "0.23.0" | ||
| resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.23.0.tgz#ba8041afc3d30eb206a487b6b384002e4e61fdfe" | ||
| integrity sha512-CtuThmgHNg7zIZWAXi3AsyIzA3n4xx7aNyjwC2VJldO2LMVDhFK+63xGqq6CsJH4rTAt6/M+N4GhZiDYPx9eUw== | ||
| scheduler@^0.23.2: | ||
| version "0.23.2" | ||
| resolved "https://registry.yarnpkg.com/scheduler/-/scheduler-0.23.2.tgz#414ba64a3b282892e944cf2108ecc078d115cdc3" | ||
| integrity sha512-UOShsPwz7NrMUqhR6t0hWjFduvOzbtv7toDH1/hIrfRNIDBnnBWd0CwJTGvTpngVlmwGCdP9/Zl/tVrDqcuYzQ== | ||
| dependencies: | ||
| loose-envify "^1.1.0" | ||
|
|
||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🔍 Suggestions for improvement:
Overall, the code seems fine, just make sure to keep dependencies up to date for better performance and stability. 🚀 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The changes in the pull request look good. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Suggestions:
Overall, the changes look good, just ensure the package.json file reflects the correct versions based on the resolved URLs. 👍 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The changes made in the pull request are good, but I have a couple of suggestions for improvement:
Overall, the changes look good, and it seems like a necessary update to the dependencies. Good job! 👍 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Suggestions for improvement:
Overall, the changes seem to be routine version updates without any problems. Good job! 👍 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Here’s some feedback on the pull request you provided! 🚀 Changes Overview:
Suggestions for Improvement 🔍:
Conclusion 👍:Overall, your update looks promising! Keeping dependencies up to date is key for security and performance. 🎉 Follow the suggestions above to ensure a smooth integration of these changes. Happy coding! 💻 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Your pull request seems to include updates to some React-related packages, as well as adjustments in the package integrity records. Here are some suggestions to enhance your code changes:
Implementing these suggestions can help improve the quality and robustness of your pull request! Good luck! 🚀 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Great job on the pull request! 🎉 Here are some suggestions to help improve the code:
Overall, the changes seem well thought out! Keep up the great work! 👍✨ There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Here’s some feedback on your pull request! 🚀 General Observations:
Specific Suggestions:
Final Thoughts:You’ve done a great job updating the dependencies! Just make sure to run a full suite of tests after this change to catch any potential issues early on. Happy coding! 💻✨ There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Thank you for submitting your pull request! 🎉 I've reviewed the changes you've made and would like to provide some feedback to help improve your code. Here are my suggestions:
Overall, great job on keeping your dependencies up to date! 🚀 Keeping them current is vital for the health and security of your project. If you have any specific areas of concern or questions, feel free to ask! 🤔 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Here are some suggestions and feedback on your pull request! 🚀
Overall, it looks like you’re making great strides in keeping your dependencies updated! Keep up the fantastic work, and consider the above suggestions to improve clarity and maintainability. 😊 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The changes in the packages 'react-dom' and 'scheduler' seem fine, updating the versions and integrity. However, the change in 'react-dom' from version 18.2.0 to 18.3.1 may introduce breaking changes or compatibility issues. It's important to test the functionality thoroughly with this new version. Consider checking the release notes for any breaking changes. Also, ensure that the updated versions of the dependencies are compatible with the rest of the project's dependencies. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Feedback on the Pull Request 📝Overall, the updates in this pull request help to upgrade dependencies, which is a great practice to keep the codebase secure and up-to-date. However, I have a few suggestions for improvement:
Please review these suggestions and update your pull request accordingly! Good job on maintaining the dependencies! 🚀 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Review Feedback 📝The changes in this pull request primarily update the versions of
Once the above considerations are addressed, the pull request can be re-evaluated for merging. Keep up the good work! 💪 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 📊 Updating There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The version change for There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
|
|
||
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.
Good job on updating the "react" version to "18.3.1"! 👍 No further suggestions from my end, the code looks good. Merge it! 🚀