Skip to content

chore(deps): update dependency vite-plus, vitest, and playwright #12697

chore(deps): update dependency vite-plus, vitest, and playwright

chore(deps): update dependency vite-plus, vitest, and playwright #12697

Triggered via pull request June 27, 2026 15:11
Status Cancelled
Total duration 13m 21s
Artifacts

ci.yml

on: pull_request
🔠 Lint project
28s
🔠 Lint project
💪 Type check
1m 17s
💪 Type check
🧪 Unit tests
1m 11s
🧪 Unit tests
🧪 Component tests
13m 14s
🧪 Component tests
🖥️ Browser tests
4m 35s
🖥️ Browser tests
🧹 Unused code check
43s
🧹 Unused code check
🌐 i18n validation
35s
🌐 i18n validation
Matrix: ♿ Accessibility audit
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 10 warnings
🔠 Lint project
Process completed with exit code 1.
vue(no-dupe-keys): app/components/Input/Base.vue#L2
Duplicate key 'noPasswordManager'. May cause name collision in script or template tag.
vue(no-dupe-keys): app/components/Input/Base.vue#L2
Duplicate key 'noCorrect'. May cause name collision in script or template tag.
vue(no-dupe-keys): app/components/Tooltip/Base.vue#L4
Duplicate key 'offset'. May cause name collision in script or template tag.
🧹 Unused code check
Process completed with exit code 1.
💪 Type check
Process completed with exit code 2.
🧪 Component tests
Canceling since a higher priority waiting request for ci-2941 exists
🧪 Component tests
The operation was canceled.
ci
Canceling since a higher priority waiting request for ci-2941 exists
eslint(no-underscore-dangle): uno-preset-rtl.ts#L81
Unexpected dangling '_' in '`_v`'.
eslint(no-underscore-dangle): server/plugins/payload-cache.ts#L141
Unexpected dangling '_' in '`_cachedPayloadResponse`'.
eslint(no-underscore-dangle): server/plugins/payload-cache.ts#L135
Unexpected dangling '_' in '`_cachedPayloadResponse`'.
unicorn(prefer-add-event-listener): app/utils/svg.ts#L27
Prefer `addEventListener()` over their `on`-function counterparts.
unicorn(prefer-add-event-listener): app/utils/svg.ts#L25
Prefer `addEventListener()` over their `on`-function counterparts.
eslint(no-underscore-dangle): server/utils/github.ts#L32
Unexpected dangling '_' in '`_data`'.
eslint(no-underscore-dangle): app/utils/colors.ts#L77
Unexpected dangling '_' in '`s_`'.
eslint(no-underscore-dangle): app/utils/colors.ts#L76
Unexpected dangling '_' in '`m_`'.
eslint(no-underscore-dangle): app/utils/colors.ts#L75
Unexpected dangling '_' in '`l_`'.
unicorn(consistent-function-scoping): test/nuxt/a11y.spec.ts#L1385
Function `createTabsFixture` does not capture any variables from its parent scope