Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2.1
orbs:
code-infra: https://raw.githubusercontent.com/mui/mui-public/91b038cb6c568b63684a7be0146dd12747e76060/.circleci/orbs/code-infra.yml
code-infra: https://raw.githubusercontent.com/mui/mui-public/8fdcd2d0b28ca3a8e006219b4e20339f8bafcfb1/.circleci/orbs/code-infra.yml
aws-cli: circleci/aws-cli@5.4.1
aws-s3: circleci/aws-s3@4.1.3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ permissions: {}
jobs:
continuous-releases:
name: Continuous releases
uses: mui/mui-public/.github/workflows/ci-base.yml@48198a7131b2ee621cc13bc7729cc41c72f370e7
uses: mui/mui-public/.github/workflows/ci-base.yml@8fdcd2d0b28ca3a8e006219b4e20339f8bafcfb1

test-dev:
if: ${{ github.actor != 'l10nbot' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions: {}
jobs:
continuous-releases:
name: Continuous releases
uses: mui/mui-public/.github/workflows/ci-base.yml@48198a7131b2ee621cc13bc7729cc41c72f370e7
uses: mui/mui-public/.github/workflows/ci-base.yml@8fdcd2d0b28ca3a8e006219b4e20339f8bafcfb1

# Tests dev-only scripts across all supported dev environments
test-dev:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/closed-issue-message.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
add-comment:
name: Add closing message
if: github.event.issue.state_reason == 'completed'
uses: mui/mui-public/.github/workflows/issues_add-closing-message.yml@48198a7131b2ee621cc13bc7729cc41c72f370e7
uses: mui/mui-public/.github/workflows/issues_add-closing-message.yml@8fdcd2d0b28ca3a8e006219b4e20339f8bafcfb1
permissions:
contents: read
issues: write
2 changes: 1 addition & 1 deletion .github/workflows/create-cherry-pick-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions: {}
jobs:
create_pr:
name: Create cherry-pick PR
uses: mui/mui-public/.github/workflows/prs_create-cherry-pick-pr.yml@48198a7131b2ee621cc13bc7729cc41c72f370e7
uses: mui/mui-public/.github/workflows/prs_create-cherry-pick-pr.yml@8fdcd2d0b28ca3a8e006219b4e20339f8bafcfb1
permissions:
contents: write
pull-requests: write
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
ref: ${{ inputs.sha }}
fetch-depth: 0 # Fetch full history for proper git operations
- name: Prepare for publishing
uses: mui/mui-public/.github/actions/publish-prepare@48198a7131b2ee621cc13bc7729cc41c72f370e7
uses: mui/mui-public/.github/actions/publish-prepare@8fdcd2d0b28ca3a8e006219b4e20339f8bafcfb1
- name: Publish packages
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,13 @@
"@eslint/compat": "2.0.2",
"@mui-internal/api-docs-builder": "workspace:^",
"@mui-internal/api-docs-builder-core": "workspace:^",
"@mui/internal-babel-plugin-minify-errors": "2.0.8-canary.22",
"@mui/internal-bundle-size-checker": "1.0.9-canary.62",
"@mui/internal-code-infra": "0.0.4-canary.5",
"@mui/internal-babel-plugin-minify-errors": "2.0.8-canary.24",
"@mui/internal-bundle-size-checker": "1.0.9-canary.65",
"@mui/internal-code-infra": "0.0.4-canary.7",
"@mui/internal-docs-utils": "workspace:^",
"@mui/internal-netlify-cache": "0.0.3-canary.0",
"@mui/internal-netlify-cache": "0.0.3-canary.1",
"@mui/internal-scripts": "workspace:^",
"@mui/internal-test-utils": "2.0.18-canary.9",
"@mui/internal-test-utils": "2.0.18-canary.14",
"@mui/material": "workspace:^",
"@mui/utils": "workspace:^",
"@next/eslint-plugin-next": "15.5.12",
Expand Down
2,454 changes: 1,393 additions & 1,061 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

Loading