Skip to content

Commit 876ccef

Browse files
Bump MUI infra packages (#4177)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 35e3216 commit 876ccef

File tree

9 files changed

+891
-751
lines changed

9 files changed

+891
-751
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

33
orbs:
4-
code-infra: https://raw.githubusercontent.com/mui/mui-public/c0101909662d4d3db7eed81ec210f16708dd7535/.circleci/orbs/code-infra.yml
4+
code-infra: https://raw.githubusercontent.com/mui/mui-public/74232307111caed6f4d181e941df5c358f57ed28/.circleci/orbs/code-infra.yml
55

66
parameters:
77
browserstack-force:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- run: pnpm release:build
3838
- name: Publish packages
3939
if: matrix.os == 'ubuntu-latest'
40-
uses: mui/mui-public/.github/actions/ci-publish@c0101909662d4d3db7eed81ec210f16708dd7535
40+
uses: mui/mui-public/.github/actions/ci-publish@74232307111caed6f4d181e941df5c358f57ed28
4141
with:
4242
pr-comment: true
4343
use-compact-url: true

.github/workflows/new-issue-triage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions: {}
99
jobs:
1010
issue_cleanup:
1111
name: Clean issue body
12-
uses: mui/mui-public/.github/workflows/issues_body-cleanup.yml@c0101909662d4d3db7eed81ec210f16708dd7535
12+
uses: mui/mui-public/.github/workflows/issues_body-cleanup.yml@74232307111caed6f4d181e941df5c358f57ed28
1313
permissions:
1414
contents: read
1515
issues: write

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
ref: ${{ inputs.sha }}
4141
fetch-depth: 0 # Fetch full history for proper git operations
4242
- name: Prepare for publishing
43-
uses: mui/mui-public/.github/actions/publish-prepare@c0101909662d4d3db7eed81ec210f16708dd7535
43+
uses: mui/mui-public/.github/actions/publish-prepare@74232307111caed6f4d181e941df5c358f57ed28
4444
- name: Publish packages
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@base-ui/utils": "workspace:*",
2121
"@mdx-js/loader": "^3.1.1",
2222
"@mdx-js/react": "^3.1.1",
23-
"@mui/internal-docs-infra": "0.4.1-canary.9",
23+
"@mui/internal-docs-infra": "0.4.1-canary.10",
2424
"@next/mdx": "^16.1.6",
2525
"@react-spring/web": "^10.0.3",
2626
"@stefanprobst/rehype-extract-toc": "^3.0.0",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@
6464
"@arethetypeswrong/cli": "0.18.2",
6565
"@babel/plugin-transform-react-constant-elements": "7.27.1",
6666
"@base-ui/monorepo-tests": "workspace:*",
67-
"@mui/internal-code-infra": "0.0.3-canary.94",
67+
"@mui/internal-code-infra": "0.0.3-canary.95",
6868
"@mui/internal-netlify-cache": "0.0.3-canary.0",
69-
"@mui/internal-test-utils": "2.0.18-canary.8",
69+
"@mui/internal-test-utils": "2.0.18-canary.9",
7070
"@next/eslint-plugin-next": "16.1.6",
7171
"@octokit/rest": "22.0.1",
7272
"@playwright/test": "1.58.2",

pnpm-lock.yaml

Lines changed: 882 additions & 742 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/api-docs-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"type": "module",
55
"dependencies": {
6-
"@mui/internal-docs-infra": "0.4.1-canary.9",
6+
"@mui/internal-docs-infra": "0.4.1-canary.10",
77
"@types/yargs": "^17.0.35",
88
"es-toolkit": "^1.44.0",
99
"rimraf": "^6.1.3",

test/bundle-size/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dependencies": {
88
"@base-ui/react": "workspace:*",
99
"@base-ui/utils": "workspace:*",
10-
"@mui/internal-bundle-size-checker": "1.0.9-canary.61",
10+
"@mui/internal-bundle-size-checker": "1.0.9-canary.62",
1111
"radix-ui": "^1.4.3"
1212
},
1313
"devDependencies": {

0 commit comments

Comments
 (0)