fix: Merge latest changes into main branch#215
Merged
Roopan-Microsoft merged 15 commits intomainfrom Sep 22, 2025
Merged
Conversation
Updated createdDate parameter to use utcNow function.
Add role assignment step for Service Principal in deployment workflow.
Removed createdDate parameter from deployment.
Update deploy.yml
ci: ensure Service Principal has Contributor role on resource group and fix infra formatting
chore: Fixed Security Vulnerablities
Roopan-Microsoft
approved these changes
Sep 22, 2025
Prajwal-Microsoft
approved these changes
Sep 22, 2025
Ritesh-Microsoft
pushed a commit
that referenced
this pull request
Oct 10, 2025
fix: Merge latest changes into main branch
|
🎉 This PR is included in version 1.5.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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.
Purpose
This pull request updates frontend dependencies to their latest versions and improves Azure deployment permissions. The most significant changes are the upgrades to
axiosandreact-router-dom(and related packages), which will provide bug fixes, new features, and improved compatibility. Additionally, the deployment workflow now assigns the Contributor role to the service principal, ensuring proper permissions for resource management.Frontend dependency upgrades:
axiosfrom^1.7.9to^1.12.2in bothpackage.jsonandpackage-lock.json, including a minor update to itsform-datadependency. [1] [2] [3] [4]react-router-domfrom^7.1.3to^7.5.2inpackage.jsonand from7.1.5to7.9.1inpackage-lock.json, along withreact-routerand removal of unused dependencies. [1] [2] [3] [4] [5]Deployment workflow improvement:
.github/workflows/deploy.yml)Minor dependency cleanup:
dev: trueflags and unused type dependencies frompackage-lock.jsonfor a cleaner dependency tree. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13]Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information