-
-
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.
Merge branch 'next' of https://github.com/mui/material-ui into aarong…
…arciah/pigment-mui-svgicon
- Loading branch information
Showing
3,199 changed files
with
19,686 additions
and
30,270 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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
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/[email protected] | ||
aws-cli: circleci/[email protected].3 | ||
aws-s3: circleci/[email protected] | ||
|
||
parameters: | ||
|
@@ -244,7 +244,7 @@ jobs: | |
name: Lint writing style | ||
command: | | ||
vale sync | ||
pnpm run valelint | ||
pnpm valelint | ||
test_static: | ||
<<: *default-job | ||
steps: | ||
|
@@ -380,7 +380,7 @@ jobs: | |
<<: *default-job | ||
resource_class: 'medium+' | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.42.1-focal | ||
- image: mcr.microsoft.com/playwright:v1.43.1-focal | ||
environment: | ||
NODE_ENV: development # Needed if playwright is in `devDependencies` | ||
steps: | ||
|
@@ -410,7 +410,7 @@ jobs: | |
test_e2e: | ||
<<: *default-job | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.42.1-focal | ||
- image: mcr.microsoft.com/playwright:v1.43.1-focal | ||
environment: | ||
NODE_ENV: development # Needed if playwright is in `devDependencies` | ||
steps: | ||
|
@@ -430,7 +430,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.42.1-focal | ||
- image: mcr.microsoft.com/playwright:v1.43.1-focal | ||
environment: | ||
NODE_ENV: development # Needed if playwright is in `devDependencies` | ||
steps: | ||
|
@@ -445,7 +445,7 @@ jobs: | |
test_profile: | ||
<<: *default-job | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.42.1-focal | ||
- image: mcr.microsoft.com/playwright:v1.43.1-focal | ||
environment: | ||
NODE_ENV: development # Needed if playwright is in `devDependencies` | ||
steps: | ||
|
@@ -472,7 +472,7 @@ jobs: | |
test_regressions: | ||
<<: *default-job | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.42.1-focal | ||
- image: mcr.microsoft.com/playwright:v1.43.1-focal | ||
environment: | ||
NODE_ENV: development # Needed if playwright is in `devDependencies` | ||
steps: | ||
|
@@ -526,7 +526,7 @@ jobs: | |
<<: *default-job | ||
working_directory: /tmp/material-ui/test/bundling/fixtures/next-webpack4/ | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.42.1-focal | ||
- image: mcr.microsoft.com/playwright:v1.43.1-focal | ||
environment: | ||
NODE_ENV: development # Needed if playwright is in `devDependencies` | ||
steps: | ||
|
@@ -550,7 +550,7 @@ jobs: | |
<<: *default-job | ||
working_directory: /tmp/material-ui/test/bundling/fixtures/next-webpack5/ | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.42.1-focal | ||
- image: mcr.microsoft.com/playwright:v1.43.1-focal | ||
environment: | ||
NODE_ENV: development # Needed if playwright is in `devDependencies` | ||
steps: | ||
|
@@ -574,7 +574,7 @@ jobs: | |
<<: *default-job | ||
working_directory: /tmp/material-ui/test/bundling/fixtures/create-react-app/ | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.42.1-focal | ||
- image: mcr.microsoft.com/playwright:v1.43.1-focal | ||
environment: | ||
NODE_ENV: development # Needed if playwright is in `devDependencies` | ||
steps: | ||
|
@@ -598,7 +598,7 @@ jobs: | |
<<: *default-job | ||
working_directory: /tmp/material-ui/test/bundling/fixtures/snowpack/ | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.42.1-focal | ||
- image: mcr.microsoft.com/playwright:v1.43.1-focal | ||
environment: | ||
NODE_ENV: development # Needed if playwright is in `devDependencies` | ||
steps: | ||
|
@@ -622,7 +622,7 @@ jobs: | |
<<: *default-job | ||
working_directory: /tmp/material-ui/test/bundling/fixtures/vite/ | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.42.1-focal | ||
- image: mcr.microsoft.com/playwright:v1.43.1-focal | ||
environment: | ||
NODE_ENV: development # Needed if playwright is in `devDependencies` | ||
steps: | ||
|
@@ -646,7 +646,7 @@ jobs: | |
<<: *default-job | ||
working_directory: /tmp/material-ui/test/bundling/fixtures/esbuild/ | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.42.1-focal | ||
- image: mcr.microsoft.com/playwright:v1.43.1-focal | ||
environment: | ||
NODE_ENV: development # Needed if playwright is in `devDependencies` | ||
steps: | ||
|
@@ -674,7 +674,7 @@ jobs: | |
<<: *default-job | ||
working_directory: /tmp/material-ui/test/bundling/fixtures/gatsby/ | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.42.1-focal | ||
- image: mcr.microsoft.com/playwright:v1.43.1-focal | ||
environment: | ||
NODE_ENV: development # Needed if playwright is in `devDependencies` | ||
steps: | ||
|
@@ -775,7 +775,7 @@ jobs: | |
test_benchmark: | ||
<<: *default-job | ||
docker: | ||
- image: mcr.microsoft.com/playwright:v1.42.1-focal | ||
- image: mcr.microsoft.com/playwright:v1.43.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
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/ | ||
about: I need support with Material UI, Base UI, MUI System, or Joy UI. | ||
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
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
Oops, something went wrong.