-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1,286 changed files
with
36,723 additions
and
36,682 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
version: 2.1 | ||
orbs: | ||
aws-cli: circleci/aws-cli@4.1.3 | ||
aws-cli: circleci/aws-cli@4.2.3 | ||
aws-s3: circleci/[email protected] | ||
|
||
parameters: | ||
|
@@ -45,7 +45,7 @@ default-job: &default-job | |
AWS_REGION_ARTIFACTS: eu-central-1 | ||
working_directory: /tmp/material-ui | ||
docker: | ||
- image: cimg/node:18.20 | ||
- image: cimg/node:20.17 | ||
|
||
default-context: &default-context | ||
context: | ||
|
@@ -142,7 +142,7 @@ jobs: | |
name: '`pnpm dedupe` was run?' | ||
command: | | ||
# #default-branch-switch | ||
if [[ $(git diff --name-status next | grep -E 'pnpm-workspace\.yaml|pnpm-lock.yaml|package\.json') == "" ]]; | ||
if [[ $(git diff --name-status master | grep -E 'pnpm-workspace\.yaml|pnpm-lock.yaml|package\.json') == "" ]]; | ||
then | ||
echo "No changes to dependencies detected. Skipping..." | ||
else | ||
|
@@ -299,12 +299,6 @@ jobs: | |
command: | | ||
pnpm docs:link-check | ||
git add -A && git diff --exit-code --staged | ||
- run: | ||
name: Update the templates shared themes | ||
command: pnpm template:update-theme | ||
- run: | ||
name: '`pnpm template:update-theme` changes committed?' | ||
command: git add -A && git diff --exit-code --staged | ||
test_types: | ||
<<: *default-job | ||
resource_class: 'medium+' | ||
|
@@ -328,6 +322,7 @@ jobs: | |
pnpm --filter @mui/material typescript:module-augmentation | ||
pnpm --filter @mui/base typescript:module-augmentation | ||
pnpm --filter @mui/joy typescript:module-augmentation | ||
pnpm --filter @mui/system typescript:module-augmentation | ||
- run: | ||
name: Diff declaration files | ||
command: | | ||
|
@@ -352,13 +347,13 @@ jobs: | |
resource_class: 'medium+' | ||
steps: | ||
- checkout | ||
- install_js | ||
- run: | ||
name: Resolve typescript version | ||
command: | | ||
pnpm add typescript@next -d -w | ||
pnpm update -r typescript@next | ||
# log a patch for maintainers who want to check out this change | ||
git --no-pager diff HEAD | ||
- install_js | ||
- run: | ||
name: Tests TypeScript definitions | ||
command: | | ||
|
@@ -398,7 +393,7 @@ jobs: | |
<<: *default-job | ||
resource_class: 'medium+' | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.46.0-focal | ||
- image: mcr.microsoft.com/playwright:v1.46.1-focal | ||
environment: | ||
NODE_ENV: development # Needed if playwright is in `devDependencies` | ||
steps: | ||
|
@@ -428,7 +423,7 @@ jobs: | |
test_e2e: | ||
<<: *default-job | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.46.0-focal | ||
- image: mcr.microsoft.com/playwright:v1.46.1-focal | ||
environment: | ||
NODE_ENV: development # Needed if playwright is in `devDependencies` | ||
steps: | ||
|
@@ -442,7 +437,7 @@ jobs: | |
# NOTE: This workflow runs after successful docs deploy. See /test/e2e-website/README.md#ci | ||
<<: *default-job | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.46.0-focal | ||
- image: mcr.microsoft.com/playwright:v1.46.1-focal | ||
environment: | ||
NODE_ENV: development # Needed if playwright is in `devDependencies` | ||
steps: | ||
|
@@ -457,7 +452,7 @@ jobs: | |
test_profile: | ||
<<: *default-job | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.46.0-focal | ||
- image: mcr.microsoft.com/playwright:v1.46.1-focal | ||
environment: | ||
NODE_ENV: development # Needed if playwright is in `devDependencies` | ||
steps: | ||
|
@@ -484,7 +479,7 @@ jobs: | |
test_regressions: | ||
<<: *default-job | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.46.0-focal | ||
- image: mcr.microsoft.com/playwright:v1.46.1-focal | ||
environment: | ||
NODE_ENV: development # Needed if playwright is in `devDependencies` | ||
steps: | ||
|
@@ -494,6 +489,12 @@ jobs: | |
- run: | ||
name: Run visual regression tests | ||
command: xvfb-run pnpm test:regressions | ||
- run: | ||
name: Build packages for fixtures | ||
command: xvfb-run pnpm release:build | ||
- run: | ||
name: Run visual regression tests using Pigment CSS | ||
command: xvfb-run pnpm test:regressions-pigment-css | ||
- run: | ||
name: Upload screenshots to Argos CI | ||
command: pnpm test:argos | ||
|
@@ -538,7 +539,7 @@ jobs: | |
<<: *default-job | ||
working_directory: /tmp/material-ui/test/bundling/fixtures/next-webpack4/ | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.46.0-focal | ||
- image: mcr.microsoft.com/playwright:v1.46.1-focal | ||
environment: | ||
NODE_ENV: development # Needed if playwright is in `devDependencies` | ||
steps: | ||
|
@@ -562,7 +563,7 @@ jobs: | |
<<: *default-job | ||
working_directory: /tmp/material-ui/test/bundling/fixtures/next-webpack5/ | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.46.0-focal | ||
- image: mcr.microsoft.com/playwright:v1.46.1-focal | ||
environment: | ||
NODE_ENV: development # Needed if playwright is in `devDependencies` | ||
steps: | ||
|
@@ -586,7 +587,7 @@ jobs: | |
<<: *default-job | ||
working_directory: /tmp/material-ui/test/bundling/fixtures/create-react-app/ | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.46.0-focal | ||
- image: mcr.microsoft.com/playwright:v1.46.1-focal | ||
environment: | ||
NODE_ENV: development # Needed if playwright is in `devDependencies` | ||
steps: | ||
|
@@ -610,7 +611,7 @@ jobs: | |
<<: *default-job | ||
working_directory: /tmp/material-ui/test/bundling/fixtures/snowpack/ | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.46.0-focal | ||
- image: mcr.microsoft.com/playwright:v1.46.1-focal | ||
environment: | ||
NODE_ENV: development # Needed if playwright is in `devDependencies` | ||
steps: | ||
|
@@ -634,7 +635,7 @@ jobs: | |
<<: *default-job | ||
working_directory: /tmp/material-ui/test/bundling/fixtures/vite/ | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.46.0-focal | ||
- image: mcr.microsoft.com/playwright:v1.46.1-focal | ||
environment: | ||
NODE_ENV: development # Needed if playwright is in `devDependencies` | ||
steps: | ||
|
@@ -658,7 +659,7 @@ jobs: | |
<<: *default-job | ||
working_directory: /tmp/material-ui/test/bundling/fixtures/esbuild/ | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.46.0-focal | ||
- image: mcr.microsoft.com/playwright:v1.46.1-focal | ||
environment: | ||
NODE_ENV: development # Needed if playwright is in `devDependencies` | ||
steps: | ||
|
@@ -686,7 +687,7 @@ jobs: | |
<<: *default-job | ||
working_directory: /tmp/material-ui/test/bundling/fixtures/gatsby/ | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.46.0-focal | ||
- image: mcr.microsoft.com/playwright:v1.46.1-focal | ||
environment: | ||
NODE_ENV: development # Needed if playwright is in `devDependencies` | ||
steps: | ||
|
@@ -787,7 +788,7 @@ jobs: | |
test_benchmark: | ||
<<: *default-job | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.46.0-focal | ||
- image: mcr.microsoft.com/playwright:v1.46.1-focal | ||
environment: | ||
NODE_ENV: development # Needed if playwright is in `devDependencies` | ||
steps: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
contact_links: | ||
- name: Support ❔ | ||
url: https://mui.com/getting-started/support/ | ||
url: https://mui.com/material-ui/getting-started/support/ | ||
about: I need support with Material UI, MUI System, or Joy UI. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: Add closing message to issue | ||
|
||
on: | ||
issues: | ||
types: | ||
- closed | ||
workflow_call: | ||
|
||
permissions: {} | ||
|
||
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@master | ||
permissions: | ||
contents: read | ||
issues: write |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
enable-pre-post-scripts = true | ||
manage-package-manager-versions = true |
Oops, something went wrong.