fix(ui): resolve deprecation warnings for Sass, Vite, and Vitest #16837
Annotations
5 errors and 1 warning
Unit test [UI]:
ui/src/utils/handleError.ts#L9
Error: Cannot read properties of undefined (reading 'payment_methods')
❯ Module.handleError [as default] src/utils/handleError.ts:9:37
❯ fetchData src/components/Billing/BillingPayment.vue:177:5
❯ src/components/Billing/BillingPayment.vue:253:3
This error originated in "tests/components/Billing/BillingPayment.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "Renders the correct html". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
Unit test [UI]:
ui/src/utils/handleError.ts#L9
Error: Cannot read properties of undefined (reading 'payment_methods')
❯ Module.handleError [as default] src/utils/handleError.ts:9:37
❯ fetchData src/components/Billing/BillingPayment.vue:177:5
❯ src/components/Billing/BillingPayment.vue:253:3
This error originated in "tests/components/Billing/BillingPayment.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "Renders the correct html". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
Unit test [UI]:
ui/src/utils/handleError.ts#L9
Error: Cannot read properties of undefined (reading 'payment_methods')
❯ Module.handleError [as default] src/utils/handleError.ts:9:37
❯ fetchData src/components/Billing/BillingPayment.vue:177:5
❯ src/components/Billing/BillingPayment.vue:253:3
This error originated in "tests/components/Billing/BillingPayment.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "Renders the correct html". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
Unit test [UI]:
ui/src/utils/handleError.ts#L9
Error: Cannot read properties of undefined (reading 'payment_methods')
❯ Module.handleError [as default] src/utils/handleError.ts:9:37
❯ Proxy.deletePaymentMethod src/components/Billing/BillingPayment.vue:238:5
This error originated in "tests/components/Billing/BillingPayment.spec.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "Set default payment method". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
Unit test [UI]
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading