Skip to content

Commit c9d3dcf

Browse files
Merge branch 'master' into divider-fix-css-specificity-order
2 parents 432e2eb + 8da746f commit c9d3dcf

File tree

55 files changed

+2087
-2089
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+2087
-2089
lines changed

.circleci/config.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22
orbs:
33
aws-cli: circleci/[email protected]
4-
aws-s3: circleci/[email protected]
4+
aws-s3: circleci/aws-s3@4.1.0
55

66
parameters:
77
browserstack-force:
@@ -380,7 +380,7 @@ jobs:
380380
<<: *default-job
381381
resource_class: 'medium+'
382382
docker:
383-
- image: mcr.microsoft.com/playwright:v1.48.1-focal
383+
- image: mcr.microsoft.com/playwright:v1.48.2-focal
384384
steps:
385385
- checkout
386386
- install_js:
@@ -408,7 +408,7 @@ jobs:
408408
test_e2e:
409409
<<: *default-job
410410
docker:
411-
- image: mcr.microsoft.com/playwright:v1.48.1-focal
411+
- image: mcr.microsoft.com/playwright:v1.48.2-focal
412412
steps:
413413
- checkout
414414
- install_js:
@@ -420,7 +420,7 @@ jobs:
420420
# NOTE: This workflow runs after successful docs deploy. See /test/e2e-website/README.md#ci
421421
<<: *default-job
422422
docker:
423-
- image: mcr.microsoft.com/playwright:v1.48.1-focal
423+
- image: mcr.microsoft.com/playwright:v1.48.2-focal
424424
steps:
425425
- checkout
426426
- install_js:
@@ -433,7 +433,7 @@ jobs:
433433
test_profile:
434434
<<: *default-job
435435
docker:
436-
- image: mcr.microsoft.com/playwright:v1.48.1-focal
436+
- image: mcr.microsoft.com/playwright:v1.48.2-focal
437437
steps:
438438
- checkout
439439
- install_js:
@@ -458,7 +458,7 @@ jobs:
458458
test_regressions:
459459
<<: *default-job
460460
docker:
461-
- image: mcr.microsoft.com/playwright:v1.48.1-focal
461+
- image: mcr.microsoft.com/playwright:v1.48.2-focal
462462
steps:
463463
- checkout
464464
- install_js:
@@ -525,7 +525,7 @@ jobs:
525525
test_bundling_next_webpack4:
526526
<<: *default-job
527527
docker:
528-
- image: mcr.microsoft.com/playwright:v1.48.1-focal
528+
- image: mcr.microsoft.com/playwright:v1.48.2-focal
529529
working_directory: /tmp/material-ui/test/bundling/fixtures/next-webpack4/
530530
steps:
531531
- checkout:
@@ -543,7 +543,7 @@ jobs:
543543
test_bundling_next_webpack5:
544544
<<: *default-job
545545
docker:
546-
- image: mcr.microsoft.com/playwright:v1.48.1-focal
546+
- image: mcr.microsoft.com/playwright:v1.48.2-focal
547547
working_directory: /tmp/material-ui/test/bundling/fixtures/next-webpack5/
548548
steps:
549549
- checkout:
@@ -561,7 +561,7 @@ jobs:
561561
test_bundling_create_react_app:
562562
<<: *default-job
563563
docker:
564-
- image: mcr.microsoft.com/playwright:v1.48.1-focal
564+
- image: mcr.microsoft.com/playwright:v1.48.2-focal
565565
working_directory: /tmp/material-ui/test/bundling/fixtures/create-react-app/
566566
steps:
567567
- checkout:
@@ -579,7 +579,7 @@ jobs:
579579
test_bundling_snowpack:
580580
<<: *default-job
581581
docker:
582-
- image: mcr.microsoft.com/playwright:v1.48.1-focal
582+
- image: mcr.microsoft.com/playwright:v1.48.2-focal
583583
working_directory: /tmp/material-ui/test/bundling/fixtures/snowpack/
584584
steps:
585585
- checkout:
@@ -597,7 +597,7 @@ jobs:
597597
test_bundling_vite:
598598
<<: *default-job
599599
docker:
600-
- image: mcr.microsoft.com/playwright:v1.48.1-focal
600+
- image: mcr.microsoft.com/playwright:v1.48.2-focal
601601
working_directory: /tmp/material-ui/test/bundling/fixtures/vite/
602602
steps:
603603
- checkout:
@@ -615,7 +615,7 @@ jobs:
615615
test_bundling_esbuild:
616616
<<: *default-job
617617
docker:
618-
- image: mcr.microsoft.com/playwright:v1.48.1-focal
618+
- image: mcr.microsoft.com/playwright:v1.48.2-focal
619619
working_directory: /tmp/material-ui/test/bundling/fixtures/esbuild/
620620
steps:
621621
- checkout:
@@ -633,7 +633,7 @@ jobs:
633633
test_bundling_gatsby:
634634
<<: *default-job
635635
docker:
636-
- image: mcr.microsoft.com/playwright:v1.48.1-focal
636+
- image: mcr.microsoft.com/playwright:v1.48.2-focal
637637
environment:
638638
GATSBY_CPU_COUNT: '3'
639639
working_directory: /tmp/material-ui/test/bundling/fixtures/gatsby/
@@ -734,7 +734,7 @@ jobs:
734734
test_benchmark:
735735
<<: *default-job
736736
docker:
737-
- image: mcr.microsoft.com/playwright:v1.48.1-focal
737+
- image: mcr.microsoft.com/playwright:v1.48.2-focal
738738
steps:
739739
- checkout
740740
- install_js:

.github/workflows/cherry-pick-next-to-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: ${{ contains(github.event.pull_request.labels.*.name, 'needs cherry-pick') && github.event.pull_request.merged == true }}
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
21+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2222
with:
2323
fetch-depth: 0
2424
- name: Cherry pick and create the new PR

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424
os: [macos-latest, windows-latest, ubuntu-latest]
2525
steps:
2626
- run: echo "${{ github.actor }}"
27-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
27+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2828
with:
2929
# fetch all tags which are required for `pnpm release:changelog`
3030
fetch-depth: 0
3131
- name: Set up pnpm
3232
uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
3333
- name: Use Node.js 20.x
34-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
34+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
3535
with:
3636
node-version: 20
3737
cache: 'pnpm' # https://github.com/actions/setup-node/blob/main/docs/advanced-usage.md#caching-packages-dependencies

.github/workflows/codeql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
security-events: write
1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
19+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2020
# Initializes the CodeQL tools for scanning.
2121
- name: Initialize CodeQL
22-
uses: github/codeql-action/init@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
22+
uses: github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
2323
with:
2424
languages: typescript
2525
config-file: ./.github/codeql/codeql-config.yml
@@ -30,4 +30,4 @@ jobs:
3030
# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
3131
# queries: security-extended,security-and-quality
3232
- name: Perform CodeQL Analysis
33-
uses: github/codeql-action/analyze@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
33+
uses: github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0

.github/workflows/publish-canaries.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99
publish:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
12+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1313
with:
1414
fetch-depth: 0
1515
- name: Set up pnpm
1616
uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
1717
- name: Use Node.js 20.x
18-
uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
18+
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
1919
with:
2020
node-version: 20
2121
cache: 'pnpm' # https://github.com/actions/setup-node/blob/main/docs/advanced-usage.md#caching-packages-dependencies

.github/workflows/scorecards.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Checkout code
25-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
25+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2626
with:
2727
persist-credentials: false
2828

@@ -43,6 +43,6 @@ jobs:
4343

4444
# Upload the results to GitHub's code scanning dashboard.
4545
- name: Upload to code-scanning
46-
uses: github/codeql-action/upload-sarif@f779452ac5af1c261dce0346a8f964149f49322b # v3.26.13
46+
uses: github/codeql-action/upload-sarif@662472033e021d55d94146f66f6058822b0b39fd # v3.27.0
4747
with:
4848
sarif_file: results.sarif

.github/workflows/vale-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
contents: read
1313
pull-requests: write
1414
steps:
15-
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
15+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1616
- uses: errata-ai/vale-action@d89dee975228ae261d22c15adcd03578634d429c # v2.1.1
1717
continue-on-error: true # GitHub Action flag needed until https://github.com/errata-ai/vale-action/issues/89 is fixed
1818
with:

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ docs/src/pages/components/buttons/
299299

300300
#### 2. Write the demo code
301301

302-
We uses TypeScript to document our components.
302+
We use TypeScript to document our components.
303303
We prefer demos written in TypeScript (using the `.tsx` file format).
304304

305305
After creating a TypeScript demo, run `pnpm docs:typescript:formatted` to automatically create the JavaScript version, which is also required.

apps/pigment-css-next-app/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
"react-dom": "^18.3.1"
2424
},
2525
"devDependencies": {
26-
"@pigment-css/nextjs-plugin": "0.0.24",
27-
"@types/node": "^20.16.13",
28-
"@types/react": "^18.3.11",
26+
"@pigment-css/nextjs-plugin": "0.0.25",
27+
"@types/node": "^20.17.1",
28+
"@types/react": "^18.3.12",
2929
"@types/react-dom": "^18.3.1",
3030
"eslint": "^8.57.1",
3131
"typescript": "^5.6.3"

apps/pigment-css-vite-app/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,24 @@
1717
"@mui/system": "workspace:^",
1818
"@mui/utils": "workspace:^",
1919
"clsx": "^2.1.1",
20-
"playwright": "^1.48.1",
20+
"playwright": "^1.48.2",
2121
"react": "^18.3.1",
2222
"react-dom": "^18.3.1",
23-
"react-error-boundary": "^4.0.13",
23+
"react-error-boundary": "^4.1.2",
2424
"react-router-dom": "^6.27.0",
2525
"webfontloader": "^1.6.28"
2626
},
2727
"devDependencies": {
28-
"@babel/preset-react": "^7.25.7",
29-
"@babel/preset-typescript": "^7.25.7",
30-
"@pigment-css/vite-plugin": "0.0.24",
31-
"@types/react": "^18.3.11",
28+
"@babel/preset-react": "^7.25.9",
29+
"@babel/preset-typescript": "^7.26.0",
30+
"@pigment-css/vite-plugin": "0.0.25",
31+
"@types/react": "^18.3.12",
3232
"@types/react-dom": "^18.3.1",
3333
"@types/webfontloader": "^1.6.38",
3434
"@vitejs/plugin-react": "^4.3.3",
3535
"postcss": "^8.4.47",
3636
"postcss-combine-media-query": "^1.0.1",
37-
"vite": "5.4.9",
37+
"vite": "5.4.10",
3838
"vite-plugin-node-polyfills": "0.22.0",
3939
"vite-plugin-pages": "^0.32.3"
4040
},

0 commit comments

Comments
 (0)