fix(deps): update chakra-ui monorepo #6568
Annotations
4 errors, 29 warnings, and 12 notices
e2e/menu.e2e.ts:16:7 › menu › on arrow up and down:
e2e/models/menu.model.ts#L68
1) e2e/menu.e2e.ts:16:7 › menu › on arrow up and down, change highlighted item ───────────────────
Error: Timed out 10000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('[data-part=item]').filter({ hasText: 'Duplicate' })
Expected string: ""
Received string: serializes to the same string
Call log:
- expect.toHaveAttribute with timeout 10000ms
- waiting for locator('[data-part=item]').filter({ hasText: 'Duplicate' })
14 × locator resolved to <li id="duplicate" role="menuitem" data-part="item" data-scope="menu" aria-disabled="false" data-ownedby="menu::R6m::content">Duplicate</li>
- unexpected value "null"
at models/menu.model.ts:68
66 | seeItemIsHighlighted = async (text: string) => {
67 | const item = this.getItem(text)
> 68 | await expect(item).toHaveAttribute("data-highlighted", "")
| ^
69 | }
70 |
71 | dontSeeHighlightedItem = async () => {
at MenuModel.seeItemIsHighlighted (/home/runner/work/zag/zag/e2e/models/menu.model.ts:68:24)
at /home/runner/work/zag/zag/e2e/menu.e2e.ts:19:13
|
e2e/menu.e2e.ts:48:7 › menu › with keyboard:
e2e/models/menu.model.ts#L63
2) e2e/menu.e2e.ts:48:7 › menu › with keyboard, can select item ──────────────────────────────────
Error: Timed out 10000ms waiting for expect(locator).not.toBeVisible()
Locator: locator('[data-scope=menu][data-part=content]')
Expected: not visible
Received: visible
Call log:
- expect.not.toBeVisible with timeout 10000ms
- waiting for locator('[data-scope=menu][data-part=content]')
14 × locator resolved to <ul role="menu" tabindex="0" data-scope="menu" data-state="open" data-part="content" id="menu::R6m::content" data-placement="bottom-start" aria-labelledby="menu::R6m::trigger">…</ul>
- unexpected value "visible"
at models/menu.model.ts:63
61 |
62 | dontSeeDropdown = async () => {
> 63 | await expect(this.content).not.toBeVisible()
| ^
64 | }
65 |
66 | seeItemIsHighlighted = async (text: string) => {
at MenuModel.dontSeeDropdown (/home/runner/work/zag/zag/e2e/models/menu.model.ts:63:36)
at /home/runner/work/zag/zag/e2e/menu.e2e.ts:52:13
|
e2e/toggle-group.e2e.ts:84:7 › toggle-group › [keyboard] focus loop:
e2e/models/toggle-group.model.ts#L34
1) e2e/toggle-group.e2e.ts:84:7 › toggle-group › [keyboard] focus loop ───────────────────────────
Error: Timed out 10000ms waiting for expect(locator).toBeFocused()
Locator: locator('[data-part=item]').nth(1)
Expected: focused
Received: inactive
Call log:
- expect.toBeFocused with timeout 10000ms
- waiting for locator('[data-part=item]').nth(1)
14 × locator resolved to <button role="radio" type="button" tabindex="-1" data-part="item" data-state="off" aria-checked="false" data-scope="toggle-group" data-orientation="horizontal" id="toggle-group::R6m::italic" data-ownedby="toggle-group::R6m:">I</button>
- unexpected value "inactive"
at models/toggle-group.model.ts:34
32 |
33 | seeItemIsFocused(item: Item) {
> 34 | return expect(this.__item(item)).toBeFocused()
| ^
35 | }
36 |
37 | seeItemIsNotFocused(item: Item) {
at ToggleGroupModel.seeItemIsFocused (/home/runner/work/zag/zag/e2e/models/toggle-group.model.ts:34:38)
at /home/runner/work/zag/zag/e2e/toggle-group.e2e.ts:90:13
|
e2e/tags-input.e2e.ts:26:7 › tags-input › deletes tag with backspace when input value is empty:
e2e/models/tags-input.model.ts#L70
1) e2e/tags-input.e2e.ts:26:7 › tags-input › deletes tag with backspace when input value is empty
Error: Timed out 10000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: locator('[data-testid=svelte-tag]')
Expected string: ""
Received string: serializes to the same string
Call log:
- expect.toHaveAttribute with timeout 10000ms
- waiting for locator('[data-testid=svelte-tag]')
14 × locator resolved to <div dir="ltr" data-value="Svelte" data-scope="tags-input" data-testid="svelte-tag" data-part="item-preview" id="tags-input::R6m::tag:Svelte:2">…</div>
- unexpected value "null"
at models/tags-input.model.ts:70
68 |
69 | async seeTagIsHighlighted(value: string) {
> 70 | await expect(this.getTag(value)).toHaveAttribute("data-highlighted", "")
| ^
71 | }
72 |
73 | async seeTag(value: string) {
at TagsInputModel.seeTagIsHighlighted (/home/runner/work/zag/zag/e2e/models/tags-input.model.ts:70:38)
at /home/runner/work/zag/zag/e2e/tags-input.e2e.ts:30:13
|
ESLint
Cache not found for keys: node-cache-Linux-x64-pnpm-cd74fb7653685ad5d92958cf28edc51f41b2a218a69f31fc5558453412140619
|
Unit Tests
Cache not found for keys: node-cache-Linux-x64-pnpm-cd74fb7653685ad5d92958cf28edc51f41b2a218a69f31fc5558453412140619
|
Unit Tests
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
End-to-end Tests (10)
Cache not found for keys: node-cache-Linux-x64-pnpm-cd74fb7653685ad5d92958cf28edc51f41b2a218a69f31fc5558453412140619
|
End-to-end Tests (10)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
End-to-end Tests (12)
Cache not found for keys: node-cache-Linux-x64-pnpm-cd74fb7653685ad5d92958cf28edc51f41b2a218a69f31fc5558453412140619
|
End-to-end Tests (12)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
End-to-end Tests (8)
Cache not found for keys: node-cache-Linux-x64-pnpm-cd74fb7653685ad5d92958cf28edc51f41b2a218a69f31fc5558453412140619
|
End-to-end Tests (8)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
End-to-end Tests (3)
Cache not found for keys: node-cache-Linux-x64-pnpm-cd74fb7653685ad5d92958cf28edc51f41b2a218a69f31fc5558453412140619
|
End-to-end Tests (3)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
TypeScript
Cache not found for keys: node-cache-Linux-x64-pnpm-cd74fb7653685ad5d92958cf28edc51f41b2a218a69f31fc5558453412140619
|
TypeScript
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
End-to-end Tests (4)
Cache not found for keys: node-cache-Linux-x64-pnpm-cd74fb7653685ad5d92958cf28edc51f41b2a218a69f31fc5558453412140619
|
End-to-end Tests (4)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
End-to-end Tests (5)
Cache not found for keys: node-cache-Linux-x64-pnpm-cd74fb7653685ad5d92958cf28edc51f41b2a218a69f31fc5558453412140619
|
End-to-end Tests (5)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
End-to-end Tests (6)
Cache not found for keys: node-cache-Linux-x64-pnpm-cd74fb7653685ad5d92958cf28edc51f41b2a218a69f31fc5558453412140619
|
End-to-end Tests (6)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
End-to-end Tests (7)
Cache not found for keys: node-cache-Linux-x64-pnpm-cd74fb7653685ad5d92958cf28edc51f41b2a218a69f31fc5558453412140619
|
End-to-end Tests (7)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
End-to-end Tests (11)
Cache not found for keys: node-cache-Linux-x64-pnpm-cd74fb7653685ad5d92958cf28edc51f41b2a218a69f31fc5558453412140619
|
End-to-end Tests (11)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
End-to-end Tests (9)
Cache not found for keys: node-cache-Linux-x64-pnpm-cd74fb7653685ad5d92958cf28edc51f41b2a218a69f31fc5558453412140619
|
End-to-end Tests (9)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
End-to-end Tests (1)
Cache not found for keys: node-cache-Linux-x64-pnpm-cd74fb7653685ad5d92958cf28edc51f41b2a218a69f31fc5558453412140619
|
End-to-end Tests (1)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
End-to-end Tests (2)
Cache not found for keys: node-cache-Linux-x64-pnpm-cd74fb7653685ad5d92958cf28edc51f41b2a218a69f31fc5558453412140619
|
End-to-end Tests (2)
Failed to save: Failed to CreateCacheEntry: Received non-retryable error: Failed request: (409) Conflict: cache entry with the same key, version, and scope already exists
|
🎭 Playwright Run Summary
11 skipped
|
🎭 Playwright Run Summary
1 skipped
21 passed (31.3s)
|
🎭 Playwright Run Summary
7 passed (15.7s)
|
🎭 Playwright Run Summary
17 passed (33.1s)
|
🎭 Playwright Run Summary
1 skipped
25 passed (45.3s)
|
🎭 Playwright Run Summary
2 flaky
e2e/menu.e2e.ts:16:7 › menu › on arrow up and down, change highlighted item ────────────────────
e2e/menu.e2e.ts:48:7 › menu › with keyboard, can select item ───────────────────────────────────
3 skipped
23 passed (1.0m)
|
🎭 Playwright Run Summary
1 skipped
27 passed (38.1s)
|
🎭 Playwright Run Summary
1 skipped
44 passed (1.1m)
|
🎭 Playwright Run Summary
1 flaky
e2e/toggle-group.e2e.ts:84:7 › toggle-group › [keyboard] focus loop ────────────────────────────
3 skipped
25 passed (1.3m)
|
🎭 Playwright Run Summary
1 flaky
e2e/tags-input.e2e.ts:26:7 › tags-input › deletes tag with backspace when input value is empty ─
1 skipped
36 passed (1.0m)
|
🎭 Playwright Run Summary
27 passed (46.5s)
|
🎭 Playwright Run Summary
1 skipped
40 passed (1.0m)
|