Updating packages and dependencies#30
Merged
Merged
Conversation
Dependency ReviewThe following issues were found:
|
There was a problem hiding this comment.
Pull request overview
Updates dependency versions across the frontend and Azure Functions API to keep the project current with upstream patch/minor releases, and refreshes the GitHub Actions dependency review workflow.
Changes:
- Bumped multiple frontend deps/devDeps (Tailwind/Vite tooling, ESLint/TS-ESLint, Zod, Lucide, etc.) and refreshed
package-lock.json. - Bumped API dependencies/devDependencies (Cosmos SDK, Azure Functions SDK, core tools, Jest) and refreshed
api/package-lock.json. - Updated the dependency review workflow to use
actions/dependency-review-action@v5.
Show a summary per file
| File | Description |
|---|---|
package.json |
Updates frontend dependency version ranges (Tailwind/Vite tooling, Zod, Lucide, lint tooling). |
package-lock.json |
Locks updated resolved versions for frontend dependency graph. |
api/package.json |
Updates API dependency version ranges (Cosmos/Functions SDK, tooling, Jest). |
api/package-lock.json |
Locks updated resolved versions for API dependency graph. |
.github/workflows/dependency-review.yml |
Updates dependency review action major version. |
Copilot's findings
Files not reviewed (1)
- api/package-lock.json: Language not supported
- Files reviewed: 3/5 changed files
- Comments generated: 1
Comment on lines
49
to
51
| "@tailwindcss/container-queries": "^0.1.1", | ||
| "@tailwindcss/vite": "^4.1.17", | ||
| "@tailwindcss/vite": "^4.2.4", | ||
| "class-variance-authority": "^0.7.1", |
🧹 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.
This pull request primarily updates various dependencies across the project to their latest minor or patch versions. These updates affect both the main application and the API, as well as the CI workflow for dependency review. The main goal is to keep the codebase secure, compatible, and up to date with the latest improvements and bug fixes from upstream libraries.