chore(deps): update dependency vite-plus, vitest, and playwright #12697
ci.yml
on: pull_request
🔠 Lint project
28s
💪 Type check
1m 17s
🧪 Unit tests
1m 11s
🧪 Component tests
13m 14s
🖥️ Browser tests
4m 35s
🧹 Unused code check
43s
🌐 i18n validation
35s
Matrix: ♿ Accessibility audit
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
|