fix(invitation): replace session check with requireAuth middleware #118
ci.yml
on: push
Lint
1m 2s
Type Check
1m 13s
Test
47s
Build
3m 32s
E2E (Playwright)
2m 50s
Annotations
11 errors, 15 warnings, and 1 notice
|
Type Check
Process completed with exit code 2.
|
|
Type Check:
server/utils/team-context.ts#L136
No overload matches this call.
|
|
Type Check:
server/utils/auth-middleware.ts#L67
No overload matches this call.
|
|
Type Check:
server/utils/auth-middleware.ts#L44
No overload matches this call.
|
|
Type Check:
server/api/user/submissions.get.ts#L9
No overload matches this call.
|
|
Type Check:
server/api/user/profile.put.ts#L11
No overload matches this call.
|
|
Type Check:
server/api/organizations/invite.post.ts#L79
No overload matches this call.
|
|
Type Check:
plugins/user-context.server.ts#L10
No overload matches this call.
|
|
E2E (Playwright)
Process completed with exit code 1.
|
|
[chromium] › tests/e2e/admin-feedback.spec.ts:116:3 › Admin feedback workflow › UI: feedback page loads:
tests/e2e/admin-feedback.spec.ts#L140
1) [chromium] › tests/e2e/admin-feedback.spec.ts:116:3 › Admin feedback workflow › UI: feedback page loads, add and delete feedback
Error: expect(page).toHaveURL(expected) failed
Expected pattern: /\/products\/e2e-fb-ui-1773402424985$/
Received string: "http://localhost:4173/products"
Timeout: 10000ms
Call log:
- Expect "toHaveURL" with timeout 10000ms
14 × unexpected value "http://localhost:4173/products"
138 | await productCard.hover()
139 | await productCard.click()
> 140 | await expect(page).toHaveURL(new RegExp(`/products/${slug}$`))
| ^
141 |
142 | // Navigate to feedback page with explicit project preselected
143 | await gotoWithRetry(page, `/feedback?projectId=${projectId}`)
at /home/runner/work/veerify/veerify/tests/e2e/admin-feedback.spec.ts:140:24
|
|
E2E (Playwright)
Testing stopped early after 1 maximum allowed failures.
|
|
Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Lint:
components/settings/SettingsNotifications.vue#L55
'_event' is defined but never used
|
|
Lint:
components/settings/SettingsNotifications.vue#L40
Disallow self-closing on HTML void elements (<input/>)
|
|
Lint:
components/settings/SettingsNotifications.vue#L28
Disallow self-closing on HTML void elements (<input/>)
|
|
Lint:
components/settings/SettingsNotifications.vue#L15
Disallow self-closing on HTML void elements (<input/>)
|
|
Lint:
components/products/ProductSettingsStatuses.vue#L150
Disallow self-closing on HTML void elements (<input/>)
|
|
Lint:
components/products/ProductSettingsCategories.vue#L137
Disallow self-closing on HTML void elements (<input/>)
|
|
Lint:
components/products/ProductSettingsAppearance.vue#L257
Disallow self-closing on HTML void elements (<img/>)
|
|
Lint:
components/products/ProductSettingsAppearance.vue#L211
Disallow self-closing on HTML void elements (<img/>)
|
|
Lint:
components/products/ProductSettingsAppearance.vue#L30
Disallow self-closing on HTML void elements (<input/>)
|
|
Lint:
components/products/ProductSettingsAppearance.vue#L21
Disallow self-closing on HTML void elements (<input/>)
|
|
Type Check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
E2E (Playwright)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🎭 Playwright Run Summary
1 failed
[chromium] › tests/e2e/admin-feedback.spec.ts:116:3 › Admin feedback workflow › UI: feedback page loads, add and delete feedback
63 did not run
1 passed (1.1m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
Expired
|
4.2 MB |
sha256:6e1910778eef253ec20aa08508b6556fde7031e99ba23e0968cb3f7980e3c29e
|
|
|
playwright-results
Expired
|
3.59 MB |
sha256:853a178fae63403b111e369bbbad44a38d843987ce45254a49a90ed2c42473a2
|
|