From aa094a58bdbcd7e659bed93e09c4b3a2a86015be Mon Sep 17 00:00:00 2001 From: Aleksandr Elkin <55530374+aleks-elkin@users.noreply.github.com> Date: Wed, 24 Jul 2024 19:29:18 +0200 Subject: [PATCH 1/6] chore: remove unused @babel/runtime dependency (#617) --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 3d496d7e..a9ddf16c 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,6 @@ "license": "MIT", "dependencies": { "@adobe/css-tools": "^4.4.0", - "@babel/runtime": "^7.9.2", "aria-query": "^5.0.0", "chalk": "^3.0.0", "css.escape": "^1.5.1", From a073b08da964d2f8c3825608abd95f29614766b2 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 13:30:07 -0400 Subject: [PATCH 2/6] docs: add aleks-elkin as a contributor for maintenance (#618) * docs: update README.md * docs: update .all-contributorsrc --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> --- .all-contributorsrc | 9 +++++++++ README.md | 3 +++ 2 files changed, 12 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index fdc5311a..24ebf5ac 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -766,6 +766,15 @@ "contributions": [ "maintenance" ] + }, + { + "login": "aleks-elkin", + "name": "Aleksandr Elkin", + "avatar_url": "https://avatars.githubusercontent.com/u/55530374?v=4", + "profile": "https://github.com/aleks-elkin", + "contributions": [ + "maintenance" + ] } ], "repoHost": "https://github.com", diff --git a/README.md b/README.md index 42614726..36513733 100644 --- a/README.md +++ b/README.md @@ -1547,6 +1547,9 @@ Thanks goes to these people ([emoji key][emojis]): Tony Hallett
Tony Hallett

πŸ› David DOLCIMASCOLO
David DOLCIMASCOLO

🚧 + + Aleksandr Elkin
Aleksandr Elkin

🚧 + From 06d19ba759a5ff4b51417cc9a7ecb72c785eb74d Mon Sep 17 00:00:00 2001 From: Mordechai Dror Date: Wed, 24 Jul 2024 21:03:37 +0300 Subject: [PATCH 3/6] adjust vitest ambient declaration file according to vitest docs (#612) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ernesto García --- types/vitest.d.ts | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/types/vitest.d.ts b/types/vitest.d.ts index a19295be..97f59b98 100644 --- a/types/vitest.d.ts +++ b/types/vitest.d.ts @@ -1,11 +1,15 @@ import {type expect} from 'vitest' import {type TestingLibraryMatchers} from './matchers' -export {} -declare module '@vitest/expect' { - interface JestAssertion +declare module 'vitest' { + interface Assertion extends TestingLibraryMatchers< ReturnType, T > {} + interface AsymmetricMatchersContaining + extends TestingLibraryMatchers< + ReturnType, + any + > {} } From 47a667c2d5166840f19a8a14a4874090392194c7 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 24 Jul 2024 14:04:06 -0400 Subject: [PATCH 4/6] docs: add vorant94 as a contributor for code (#619) * docs: update README.md * docs: update .all-contributorsrc --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> --- .all-contributorsrc | 9 +++++++++ README.md | 1 + 2 files changed, 10 insertions(+) diff --git a/.all-contributorsrc b/.all-contributorsrc index 24ebf5ac..c8b77074 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -775,6 +775,15 @@ "contributions": [ "maintenance" ] + }, + { + "login": "vorant94", + "name": "Mordechai Dror", + "avatar_url": "https://avatars.githubusercontent.com/u/9719319?v=4", + "profile": "https://www.vorant94.io/", + "contributions": [ + "code" + ] } ], "repoHost": "https://github.com", diff --git a/README.md b/README.md index 36513733..11f2dd4c 100644 --- a/README.md +++ b/README.md @@ -1549,6 +1549,7 @@ Thanks goes to these people ([emoji key][emojis]): Aleksandr Elkin
Aleksandr Elkin

🚧 + Mordechai Dror
Mordechai Dror

πŸ’» From acbf416871cf43525d569703be0e50f00a294e9b Mon Sep 17 00:00:00 2001 From: Idan Entin Date: Fri, 23 Aug 2024 22:43:25 +0300 Subject: [PATCH 5/6] feat(toHaveValue): Asserting aria-valuenow (#479) Co-authored-by: Wayne Van Son --- README.md | 3 +++ src/__tests__/to-have-value.js | 14 ++++++++++++++ src/utils.js | 14 ++++++++++++-- 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 11f2dd4c..5c5acc20 100644 --- a/README.md +++ b/README.md @@ -996,6 +996,9 @@ It accepts ``, `