Merged
Conversation
- Bump versions of several Deno standard libraries in deno.json and deno.lock for improved functionality and security. - Refactor argument processing in ArgumentProcessor to validate GitHub Action configurations, ensuring required parameters are set correctly. - Replace Node.js file system operations with Deno's native file system methods for better compatibility. - Add comprehensive tests for GitHub Action mode validation in argument_processor_test.ts to ensure correct error handling. - Update UML writing logic in uml_writer.ts to utilize Deno's file system methods, enhancing performance and reliability. - Refactor XML reading logic in xml_reader.ts to use Deno's file system methods, improving error handling and compatibility.
- Remove unnecessary compiler options from deno.json for cleaner configuration. - Update test command in deno.json to include additional permissions for improved testing capabilities. - Refactor argument processing tests in argument_processor_test.ts for better readability and consistency, ensuring proper error handling for various configurations.
- Update test descriptions for clarity and consistency, ensuring they follow a standardized format. - Enhance tests to validate valid and invalid configurations for GitHub Action mode, including checks for diagram tool and git diff hashes. - Improve error handling assertions to ensure accurate feedback for multiple invalid configurations.
- Eliminate jasmine and yargs from deno.json and deno.lock as they are no longer needed, streamlining the project dependencies.
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.
GitHub Actions Validation
Dependency Updates
Test Improvements
Fixes #35