Bump several dependency versions#35
Merged
Merged
Conversation
Update dependencies in api/package.json and root package.json: bump azure-functions-core-tools from ^4.10.0 to ^4.11.0; bump date-fns from ^4.1.0 to ^4.3.0; upgrade react-day-picker from ^9.13.0 to ^10.0.1 (major); and bump react-error-boundary from ^6.0.1 to ^6.1.2. These updates include bug fixes and minor improvements—run install/build/tests and review react-day-picker v10 release notes for any migration steps or breaking changes.
Dependency ReviewThe following issues were found:
OpenSSF ScorecardScorecard details
Scanned Files
|
There was a problem hiding this comment.
Pull request overview
Updates frontend and API dependencies to pick up bug fixes/minor improvements (including a major upgrade of react-day-picker), aligning the project with newer library/tooling versions.
Changes:
- Bump frontend deps:
date-fns^4.1.0 → ^4.3.0,react-day-picker^9.13.0 → ^10.0.1,react-error-boundary^6.0.1 → ^6.1.2. - Bump API dev dep:
azure-functions-core-tools^4.10.0 → ^4.11.0.
Show a summary per file
| File | Description |
|---|---|
| package.json | Updates several frontend dependency versions (incl. react-day-picker major). |
| api/package.json | Updates Azure Functions Core Tools version for local/CI tooling. |
Copilot's findings
- Files reviewed: 2/2 changed files
- Comments generated: 2
Comment on lines
+54
to
+63
| "date-fns": "^4.3.0", | ||
| "embla-carousel-react": "^8.5.2", | ||
| "framer-motion": "^12.23.25", | ||
| "input-otp": "^1.4.2", | ||
| "lucide-react": "^1.14.0", | ||
| "qrcode": "^1.5.4", | ||
| "react": "^19.2.1", | ||
| "react-day-picker": "^9.13.0", | ||
| "react-day-picker": "^10.0.1", | ||
| "react-dom": "^19.2.1", | ||
| "react-error-boundary": "^6.0.1", | ||
| "react-error-boundary": "^6.1.2", |
| "@types/jest": "^30.0.0", | ||
| "@types/node": "^25.6.2", | ||
| "azure-functions-core-tools": "^4.10.0", | ||
| "azure-functions-core-tools": "^4.11.0", |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://witty-dune-04a02fb0f-35.eastus2.7.azurestaticapps.net |
🧹 Preview Environment Cleaned UpResource group All Azure resources for this PR have been removed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Update dependencies in api/package.json and root package.json: bump azure-functions-core-tools from ^4.10.0 to ^4.11.0; bump date-fns from ^4.1.0 to ^4.3.0; upgrade react-day-picker from ^9.13.0 to ^10.0.1 (major); and bump react-error-boundary from ^6.0.1 to ^6.1.2. These updates include bug fixes and minor improvements—run install/build/tests and review react-day-picker v10 release notes for any migration steps or breaking changes.