Skip to content

Commit aa55f25

Browse files
authored
Merge branch 'next-major' into mp/deprecate-old-filter-components
2 parents 9de8956 + 98ea43f commit aa55f25

File tree

133 files changed

+235
-2019
lines changed

Some content is hidden

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

133 files changed

+235
-2019
lines changed

.changeset/flat-onions-sort.md

Lines changed: 7 additions & 0 deletions

.changeset/great-spies-deliver.md

Lines changed: 5 additions & 0 deletions

.changeset/nasty-bottles-draw.md

Lines changed: 5 additions & 0 deletions

.changeset/popular-rivers-warn.md

Lines changed: 5 additions & 0 deletions

.changeset/weak-jokes-chew.md

Lines changed: 5 additions & 0 deletions

.github/workflows/ci.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ jobs:
5454
run: npm run lint:md
5555

5656
test:
57-
strategy:
58-
fail-fast: false
59-
matrix:
60-
react: [17, 18]
6157
runs-on: ubuntu-latest
6258
steps:
6359
- name: Checkout repository
@@ -69,30 +65,16 @@ jobs:
6965
node-version: 18
7066
cache: 'npm'
7167

72-
- name: Set React version
73-
run: node script/set-react-version.js ${{ matrix.react }}
74-
75-
- name: Install dependencies
76-
if: ${{ matrix.react == 17 }}
77-
run: npm install --legacy-peer-deps
78-
7968
- name: Install dependencies
80-
if: ${{ matrix.react == 18 }}
8169
run: npm ci
8270

8371
- name: Build
8472
run: npm run build
8573

8674
- name: Test
8775
run: npm run test -- --coverage
88-
env:
89-
REACT_VERSION_17: ${{ matrix.react == 17 }}
9076

9177
type-check:
92-
strategy:
93-
fail-fast: false
94-
matrix:
95-
react: [17, 18]
9678
runs-on: ubuntu-latest
9779
steps:
9880
- name: Checkout repository
@@ -104,15 +86,7 @@ jobs:
10486
node-version: 18
10587
cache: 'npm'
10688

107-
- name: Set React version
108-
run: node script/set-react-version.js ${{ matrix.react }}
109-
110-
- name: Install dependencies
111-
if: ${{ matrix.react == 17 }}
112-
run: npm install --legacy-peer-deps
113-
11489
- name: Install dependencies
115-
if: ${{ matrix.react != 17 }}
11690
run: npm ci
11791

11892
- name: Type check
35 Bytes
28 Bytes
25 Bytes
36 Bytes

0 commit comments

Comments
 (0)