mirror of
https://gitea.com/gitea/docs.git
synced 2026-07-01 16:44:40 +00:00
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.1.1` → `9.1.2`](https://renovatebot.com/diffs/npm/@mui%2fmaterial/9.1.1/9.1.2) |  |  | --- ### Release Notes <details> <summary>mui/material-ui (@​mui/material)</summary> ### [`v9.1.2`](https://github.com/mui/material-ui/blob/HEAD/CHANGELOG.md#912) [Compare Source](https://github.com/mui/material-ui/compare/v9.1.1...v9.1.2) <!-- generated comparing v9.1.1..master --> *Jun 23, 2026* A big thanks to the 5 contributors who made this release possible. ##### `@mui/material@9.1.2` - \[autocomplete] Don't submit forms when committing `freeSolo` value with Enter key ([#​48679](https://github.com/mui/material-ui/issues/48679)) [@​mj12albert](https://github.com/mj12albert) - \[transitions] Fix RTG import in ESM ([#​48645](https://github.com/mui/material-ui/issues/48645)) [@​mj12albert](https://github.com/mj12albert) ##### `@mui/system@9.1.2` - \[InitColorSchemeScript] Fix script tag warning in Next.js 16 dev mode ([#​48671](https://github.com/mui/material-ui/issues/48671)) [@​siriwatknp](https://github.com/siriwatknp) ##### Docs - Fix typos in release instructions ([#​48687](https://github.com/mui/material-ui/issues/48687)) [@​brijeshb42](https://github.com/brijeshb42) - Update [@​mui/x-](https://github.com/mui/x-)\* packages to latest ([#​48661](https://github.com/mui/material-ui/issues/48661)) [@​Janpot](https://github.com/Janpot) ##### Core - \[code-infra] Convert leaf [@​mui/system](https://github.com/mui/system) .js+.d.ts pairs to TypeScript (part 1) ([#​48578](https://github.com/mui/material-ui/issues/48578)) [@​Janpot](https://github.com/Janpot) - \[code-infra] Bump to latest code-infra packages ([#​48672](https://github.com/mui/material-ui/issues/48672)) [@​brijeshb42](https://github.com/brijeshb42) - \[code-infra] Resolve remaining minimatch advisory ([#​48662](https://github.com/mui/material-ui/issues/48662)) [@​Janpot](https://github.com/Janpot) - \[code-infra] Bump nx to resolve minimatch advisory ([#​48658](https://github.com/mui/material-ui/issues/48658)) [@​Janpot](https://github.com/Janpot) - \[core] Drop @​babel/\* pnpm overrides ([#​48710](https://github.com/mui/material-ui/issues/48710)) [@​Janpot](https://github.com/Janpot) - \[docs-infra] Revert "Pin StackBlitz demo vite to v7 and plugin-react to v5" ([#​48709](https://github.com/mui/material-ui/issues/48709)) [@​Janpot](https://github.com/Janpot) - \[docs-infra] Fix code-block copy button broken on direct page load ([#​48653](https://github.com/mui/material-ui/issues/48653)) [@​brijeshb42](https://github.com/brijeshb42) - \[test] Stabilize Data Grid demo data in Argos screenshots ([#​48654](https://github.com/mui/material-ui/issues/48654)) [@​LukasTy](https://github.com/LukasTy) All contributors of this release in alphabetical order: [@​brijeshb42](https://github.com/brijeshb42), [@​Janpot](https://github.com/Janpot), [@​LukasTy](https://github.com/LukasTy), [@​mj12albert](https://github.com/mj12albert), [@​siriwatknp](https://github.com/siriwatknp) </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--> --------- Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Reviewed-on: https://gitea.com/gitea/docs/pulls/450 Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: Renovate Bot <renovate-bot@gitea.com>
56 lines
1.5 KiB
JSON
56 lines
1.5 KiB
JSON
{
|
|
"name": "gitea-docs",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"docusaurus": "docusaurus",
|
|
"start": "docusaurus start",
|
|
"start-CSRApi": "cross-env API_SSR='false' docusaurus start",
|
|
"build": "docusaurus build",
|
|
"build-CSRApi": "cross-env API_SSR='false' docusaurus build",
|
|
"swizzle": "docusaurus swizzle",
|
|
"deploy": "docusaurus deploy",
|
|
"clear": "docusaurus clear",
|
|
"serve": "docusaurus serve",
|
|
"write-translations": "docusaurus write-translations",
|
|
"write-heading-ids": "docusaurus write-heading-ids"
|
|
},
|
|
"dependencies": {
|
|
"@docusaurus/core": "3.10.1",
|
|
"@docusaurus/faster": "3.10.1",
|
|
"@docusaurus/plugin-content-docs": "3.10.1",
|
|
"@docusaurus/preset-classic": "3.10.1",
|
|
"@easyops-cn/docusaurus-search-local": "0.55.2",
|
|
"@emotion/react": "11.14.0",
|
|
"@emotion/styled": "11.14.1",
|
|
"@mdx-js/react": "3.1.1",
|
|
"@mui/material": "9.1.2",
|
|
"clsx": "2.1.1",
|
|
"docusaurus-plugin-plausible": "0.0.5",
|
|
"prism-react-renderer": "2.4.1",
|
|
"react": "19.2.7",
|
|
"react-dom": "19.2.7",
|
|
"redocusaurus": "2.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@docusaurus/module-type-aliases": "3.10.1",
|
|
"cross-env": "10.1.0"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.5%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"packageManager": "pnpm@11.9.0"
|
|
}
|