chore(deps): lock file maintenance#462
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🚀 Lint & Format Check Results: ❌ FAILEDWhat was checked:
❌ Some checks failed!How to fix:
uv run python scripts/lint.py
git add .
git commit -m "fix: apply lint and format fixes"
git push
Individual fix commands:Backend: uv run ruff check --fix
uv run ruff formatFrontend: cd frontend
pnpm lint --fix
pnpm format
cd ..This is an automated check. For questions, ask in the PR discussion. |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #462 +/- ##
=======================================
Coverage 82.92% 82.92%
=======================================
Files 116 116
Lines 12250 12250
=======================================
Hits 10158 10158
Misses 2092 2092
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4f300767ba
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| '@docusaurus/theme-mermaid': | ||
| specifier: ^3.9.2 | ||
| version: 3.9.2(@docusaurus/plugin-content-docs@3.9.2(@mdx-js/react@3.1.1(@types/react@19.2.7)(react@19.2.3))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(typescript@5.6.3))(@mdx-js/react@3.1.1(@types/react@19.2.7)(react@19.2.3))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(typescript@5.6.3) | ||
| version: 3.10.1(@docusaurus/plugin-content-docs@3.9.2(@mdx-js/react@3.1.1(@types/react@19.2.17)(react@19.2.7))(postcss@8.5.16)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(typescript@5.6.3))(@mdx-js/react@3.1.1(@types/react@19.2.17)(react@19.2.7))(postcss@8.5.16)(react-dom@19.2.7(react@19.2.7))(react@19.2.7)(typescript@5.6.3) |
There was a problem hiding this comment.
Keep Docusaurus packages version-aligned
When installing docs from this lockfile, @docusaurus/theme-mermaid now resolves to 3.10.1 while @docusaurus/core and @docusaurus/preset-classic remain pinned to 3.9.2, and the lock entry for the theme pulls in a nested @docusaurus/core@3.10.1. Docusaurus' own update guidance says all @docusaurus/ packages should use the same version, so pnpm build for the docs can load mixed core/theme versions and hit hard-to-debug runtime failures; pin the mermaid theme back to 3.9.2 or upgrade all Docusaurus packages together.
Useful? React with 👍 / 👎.
4f30076 to
a7d362a
Compare
a7d362a to
8148e1f
Compare
💡 Codex ReviewLine 1141 in 8148e1f This lock refresh upgrades the optional ℹ️ About Codex in GitHubCodex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback". |
8148e1f to
0285a09
Compare
0285a09 to
31f2991
Compare
💡 Codex ReviewLine 1141 in 31f2991 When the optional DroidRun mode is installed from this lock, it now resolves ℹ️ About Codex in GitHubCodex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback". |
31f2991 to
c6510ac
Compare
💡 Codex ReviewLines 550 to 554 in c6510ac When the droidrun extra is selected (the Electron build does this with ℹ️ About Codex in GitHubCodex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback". |
c6510ac to
d714267
Compare
💡 Codex ReviewLines 1118 to 1121 in d714267 With ℹ️ About Codex in GitHubCodex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback". |
This PR contains the following updates:
🔧 This Pull Request updates lock files to use the latest dependency versions.
Configuration
📅 Schedule: (in timezone Asia/Shanghai)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.