Open yoannfleurydev opened 1 month ago
The latest updates on your projects. Learn more about Vercel for Git βοΈ
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
start-ui | β Ready (Inspect) | Visit Preview | π¬ Add feedback | Oct 31, 2024 1:10pm |
The pull request includes updates to the package.json
file, specifically changing the version of the nuqs
package from 1.17.4
to 2.1.1
. Additionally, the src/app/Document.tsx
file has been modified to import the NuqsAdapter
and restructure the component hierarchy by wrapping the TrpcProvider
with NuqsAdapter
. The AccountDeleteVerificationCodeModal
and EmailVerificationCodeModal
components have been updated to simplify the logic in their onClose
functions by resetting search parameters to null
.
File | Change Summary |
---|---|
package.json | Updated nuqs dependency version from 1.17.4 to 2.1.1 . |
src/app/Document.tsx | Added import for NuqsAdapter and restructured component hierarchy to wrap TrpcProvider within NuqsAdapter . |
src/features/account/AccountDeleteVerificationCodeModal.tsx | Simplified onClose function to reset search parameters to null . |
src/features/account/EmailVerificationCodeModal.tsx | Simplified onClose function to reset search parameters to null . |
package.json
regarding dependency management are related to the updates made in the same file in PR #534, which also involves modifications to the package.json
for dependency versioning.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?
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code
Checklist
pnpm storybook
command and everything is working(If you cannot update the french language, just let us know in the PR description)
Summary by CodeRabbit
New Features
NuqsAdapter
to enhance component structure and support for testing.Dependency Updates
nuqs
package version from1.17.4
to2.1.1
, potentially introducing new features or improvements.Improvements
AccountDeleteVerificationCodeModal
andEmailVerificationCodeModal
components for better performance and maintainability.