Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates two key dependencies to their latest versions: zod from v3.23.8 to v4.1.13 (a major version bump) and @vscode-elements/elements from v2.0.0 to v2.3.1. Additionally, it adds gitignore entries for content creator template resources.
- Updated zod to v4.1.13 across the monorepo (major version upgrade from v3.x)
- Updated @vscode-elements/elements to v2.3.1 (minor version upgrade from v2.0.0)
- Added gitignore entries for devcontainer and devfile template resources
Reviewed changes
Copilot reviewed 2 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| yarn.lock | Updates locked versions for zod (v4.1.13) and @vscode-elements/elements (v2.3.1), consolidates zod version ranges |
| packages/ansible-mcp-server/package.json | Updates zod dependency to ^4.1.13 for the MCP server package |
| package.json | Updates @vscode-elements/elements devDependency to ^2.3.1 for the root package |
| .gitignore | Adds entries to ignore generated devcontainer and devfile template resources |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "ajv-formats": "^3.0.1", | ||
| "yaml": "^2.8.2", | ||
| "zod": "^3.23.8" | ||
| "zod": "^4.1.13" |
There was a problem hiding this comment.
updating zod version without mcp-sdk update can bring unwanted dependency conflicts, let's verify that mcp tools are working with this.
|
Needs to wait until AAP-58537 is completed, since that will add the test cases. |
Pull request was converted to draft
|
This can be rebased once the test PR is merged - #2414 |
No description provided.