Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c60bb4e

Browse files
committedMar 11, 2025·
Merge branch 'master' into refactor-agnostic-pagination
2 parents c9d12b3 + 61a6d32 commit c60bb4e

File tree

255 files changed

+7159
-1017
lines changed

Some content is hidden

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

255 files changed

+7159
-1017
lines changed
 

‎.circleci/config.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ jobs:
256256
test_browser:
257257
<<: *default-job
258258
docker:
259-
- image: mcr.microsoft.com/playwright:v1.50.1-noble
259+
- image: mcr.microsoft.com/playwright:v1.51.0-noble
260260
steps:
261261
- checkout
262262
- install_js:
@@ -288,7 +288,7 @@ jobs:
288288
test_e2e:
289289
<<: *default-job
290290
docker:
291-
- image: mcr.microsoft.com/playwright:v1.50.1-noble
291+
- image: mcr.microsoft.com/playwright:v1.51.0-noble
292292
steps:
293293
- checkout
294294
- install_js:
@@ -300,7 +300,7 @@ jobs:
300300
test_e2e_website:
301301
<<: *default-job
302302
docker:
303-
- image: mcr.microsoft.com/playwright:v1.50.1-noble
303+
- image: mcr.microsoft.com/playwright:v1.51.0-noble
304304
steps:
305305
- checkout
306306
- install_js:
@@ -313,7 +313,7 @@ jobs:
313313
test_regressions:
314314
<<: *default-job
315315
docker:
316-
- image: mcr.microsoft.com/playwright:v1.50.1-noble
316+
- image: mcr.microsoft.com/playwright:v1.51.0-noble
317317
steps:
318318
- checkout
319319
- install_js:

‎.eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ module.exports = {
259259
'useDateTimePickerDefaultizedProps',
260260
'useDateRangePickerDefaultizedProps',
261261
'useDateTimeRangePickerDefaultizedProps',
262+
'useTimeRangePickerDefaultizedProps',
262263
'useDateCalendarDefaultizedProps',
263264
'useMonthCalendarDefaultizedProps',
264265
'useYearCalendarDefaultizedProps',

0 commit comments

Comments
 (0)
Please sign in to comment.