Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 23, 2026

This PR contains the following updates:

Package Change Age Confidence Type Update
@mui/internal-docs-infra (source) 0.3.1-canary.140.4.1-canary.3 age confidence dependencies minor
code-infra-orb ad73dd8cf91f1f digest

Release Notes

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

v0.4.1-canary.3

Compare Source

  • Fix position mapping corruption with removeCommentsWithPrefix (#​1076) by Connor Davis

v0.4.1-canary.2

Compare Source

v0.4.1-canary.1

Compare Source

  • Add ESLint rules to enforce tree-shakeable production guards for dev-only functions (#​794) by @​Copilot

v0.4.1-canary.0

Compare Source

  • Add Code Enhancement API to Emphasize Lines (#​954) by Connor Davis

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@renovate renovate bot added the dependencies Update of dependencies. label Jan 23, 2026
@pkg-pr-new
Copy link

pkg-pr-new bot commented Jan 23, 2026

commit: e056fdf

@greptile-apps
Copy link
Contributor

greptile-apps bot commented Jan 23, 2026

Greptile Summary

This PR updates two MUI infrastructure packages: @mui/internal-code-infra from v0.0.3-canary.75 to v0.0.3-canary.76, and the CircleCI code-infra orb digest reference. The main change in the new version is the addition of a consistent type imports ESLint rule.

  • Dependency version bumps are straightforward and align with the release notes
  • CircleCI orb digest updated to match the new infrastructure version
  • Lockfile changes are properly synchronized with package.json updates

Confidence Score: 5/5

  • This PR is safe to merge with minimal risk
  • This is a routine dependency update generated by Renovate. The changes are limited to version bumps of internal MUI infrastructure packages, with properly updated lockfiles and CircleCI configuration. The new ESLint rule addition in v0.0.3-canary.76 is non-breaking and only enforces code style consistency.
  • No files require special attention

Important Files Changed

Filename Overview
.circleci/config.yml Updated code-infra orb digest reference to 1c70386
package.json Bumped @mui/internal-code-infra from 0.0.3-canary.75 to 0.0.3-canary.76
pnpm-lock.yaml Updated lockfile to reflect new @mui/internal-code-infra version

@mui-bot
Copy link

mui-bot commented Jan 23, 2026

Bundle size report

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

Details of bundle changes


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

@netlify
Copy link

netlify bot commented Jan 23, 2026

Deploy Preview for base-ui ready!

Name Link
🔨 Latest commit e056fdf
🔍 Latest deploy log https://app.netlify.com/projects/base-ui/deploys/697d29c3bf97c400084325fb
😎 Deploy Preview https://deploy-preview-3849--base-ui.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

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

@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged. label Jan 26, 2026
@renovate renovate bot force-pushed the renovate/mui-infra-packages branch from 511d20e to b1b170b Compare January 26, 2026 10:08
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged. label Jan 26, 2026
@renovate renovate bot force-pushed the renovate/mui-infra-packages branch 2 times, most recently from e314472 to 6233658 Compare January 27, 2026 15:43
@dav-is dav-is added the on hold There is a blocker, we need to wait. label Jan 28, 2026
@renovate renovate bot force-pushed the renovate/mui-infra-packages branch from 6233658 to bf43261 Compare January 28, 2026 08:47
@brijeshb42 brijeshb42 self-assigned this Jan 28, 2026
@brijeshb42 brijeshb42 requested a review from colmtuite as a code owner January 28, 2026 09:46
* timers are teared, which leaves `isScheduled` set, but won't run our `tick()`. */
const didRAFChange =
process.env.NODE_ENV === 'test' &&
process.env.NODE_ENV !== 'production' &&
Copy link
Contributor

Choose a reason for hiding this comment

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

@michaldudak Can you verify if this change is OK or should the eslint error be ignored here and above ?

Copy link
Member

Choose a reason for hiding this comment

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

Technically, this can happen only in tests, where we use fake timers. How do you intend to run the tests? In development or production environment?

cc @atomiks

@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged. label Jan 28, 2026
@brijeshb42
Copy link
Contributor

@dav-is Did you put this PR on hold due to some changes (maybe breaking) in the docs-infra package or was it because of the failing lint ?

@brijeshb42 brijeshb42 force-pushed the renovate/mui-infra-packages branch from 6c07536 to fc7e43f Compare January 28, 2026 09:49
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged. label Jan 28, 2026
@dav-is
Copy link
Member

dav-is commented Jan 28, 2026

Docs Infra 0.4.1-canary.1 has a regression. We need to merge and release this before upgrading: mui/mui-public#1076 (it's ready for review)

@github-actions github-actions bot added PR: out-of-date The pull request has merge conflicts and can't be merged. and removed PR: out-of-date The pull request has merge conflicts and can't be merged. labels Jan 29, 2026
@dav-is dav-is removed the on hold There is a blocker, we need to wait. label Jan 29, 2026
@renovate renovate bot force-pushed the renovate/mui-infra-packages branch from c55d40b to 351b113 Compare January 29, 2026 15:09
@dav-is
Copy link
Member

dav-is commented Jan 29, 2026

Ok the regression is fixed in 0.4.1-canary.3. No longer blocking the merge

@renovate renovate bot force-pushed the renovate/mui-infra-packages branch 2 times, most recently from 4f26155 to 72b8105 Compare January 29, 2026 22:08
@github-actions github-actions bot added the PR: out-of-date The pull request has merge conflicts and can't be merged. label Jan 30, 2026
@renovate renovate bot force-pushed the renovate/mui-infra-packages branch from 72b8105 to dc10565 Compare January 30, 2026 07:53
@github-actions github-actions bot added PR: out-of-date The pull request has merge conflicts and can't be merged. and removed PR: out-of-date The pull request has merge conflicts and can't be merged. labels Jan 30, 2026
brijeshb42

This comment was marked as outdated.

@renovate renovate bot force-pushed the renovate/mui-infra-packages branch from dc10565 to 12a3e37 Compare January 30, 2026 07:59
@github-actions github-actions bot added PR: out-of-date The pull request has merge conflicts and can't be merged. and removed PR: out-of-date The pull request has merge conflicts and can't be merged. labels Jan 30, 2026
@renovate renovate bot force-pushed the renovate/mui-infra-packages branch from 12a3e37 to 3e8aafc Compare January 30, 2026 08:07
@github-actions github-actions bot added PR: out-of-date The pull request has merge conflicts and can't be merged. and removed PR: out-of-date The pull request has merge conflicts and can't be merged. labels Jan 30, 2026
@renovate renovate bot force-pushed the renovate/mui-infra-packages branch from 3e8aafc to 8247a35 Compare January 30, 2026 08:16
@github-actions github-actions bot removed the PR: out-of-date The pull request has merge conflicts and can't be merged. label Jan 30, 2026
@renovate renovate bot force-pushed the renovate/mui-infra-packages branch from 8247a35 to 886b8a0 Compare January 30, 2026 14:12
@renovate renovate bot force-pushed the renovate/mui-infra-packages branch from 886b8a0 to 71c7440 Compare January 30, 2026 14:17
@renovate
Copy link
Contributor Author

renovate bot commented Jan 31, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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.

4 participants