Skip to content

chore(deps): lock file maintenance#462

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/lock-file-maintenance
Open

chore(deps): lock file maintenance#462
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/lock-file-maintenance

Conversation

@renovate

@renovate renovate Bot commented Jun 30, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Update Change
lockFileMaintenance All locks refreshed

🔧 This Pull Request updates lock files to use the latest dependency versions.


Configuration

📅 Schedule: (in timezone Asia/Shanghai)

  • Branch creation
    • "before 8am on the first day of the month"
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added dependencies Pull requests that update a dependency file renovate labels Jun 30, 2026
@vercel

vercel Bot commented Jun 30, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
autoglm-gui Error Error Jul 24, 2026 9:13pm

@github-actions

Copy link
Copy Markdown
Contributor

🚀 Lint & Format Check Results: ❌ FAILED

What was checked:

  • 🐍 Backend: Ruff linting + formatting
  • 📱 Frontend: ESLint + Prettier + TypeScript types
  • 🔧 Unified: Custom lint script validation

❌ Some checks failed!

How to fix:

  1. Run locally to auto-fix most issues:
uv run python scripts/lint.py
  1. Commit the fixes and push:
git add .
git commit -m "fix: apply lint and format fixes"
git push
  1. The checks will run again automatically.

Individual fix commands:

Backend:

uv run ruff check --fix
uv run ruff format

Frontend:

cd frontend
pnpm lint --fix
pnpm format
cd ..

This is an automated check. For questions, ask in the PR discussion.

@codecov

codecov Bot commented Jun 30, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.92%. Comparing base (17e23d2) to head (d714267).

@@           Coverage Diff           @@
##             main     #462   +/-   ##
=======================================
  Coverage   82.92%   82.92%           
=======================================
  Files         116      116           
  Lines       12250    12250           
=======================================
  Hits        10158    10158           
  Misses       2092     2092           
Flag Coverage Δ
e2e-backend 33.35% <ø> (ø)
e2e-frontend 0.61% <ø> (ø)
integration 39.10% <ø> (ø)
unit 81.30% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report in Codecov by Harness.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 17e23d2...d714267. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment thread docs/pnpm-lock.yaml Outdated
'@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)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge 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 👍 / 👎.

@chatgpt-codex-connector

Copy link
Copy Markdown

💡 Codex Review

version = "0.6.10"

P2 Badge Avoid locking DroidRun to a Python-3.14-incompatible release

This lock refresh upgrades the optional droidrun extra to 0.6.10, but that release's metadata requires Python <3.14 (PyPI) while this project advertises/supports Python 3.14 in pyproject.toml. Users running the documented all-extras/optional DroidRun setup on Python 3.14 will now get an upstream-unsupported DroidRun stack from the lockfile; pin droidrun below 0.6 for now or add a Python-version marker for the extra.

ℹ️ 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".

@chatgpt-codex-connector

Copy link
Copy Markdown

💡 Codex Review

version = "0.6.11"

P2 Badge Pin DroidRun before the mobilerun rename

When the optional DroidRun mode is installed from this lock, it now resolves droidrun to 0.6.11, which upstream publishes as a compatibility shim to mobilerun; the v0.6.11 mobilerun/agent tree no longer contains the codeact package, while our adapter still starts by importing droidrun.agent.codeact.events in AutoGLM_GUI/agents/droidrun/async_agent.py:59. In that installed environment, selecting the droidrun agent will take the ImportError path and report the extra as missing, so please either pin this lock to a supported <0.6 release or update the adapter to the new mobilerun API in the same change.

ℹ️ 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".

@renovate
renovate Bot force-pushed the renovate/lock-file-maintenance branch from 31f2991 to c6510ac Compare July 20, 2026 20:17
@chatgpt-codex-connector

Copy link
Copy Markdown

💡 Codex Review

AutoGLM-GUI/uv.lock

Lines 550 to 554 in c6510ac

name = "bashkit"
version = "0.14.2"
source = { registry = "https://pypi.org/simple" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/8c/85/a9bfc29c5fb12d432ec3123e5b30490341ee1f7a5b9a429910495b87653e/bashkit-0.14.2-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:78891f8c23f6c38a1e77d35e3314f737598d0317f0f8838cb780e59b462b3ff5", size = 12743997, upload-time = "2026-07-18T20:35:41.637Z" },

P2 Badge Keep droidrun extra installable beyond Python 3.11

When the droidrun extra is selected (the Electron build does this with uv sync --dev --extra droidrun), this new resolution pulls in bashkit==0.14.2. The lock contains only cp311 wheels and no sdist for that package, so advertised Python 3.12+ environments fail before syncing; I verified uv sync --frozen --extra droidrun --python /usr/bin/python3.12 --dry-run exits with “bashkit ... only has wheels ... cp311”. Pin the droidrun chain to versions that still have compatible artifacts or add markers so non-3.11 builds don’t select it.

ℹ️ 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".

@renovate
renovate Bot force-pushed the renovate/lock-file-maintenance branch from c6510ac to d714267 Compare July 24, 2026 21:12
@chatgpt-codex-connector

Copy link
Copy Markdown

💡 Codex Review

AutoGLM-GUI/uv.lock

Lines 1118 to 1121 in d714267

version = "0.6.12"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "mobilerun" },

P2 Badge Pin droidrun below the mobilerun shim

With --extra droidrun enabled (also used by scripts/build_electron.py:180), this lock now installs droidrun==0.6.12, the rename shim that only depends on mobilerun; the adapter still imports old internal modules such as droidrun.agent.codeact.events and droidrun.agent.utils.llm_picker in AutoGLM_GUI/agents/droidrun/async_agent.py:59-74, so selecting the DroidRun agent will hit the ImportError path and report that droidrun is not installed. Please pin droidrun<0.6 or update the adapter to the new mobilerun module layout before refreshing the lock.

ℹ️ 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".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants