Renovate Bot
c9216685d5
chore(deps): update actions/checkout action to v7 ( #445 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/445
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2026-06-23 00:05:55 +00:00
Renovate Bot
6d5451918d
fix(deps): update dependency @mui/material to v9.1.1 ( #439 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/439
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2026-06-19 17:20:46 +00:00
Renovate Bot
4b2bcc99a2
chore(deps): update pnpm to v10.34.3 ( #440 )
...
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/ ) | [Confidence](https://docs.renovatebot.com/merge-confidence/ ) |
|---|---|---|---|
| [pnpm](https://pnpm.io ) ([source](https://github.com/pnpm/pnpm/tree/HEAD/pnpm )) | [`10.34.2` → `10.34.3`](https://renovatebot.com/diffs/npm/pnpm/10.34.2/10.34.3 ) |  |  |
---
### Release Notes
<details>
<summary>pnpm/pnpm (pnpm)</summary>
### [`v10.34.3`](https://github.com/pnpm/pnpm/releases/tag/v10.34.3 ): pnpm 10.34.3
[Compare Source](https://github.com/pnpm/pnpm/compare/v10.34.2...v10.34.3 )
##### ⚠️ Security fix — environment variables in a project `.npmrc` (action may be required)
Following [GHSA-3qhv-2rgh-x77r](https://github.com/pnpm/pnpm/security/advisories/GHSA-3qhv-2rgh-x77r ), pnpm no longer expands `${ENV_VAR}` placeholders that come from a **repository-controlled** config file, because a malicious repository could otherwise use them to leak your environment secrets (npm tokens, CI job tokens, etc.) to an attacker-controlled registry during install. This applies to:
- the project/workspace `.npmrc` — `registry`, `@scope:registry`, proxy URLs, URL-scoped keys (`//host/…`), and credential values (`_authToken`, `_auth`, `_password`, `username`, `tokenHelper`, `cert`, `key`);
- registry URLs in `pnpm-workspace.yaml`.
This release also closes a bypass where a project `.npmrc` could set `userconfig`, `globalconfig`, or `prefix` to make pnpm load a repo-supplied file as *trusted* config (via `@pnpm/[email protected] `).
Environment variables are **still** expanded in trusted config: your user-level `~/.npmrc`, the global config, CLI options, and environment config.
**If your authentication broke after upgrading**, move the token out of the committed `.npmrc`:
```sh
# Writes to your user/global config, not the repository:
pnpm config set "//registry.npmjs.org/:_authToken" "$NPM_TOKEN"
```
Or keep the `${NPM_TOKEN}` line but put it in your user-level `~/.npmrc` instead of the repo. In **GitHub Actions**, `actions/setup-node` with `registry-url` already writes a user-level `.npmrc`, so `NODE_AUTH_TOKEN` keeps working. For other CI where editing each pipeline is hard, set `NPM_CONFIG_USERCONFIG=.npmrc` in the CI environment to declare the project `.npmrc` trusted.
See <https://pnpm.io/npmrc > for full migration details.
#### Patch Changes
- Improved the warning printed when a project `.npmrc` uses an environment variable in a registry/proxy URL or in registry credentials. The message now explains why the setting was ignored and how to migrate it to a trusted source — for example by running `pnpm config set "<key>" <value>` to store it in the global config, or by keeping the `${...}` line in the user-level `~/.npmrc` — with a link to <https://pnpm.io/npmrc >.
- A repository-controlled project or workspace `.npmrc` can no longer redirect which files pnpm loads as its trusted user and global configuration. Previously such a file could set `userconfig`, `globalconfig`, or `prefix` to point at an attacker-supplied file shipped in the repository, and pnpm would load it as a trusted config source — bypassing the protection that prevents repository config from expanding environment variables into registry request destinations and credentials, and allowing it to set `tokenHelper`. The user/global config file locations are now resolved only from trusted sources (CLI options, environment config, the npm builtin config, and defaults) before the project and workspace `.npmrc` files are read. Fixed by upgrading `@pnpm/npm-conf` to `3.0.3`.
<!-- sponsors -->
#### Platinum Sponsors
<table>
<tbody>
<tr>
<td align="center" valign="middle">
<a href="https://bit.cloud/?utm_source=pnpm&utm_medium=release_notes " target="_blank"><img src="https://pnpm.io/img/users/bit.svg " width="80" alt="Bit"></a>
</td>
</tr>
</tbody>
</table>
#### Gold Sponsors
<table>
<tbody>
<tr>
<td align="center" valign="middle">
<a href="https://sanity.io/?utm_source=pnpm&utm_medium=release_notes " target="_blank">
<picture>
<source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/sanity.svg " />
<source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/sanity_light.svg " />
<img src="https://pnpm.io/img/users/sanity.svg " width="120" alt="Sanity" />
</picture>
</a>
</td>
<td align="center" valign="middle">
<a href="https://discord.com/?utm_source=pnpm&utm_medium=release_notes " target="_blank">
<picture>
<source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/discord.svg " />
<source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/discord_light.svg " />
<img src="https://pnpm.io/img/users/discord.svg " width="220" alt="Discord" />
</picture>
</a>
</td>
<td align="center" valign="middle">
<a href="https://vite.dev/?utm_source=pnpm&utm_medium=release_notes " target="_blank"><img src="https://pnpm.io/img/users/vitejs.svg " width="42" alt="Vite"></a>
</td>
</tr>
<tr>
<td align="center" valign="middle">
<a href="https://serpapi.com/?utm_source=pnpm&utm_medium=release_notes " target="_blank">
<picture>
<source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/serpapi_dark.svg " />
<source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/serpapi_light.svg " />
<img src="https://pnpm.io/img/users/serpapi_dark.svg " width="160" alt="SerpApi" />
</picture>
</a>
</td>
<td align="center" valign="middle">
<a href="https://coderabbit.ai/?utm_source=pnpm&utm_medium=release_notes " target="_blank">
<picture>
<source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/coderabbit.svg " />
<source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/coderabbit_light.svg " />
<img src="https://pnpm.io/img/users/coderabbit.svg " width="220" alt="CodeRabbit" />
</picture>
</a>
</td>
<td align="center" valign="middle">
<a href="https://stackblitz.com/?utm_source=pnpm&utm_medium=release_notes " target="_blank">
<picture>
<source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/stackblitz.svg " />
<source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/stackblitz_light.svg " />
<img src="https://pnpm.io/img/users/stackblitz.svg " width="190" alt="Stackblitz" />
</picture>
</a>
</td>
</tr>
<tr>
<td align="center" valign="middle">
<a href="https://workleap.com/?utm_source=pnpm&utm_medium=release_notes " target="_blank">
<picture>
<source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/workleap.svg " />
<source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/workleap_light.svg " />
<img src="https://pnpm.io/img/users/workleap.svg " width="190" alt="Workleap" />
</picture>
</a>
</td>
<td align="center" valign="middle">
<a href="https://nx.dev/?utm_source=pnpm&utm_medium=release_notes " target="_blank">
<picture>
<source media="(prefers-color-scheme: light)" srcset="https://pnpm.io/img/users/nx.svg " />
<source media="(prefers-color-scheme: dark)" srcset="https://pnpm.io/img/users/nx_light.svg " />
<img src="https://pnpm.io/img/users/nx.svg " width="50" alt="Nx" />
</picture>
</a>
</td>
</tr>
</tbody>
</table>
<!-- sponsors end -->
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- At any time (no schedule defined)
- 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.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xOTEuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE5MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: https://gitea.com/gitea/docs/pulls/440
Reviewed-by: silverwind <[email protected] >
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2026-06-17 07:05:14 +00:00
Renovate Bot
49dec05ddd
chore(deps): update pnpm to v10.34.2 ( #438 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/438
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2026-06-16 16:51:52 +00:00
Renovate Bot
7737ef98a4
chore(deps): update dependency @mui/material to v9.1.0 ( #437 )
...
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/ ) | [Confidence](https://docs.renovatebot.com/merge-confidence/ ) |
|---|---|---|---|
| [@mui/material](https://mui.com/material-ui/ ) ([source](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material )) | [`9.0.1` → `9.1.0`](https://renovatebot.com/diffs/npm/@mui%2fmaterial/9.0.1/9.1.0 ) |  |  |
---
### Release Notes
<details>
<summary>mui/material-ui (@​mui/material)</summary>
### [`v9.1.0`](https://github.com/mui/material-ui/blob/HEAD/CHANGELOG.md#910 )
[Compare Source](https://github.com/mui/material-ui/compare/v9.0.1...v9.1.0 )
<!-- generated comparing v9.0.1..master -->
*Jun 8, 2026*
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨ :
- ⚙️ Support for the [prefers-reduced-motion](https://mui.com/material-ui/transitions/#reduced-motion ) setting.
- ♿ ️ Improved support for Windows High Contrast mode with the [enhanceHighContrast](https://mui.com/material-ui/customization/palette/#windows-high-contrast-mode ) theme wrapper.
##### `@mui/[email protected] `
- \[autocomplete] Enable clearing highlight when mouse leaves popup ([#​48354](https://github.com/mui/material-ui/issues/48354 )) [@​mj12albert](https://github.com/mj12albert )
- \[autocomplete] Fix `freeSolo` controlled values cleared by initial `null` ([#​48611](https://github.com/mui/material-ui/issues/48611 )) [@​mj12albert](https://github.com/mj12albert )
- \[autocomplete] Fix item removal when it receives focus from VoiceOver before using Backspace ([#​48572](https://github.com/mui/material-ui/issues/48572 )) [@​silviuaavram](https://github.com/silviuaavram )
- \[autocomplete] Fix `resetHighlightOnMouseLeave` JSdoc ([#​48536](https://github.com/mui/material-ui/issues/48536 )) [@​mj12albert](https://github.com/mj12albert )
- \[autocomplete] Guard against null inputRef during unmount ([#​48617](https://github.com/mui/material-ui/issues/48617 )) [@​noam3127](https://github.com/noam3127 )
- \[badge] Add `aria-hidden` to badge content and polish docs demos ([#​48471](https://github.com/mui/material-ui/issues/48471 )) [@​mj12albert](https://github.com/mj12albert )
- \[badge] Use inline CSS variables for anchorOrigin/overlap positioning ([#​48549](https://github.com/mui/material-ui/issues/48549 )) [@​siriwatknp](https://github.com/siriwatknp )
- \[button] Fix customized flex gap styles ([#​48542](https://github.com/mui/material-ui/issues/48542 )) [@​mj12albert](https://github.com/mj12albert )
- \[dialog] Fix unwanted `DialogPaper` focus ring ([#​48535](https://github.com/mui/material-ui/issues/48535 )) [@​mj12albert](https://github.com/mj12albert )
- \[focus trap] Fix incorrect tab order when `tabIndex >= 1` ([#​48546](https://github.com/mui/material-ui/issues/48546 )) [@​mj12albert](https://github.com/mj12albert )
- \[progress] Show runtime errors only once ([#​48591](https://github.com/mui/material-ui/issues/48591 )) [@​silviuaavram](https://github.com/silviuaavram )
- \[select] Allow spacebar to select elements ([#​48615](https://github.com/mui/material-ui/issues/48615 )) [@​silviuaavram](https://github.com/silviuaavram )
- \[select] Support typeahead when closed ([#​48563](https://github.com/mui/material-ui/issues/48563 )) [@​mj12albert](https://github.com/mj12albert )
- \[step button] Choose higher contrast ripple color for dark mode focus ([#​48612](https://github.com/mui/material-ui/issues/48612 )) [@​silviuaavram](https://github.com/silviuaavram )
- \[stepper] Include StepConnector inside Step element ([#​48492](https://github.com/mui/material-ui/issues/48492 )) [@​silviuaavram](https://github.com/silviuaavram )
- \[stepper] Proper support for vertical alternativeLabel ([#​48485](https://github.com/mui/material-ui/issues/48485 )) [@​silviuaavram](https://github.com/silviuaavram )
- \[tabs] Fix React 18 roving tabindex and dedupe invalid-value warning ([#​48605](https://github.com/mui/material-ui/issues/48605 )) [@​Janpot](https://github.com/Janpot )
- \[theme] Add HighContrast theme enhancer ([#​48319](https://github.com/mui/material-ui/issues/48319 )) [@​silviuaavram](https://github.com/silviuaavram )
- \[timeline item] Fix extra ::before spacing when TimelineOppositeContent is present ([#​46663](https://github.com/mui/material-ui/issues/46663 )) [@​tyalau](https://github.com/tyalau )
- \[tooltip] Prevent stuck-open tooltip when child becomes disabled ([#​48606](https://github.com/mui/material-ui/issues/48606 )) [@​Janpot](https://github.com/Janpot )
- \[transitions] Custom `Transition` component ([#​48325](https://github.com/mui/material-ui/issues/48325 )) [@​mj12albert](https://github.com/mj12albert )
- \[transitions] Support `prefers-reduced-motion` ([#​48357](https://github.com/mui/material-ui/issues/48357 )) [@​mj12albert](https://github.com/mj12albert )
##### `@mui/[email protected] `
- \[utils] Prevent prototype pollution in fastDeepAssign ([#​48580](https://github.com/mui/material-ui/issues/48580 )) [@​Janpot](https://github.com/Janpot )
##### Docs
- \[docs] Add function `slotProps` documentation ([#​48574](https://github.com/mui/material-ui/issues/48574 )) [@​mj12albert](https://github.com/mj12albert )
- \[docs] Clarify styled-components version compatibility ([#​48533](https://github.com/mui/material-ui/issues/48533 )) [@​nightt5879](https://github.com/nightt5879 )
- \[docs] Fix broken URLs ([#​48520](https://github.com/mui/material-ui/issues/48520 )) [@​oliviertassinari](https://github.com/oliviertassinari )
- \[docs] Fix invalid JSON in Zed MCP setup example ([#​48490](https://github.com/mui/material-ui/issues/48490 )) [@​pavan-sh](https://github.com/pavan-sh )
- \[docs] Mention release version for enhanceHighContrast ([#​48609](https://github.com/mui/material-ui/issues/48609 )) [@​silviuaavram](https://github.com/silviuaavram )
- \[docs] Remove outdated MUI X v8 notification ([#​48600](https://github.com/mui/material-ui/issues/48600 )) [@​cherniavskii](https://github.com/cherniavskii )
- \[docs] Remove redundant enhanceHighContrast information ([#​48632](https://github.com/mui/material-ui/issues/48632 )) [@​silviuaavram](https://github.com/silviuaavram )
- \[docs-infra] Decrease loaded bundle size on docs ([#​48584](https://github.com/mui/material-ui/issues/48584 )) [@​brijeshb42](https://github.com/brijeshb42 )
- \[docs-infra] Drop multi-locale plumbing from API pages ([#​48370](https://github.com/mui/material-ui/issues/48370 )) [@​brijeshb42](https://github.com/brijeshb42 )
- \[docs-infra] Fix Cookie banner heading ([#​48529](https://github.com/mui/material-ui/issues/48529 )) [@​oliviertassinari](https://github.com/oliviertassinari )
- \[docs-infra] Infinitely cache all static assets ([#​48627](https://github.com/mui/material-ui/issues/48627 )) [@​brijeshb42](https://github.com/brijeshb42 )
- \[docs-infra] Remove outdated noSEOadvantage entries ([#​48527](https://github.com/mui/material-ui/issues/48527 )) [@​oliviertassinari](https://github.com/oliviertassinari )
- \[docs-infra] Restore build-only invariant throws via `NEXT_RUNTIME` guard ([#​48475](https://github.com/mui/material-ui/issues/48475 )) [@​Janpot](https://github.com/Janpot )
- \[docs-infra] Test HTML validation in broken links checker ([#​48088](https://github.com/mui/material-ui/issues/48088 )) [@​Janpot](https://github.com/Janpot )
- \[docs]\[icons] Fix Font Awesome Chip demo in dark mode ([#​48576](https://github.com/mui/material-ui/issues/48576 )) [@​siriwatknp](https://github.com/siriwatknp )
- \[docs]\[icons] Remove redundant font awesome demo ([#​48493](https://github.com/mui/material-ui/issues/48493 )) [@​ZeeshanTamboli](https://github.com/ZeeshanTamboli )
- \[docs]\[modal] Add nested modal guidance ([#​46507](https://github.com/mui/material-ui/issues/46507 )) [@​JakeSaterlay](https://github.com/JakeSaterlay )
- \[docs]\[stepper] Fix focus management in examples ([#​48494](https://github.com/mui/material-ui/issues/48494 )) [@​silviuaavram](https://github.com/silviuaavram )
##### Core
- Eslint markdown ([#​48371](https://github.com/mui/material-ui/issues/48371 )) [@​Janpot](https://github.com/Janpot )
- \[agents] Fix some docs links ([#​48561](https://github.com/mui/material-ui/issues/48561 )) [@​silviuaavram](https://github.com/silviuaavram )
- \[blog] Copy editing improvement on v9 announcement blog posts ([#​48543](https://github.com/mui/material-ui/issues/48543 )) [@​joserodolfofreitas](https://github.com/joserodolfofreitas )
- \[code-infra] Cleanup unused jss packages ([#​48590](https://github.com/mui/material-ui/issues/48590 )) [@​brijeshb42](https://github.com/brijeshb42 )
- \[code-infra] Collapse canary workflows into nightly and nightly-cron ([#​48556](https://github.com/mui/material-ui/issues/48556 )) [@​Janpot](https://github.com/Janpot )
- \[code-infra] Convert [@​mui/private-theming](https://github.com/mui/private-theming ) to TypeScript ([#​48565](https://github.com/mui/material-ui/issues/48565 )) [@​Janpot](https://github.com/Janpot )
- \[code-infra] Convert [@​mui/styled-engine](https://github.com/mui/styled-engine ) to TypeScript ([#​48544](https://github.com/mui/material-ui/issues/48544 )) [@​Janpot](https://github.com/Janpot )
- \[code-infra] Convert [@​mui/styled-engine-sc](https://github.com/mui/styled-engine-sc ) to TypeScript ([#​48577](https://github.com/mui/material-ui/issues/48577 )) [@​Janpot](https://github.com/Janpot )
- \[code-infra] Fix duplicate resource\_class in test\_regressions CI job ([#​48601](https://github.com/mui/material-ui/issues/48601 )) [@​LukasTy](https://github.com/LukasTy )
- \[code-infra] Make [@​mui/internal-docs-utils](https://github.com/mui/internal-docs-utils ) compatible with TypeScript 6 ([#​48594](https://github.com/mui/material-ui/issues/48594 )) [@​Janpot](https://github.com/Janpot )
- \[code-infra] Migrate CircleCI jobs to Gen2 resource classes ([#​48593](https://github.com/mui/material-ui/issues/48593 )) [@​LukasTy](https://github.com/LukasTy )
- \[code-infra] Parallelize visual regression screenshots ([#​48557](https://github.com/mui/material-ui/issues/48557 )) [@​Janpot](https://github.com/Janpot )
- \[code-infra] Run nightly-cron on v7.x ([#​48579](https://github.com/mui/material-ui/issues/48579 )) [@​Janpot](https://github.com/Janpot )
- \[core] Fix typescript\@​next typecheck ([#​48587](https://github.com/mui/material-ui/issues/48587 )) [@​Janpot](https://github.com/Janpot )
- \[pnpm] Add security settings to pnpm-workspace.yaml ([#​48582](https://github.com/mui/material-ui/issues/48582 )) [@​Janpot](https://github.com/Janpot )
- \[styled-engine-sc] Fix compatibility with Vite and Vitest ([#​48558](https://github.com/mui/material-ui/issues/48558 )) [@​mj12albert](https://github.com/mj12albert )
- \[test] Add axe-core tests for mui-material ([#​48341](https://github.com/mui/material-ui/issues/48341 )) [@​siriwatknp](https://github.com/siriwatknp )
- \[test] Configure Tailwind CSS in the visual-regression app ([#​48575](https://github.com/mui/material-ui/issues/48575 )) [@​Janpot](https://github.com/Janpot )
All contributors of this release in alphabetical order: [@​brijeshb42](https://github.com/brijeshb42 ), [@​cherniavskii](https://github.com/cherniavskii ), [@​JakeSaterlay](https://github.com/JakeSaterlay ), [@​Janpot](https://github.com/Janpot ), [@​joserodolfofreitas](https://github.com/joserodolfofreitas ), [@​LukasTy](https://github.com/LukasTy ), [@​mj12albert](https://github.com/mj12albert ), [@​nightt5879](https://github.com/nightt5879 ), [@​noam3127](https://github.com/noam3127 ), [@​oliviertassinari](https://github.com/oliviertassinari ), [@​pavan-sh](https://github.com/pavan-sh ), [@​silviuaavram](https://github.com/silviuaavram ), [@​siriwatknp](https://github.com/siriwatknp ), [@​tyalau](https://github.com/tyalau ), [@​ZeeshanTamboli](https://github.com/ZeeshanTamboli )
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- At any time (no schedule defined)
- 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.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xOTEuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE5MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: https://gitea.com/gitea/docs/pulls/437
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2026-06-14 00:26:19 +00:00
Renovate Bot
45165ceb22
chore(deps): update pnpm to v10.34.1 ( #430 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/430
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2026-06-10 15:01:24 +00:00
Renovate Bot
fb856b8432
chore(deps): update dependency @easyops-cn/docusaurus-search-local to v0.55.2 ( #431 )
...
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/ ) | [Confidence](https://docs.renovatebot.com/merge-confidence/ ) |
|---|---|---|---|
| [@easyops-cn/docusaurus-search-local](https://github.com/easyops-cn/docusaurus-search-local ) ([source](https://github.com/easyops-cn/docusaurus-search-local/tree/HEAD/packages/docusaurus-search-local )) | [`0.55.1` → `0.55.2`](https://renovatebot.com/diffs/npm/@easyops-cn%2fdocusaurus-search-local/0.55.1/0.55.2 ) |  |  |
---
### Release Notes
<details>
<summary>easyops-cn/docusaurus-search-local (@​easyops-cn/docusaurus-search-local)</summary>
### [`v0.55.2`](https://github.com/easyops-cn/docusaurus-search-local/releases/tag/v0.55.2 )
[Compare Source](https://github.com/easyops-cn/docusaurus-search-local/compare/v0.55.1...v0.55.2 )
##### Bug Fixes
- some languages need lunr wordcut ([1e60641](https://github.com/easyops-cn/docusaurus-search-local/commit/1e60641f5d26399ec2407f5c36ea28f6a3048028 ))
- some languages need lunr wordcut ([d871555](https://github.com/easyops-cn/docusaurus-search-local/commit/d87155582f62b1fb42377f3af0cfc17f8784ff47 )), closes [#​438](https://github.com/easyops-cn/docusaurus-search-local/issues/438 )
</details>
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- At any time (no schedule defined)
- 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.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xOTEuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE5MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Reviewed-on: https://gitea.com/gitea/docs/pulls/431
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2026-06-10 02:17:40 +00:00
Renovate Bot
8bb0e9f105
chore(deps): update react monorepo to v19.2.7 ( #432 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/432
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2026-06-09 14:01:39 +00:00
Renovate Bot
eea1d90216
chore(deps): update react monorepo to v19.2.6 ( #423 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/423
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2026-05-14 16:52:34 +00:00
Renovate Bot
19c2342e2f
chore(deps): update dependency @mui/material to v9.0.1 ( #422 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/422
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2026-05-14 16:36:03 +00:00
d9effabc6c
chore(deps): update pnpm to v10.33.4 ( #418 )
...
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/ ) | [Confidence](https://docs.renovatebot.com/merge-confidence/ ) |
|---|---|---|---|
| [pnpm](https://pnpm.io ) ([source](https://github.com/pnpm/pnpm/tree/HEAD/pnpm )) | [`10.33.2` → `10.33.4`](https://renovatebot.com/diffs/npm/pnpm/10.33.2/10.33.4 ) |  |  |
---
> ⚠️ **Warning**
>
> Some dependencies could not be looked up. Check the [Dependency Dashboard](issues/114) for more information.
---
### Configuration
📅 **Schedule**: (UTC)
- Branch creation
- At any time (no schedule defined)
- 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.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNjAuNiIsInVwZGF0ZWRJblZlciI6IjQzLjE2NS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
---------
Co-authored-by: Lunny Xiao <[email protected] >
Co-authored-by: silverwind <[email protected] >
Reviewed-on: https://gitea.com/gitea/docs/pulls/418
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2026-05-07 17:23:56 +00:00
Renovate Bot
173bc20908
chore(deps): update docusaurus monorepo to v3.10.1 ( #392 )
...
This PR contains the following updates:
| Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/ ) | [Confidence](https://docs.renovatebot.com/merge-confidence/ ) |
|---|---|---|---|
| [@docusaurus/core](https://github.com/facebook/docusaurus ) ([source](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus )) | [`3.10.0` → `3.10.1`](https://renovatebot.com/diffs/npm/@docusaurus%2fcore/3.10.0/3.10.1 ) |  |  |
| [@docusaurus/faster](https://github.com/facebook/docusaurus ) ([source](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-faster )) | [`3.10.0` → `3.10.1`](https://renovatebot.com/diffs/npm/@docusaurus%2ffaster/3.10.0/3.10.1 ) |  |  |
| [@docusaurus/module-type-aliases](https://github.com/facebook/docusaurus ) ([source](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-module-type-aliases )) | [`3.10.0` → `3.10.1`](https://renovatebot.com/diffs/npm/@docusaurus%2fmodule-type-aliases/3.10.0/3.10.1 ) |  |  |
| [@docusaurus/plugin-content-docs](https://github.com/facebook/docusaurus ) ([source](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-plugin-content-docs )) | [`3.10.0` → `3.10.1`](https://renovatebot.com/diffs/npm/@docusaurus%2fplugin-content-docs/3.10.0/3.10.1 ) |  |  |
| [@docusaurus/preset-classic](https://github.com/facebook/docusaurus ) ([source](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic )) | [`3.10.0` → `3.10.1`](https://renovatebot.com/diffs/npm/@docusaurus%2fpreset-classic/3.10.0/3.10.1 ) |  |  |
---
### Release Notes
<details>
<summary>facebook/docusaurus (@​docusaurus/core)</summary>
### [`v3.10.1`](https://github.com/facebook/docusaurus/blob/HEAD/CHANGELOG.md#3101-2026-04-30 )
[Compare Source](https://github.com/facebook/docusaurus/compare/v3.10.0...v3.10.1 )
##### 🐛 Bug Fix
- `docusaurus-bundler`
- [#​11981](https://github.com/facebook/docusaurus/pull/11981 ) fix(bundler): fix v3 webpackbar bug due to webpack breaking change ([@​slorber](https://github.com/slorber ))
##### 🔧 Maintenance
- `docusaurus`
- [#​11982](https://github.com/facebook/docusaurus/pull/11982 ) chore: cherry-pick commits for v3.10.1 patch release ([@​slorber](https://github.com/slorber ))
##### Committers: 1
- Sébastien Lorber ([@​slorber](https://github.com/slorber ))
</details>
---
Reviewed-on: https://gitea.com/gitea/docs/pulls/392
Reviewed-by: Lunny Xiao <[email protected] >
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2026-05-02 02:05:18 +00:00
Renovate Bot
a0802c6748
chore(deps): update pnpm to v10.33.2 ( #388 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/388
Reviewed-by: silverwind <[email protected] >
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2026-04-28 16:31:48 +00:00
Renovate Bot
9fe613c7de
chore(deps): update react monorepo to v19.2.5 ( #379 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/379
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2026-04-15 15:29:34 +00:00
Renovate Bot
3c6ead6e59
chore(deps): update pnpm/action-setup action to v6 ( #382 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/382
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2026-04-15 15:17:51 +00:00
Renovate Bot
c2b6f71085
chore(deps): update docusaurus monorepo to v3.10.0 ( #374 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/374
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2026-04-15 15:17:27 +00:00
Renovate Bot
b339770f3c
fix(deps): update dependency @mui/material to v9 ( #375 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/375
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2026-04-09 14:15:29 +00:00
Renovate Bot
c39f423da6
chore(deps): update pnpm to v10.33.0 ( #370 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/370
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2026-03-26 21:37:00 +00:00
Renovate Bot and silverwind
74c1904736
chore(deps): update pnpm/action-setup action to v5 ( #365 )
...
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [pnpm/action-setup](https://github.com/pnpm/action-setup ) | action | major | `v4` → `v5` |
---
### Release Notes
<details>
<summary>pnpm/action-setup (pnpm/action-setup)</summary>
### [`v5`](https://github.com/pnpm/action-setup/compare/v4...v5 )
[Compare Source](https://github.com/pnpm/action-setup/compare/v4...v5 )
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), 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.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate ).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My43Ni41IiwidXBkYXRlZEluVmVyIjoiNDMuNzYuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
---------
Co-authored-by: silverwind <[email protected] >
Reviewed-on: https://gitea.com/gitea/docs/pulls/365
Reviewed-by: silverwind <[email protected] >
Reviewed-by: Nicolas <[email protected] >
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2026-03-24 11:11:06 +00:00
Renovate Bot
243178ce69
chore(deps): update pnpm to v10.32.1 ( #363 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/363
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2026-03-12 14:52:51 +00:00
Renovate Bot
22834c60c8
chore(deps): update dependency @mui/material to v7.3.9 ( #356 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/356
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2026-03-10 20:00:46 +00:00
Renovate Bot
29908bd89a
chore(deps): update pnpm to v10.32.0 ( #358 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/358
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2026-03-10 20:00:36 +00:00
Renovate Bot
4ca96900ee
chore(deps): update pnpm to v10.31.0 ( #345 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/345
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2026-03-08 15:31:11 +00:00
Renovate Bot
9aac00df18
chore(deps): update dependency @easyops-cn/docusaurus-search-local to v0.55.1 ( #354 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/354
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2026-03-08 15:30:58 +00:00
Renovate Bot
6c587e819f
fix(deps): update dependency @easyops-cn/docusaurus-search-local to ^0.55.0 ( #344 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/344
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2026-02-14 15:32:03 +00:00
Renovate Bot
4b8bf4a2cd
chore(deps): update dependency @mui/material to v7.3.8 ( #343 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/343
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2026-02-13 00:50:51 +00:00
Renovate Bot
d071d5ed50
chore(deps): update pnpm to v10.29.3 ( #342 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/342
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2026-02-12 17:30:02 +00:00
Renovate Bot
d5e2f3ed5b
chore(deps): update dependency @easyops-cn/docusaurus-search-local to v0.54.1 ( #341 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/341
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2026-02-11 06:48:54 +00:00
Renovate Bot
672ae2ae2f
chore(deps): update pnpm to v10.29.2 ( #339 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/339
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2026-02-09 05:23:25 +00:00
Renovate Bot
2357df4a5d
fix(deps): update dependency @easyops-cn/docusaurus-search-local to ^0.54.0 ( #338 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/338
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2026-02-09 05:23:12 +00:00
Renovate Bot
be69b0e820
chore(deps): update pnpm to v10.29.1 ( #335 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/335
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2026-02-08 21:05:52 +00:00
Renovate Bot
28c7352a3a
fix(deps): update dependency @easyops-cn/docusaurus-search-local to ^0.53.0 ( #334 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/334
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2026-02-06 04:34:43 +00:00
Renovate Bot
4ae4299d5c
chore(deps): update aws-actions/configure-aws-credentials action to v6 ( #333 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/333
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2026-02-05 00:03:37 +00:00
Renovate Bot
bff1114ff6
chore(deps): update pnpm to v10.28.2 ( #332 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/332
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2026-02-04 00:12:12 +00:00
Renovate Bot
ed033ac9ed
chore(deps): update dependency node to v24 ( #329 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/329
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2026-02-03 00:49:30 +00:00
Renovate Bot
91f0151966
fix(deps): update dependency @easyops-cn/docusaurus-search-local to v0.52.3 ( #325 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/325
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2026-02-02 15:49:53 +00:00
Renovate Bot
ac0bb5e71d
fix(deps): update react monorepo to v19.2.4 ( #324 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/324
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2026-01-27 19:23:19 +00:00
Renovate Bot
228b6be436
fix(deps): update dependency @mui/material to v7.3.7 ( #319 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/319
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2026-01-26 20:04:30 +00:00
Renovate Bot
188314ea14
chore(deps): update actions/cache action to v5 ( #314 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/314
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-12-19 18:02:17 +00:00
Renovate Bot
44db30edac
fix(deps): update react monorepo to v19.2.3 ( #313 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/313
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-12-19 17:57:09 +00:00
Renovate Bot
d62d758d36
fix(deps): update dependency @easyops-cn/docusaurus-search-local to v0.52.2 ( #310 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/310
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-12-04 16:33:52 +00:00
Renovate Bot
4c7d0220c9
fix(deps): update dependency @mui/material to v7.3.6 ( #311 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/311
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-12-04 16:33:20 +00:00
Renovate Bot
e0888b2130
fix(deps): update react monorepo to v19.2.1 ( #312 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/312
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-12-04 16:33:16 +00:00
Renovate Bot
8ba2066894
chore(deps): update actions/checkout action to v6 ( #303 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/303
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-11-21 21:30:18 +00:00
Renovate Bot and Lunny Xiao
00a36086b0
fix(deps): update docusaurus monorepo to v3.9.2 ( #276 )
...
This PR contains the following updates:
| Package | Change | Age | Confidence |
|---|---|---|---|
| [@docusaurus/core](https://github.com/facebook/docusaurus ) ([source](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus )) | [`3.8.1` -> `3.9.2`](https://renovatebot.com/diffs/npm/@docusaurus%2fcore/3.8.1/3.9.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
| [@docusaurus/faster](https://github.com/facebook/docusaurus ) ([source](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-faster )) | [`3.8.1` -> `3.9.2`](https://renovatebot.com/diffs/npm/@docusaurus%2ffaster/3.8.1/3.9.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
| [@docusaurus/module-type-aliases](https://github.com/facebook/docusaurus ) ([source](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-module-type-aliases )) | [`3.8.1` -> `3.9.2`](https://renovatebot.com/diffs/npm/@docusaurus%2fmodule-type-aliases/3.8.1/3.9.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
| [@docusaurus/preset-classic](https://github.com/facebook/docusaurus ) ([source](https://github.com/facebook/docusaurus/tree/HEAD/packages/docusaurus-preset-classic )) | [`3.8.1` -> `3.9.2`](https://renovatebot.com/diffs/npm/@docusaurus%2fpreset-classic/3.8.1/3.9.2 ) | [](https://docs.renovatebot.com/merge-confidence/ ) | [](https://docs.renovatebot.com/merge-confidence/ ) |
---
### Release Notes
<details>
<summary>facebook/docusaurus (@​docusaurus/core)</summary>
### [`v3.9.2`](https://github.com/facebook/docusaurus/blob/HEAD/CHANGELOG.md#392-2025-10-17 )
[Compare Source](https://github.com/facebook/docusaurus/compare/v3.9.1...v3.9.2 )
##### 🐛 Bug Fix
- `docusaurus-plugin-content-docs`
- [#​11490](https://github.com/facebook/docusaurus/pull/11490 ) fix(docs): add support for missing `sidebar_key` front matter attribute ([@​slorber](https://github.com/slorber ))
- `docusaurus-cssnano-preset`
- [#​11487](https://github.com/facebook/docusaurus/pull/11487 ) fix(cssnano-preset): disable CSS counter minification ([@​YDKK](https://github.com/YDKK ))
- `docusaurus-theme-search-algolia`
- [#​11468](https://github.com/facebook/docusaurus/pull/11468 ) fix(theme-search-algolia): Fix Algolia AskAI validation logic ([@​slorber](https://github.com/slorber ))
- `docusaurus-theme-translations`
- [#​11431](https://github.com/facebook/docusaurus/pull/11431 ) fix(theme-translation): add missing Polish (pl) theme translations ([@​mariuszkrzaczkowski](https://github.com/mariuszkrzaczkowski ))
- `docusaurus-theme-classic`, `docusaurus-theme-common`
- [#​11466](https://github.com/facebook/docusaurus/pull/11466 ) fix(theme): Fix CSS `scroll-margin-top` when clicking footnote items, factorize code ([@​slorber](https://github.com/slorber ))
- `docusaurus`
- [#​11452](https://github.com/facebook/docusaurus/pull/11452 ) fix(core): allow `i18n.localeConfigs.translate` in validation ([@​trofim24](https://github.com/trofim24 ))
- `docusaurus-theme-mermaid`
- [#​11437](https://github.com/facebook/docusaurus/pull/11437 ) fix(theme-mermaid): Fix Mermaid ELK layout dependency required bug on v3.9 ([@​slorber](https://github.com/slorber ))
##### :running\_woman: Performance
- `docusaurus-theme-mermaid`
- [#​11438](https://github.com/facebook/docusaurus/pull/11438 ) perf(theme-mermaid): lazy load the Mermaid library ([@​slorber](https://github.com/slorber ))
##### :nail\_care: Polish
- `docusaurus-theme-classic`
- [#​11463](https://github.com/facebook/docusaurus/pull/11463 ) fix(theme): remove "Edit this page" button from print view ([@​richk21](https://github.com/richk21 ))
##### 🤖 Dependencies
- [#​11479](https://github.com/facebook/docusaurus/pull/11479 ) chore(deps): bump stefanzweifel/git-auto-commit-action from 6 to 7 ([@​dependabot\[bot\]](https://github.com/apps/dependabot ))
- [#​11480](https://github.com/facebook/docusaurus/pull/11480 ) chore(deps): bump github/codeql-action from 3.26.5 to 4.30.8 ([@​dependabot\[bot\]](https://github.com/apps/dependabot ))
- [#​11481](https://github.com/facebook/docusaurus/pull/11481 ) chore(deps): bump actions/dependency-review-action from 4.8.0 to 4.8.1 ([@​dependabot\[bot\]](https://github.com/apps/dependabot ))
- [#​11446](https://github.com/facebook/docusaurus/pull/11446 ) chore(deps): bump actions/dependency-review-action from 4.7.3 to 4.8.0 ([@​dependabot\[bot\]](https://github.com/apps/dependabot ))
##### :globe\_with\_meridians: Translations
- `docusaurus-theme-translations`
- [#​11484](https://github.com/facebook/docusaurus/pull/11484 ) fix(translations): improve Arabic theme translations ([@​maysara-elshewehy](https://github.com/maysara-elshewehy ))
##### Committers: 9
- Alexander Trofimov ([@​trofim24](https://github.com/trofim24 ))
- Dan Roscigno ([@​DanRoscigno](https://github.com/DanRoscigno ))
- Eleni Grosdouli ([@​egrosdou01](https://github.com/egrosdou01 ))
- Ethan ([@​ethanppl](https://github.com/ethanppl ))
- Mariusz Krzaczkowski ([@​mariuszkrzaczkowski](https://github.com/mariuszkrzaczkowski ))
- Maysara ([@​maysara-elshewehy](https://github.com/maysara-elshewehy ))
- Richa Kiran ([@​richk21](https://github.com/richk21 ))
- Sébastien Lorber ([@​slorber](https://github.com/slorber ))
- [@​YDKK](https://github.com/YDKK )
### [`v3.9.1`](https://github.com/facebook/docusaurus/blob/HEAD/CHANGELOG.md#391-2025-09-26 )
[Compare Source](https://github.com/facebook/docusaurus/compare/v3.9.0...v3.9.1 )
##### 🐛 Bug Fix
- `docusaurus`
- [#​11434](https://github.com/facebook/docusaurus/pull/11434 ) fix(core): fix Docusaurus outDir for sites using baseUrl ([@​slorber](https://github.com/slorber ))
##### Committers: 1
- Sébastien Lorber ([@​slorber](https://github.com/slorber ))
### [`v3.9.0`](https://github.com/facebook/docusaurus/blob/HEAD/CHANGELOG.md#390-2025-09-25 )
[Compare Source](https://github.com/facebook/docusaurus/compare/v3.8.1...v3.9.0 )
##### 🚀 New Feature
- `docusaurus-theme-search-algolia`
- [#​11421](https://github.com/facebook/docusaurus/pull/11421 ) feat(theme-search-algolia): use DocSearch v4.1, optimize integration ([@​slorber](https://github.com/slorber ))
- `docusaurus-plugin-content-blog`, `docusaurus-theme-classic`
- [#​11425](https://github.com/facebook/docusaurus/pull/11425 ) feat(blog): Add support for email social icon + resize default social icon a bit ([@​slorber](https://github.com/slorber ))
- `docusaurus-theme-classic`, `docusaurus-theme-common`
- [#​11426](https://github.com/facebook/docusaurus/pull/11426 ) feat(theme): Add theme-tabs-container stable className ([@​slorber](https://github.com/slorber ))
- `docusaurus-theme-classic`, `docusaurus-theme-search-algolia`, `docusaurus-theme-translations`
- [#​11327](https://github.com/facebook/docusaurus/pull/11327 ) feat(search): add runtime support for DocSearch v4 ([@​dylantientcheu](https://github.com/dylantientcheu ))
- `docusaurus-faster`, `docusaurus`
- [#​11415](https://github.com/facebook/docusaurus/pull/11415 ) feat(faster): upgrade Rspack to 1.5, use lazyBarrel experiment, remove deprecated option ([@​slorber](https://github.com/slorber ))
- [#​11294](https://github.com/facebook/docusaurus/pull/11294 ) feat(faster): Upgrade to Rspack 1.4 ([@​slorber](https://github.com/slorber ))
- `docusaurus-utils`
- [#​11397](https://github.com/facebook/docusaurus/pull/11397 ) feat(mdx): resolve `@site/*` markdown links, fix resolution priority bugs ([@​slorber](https://github.com/slorber ))
- `docusaurus-theme-mermaid`
- [#​11357](https://github.com/facebook/docusaurus/pull/11357 ) feat(mermaid): support elk layout ([@​Feez2403](https://github.com/Feez2403 ))
- `docusaurus-plugin-pwa`, `docusaurus-theme-classic`, `docusaurus-theme-common`, `docusaurus-types`, `docusaurus-utils`, `docusaurus`
- [#​11316](https://github.com/facebook/docusaurus/pull/11316 ) feat(core): Add `i18n.localeConfigs[locale].{url,baseUrl}` config options, fix multi-domain deployments ([@​slorber](https://github.com/slorber ))
- `docusaurus-plugin-content-blog`, `docusaurus-plugin-content-docs`, `docusaurus-plugin-content-pages`, `docusaurus-types`, `docusaurus-utils`, `docusaurus`
- [#​11304](https://github.com/facebook/docusaurus/pull/11304 ) feat(core): add `i18n.localeConfigs.translate` + skip translation process if `i18n/<locale>` dir doesn't exist ([@​slorber](https://github.com/slorber ))
- `docusaurus-plugin-content-docs`
- [#​11228](https://github.com/facebook/docusaurus/pull/11228 ) feat(docs): sidebar item `key` attribute - fix docs translations key conflicts ([@​slorber](https://github.com/slorber ))
- `create-docusaurus`
- [#​11293](https://github.com/facebook/docusaurus/pull/11293 ) feat(create-docusaurus): use respectPrefersColorScheme in init template ([@​slorber](https://github.com/slorber ))
- `docusaurus-mdx-loader`, `docusaurus-types`, `docusaurus`
- [#​11282](https://github.com/facebook/docusaurus/pull/11282 ) feat(core): add `siteConfig.markdown.emoji` config option to disable `remark-emoji` ([@​slorber](https://github.com/slorber ))
- `create-docusaurus`, `docusaurus-mdx-loader`, `docusaurus-plugin-content-blog`, `docusaurus-plugin-content-docs`, `docusaurus-types`, `docusaurus`
- [#​11283](https://github.com/facebook/docusaurus/pull/11283 ) feat(core): Add `siteConfig.markdown.hooks`, deprecate `siteConfig.onBrokenMarkdownLinks` ([@​slorber](https://github.com/slorber ))
##### 🐛 Bug Fix
- `docusaurus-theme-classic`, `docusaurus`
- [#​11422](https://github.com/facebook/docusaurus/pull/11422 ) fix(theme): fix copy of indented code blocks, replace copy-text-to-clipboard by clipboard API ([@​slorber](https://github.com/slorber ))
- `docusaurus-theme-classic`
- [#​11407](https://github.com/facebook/docusaurus/pull/11407 ) fix(theme): remove hardcoded fill from Bluesky and LinkedIn icons ([@​Simek](https://github.com/Simek ))
- [#​11389](https://github.com/facebook/docusaurus/pull/11389 ) fix(theme): render sidebar category index with unlisted children as a simple doc/link item ([@​slorber](https://github.com/slorber ))
- [#​11360](https://github.com/facebook/docusaurus/pull/11360 ) fix(theme): Add translate no to heading anchors and blog authors ([@​slorber](https://github.com/slorber ))
- [#​11356](https://github.com/facebook/docusaurus/pull/11356 ) fix(theme): Doc sidebar links/categories with long labels should display properly ([@​slorber](https://github.com/slorber ))
- [#​11338](https://github.com/facebook/docusaurus/pull/11338 ) fix(theme-classic): fix collapsed sidebar category expansion when navigating to another link within that category ([@​qqq614](https://github.com/qqq614 ))
- [#​11289](https://github.com/facebook/docusaurus/pull/11289 ) fix(theme): Fix footnote ref scrolling behind the navbar when footnote back reference clicked ([@​slorber](https://github.com/slorber ))
- `docusaurus`
- [#​11410](https://github.com/facebook/docusaurus/pull/11410 ) fix(deps): upgrade webpack-dev-server to v5, fix security warning ([@​slorber](https://github.com/slorber ))
- [#​11347](https://github.com/facebook/docusaurus/pull/11347 ) fix(core): Fix docusaurus start on macOS when exec throws a synchronous error ([@​slorber](https://github.com/slorber ))
- [#​11271](https://github.com/facebook/docusaurus/pull/11271 ) fix(dev-server): use correct dev server HTML lang attribute ([@​enumura1](https://github.com/enumura1 ))
- `docusaurus-theme-common`
- [#​11405](https://github.com/facebook/docusaurus/pull/11405 ) fix(theme): fix `useColorMode()` visual glitches due to provider unmounts/remounts ([@​slorber](https://github.com/slorber ))
- [#​11280](https://github.com/facebook/docusaurus/pull/11280 ) fix(theme-common): Export FooterColumnItem type ([@​stubinubin](https://github.com/stubinubin ))
- `docusaurus-bundler`, `docusaurus-faster`
- [#​11383](https://github.com/facebook/docusaurus/pull/11383 ) fix(ssg): HTML minifier should preserve `<head>` for `og:image` crawlers ([@​slorber](https://github.com/slorber ))
- `docusaurus-theme-classic`, `docusaurus-theme-translations`
- [#​11331](https://github.com/facebook/docusaurus/pull/11331 ) fix(theme): Add `aria-label` to `IconExternalLink` with value `'(opens in new tab)'` ([@​WestonThayer](https://github.com/WestonThayer ))
- `docusaurus-plugin-content-docs`
- [#​11281](https://github.com/facebook/docusaurus/pull/11281 ) fix(docs): Fix empty sidebar item category `className` lost when post-processed to a doc ([@​slorber](https://github.com/slorber ))
- [#​11251](https://github.com/facebook/docusaurus/pull/11251 ) fix(docs): prevent docs ids conflicts within a version ([@​slorber](https://github.com/slorber ))
- `docusaurus-theme-classic`, `docusaurus-theme-common`
- [#​11263](https://github.com/facebook/docusaurus/pull/11263 ) fix(theme): make `useHistorySelector()` hydration-safe + use it read search/hash in theme ([@​slorber](https://github.com/slorber ))
##### 📝 Documentation
- [#​11339](https://github.com/facebook/docusaurus/pull/11339 ) docs: clarify impact of document ID on the URL ([@​shanti2530](https://github.com/shanti2530 ))
##### 🤖 Dependencies
- [#​11402](https://github.com/facebook/docusaurus/pull/11402 ) chore(deps): bump actions/github-script from 7.0.1 to 8.0.0 ([@​dependabot\[bot\]](https://github.com/apps/dependabot ))
- [#​11401](https://github.com/facebook/docusaurus/pull/11401 ) chore(deps): bump actions/dependency-review-action from 4.7.2 to 4.7.3 ([@​dependabot\[bot\]](https://github.com/apps/dependabot ))
- [#​11403](https://github.com/facebook/docusaurus/pull/11403 ) chore(deps): bump actions/setup-node from 4.4.0 to 5.0.0 ([@​dependabot\[bot\]](https://github.com/apps/dependabot ))
- [#​11373](https://github.com/facebook/docusaurus/pull/11373 ) chore(deps): bump actions/dependency-review-action from 4.7.1 to 4.7.2 ([@​dependabot\[bot\]](https://github.com/apps/dependabot ))
- [#​11365](https://github.com/facebook/docusaurus/pull/11365 ) chore(deps): bump actions/checkout from 4 to 5 ([@​dependabot\[bot\]](https://github.com/apps/dependabot ))
- [#​11342](https://github.com/facebook/docusaurus/pull/11342 ) chore(deps): bump form-data from 4.0.1 to 4.0.4 ([@​dependabot\[bot\]](https://github.com/apps/dependabot ))
- [#​11341](https://github.com/facebook/docusaurus/pull/11341 ) chore(deps): bump marocchino/sticky-pull-request-comment from 2.9.3 to 2.9.4 ([@​dependabot\[bot\]](https://github.com/apps/dependabot ))
- [#​11285](https://github.com/facebook/docusaurus/pull/11285 ) chore(deps): bump marocchino/sticky-pull-request-comment from 2.9.2 to 2.9.3 ([@​dependabot\[bot\]](https://github.com/apps/dependabot ))
- [#​11272](https://github.com/facebook/docusaurus/pull/11272 ) chore(deps): bump stefanzweifel/git-auto-commit-action from 5 to 6 ([@​dependabot\[bot\]](https://github.com/apps/dependabot ))
- [#​11273](https://github.com/facebook/docusaurus/pull/11273 ) chore(deps): bump treosh/lighthouse-ci-action from 12.1.0 to 12.6.1 ([@​dependabot\[bot\]](https://github.com/apps/dependabot ))
##### 🔧 Maintenance
- `create-docusaurus`, `docusaurus-babel`, `docusaurus-bundler`, `docusaurus-cssnano-preset`, `docusaurus-faster`, `docusaurus-logger`, `docusaurus-mdx-loader`, `docusaurus-plugin-client-redirects`, `docusaurus-plugin-content-blog`, `docusaurus-plugin-content-docs`, `docusaurus-plugin-content-pages`, `docusaurus-plugin-css-cascade-layers`, `docusaurus-plugin-debug`, `docusaurus-plugin-google-analytics`, `docusaurus-plugin-google-gtag`, `docusaurus-plugin-google-tag-manager`, `docusaurus-plugin-ideal-image`, `docusaurus-plugin-pwa`, `docusaurus-plugin-rsdoctor`, `docusaurus-plugin-sitemap`, `docusaurus-plugin-svgr`, `docusaurus-plugin-vercel-analytics`, `docusaurus-preset-classic`, `docusaurus-remark-plugin-npm2yarn`, `docusaurus-theme-classic`, `docusaurus-theme-common`, `docusaurus-theme-live-codeblock`, `docusaurus-theme-mermaid`, `docusaurus-theme-search-algolia`, `docusaurus-theme-translations`, `docusaurus-utils-common`, `docusaurus-utils-validation`, `docusaurus-utils`, `docusaurus`, `eslint-plugin`, `lqip-loader`
- [#​11408](https://github.com/facebook/docusaurus/pull/11408 ) chore: drop support for Node 18, that reached End-of-Life ([@​slorber](https://github.com/slorber ))
- `docusaurus-theme-classic`
- [#​11317](https://github.com/facebook/docusaurus/pull/11317 ) chore: minor reduction to inline svg/js code ([@​SethFalco](https://github.com/SethFalco ))
- `docusaurus-plugin-content-docs`
- [#​11307](https://github.com/facebook/docusaurus/pull/11307 ) test(docs): fix docs tests issues ([@​slorber](https://github.com/slorber ))
- `docusaurus-bundler`
- [#​11290](https://github.com/facebook/docusaurus/pull/11290 ) chore: upgrade website to Rspack 1.4 + fix Rspack internal performance tracing ([@​slorber](https://github.com/slorber ))
- Other
- [#​11287](https://github.com/facebook/docusaurus/pull/11287 ) chore(website): split changelog per version + adjust changelog plugin implementation ([@​slorber](https://github.com/slorber ))
##### :globe\_with\_meridians: Translations
- `docusaurus-theme-translations`
- [#​11315](https://github.com/facebook/docusaurus/pull/11315 ) fix(theme-translations): Add missing Portuguese (pt-BR) theme translations and improve some of it. ([@​marcelocell](https://github.com/marcelocell ))
- [#​11305](https://github.com/facebook/docusaurus/pull/11305 ) fix(translations): Add missing Ukrainian translations ([@​maluke](https://github.com/maluke ))
##### Committers: 18
- Akshat Sinha ([@​akshatsinha0](https://github.com/akshatsinha0 ))
- Bartosz Kaszubowski ([@​Simek](https://github.com/Simek ))
- Dylan Tientcheu ([@​dylantientcheu](https://github.com/dylantientcheu ))
- Guo Ci ([@​guoci](https://github.com/guoci ))
- Jaime Iniesta ([@​jaimeiniesta](https://github.com/jaimeiniesta ))
- Joshua Chen ([@​Josh-Cena](https://github.com/Josh-Cena ))
- Marcelo Junior ([@​marcelocell](https://github.com/marcelocell ))
- Maria Stellini ([@​shanti2530](https://github.com/shanti2530 ))
- Riccardo ([@​3v0k4](https://github.com/3v0k4 ))
- Sergey Schetinin ([@​maluke](https://github.com/maluke ))
- Seth Falco ([@​SethFalco](https://github.com/SethFalco ))
- Sébastien Lorber ([@​slorber](https://github.com/slorber ))
- Weston Thayer ([@​WestonThayer](https://github.com/WestonThayer ))
- [@​Feez2403](https://github.com/Feez2403 )
- [@​stubinubin](https://github.com/stubinubin )
- [@​ya-dvorovenko](https://github.com/ya-dvorovenko )
- enumura ([@​enumura1](https://github.com/enumura1 ))
- hjcho ([@​qqq614](https://github.com/qqq614 ))
</details>
---
Co-authored-by: Lunny Xiao <[email protected] >
Reviewed-on: https://gitea.com/gitea/docs/pulls/276
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-11-20 18:22:17 +00:00
Renovate Bot
0787ea1fbe
chore(deps): update dependency ubuntu to v24 ( #172 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/172
Reviewed-by: techknowlogick <[email protected] >
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-11-15 21:06:23 +00:00
Renovate Bot
4ca7e068c2
fix(deps): update dependency @mui/material to v7.3.5 ( #294 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/294
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-11-15 21:03:07 +00:00
Renovate Bot
dedfbf1f27
chore(deps): update dependency cross-env to v10.1.0 ( #277 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/277
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-10-16 14:53:32 +00:00
Renovate Bot
f9ff323873
fix(deps): update dependency @mui/material to v7.3.4 ( #278 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/278
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-10-16 14:51:56 +00:00
Renovate Bot
1046625638
fix(deps): update react monorepo to v19.2.0 ( #279 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/279
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-10-16 14:50:44 +00:00
Renovate Bot
200479a1a3
chore(deps): update actions/setup-node action to v6 ( #282 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/282
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-10-16 14:44:29 +00:00
Renovate Bot
83da675c59
chore(deps): update actions/setup-node action to v5 ( #270 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/270
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-09-07 11:11:18 +00:00
Renovate Bot
135f34d09a
chore(deps): update aws-actions/configure-aws-credentials action to v5 ( #271 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/271
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-09-07 11:11:07 +00:00
Renovate Bot
312cbc2a6e
fix(deps): update dependency @mdx-js/react to v3.1.1 ( #267 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/267
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-09-03 21:01:10 +00:00
Renovate Bot
4164f4df06
fix(deps): update dependency @mui/material to v7.3.2 ( #268 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/268
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-09-03 21:00:45 +00:00
Renovate Bot
6b64b97e3b
chore(deps): update actions/checkout action to v5 ( #261 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/261
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-09-01 01:38:35 +00:00
Renovate Bot
90ab1c20c2
fix(deps): update dependency @easyops-cn/docusaurus-search-local to ^0.52.0 ( #230 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/230
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-08-29 18:47:35 +00:00
Renovate Bot
d61eaecbb1
fix(deps): update docusaurus monorepo to v3.8.1 ( #225 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/225
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-08-27 16:12:37 +00:00
Renovate Bot
b30993162c
fix(deps): update dependency @mui/material to v7.3.1 ( #242 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/242
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-08-27 16:11:50 +00:00
Renovate Bot
004bebe6b4
fix(deps): update react monorepo to v19.1.1 ( #254 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/254
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-08-27 16:11:08 +00:00
Renovate Bot
fbd73fd263
chore(deps): update dependency cross-env to v10 ( #250 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/250
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-07-28 19:45:22 +00:00
Renovate Bot
63c75a97c6
fix(deps): update dependency @emotion/styled to v11.14.1 ( #240 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/240
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-06-30 16:06:46 +00:00
Renovate Bot
50aad0431b
fix(deps): update dependency @mui/material to v7.1.2 ( #233 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/233
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-06-30 16:06:40 +00:00
Renovate Bot
95544e7847
fix(deps): update dependency @mui/material to v7.1.1 ( #228 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/228
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-06-10 15:20:44 +00:00
Renovate Bot
af373024a0
fix(deps): update dependency @easyops-cn/docusaurus-search-local to ^0.50.0 ( #229 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/229
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-06-10 15:19:21 +00:00
Renovate Bot
753dbfb4aa
fix(deps): update dependency redocusaurus to v2.5.0 ( #226 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/226
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-06-01 00:25:13 +00:00
Renovate Bot
7ec1b19826
fix(deps): update dependency redocusaurus to v2.3.0 ( #223 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/223
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-05-26 16:11:03 +00:00
Renovate Bot
5bf02bcd9c
fix(deps): update dependency @mui/material to v7.1.0 ( #221 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/221
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-05-15 16:28:02 +00:00
Renovate Bot
ac2186b6fb
fix(deps): update dependency redocusaurus to v2.2.3 ( #205 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/205
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-04-10 18:25:53 +00:00
Renovate Bot
b2b64a0401
fix(deps): update dependency @mui/material to v7.0.2 ( #204 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/204
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-04-10 18:25:46 +00:00
Renovate Bot
3275094871
fix(deps): update dependency @easyops-cn/docusaurus-search-local to v0.49.2 ( #192 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/192
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-04-01 21:04:49 +00:00
Renovate Bot
10e315d235
fix(deps): update dependency @mui/material to v7.0.1 ( #193 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/193
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-04-01 21:04:28 +00:00
Renovate Bot
10c3198134
fix(deps): update dependency @mui/material to v7 ( #189 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/189
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-03-31 15:43:57 +00:00
Renovate Bot
aedc957200
fix(deps): update react monorepo to v19.1.0 ( #190 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/190
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-03-31 15:43:20 +00:00
Renovate Bot
8d3a6af0de
fix(deps): update dependency @easyops-cn/docusaurus-search-local to ^0.49.0 ( #184 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/184
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-03-24 04:39:54 +00:00
Renovate Bot
3c69e687b4
fix(deps): update dependency @mui/material to v6.4.8 ( #185 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/185
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-03-24 02:17:12 +00:00
Renovate Bot
4809b3d4c8
fix(deps): update dependency redocusaurus to v2.2.2 ( #186 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/186
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-03-24 02:16:59 +00:00
Renovate Bot
4cacad97aa
fix(deps): update dependency @mui/material to v6.4.7 ( #178 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/178
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-03-07 03:29:13 +00:00
Renovate Bot
003bc73398
fix(deps): update dependency @mui/material to v6.4.6 ( #171 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/171
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-02-28 15:38:57 +00:00
Renovate Bot
a7d3ff1ea1
fix(deps): update dependency @easyops-cn/docusaurus-search-local to v0.48.5 ( #169 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/169
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-02-16 17:47:17 +00:00
Renovate Bot
eb0c2f7ccc
fix(deps): update dependency @mui/material to v6.4.4 ( #165 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/165
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-02-16 17:46:36 +00:00
Renovate Bot
93d5d77bfd
fix(deps): update dependency @mui/material to v6.4.2 ( #161 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/161
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-01-31 16:58:53 +00:00
Renovate Bot
6ebfe37c28
fix(deps): update dependency @easyops-cn/docusaurus-search-local to v0.48.4 ( #157 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/157
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-01-31 16:58:48 +00:00
Renovate Bot
9acb2b3eb7
fix(deps): update dependency redocusaurus to v2.2.1 ( #151 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/151
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-01-14 17:21:55 +00:00
Renovate Bot
93b1d04dab
fix(deps): update dependency @easyops-cn/docusaurus-search-local to ^0.48.0 ( #152 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/152
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-01-14 17:21:48 +00:00
Renovate Bot
aeb506659c
fix(deps): update dependency @mui/material to v6.4.0 ( #153 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/153
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-01-14 17:21:34 +00:00
Renovate Bot
a9fdbab409
fix(deps): update react monorepo to v19 (major) ( #121 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/121
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-01-10 18:11:48 +00:00
Renovate Bot
e05a89ff18
fix(deps): update dependency redocusaurus to v2.2.0 ( #117 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/117
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-01-10 17:53:57 +00:00
Renovate Bot
3c21d98474
fix(deps): update docusaurus monorepo to v3.7.0 ( #118 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/118
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-01-10 16:20:11 +00:00
Renovate Bot
4c47d3b921
fix(deps): update dependency @easyops-cn/docusaurus-search-local to ^0.47.0 ( #140 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/140
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-01-10 16:08:26 +00:00
Renovate Bot
3724f66b6d
fix(deps): update dependency @mui/material to v6.3.1 ( #137 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/137
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2025-01-05 03:37:08 +00:00
Renovate Bot
80359e274d
fix(deps): update dependency prism-react-renderer to v2.4.1 ( #116 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/116
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2024-12-27 01:55:22 +00:00
Renovate Bot
d6936415c8
fix(deps): update dependency @mui/material to v6 ( #120 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/120
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2024-12-27 01:54:35 +00:00
Renovate Bot
1e528b6616
fix(deps): update dependency @mui/material to v5.16.12 ( #115 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/115
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2024-12-24 04:28:52 +00:00
Renovate Bot
0d073f07c4
fix(deps): update emotion monorepo to v11.14.0 ( #119 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/119
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2024-12-19 15:13:19 +00:00
Renovate Bot
bc57251835
fix(deps): update dependency @easyops-cn/docusaurus-search-local to ^0.46.0 ( #112 )
...
Reviewed-on: https://gitea.com/gitea/docs/pulls/112
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2024-12-12 05:29:33 +00:00
Renovate Bot
b33e1fd696
fix(deps): update dependency @mdx-js/react to v3.1.0
2024-12-12 05:16:08 +00:00
Renovate Bot
bddadc41e9
fix(deps): update dependency @mui/material to v5.15.18 ( #135 )
...
Reviewed-on: https://gitea.com/gitea/gitea-docusaurus/pulls/135
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2024-05-25 20:06:47 +00:00
Renovate Bot
6ea7bb2cdb
fix(deps): update dependency @easyops-cn/docusaurus-search-local to ^0.41.0 ( #136 )
...
Reviewed-on: https://gitea.com/gitea/gitea-docusaurus/pulls/136
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2024-05-25 20:04:49 +00:00
Renovate Bot
af8e2975c0
fix(deps): update docusaurus monorepo to v3.3.2 ( #132 )
...
Reviewed-on: https://gitea.com/gitea/gitea-docusaurus/pulls/132
Co-authored-by: Renovate Bot <[email protected] >
Co-committed-by: Renovate Bot <[email protected] >
2024-05-15 01:11:31 +00:00