Skip to content

Bump @mui/internal-docs-infra to 0.11.1-canary.3#4700

Merged
dav-is merged 4 commits into
masterfrom
renovate/mui-docs-infra-packages
May 11, 2026
Merged

Bump @mui/internal-docs-infra to 0.11.1-canary.3#4700
dav-is merged 4 commits into
masterfrom
renovate/mui-docs-infra-packages

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 28, 2026

This PR contains the following updates:

Package Change Age Confidence
@mui/internal-docs-infra (source) 0.10.1-canary.30.11.1-canary.3 age confidence

Release Notes

mui/mui-public (@​mui/internal-docs-infra)

v0.11.1-canary.3

Compare Source

v0.11.1-canary.2

Compare Source

  • Respect correct casing for webpack by Olivier Tassinari

v0.11.1-canary.1

Compare Source

  • Add fileUrl to useCode (#​1360) by Connor Davis

v0.11.1-canary.0

Compare Source

  • Improve Live Editing (#​1232) by Connor Davis

v0.10.1-canary.7

Compare Source

v0.10.1-canary.6

Compare Source

v0.10.1-canary.5

Compare Source

  • Always enforce consistent-type-imports (#​1357) by Jose C Quintas Jr

v0.10.1-canary.4

Compare Source


Configuration

📅 Schedule: (in timezone 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.


  • 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 the dependencies Update of dependencies. label Apr 28, 2026
@renovate renovate Bot requested a review from a team April 28, 2026 23:39
@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented Apr 28, 2026

commit: ee66b3e

@code-infra-dashboard
Copy link
Copy Markdown

code-infra-dashboard Bot commented Apr 28, 2026

Bundle size

Bundle Parsed size Gzip size
@base-ui/react 0B(0.00%) 0B(0.00%)

Details of bundle changes

Performance

Total duration: 1,107.12 ms -220.37 ms(-16.6%) | Renders: 50 (+0) | Paint: 1,725.61 ms -282.06 ms(-14.0%)

Test Duration Renders
Menu mount (300 instances) 125.47 ms ▼-32.48 ms(-20.6%) 2 (+0)
Checkbox mount (500 instances) 49.01 ms ▼-28.50 ms(-36.8%) 1 (+0)
Popover mount (300 instances) 60.19 ms ▼-15.72 ms(-20.7%) 1 (+0)
Dialog mount (300 instances) 47.71 ms ▼-13.94 ms(-22.6%) 1 (+0)

details


Check out the code infra dashboard for more information about this PR.

@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 28, 2026

Deploy Preview for base-ui ready!

Name Link
🔨 Latest commit ee66b3e
🔍 Latest deploy log https://app.netlify.com/projects/base-ui/deploys/6a01e54d92dc480a7ac1e88a
😎 Deploy Preview https://deploy-preview-4700--base-ui.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@renovate renovate Bot force-pushed the renovate/mui-docs-infra-packages branch 2 times, most recently from f6c41e1 to 344335d Compare April 30, 2026 10:47
@renovate renovate Bot changed the title Bump @mui/internal-docs-infra to 0.10.1-canary.4 Bump @mui/internal-docs-infra to 0.10.1-canary.5 Apr 30, 2026
@renovate renovate Bot force-pushed the renovate/mui-docs-infra-packages branch from 344335d to c29dd27 Compare May 4, 2026 12:59
@renovate renovate Bot changed the title Bump @mui/internal-docs-infra to 0.10.1-canary.5 Bump @mui/internal-docs-infra to 0.10.1-canary.6 May 4, 2026
@renovate renovate Bot force-pushed the renovate/mui-docs-infra-packages branch from c29dd27 to 1c4f9db Compare May 5, 2026 08:43
@renovate renovate Bot changed the title Bump @mui/internal-docs-infra to 0.10.1-canary.6 Bump @mui/internal-docs-infra to 0.10.1-canary.7 May 5, 2026
@renovate renovate Bot force-pushed the renovate/mui-docs-infra-packages branch from 1c4f9db to ad883e6 Compare May 8, 2026 06:00
@renovate renovate Bot changed the title Bump @mui/internal-docs-infra to 0.10.1-canary.7 Bump @mui/internal-docs-infra to 0.11.1-canary.1 May 8, 2026
@renovate renovate Bot force-pushed the renovate/mui-docs-infra-packages branch from ad883e6 to 1d267af Compare May 10, 2026 00:47
@renovate renovate Bot changed the title Bump @mui/internal-docs-infra to 0.11.1-canary.1 Bump @mui/internal-docs-infra to 0.11.1-canary.2 May 10, 2026
@renovate renovate Bot force-pushed the renovate/mui-docs-infra-packages branch from 1d267af to 55e9655 Compare May 11, 2026 04:41
@renovate renovate Bot changed the title Bump @mui/internal-docs-infra to 0.11.1-canary.2 Bump @mui/internal-docs-infra to 0.11.1-canary.3 May 11, 2026
@dav-is
Copy link
Copy Markdown
Member

dav-is commented May 11, 2026

@copilot can you rename in docs/scripts/generateLlmTxt/demoProcessor.mjs

import {
  loadCodeVariant,
  flattenCodeVariant,
} from '@mui/internal-docs-infra/pipeline/loadCodeVariant';

to

import {
  loadIsomorphicCodeVariant,
  flattenCodeVariant,
} from '@mui/internal-docs-infra/pipeline/loadIsomorphicCodeVariant';

Copy link
Copy Markdown
Contributor

Copilot AI commented May 11, 2026

@copilot can you rename in docs/scripts/generateLlmTxt/demoProcessor.mjs

...

Updated in 265a030. demoProcessor.mjs now uses loadIsomorphicCodeVariant from @mui/internal-docs-infra/pipeline/loadIsomorphicCodeVariant, and I also switched the paired source loader to loadServerCodeSource so pnpm --filter docs run generate-llms passes with 0.11.1-canary.3. No UI changes to screenshot.

Copilot finished work on behalf of dav-is May 11, 2026 13:30
Copilot AI requested a review from dav-is May 11, 2026 13:30
@dav-is
Copy link
Copy Markdown
Member

dav-is commented May 11, 2026

@copilot can you run pnpm dedupe

Agent-Logs-Url: https://github.com/mui/base-ui/sessions/c8e8ed18-ea4c-4bf5-b813-2991284fbca8

Co-authored-by: dav-is <11590024+dav-is@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

Copilot AI commented May 11, 2026

@copilot can you run pnpm dedupe

Ran it in ee66b3e. pnpm dedupe updated pnpm-lock.yaml with a small @typescript-eslint deduplication, and pnpm --filter docs run generate-llms still passes afterward. No UI changes to screenshot.

Copilot finished work on behalf of dav-is May 11, 2026 13:38
@dav-is dav-is merged commit 2cf27ae into master May 11, 2026
23 of 26 checks passed
@dav-is dav-is deleted the renovate/mui-docs-infra-packages branch May 11, 2026 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Update of dependencies.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants