Skip to content

Commit

Permalink
Merge branch 'master' into fix-docs-class-generation
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Jun 22, 2022
2 parents 17e4b78 + 55701bf commit 54e1288
Show file tree
Hide file tree
Showing 3,640 changed files with 85,549 additions and 68,474 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
26 changes: 13 additions & 13 deletions .circleci/config.yml
Expand Up @@ -341,7 +341,7 @@ jobs:
test_browser:
<<: *defaults
docker:
- image: mcr.microsoft.com/playwright:v1.20.0-focal
- image: mcr.microsoft.com/playwright:v1.22.2-focal
environment:
NODE_ENV: development # Needed if playwright is in `devDependencies`
steps:
Expand Down Expand Up @@ -371,7 +371,7 @@ jobs:
test_e2e:
<<: *defaults
docker:
- image: mcr.microsoft.com/playwright:v1.20.0-focal
- image: mcr.microsoft.com/playwright:v1.22.2-focal
environment:
NODE_ENV: development # Needed if playwright is in `devDependencies`
steps:
Expand All @@ -390,7 +390,7 @@ jobs:
test_e2e_website:
<<: *defaults
docker:
- image: mcr.microsoft.com/playwright:v1.20.0-focal
- image: mcr.microsoft.com/playwright:v1.22.2-focal
environment:
NODE_ENV: development # Needed if playwright is in `devDependencies`
steps:
Expand All @@ -405,7 +405,7 @@ jobs:
test_profile:
<<: *defaults
docker:
- image: mcr.microsoft.com/playwright:v1.20.0-focal
- image: mcr.microsoft.com/playwright:v1.22.2-focal
environment:
NODE_ENV: development # Needed if playwright is in `devDependencies`
steps:
Expand All @@ -432,7 +432,7 @@ jobs:
test_regressions:
<<: *defaults
docker:
- image: mcr.microsoft.com/playwright:v1.20.0-focal
- image: mcr.microsoft.com/playwright:v1.22.2-focal
environment:
NODE_ENV: development # Needed if playwright is in `devDependencies`
steps:
Expand Down Expand Up @@ -486,7 +486,7 @@ jobs:
<<: *defaults
working_directory: /tmp/material-ui/test/bundling/fixtures/next-webpack4/
docker:
- image: mcr.microsoft.com/playwright:v1.20.0-focal
- image: mcr.microsoft.com/playwright:v1.22.2-focal
environment:
NODE_ENV: development # Needed if playwright is in `devDependencies`
steps:
Expand All @@ -510,7 +510,7 @@ jobs:
<<: *defaults
working_directory: /tmp/material-ui/test/bundling/fixtures/next-webpack5/
docker:
- image: mcr.microsoft.com/playwright:v1.20.0-focal
- image: mcr.microsoft.com/playwright:v1.22.2-focal
environment:
NODE_ENV: development # Needed if playwright is in `devDependencies`
steps:
Expand All @@ -534,7 +534,7 @@ jobs:
<<: *defaults
working_directory: /tmp/material-ui/test/bundling/fixtures/create-react-app/
docker:
- image: mcr.microsoft.com/playwright:v1.20.0-focal
- image: mcr.microsoft.com/playwright:v1.22.2-focal
environment:
NODE_ENV: development # Needed if playwright is in `devDependencies`
steps:
Expand All @@ -558,7 +558,7 @@ jobs:
<<: *defaults
working_directory: /tmp/material-ui/test/bundling/fixtures/snowpack/
docker:
- image: mcr.microsoft.com/playwright:v1.20.0-focal
- image: mcr.microsoft.com/playwright:v1.22.2-focal
environment:
NODE_ENV: development # Needed if playwright is in `devDependencies`
steps:
Expand All @@ -582,7 +582,7 @@ jobs:
<<: *defaults
working_directory: /tmp/material-ui/test/bundling/fixtures/vite/
docker:
- image: mcr.microsoft.com/playwright:v1.20.0-focal
- image: mcr.microsoft.com/playwright:v1.22.2-focal
environment:
NODE_ENV: development # Needed if playwright is in `devDependencies`
steps:
Expand All @@ -606,7 +606,7 @@ jobs:
<<: *defaults
working_directory: /tmp/material-ui/test/bundling/fixtures/esbuild/
docker:
- image: mcr.microsoft.com/playwright:v1.20.0-focal
- image: mcr.microsoft.com/playwright:v1.22.2-focal
environment:
NODE_ENV: development # Needed if playwright is in `devDependencies`
steps:
Expand Down Expand Up @@ -634,7 +634,7 @@ jobs:
<<: *defaults
working_directory: /tmp/material-ui/test/bundling/fixtures/gatsby/
docker:
- image: mcr.microsoft.com/playwright:v1.20.0-focal
- image: mcr.microsoft.com/playwright:v1.22.2-focal
environment:
NODE_ENV: development # Needed if playwright is in `devDependencies`
steps:
Expand Down Expand Up @@ -736,7 +736,7 @@ jobs:
test_benchmark:
<<: *defaults
docker:
- image: mcr.microsoft.com/playwright:v1.20.0-focal
- image: mcr.microsoft.com/playwright:v1.22.2-focal
environment:
NODE_ENV: development # Needed if playwright is in `devDependencies`
steps:
Expand Down
1 change: 1 addition & 0 deletions .eslintignore
Expand Up @@ -3,6 +3,7 @@
/benchmark/**/dist
/coverage
/docs/export
/docs/pages/playground.tsx
/examples/create-react-app*/src/serviceWorker.js
/examples/gatsby/public/
/examples/preact/config
Expand Down
7 changes: 6 additions & 1 deletion .eslintrc.js
Expand Up @@ -371,7 +371,12 @@ module.exports = {
],
},
],

},
},
{
files: ['packages/*/src/**/*{.ts,.tsx,.js}'],
excludedFiles: ['*.d.ts', '*.spec.ts', '*.spec.tsx', 'packages/mui-joy/**/*{.ts,.tsx,.js}'],
rules: {
'material-ui/mui-name-matches-component-name': [
'error',
{
Expand Down
11 changes: 5 additions & 6 deletions .github/ISSUE_TEMPLATE/1.bug.yml
Expand Up @@ -34,12 +34,11 @@ body:
attributes:
label: Steps to reproduce 🕹
description: |
Provide a link to a live example (you can use codesandbox.io) and an unambiguous set of steps to reproduce this bug.
Include code to reproduce, if relevant (which it most likely is).
Please provide a link to a live example and an unambiguous set of steps to reproduce this bug.
As a starting point, we recommend you browse our [documentation](https://mui.com/material-ui/getting-started/installation/), and [select](https://mui.com/static/docs/forking-an-example.png) the closest example to your use case.
You can use the official codesandbox template as a starting point: https://mui.com/r/issue-template.
If you have an issue concerning TypeScript please start from this TypeScript playground: https://mui.com/r/ts-issue-template.
Or you can use the [official template](https://mui.com/r/issue-template) to build a reproduction case.
Issues that we can't reproduce will be closed.
value: |
Expand All @@ -59,7 +58,7 @@ body:
description: Run `npx @mui/envinfo` and post the results. If you encounter issues with TypeScript please include the used tsconfig.
value: |
<details>
<summary>`npx @mui/envinfo`</summary>
<summary><code>npx @mui/envinfo</code></summary>
```
Don't forget to mention which browser you used.
Expand Down
4 changes: 4 additions & 0 deletions .github/renovate.json
Expand Up @@ -8,6 +8,10 @@
"rebaseWhen": "conflicted",
"ignoreDeps": [],
"labels": ["dependencies"],
"lockFileMaintenance": {
"enabled": true,
"schedule": "before 6:00am on the first day of the month"
},
"packageRules": [
{
"matchDepTypes": ["peerDependencies"],
Expand Down
16 changes: 16 additions & 0 deletions .github/workflows/check-if-pr-has-label.yml
@@ -0,0 +1,16 @@
name: Check if PR has label

on:
pull_request:
types: [opened, reopened, labeled, unlabeled]

jobs:
test-label-applied:
# Tests that label is added on the PR
runs-on: ubuntu-latest
steps:
- uses: mnajdova/github-action-required-labels@v2.0
with:
mode: minimum
count: 1
labels: ""
17 changes: 0 additions & 17 deletions .github/workflows/close-incomplete-inactive.yml

This file was deleted.

26 changes: 26 additions & 0 deletions .github/workflows/no-response.yml
@@ -0,0 +1,26 @@
name: No Response

# Both `issue_comment` and `scheduled` event types are required for this Action
# to work properly.
on:
issue_comment:
types: [created]
schedule:
# Schedule for five minutes after the hour, every hour
- cron: '5 * * * *'

jobs:
noResponse:
runs-on: ubuntu-latest
steps:
- uses: lee-dohm/no-response@v0.5.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
# Number of days of inactivity before an Issue is closed for lack of response
daysUntilClose: 7
# Label requiring a response
responseRequiredLabel: 'status: needs more information'
# Comment to post when closing an Issue for lack of response. Set to `false` to disable
closeComment: >
Since the issue is missing key information and has been inactive for 7 days, it has been automatically closed.
If you wish to see the issue reopened, please provide the missing information.
2 changes: 1 addition & 1 deletion .github/workflows/support-stackoverflow.yml
Expand Up @@ -28,6 +28,6 @@ jobs:
For support, please check out https://mui.com/getting-started/support/. Thanks!
If you have a question on StackOverflow, you are welcome to link to it here, it might help others.
If your issue is subsequently confirmed as a bug, and the report follows the issue template, it can be reopened.
If your issue is subsequently confirmed as a bug, and the report follows the issue template, it can be reopened.
close-issue: true
lock-issue: false
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -2,6 +2,8 @@
# However, in order to prevent issues, they are ignored here.
.DS_STORE
.idea
# IntelliJ IDEA module file
*.iml
.vscode/*
!.vscode/launch.json
*.log
Expand Down
4 changes: 3 additions & 1 deletion .markdownlint.jsonc
Expand Up @@ -24,5 +24,7 @@
// MD004/ul-style. Buggy
"MD004": false,
// MD028/no-blanks-blockquote prevent double blockquote
"MD028": false
"MD028": false,
// MD031/blanks-around-fences Some code blocks inside li
"MD031": false
}

0 comments on commit 54e1288

Please sign in to comment.