Skip to content

Commit

Permalink
Merge branch 'master' into renovate/karma-webpack-5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeshanTamboli committed May 5, 2024
2 parents 1c02cca + f5f2f88 commit 056721b
Show file tree
Hide file tree
Showing 176 changed files with 6,552 additions and 6,547 deletions.
4 changes: 0 additions & 4 deletions .browserslistrc
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,3 @@ node 18.0
# same as `node`
[test]
node 18.0

# same as `node`
[benchmark]
node 18.0
22 changes: 0 additions & 22 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -392,22 +392,6 @@ jobs:
- run:
name: Upload screenshots to Argos CI
command: pnpm test:argos
test_benchmark:
<<: *default-job
docker:
- image: mcr.microsoft.com/playwright:v1.43.1-focal
environment:
NODE_ENV: development # Needed if playwright is in `devDependencies`
steps:
- checkout
- install_js:
react-version: << parameters.react-version >>
browsers: true
- run: pnpm benchmark:browser
- store_artifacts:
name: Publish benchmark results as a pipeline artifact.
path: tmp/benchmarks
destination: benchmarks
workflows:
version: 2
pipeline:
Expand Down Expand Up @@ -494,9 +478,3 @@ workflows:
jobs:
- test_types_next:
<<: *default-context
benchmark:
when:
equal: [benchmark, << pipeline.parameters.workflow >>]
jobs:
- test_benchmark:
<<: *default-context
2 changes: 1 addition & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/.git
/.yarn
/benchmark/**/dist
/coverage
/docs/export
/docs/pages/playground/
/packages/mui-base/**/*.min.*
/packages/mui-utils/macros/__fixtures__/
# Ignore fixtures
/test/bundling/fixtures/**/*.fixture.js
Expand Down
Loading

0 comments on commit 056721b

Please sign in to comment.