Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency next to v15.2.2 - autoclosed #2350

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
155 changes: 140 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion starters/react/package.json
Original file line number Diff line number Diff line change
@@ -73,7 +73,7 @@
"form-serialize": "0.7.2",
"match-sorter": "8.0.0",
"lucide-react": "0.479.0",
"next": "15.2.1",
"next": "15.2.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-spinners": "0.15.0"
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
@@ -73,7 +73,7 @@
"hastscript": "9.0.1",
"markdown-toc": "1.2.0",
"match-sorter": "8.0.0",
"next": "15.2.1",
"next": "15.2.2",
"next-contentlayer": "0.3.4",
"next-seo": "6.6.0",
"plop": "4.0.1",

Unchanged files with check annotations Beta

}
seeButtonAfterIsFocused() {
return expect(this.buttonAfter).toBeFocused()

Check failure on line 87 in e2e/models/popover.model.ts

GitHub Actions / End-to-end Tests (6)

e2e/popover.e2e.ts:53:7 › popover › [keyboard / non-modal] on tab outside: should move focus to next tabbable element after button

1) e2e/popover.e2e.ts:53:7 › popover › [keyboard / non-modal] on tab outside: should move focus to next tabbable element after button Error: Timed out 10000ms waiting for expect(locator).toBeFocused() Locator: locator('[data-testid=button\\-after]') Expected: focused Received: inactive Call log: - expect.toBeFocused with timeout 10000ms - waiting for locator('[data-testid=button\\-after]') 14 × locator resolved to <button data-testid="button-after">Button :after</button> - unexpected value "inactive" at models/popover.model.ts:87 85 | 86 | seeButtonAfterIsFocused() { > 87 | return expect(this.buttonAfter).toBeFocused() | ^ 88 | } 89 | 90 | seeButtonBeforeIsFocused() { at PopoverModel.seeButtonAfterIsFocused (/home/runner/work/zag/zag/e2e/models/popover.model.ts:87:37) at /home/runner/work/zag/zag/e2e/popover.e2e.ts:57:13
}
seeButtonBeforeIsFocused() {
}
async seeTagIsHighlighted(value: string) {
await expect(this.getTag(value)).toHaveAttribute("data-highlighted", "")

Check failure on line 78 in e2e/models/tags-input.model.ts

GitHub Actions / End-to-end Tests (10)

e2e/tags-input.e2e.ts:26:7 › tags-input › deletes tag with backspace when input value is empty

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:78 76 | 77 | async seeTagIsHighlighted(value: string) { > 78 | await expect(this.getTag(value)).toHaveAttribute("data-highlighted", "") | ^ 79 | } 80 | 81 | async seeTag(value: string) { at TagsInputModel.seeTagIsHighlighted (/home/runner/work/zag/zag/e2e/models/tags-input.model.ts:78:38) at /home/runner/work/zag/zag/e2e/tags-input.e2e.ts:30:13

Check failure on line 78 in e2e/models/tags-input.model.ts

GitHub Actions / End-to-end Tests (10)

e2e/tags-input.e2e.ts:87:7 › tags-input › should navigate tags with arrow keys

2) e2e/tags-input.e2e.ts:87:7 › tags-input › should navigate tags with arrow keys ──────────────── Error: Timed out 10000ms waiting for expect(locator).toHaveAttribute(expected) Locator: locator('[data-testid=solid-tag]') Expected string: "" Received string: serializes to the same string Call log: - expect.toHaveAttribute with timeout 10000ms - waiting for locator('[data-testid=solid-tag]') 14 × locator resolved to <div dir="ltr" data-value="Solid" data-testid="solid-tag" data-scope="tags-input" data-part="item-preview" id="tags-input::R6m::tag:Solid:3">…</div> - unexpected value "null" at models/tags-input.model.ts:78 76 | 77 | async seeTagIsHighlighted(value: string) { > 78 | await expect(this.getTag(value)).toHaveAttribute("data-highlighted", "") | ^ 79 | } 80 | 81 | async seeTag(value: string) { at TagsInputModel.seeTagIsHighlighted (/home/runner/work/zag/zag/e2e/models/tags-input.model.ts:78:38) at /home/runner/work/zag/zag/e2e/tags-input.e2e.ts:92:13

Check failure on line 78 in e2e/models/tags-input.model.ts

GitHub Actions / End-to-end Tests (10)

e2e/tags-input.e2e.ts:87:7 › tags-input › should navigate tags with arrow keys

2) e2e/tags-input.e2e.ts:87:7 › tags-input › should navigate tags with arrow keys ──────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 10000ms waiting for expect(locator).toHaveAttribute(expected) Locator: locator('[data-testid=solid-tag]') Expected string: "" Received string: serializes to the same string Call log: - expect.toHaveAttribute with timeout 10000ms - waiting for locator('[data-testid=solid-tag]') 14 × locator resolved to <div dir="ltr" data-value="Solid" data-testid="solid-tag" data-scope="tags-input" data-part="item-preview" id="tags-input::R6m::tag:Solid:3">…</div> - unexpected value "null" at models/tags-input.model.ts:78 76 | 77 | async seeTagIsHighlighted(value: string) { > 78 | await expect(this.getTag(value)).toHaveAttribute("data-highlighted", "") | ^ 79 | } 80 | 81 | async seeTag(value: string) { at TagsInputModel.seeTagIsHighlighted (/home/runner/work/zag/zag/e2e/models/tags-input.model.ts:78:38) at /home/runner/work/zag/zag/e2e/tags-input.e2e.ts:92:13
}
async seeTag(value: string) {