chore: raising the PR for all the updates from dev#265
Merged
Roopan-Microsoft merged 20 commits intomainfrom Sep 23, 2025
Merged
chore: raising the PR for all the updates from dev#265Roopan-Microsoft merged 20 commits intomainfrom
Roopan-Microsoft merged 20 commits intomainfrom
Conversation
fix: process steps bug 22999
fix: Fix for Deployment Lifecycle Automation pipeline failure
chore: fixed security vulnerabilities
Roopan-Microsoft
approved these changes
Sep 22, 2025
fix: package upgraded for h11 and httpcore
Prajwal-Microsoft
approved these changes
Sep 23, 2025
|
🎉 This PR is included in version 1.10.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 includes dependency updates, workflow improvements, and a UI enhancement for process step data handling. The main changes are grouped below by theme.
Dependency Upgrades
h11Python package from version0.14.0to0.16.0in bothpyproject.tomlandrequirements.txtto address compatibility and security. [1] [2]package-lock.jsonandpackage.json, includingform-data(to versions3.0.4and4.0.4),nth-check(to2.0.1), and set a resolution fortypescriptto^4.9.5, reverting from^5.8.3. This helps maintain compatibility and resolves potential issues with newer versions. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17]Workflow/Infrastructure
.github/workflows/deploy.ymlto use a JSONtagsfield instead of a simplecreatedBystring, allowing for more flexible metadata tagging.Frontend/UI Improvements
ProcessStepscomponent inProcessSteps.tsxto display a user-friendly message ("No data available.") when no valid selection or process steps data is present, enhancing the user experience and preventing errors. [1] [2]Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information