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 eslint #2210

Merged
merged 1 commit into from
Feb 19, 2025
Merged
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
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -75,16 +75,16 @@
"@types/babel__traverse": "7.20.6",
"@types/node": "22.13.1",
"@types/signale": "1.4.7",
"@typescript-eslint/eslint-plugin": "8.19.1",
"@typescript-eslint/parser": "8.19.1",
"@typescript-eslint/eslint-plugin": "8.24.1",
"@typescript-eslint/parser": "8.24.1",
"axe-core": "4.10.2",
"commitlint": "19.7.1",
"cross-env": "^7.0.3",
"dotenv": "16.4.7",
"eslint": "9.17.0",
"eslint": "9.20.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-prettier": "5.2.3",
"fast-glob": "3.3.3",
"find-packages": "10.0.4",
"husky": "9.1.7",
Loading

Unchanged files with check annotations Beta

}
async dontSeeTag(value: string) {
await expect(this.getTag(value)).toBeHidden()

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

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

e2e/tags-input.e2e.ts:38:7 › tags-input › delete tag by clearing its content and hit enter

1) e2e/tags-input.e2e.ts:38:7 › tags-input › delete tag by clearing its content and hit enter ──── Error: Timed out 10000ms waiting for expect(locator).toBeHidden() Locator: locator('[data-testid=vue-tag]') Expected: hidden Received: visible Call log: - expect.toBeHidden with timeout 10000ms - waiting for locator('[data-testid=vue-tag]') 14 × locator resolved to <div dir="ltr" data-value="Vue" data-highlighted="" data-testid="vue-tag" data-scope="tags-input" data-part="item-preview" id="tags-input::R6m::tag:Vue:1">…</div> - unexpected value "visible" at models/tags-input.model.ts:78 76 | 77 | async dontSeeTag(value: string) { > 78 | await expect(this.getTag(value)).toBeHidden() | ^ 79 | } 80 | 81 | async seeInputIsFocused() { at TagsInputModel.dontSeeTag (/home/runner/work/zag/zag/e2e/models/tags-input.model.ts:78:38) at /home/runner/work/zag/zag/e2e/tags-input.e2e.ts:47:13
}
async seeInputIsFocused() {
}
async seeTagInputIsFocused(value: string) {
await expect(this.getTagInput(value)).toBeFocused()

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

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

e2e/tags-input.e2e.ts:117:7 › tags-input › edit tag with enter key

2) e2e/tags-input.e2e.ts:117:7 › tags-input › edit tag with enter key ──────────────────────────── Error: Timed out 10000ms waiting for expect(locator).toBeFocused() Locator: locator('[data-testid=svelte-input]') Expected: focused Received: inactive Call log: - expect.toBeFocused with timeout 10000ms - waiting for locator('[data-testid=svelte-input]') 14 × locator resolved to <input value="" dir="ltr" hidden="" tabindex="-1" aria-hidden="true" data-part="item-input" data-scope="tags-input" data-testid="svelte-input" id="tags-input::R6m::tag:Svelte:2:input" aria-label="Editing tag Svelte. Press enter to save or escape to cancel."/> - unexpected value "inactive" at models/tags-input.model.ts:90 88 | 89 | async seeTagInputIsFocused(value: string) { > 90 | await expect(this.getTagInput(value)).toBeFocused() | ^ 91 | } 92 | 93 | async dontSeeTagInput(value: string) { at TagsInputModel.seeTagInputIsFocused (/home/runner/work/zag/zag/e2e/models/tags-input.model.ts:90:43) at /home/runner/work/zag/zag/e2e/tags-input.e2e.ts:124:13
}
async dontSeeTagInput(value: string) {