⬆️ Bump rollup from 4.10.0 to 4.24.0 #9
Annotations
5 errors and 1 warning
Unhandled error:
src/lib/twilio.ts#L86
Error: Missing sid for for messaging service
❯ getMessagingService src/lib/twilio.ts:86:11
❯ Module.getPossibleSenders src/lib/twilio.ts:313:34
❯ updateConfig src/scripts/updateConfig.ts:61:33
❯ src/scripts/updateConfig.ts:82:5
❯ src/scripts/updateConfig.ts:83:1
❯ processTicksAndRejections node:internal/process/task_queues:95:5
❯ VitestExecutor.runModule node_modules/.pnpm/[email protected]_@[email protected]/node_modules/vite-node/dist/client.mjs:399:5
❯ VitestExecutor.directRequest node_modules/.pnpm/[email protected]_@[email protected]/node_modules/vite-node/dist/client.mjs:381:5
❯ VitestExecutor.cachedRequest node_modules/.pnpm/[email protected]_@[email protected]/node_modules/vite-node/dist/client.mjs:206:14
❯ VitestExecutor.dependencyRequest node_modules/.pnpm/[email protected]_@[email protected]/node_modules/vite-node/dist/client.mjs:259:12
This error originated in "__tests__/scripts/updateConfig.test.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 "__tests__/scripts/updateConfig.test.ts". 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.
|
__tests__/scripts/checkConfig.test.ts > Test if configuration is set up right > sync service has activated ACL:
__tests__/scripts/checkConfig.test.ts#L33
AssertionError: expected undefined to be true // Object.is equality
- Expected:
true
+ Received:
undefined
❯ __tests__/scripts/checkConfig.test.ts:33:37
|
__tests__/scripts/checkConfig.test.ts > Test if configuration is set up right > sync resources have the right permissions:
__tests__/scripts/checkConfig.test.ts#L111
AssertionError: expected undefined to be true // Object.is equality
- Expected:
true
+ Received:
undefined
❯ __tests__/scripts/checkConfig.test.ts:111:37
|
__tests__/scripts/checkConfig.test.ts > Test if configuration is set up right > verify service has email channel enabled:
__tests__/scripts/checkConfig.test.ts#L183
AxiosError: Request failed with status code 401
❯ settle node_modules/.pnpm/[email protected]/node_modules/axios/lib/core/settle.js:19:12
❯ XMLHttpRequest.onloadend node_modules/.pnpm/[email protected]/node_modules/axios/lib/adapters/xhr.js:57:7
❯ XMLHttpRequest.invokeTheCallbackFunction node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/jsdom/lib/jsdom/living/generated/EventHandlerNonNull.js:14:28
❯ XMLHttpRequest.<anonymous> node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/jsdom/lib/jsdom/living/helpers/create-event-accessor.js:35:32
❯ innerInvokeEventListeners node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:350:25
❯ invokeEventListeners node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:286:3
❯ XMLHttpRequestImpl._dispatch node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js:233:9
❯ fireAnEvent node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/jsdom/lib/jsdom/living/helpers/events.js:18:36
❯ EventEmitter.<anonymous> node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequest-impl.js:891:5
❯ Axios.request node_modules/.pnpm/[email protected]/node_modules/axios/lib/core/Axios.js:45:41
❯ __tests__/scripts/checkConfig.test.ts:183:22
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { description: undefined, number: undefined, fileName: undefined, lineNumber: undefined, columnNumber: undefined, config: { transitional: { silentJSONParsing: true, forcedJSONParsing: true, clarifyTimeoutError: false }, adapter: [ 'xhr', 'http', 'fetch' ], transformRequest: [ 'Function<transformRequest>' ], transformResponse: [ 'Function<transformResponse>' ], timeout: +0, xsrfCookieName: 'XSRF-TOKEN', xsrfHeaderName: 'X-XSRF-TOKEN', maxContentLength: -1, maxBodyLength: -1, env: { FormData: 'Function<FormData>', Blob: 'Function<Blob>' }, validateStatus: 'Function<validateStatus>', headers: { Accept: 'application/json, text/plain, */*', 'Content-Type': 'application/json' }, auth: { username: '', password: '' }, method: 'get', url: 'https://verify.twilio.com/v2/Services/' }, code: 'ERR_BAD_REQUEST', status: 401 }
|
test
Process completed with exit code 1.
|
test
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|