Draft
Conversation
…npm lockfile - Upgrade pydantic 2.12.5 -> 2.13.3 and pydantic-core 2.45.0 -> 2.46.3 to fix incompatible pinned versions (pydantic 2.12.5 requires pydantic-core==2.41.5) - Regenerate pnpm-lock.yaml to match updated package.json dependencies Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Add eslint@^9.0.0 as devDependency to fix 'Cannot find module eslint' build error - Revert @eslint/js from ^10.0.1 to ^9.39.2 for compatibility with react-scripts 5.x - Regenerate pnpm-lock.yaml Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
react-scripts 5.0.1 uses eslint-webpack-plugin@3.2.0 which passes extensions and resolvePluginsRelativeTo options removed in eslint 9. Using eslint 8.57.x which still supports these options. Tested locally - build succeeds. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Resolved 9 conflicting files by keeping the latest version of each package: - pydantic 2.13.3, pydantic-core 2.46.3 (from PR branch, newer) - pillow 12.2.0 (from PR branch, newer) - coverage 7.13.5, pytest-cov 7.1.0 (from dev, newer) - pydantic-settings 2.13.1, starlette 1.0.0, uvicorn 0.42.0 (from dev, newer) - Regenerated uv.lock files with uv lock - Regenerated pnpm-lock.yaml with pnpm install Tested locally - frontend build succeeds. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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
Does this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information