Skip to content

docs: update VitePress theme to 4.8.2 for narrow-screen layout regression#8612

Merged
graphite-app[bot] merged 1 commit intomainfrom
copilot/update-theme-to-4-8-2
Mar 10, 2026
Merged

docs: update VitePress theme to 4.8.2 for narrow-screen layout regression#8612
graphite-app[bot] merged 1 commit intomainfrom
copilot/update-theme-to-4-8-2

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 10, 2026

The docs site regressed on narrow screens, causing the sidebar and page content to overlap and render incorrectly. This updates the shared docs theme to the patched release intended to address that responsive layout breakage.

  • Theme bump

    • Update the docs site to @voidzero-dev/[email protected].
    • Refresh the lockfile to pick up the corresponding resolved dependency graph.
  • Scope

    • Limit the change to the docs package and lockfile only.
    • Leave site config, theme overrides, and page content unchanged so the fix comes from the upstream theme patch.
{
  "devDependencies": {
    "@voidzero-dev/vitepress-theme": "^4.8.2"
  }
}
Original prompt

This section details on the original issue you should resolve

<issue_title>Docs: docs rendering broken for narrow screen</issue_title>
<issue_description>Image

Probably related to #8558; Similar to oxc-project/website#955</issue_description>

<agent_instructions>Update the theme to 4.8.2</agent_instructions>

Comments on the Issue (you are @copilot in this section)

@hyf0 Can you provide the steps of how to reproduce it?

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

@netlify
Copy link
Copy Markdown

netlify bot commented Mar 10, 2026

Deploy Preview for rolldown-rs canceled.

Name Link
🔨 Latest commit bccbe8d
🔍 Latest deploy log https://app.netlify.com/projects/rolldown-rs/deploys/69af90b64024f50008dad3c8

@hyf0 hyf0 marked this pull request as ready for review March 10, 2026 02:51
Copilot AI review requested due to automatic review settings March 10, 2026 02:51
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot wasn't able to review any files in this pull request.

@socket-security
Copy link
Copy Markdown

socket-security bot commented Mar 10, 2026

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updated@​voidzero-dev/​vitepress-theme@​4.8.0 ⏵ 4.8.28510010098 +10

View full report

Copilot AI changed the title [WIP] Update theme to version 4.8.2 to fix rendering issue docs: update VitePress theme to 4.8.2 for narrow-screen layout regression Mar 10, 2026
Copilot finished work on behalf of hyf0 March 10, 2026 02:55
Copy link
Copy Markdown
Member

hyf0 commented Mar 10, 2026

Merge activity

…sion (#8612)

The docs site regressed on narrow screens, causing the sidebar and page content to overlap and render incorrectly. This updates the shared docs theme to the patched release intended to address that responsive layout breakage.

- **Theme bump**
  - Update the docs site to `@voidzero-dev/[email protected]`.
  - Refresh the lockfile to pick up the corresponding resolved dependency graph.

- **Scope**
  - Limit the change to the docs package and lockfile only.
  - Leave site config, theme overrides, and page content unchanged so the fix comes from the upstream theme patch.

```json
{
  "devDependencies": {
    "@voidzero-dev/vitepress-theme": "^4.8.2"
  }
}
```

<!-- START COPILOT ORIGINAL PROMPT -->

<details>

<summary>Original prompt</summary>

>
> ----
>
> *This section details on the original issue you should resolve*
>
> <issue_title>Docs: docs rendering broken for narrow screen</issue_title>
> <issue_description><img width="1215" height="902" alt="Image" src="https://github.com/user-attachments/assets/d08c5841-c40c-4dd5-9ea5-88e8d081cb2d" />
>
>
> Probably related to #8558; Similar to oxc-project/website#955</issue_description>
>
> <agent_instructions>Update the theme to 4.8.2</agent_instructions>
>
> ## Comments on the Issue (you are @copilot in this section)
>
> <comments>
> <comment_new><author>@hyf0</author><body>
> Can you provide the steps of how to reproduce it?</body></comment_new>
> </comments>
>

</details>

<!-- START COPILOT CODING AGENT SUFFIX -->

- Fixes #8584

<!-- START COPILOT CODING AGENT TIPS -->
---

✨ Let Copilot coding agent [set things up for you](https://github.com/rolldown/rolldown/issues/new?title=✨+Set+up+Copilot+instructions&body=Configure%20instructions%20for%20this%20repository%20as%20documented%20in%20%5BBest%20practices%20for%20Copilot%20coding%20agent%20in%20your%20repository%5D%28https://gh.io/copilot-coding-agent-tips%29%2E%0A%0A%3COnboard%20this%20repo%3E&assignees=copilot) — coding agent works faster and does higher quality work when set up for your repo.
@graphite-app graphite-app bot force-pushed the copilot/update-theme-to-4-8-2 branch from 1b56bea to bccbe8d Compare March 10, 2026 03:32
@graphite-app graphite-app bot merged commit bccbe8d into main Mar 10, 2026
30 checks passed
@graphite-app graphite-app bot deleted the copilot/update-theme-to-4-8-2 branch March 10, 2026 03:36
This was referenced Mar 11, 2026
shulaoda added a commit that referenced this pull request Mar 11, 2026
## [1.0.0-rc.9] - 2026-03-11

### 💥 BREAKING CHANGES

- rename exported BindingMagicString to RolldownMagicString (#8626) by @IWANABETHATGUY

### 🚀 Features

- rolldown: add isRolldownMagicString property for reliable native detection (#8614) by @IWANABETHATGUY
- cli: align object type with rollup (#8598) by @h-a-n-a

### 🐛 Bug Fixes

- rust: circular inter-chunk imports when external dynamic imports exist (#8596) by @Dunqing
- update minify default docs from `false` to `'dce-only'` (#8620) by @shulaoda

### 💼 Other

- fix early exit in script build-node (#8617) by @h-a-n-a

### 🚜 Refactor

- binding: remove outdated TODO comment in MagicString to_string() (#8613) by @IWANABETHATGUY

### 📚 Documentation

- add viteplus alpha announcement banner (#8615) by @mdong1909
- update VitePress theme to 4.8.2 for narrow-screen layout regression (#8612) by @Copilot

### ⚡ Performance

- merge 4 integration test binaries into 1 (#8610) by @Boshen

### 🧪 Testing

- replace heavy filename_with_hash test with targeted hash fixtures (#8597) by @Boshen

### ⚙️ Miscellaneous Tasks

- ci: remove redundant `--no-run` build step from cargo-test (#8623) by @Boshen
- rust: use `cargo-shear` to toggle Cargo.toml [lib] test = bool (#8622) by @Boshen
- deps: update test262 submodule for tests (#8611) by @sapphi-red
- skip macOS CI jobs on pull requests (#8608) by @Copilot
- add rust cache to repo validation job (#8607) by @Boshen
- skip running empty bin test targets (#8605) by @Boshen
- skip building examples in cargo-test to reduce build time (#8603) by @Boshen
- switch plain workflow checkouts to taiki-e action (#8601) by @Boshen
- skip Windows CI jobs on PRs (#8600) by @Boshen
- remove unused asset module (#8594) by @shulaoda

### ◀️ Revert

- "docs: add viteplus alpha announcement banner (#8615)" (#8616) by @shulaoda

Co-authored-by: shulaoda <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs: docs rendering broken for narrow screen

4 participants