ecosystem-ci-from-pr #248
ecosystem-ci-from-pr.yml
on: workflow_dispatch
Annotations
20 errors
execute-all (language-tools)
Argument of type '<T>(__VLS_props: Awaited<typeof __VLS_setup>["props"], __VLS_ctx?: __VLS_Prettify<Pick<Awaited<typeof __VLS_setup>, "attrs" | "emit" | "slots">>, __VLS_expose?: NonNullable<Awaited<typeof __VLS_setup>>["expose"], __VLS_setup?: Promise<...>) => VNode<...> & { ...; }' is not assignable to parameter of type 'never'.
|
execute-all (language-tools)
Argument of type 'any' is not assignable to parameter of type 'never'.
|
execute-all (language-tools)
Argument of type 'any' is not assignable to parameter of type 'never'.
|
execute-all (language-tools)
Argument of type 'any' is not assignable to parameter of type 'never'.
|
execute-all (language-tools)
Argument of type 'any' is not assignable to parameter of type 'never'.
|
execute-all (language-tools)
Argument of type 'any' is not assignable to parameter of type 'never'.
|
execute-all (language-tools)
Argument of type 'any' is not assignable to parameter of type 'never'.
|
execute-all (language-tools)
Unused '@ts-expect-error' directive.
|
execute-all (language-tools)
Property 'foo' does not exist on type 'CreateComponentPublicInstance<Readonly<ExtractPropTypes<{}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 12 more ..., {}>'.
|
execute-all (language-tools)
Property 'foo' does not exist on type 'CreateComponentPublicInstance<Readonly<ExtractPropTypes<{}>>, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, ... 12 more ..., {}>'.
|
Unhandled error:
workspace/nuxt/nuxt/test/basic.test.ts#L2346
Error: page.waitForRequest: Target page, context or browser has been closed
❯ test/basic.test.ts:2346:36
This error originated in "test/basic.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
|
test/basic.test.ts > pages > render index:
workspace/nuxt/nuxt/test/basic.test.ts#L118
FetchError: [GET] "http://127.0.0.1:45791/": 500 Internal Server Error
❯ $fetchRaw2 node_modules/.pnpm/[email protected]_patch_hash=nxc3eojzwynarpj453xzxqr2f4/node_modules/ofetch/dist/shared/ofetch.37386b05.mjs:263:14
❯ Module.$fetch2 node_modules/.pnpm/[email protected]_patch_hash=nxc3eojzwynarpj453xzxqr2f4/node_modules/ofetch/dist/shared/ofetch.37386b05.mjs:268:15
❯ test/basic.test.ts:118:18
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { request: 'http://127.0.0.1:45791/', options: { method: undefined, retry: +0 }, response: { _data: { url: '/', statusCode: 500, statusMessage: '', message: '$props is not defined', stack: '' }, constructor: 'Function<Response>', type: 'basic', url: 'http://127.0.0.1:45791/', redirected: false, status: 500, ok: false, statusText: 'Internal Server Error', headers: { constructor: 'Function<Headers>', append: 'Function<append>', delete: 'Function<delete>', get: 'Function<get>', has: 'Function<has>', set: 'Function<set>', getSetCookie: 'Function<getSetCookie>', keys: 'Function<keys>', values: 'Function<values>', entries: 'Function<entries>', forEach: 'Function<forEach>' }, body: { constructor: 'Function<ReadableStream>', locked: true, cancel: 'Function<cancel>', getReader: 'Function<getReader>', pipeThrough: 'Function<pipeThrough>', pipeTo: 'Function<pipeTo>', tee: 'Function<tee>', values: 'Function<values>' }, bodyUsed: true, clone: 'Function<clone>', blob: 'Function<blob>', arrayBuffer: 'Function<arrayBuffer>', text: 'Function<text>', json: 'Function<json>', formData: 'Function<formData>' }, data: { url: '/', statusCode: 500, statusMessage: '', message: '$props is not defined', stack: '' }, status: 500, statusCode: 500, statusText: 'Internal Server Error', statusMessage: 'Internal Server Error' }
|
test/basic.test.ts > pages > respects aliases in page metadata:
workspace/nuxt/nuxt/test/basic.test.ts#L160
FetchError: [GET] "http://127.0.0.1:45791/some-alias": 500 Internal Server Error
❯ $fetchRaw2 node_modules/.pnpm/[email protected]_patch_hash=nxc3eojzwynarpj453xzxqr2f4/node_modules/ofetch/dist/shared/ofetch.37386b05.mjs:263:14
❯ Module.$fetch2 node_modules/.pnpm/[email protected]_patch_hash=nxc3eojzwynarpj453xzxqr2f4/node_modules/ofetch/dist/shared/ofetch.37386b05.mjs:268:15
❯ test/basic.test.ts:160:18
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { request: 'http://127.0.0.1:45791/some-alias', options: { method: undefined, retry: +0 }, response: { _data: { url: '/some-alias', statusCode: 500, statusMessage: '', message: '$props is not defined', stack: '' }, constructor: 'Function<Response>', type: 'basic', url: 'http://127.0.0.1:45791/some-alias', redirected: false, status: 500, ok: false, statusText: 'Internal Server Error', headers: { constructor: 'Function<Headers>', append: 'Function<append>', delete: 'Function<delete>', get: 'Function<get>', has: 'Function<has>', set: 'Function<set>', getSetCookie: 'Function<getSetCookie>', keys: 'Function<keys>', values: 'Function<values>', entries: 'Function<entries>', forEach: 'Function<forEach>' }, body: { constructor: 'Function<ReadableStream>', locked: true, cancel: 'Function<cancel>', getReader: 'Function<getReader>', pipeThrough: 'Function<pipeThrough>', pipeTo: 'Function<pipeTo>', tee: 'Function<tee>', values: 'Function<values>' }, bodyUsed: true, clone: 'Function<clone>', blob: 'Function<blob>', arrayBuffer: 'Function<arrayBuffer>', text: 'Function<text>', json: 'Function<json>', formData: 'Function<formData>' }, data: { url: '/some-alias', statusCode: 500, statusMessage: '', message: '$props is not defined', stack: '' }, status: 500, statusCode: 500, statusText: 'Internal Server Error', statusMessage: 'Internal Server Error' }
|
test/basic.test.ts > pages > allows routes to be added dynamically:
workspace/nuxt/nuxt/test/basic.test.ts#L170
FetchError: [GET] "http://127.0.0.1:45791/add-route-test": 500 Internal Server Error
❯ $fetchRaw2 node_modules/.pnpm/[email protected]_patch_hash=nxc3eojzwynarpj453xzxqr2f4/node_modules/ofetch/dist/shared/ofetch.37386b05.mjs:263:14
❯ Module.$fetch2 node_modules/.pnpm/[email protected]_patch_hash=nxc3eojzwynarpj453xzxqr2f4/node_modules/ofetch/dist/shared/ofetch.37386b05.mjs:268:15
❯ test/basic.test.ts:170:18
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { request: 'http://127.0.0.1:45791/add-route-test', options: { method: undefined, retry: +0 }, response: { _data: { url: '/add-route-test', statusCode: 500, statusMessage: '', message: '$props is not defined', stack: '' }, constructor: 'Function<Response>', type: 'basic', url: 'http://127.0.0.1:45791/add-route-test', redirected: false, status: 500, ok: false, statusText: 'Internal Server Error', headers: { constructor: 'Function<Headers>', append: 'Function<append>', delete: 'Function<delete>', get: 'Function<get>', has: 'Function<has>', set: 'Function<set>', getSetCookie: 'Function<getSetCookie>', keys: 'Function<keys>', values: 'Function<values>', entries: 'Function<entries>', forEach: 'Function<forEach>' }, body: { constructor: 'Function<ReadableStream>', locked: true, cancel: 'Function<cancel>', getReader: 'Function<getReader>', pipeThrough: 'Function<pipeThrough>', pipeTo: 'Function<pipeTo>', tee: 'Function<tee>', values: 'Function<values>' }, bodyUsed: true, clone: 'Function<clone>', blob: 'Function<blob>', arrayBuffer: 'Function<arrayBuffer>', text: 'Function<text>', json: 'Function<json>', formData: 'Function<formData>' }, data: { url: '/add-route-test', statusCode: 500, statusMessage: '', message: '$props is not defined', stack: '' }, status: 500, statusCode: 500, statusText: 'Internal Server Error', statusMessage: 'Internal Server Error' }
|
test/basic.test.ts > pages > should render correctly when loaded on a different path:
workspace/nuxt/nuxt/test/basic.test.ts#L240
AssertionError: expected '[GET] "/": 500\nThis is the error pag…' to contain 'Composable | foo: auto imported from …'
- Expected
+ Received
- Composable | foo: auto imported from ~/composables/foo.ts
+ [GET] "/": 500
+ This is the error page 😱
❯ test/basic.test.ts:240:42
|
test/basic.test.ts > pages > preserves query:
workspace/nuxt/nuxt/test/basic.test.ts#L247
FetchError: [GET] "http://127.0.0.1:45791/?test=true": 500 Internal Server Error
❯ $fetchRaw2 node_modules/.pnpm/[email protected]_patch_hash=nxc3eojzwynarpj453xzxqr2f4/node_modules/ofetch/dist/shared/ofetch.37386b05.mjs:263:14
❯ Module.$fetch2 node_modules/.pnpm/[email protected]_patch_hash=nxc3eojzwynarpj453xzxqr2f4/node_modules/ofetch/dist/shared/ofetch.37386b05.mjs:268:15
❯ test/basic.test.ts:247:18
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { request: 'http://127.0.0.1:45791/?test=true', options: { method: undefined, retry: +0 }, response: { _data: { url: '/?test=true', statusCode: 500, statusMessage: '', message: '$props is not defined', stack: '' }, constructor: 'Function<Response>', type: 'basic', url: 'http://127.0.0.1:45791/?test=true', redirected: false, status: 500, ok: false, statusText: 'Internal Server Error', headers: { constructor: 'Function<Headers>', append: 'Function<append>', delete: 'Function<delete>', get: 'Function<get>', has: 'Function<has>', set: 'Function<set>', getSetCookie: 'Function<getSetCookie>', keys: 'Function<keys>', values: 'Function<values>', entries: 'Function<entries>', forEach: 'Function<forEach>' }, body: { constructor: 'Function<ReadableStream>', locked: true, cancel: 'Function<cancel>', getReader: 'Function<getReader>', pipeThrough: 'Function<pipeThrough>', pipeTo: 'Function<pipeTo>', tee: 'Function<tee>', values: 'Function<values>' }, bodyUsed: true, clone: 'Function<clone>', blob: 'Function<blob>', arrayBuffer: 'Function<arrayBuffer>', text: 'Function<text>', json: 'Function<json>', formData: 'Function<formData>' }, data: { url: '/?test=true', statusCode: 500, statusMessage: '', message: '$props is not defined', stack: '' }, status: 500, statusCode: 500, statusText: 'Internal Server Error', statusMessage: 'Internal Server Error' }
|
test/basic.test.ts > head tags > SSR should render tags:
workspace/nuxt/nuxt/test/basic.test.ts#L911
FetchError: [GET] "http://127.0.0.1:45791/": 500 Internal Server Error
❯ $fetchRaw2 node_modules/.pnpm/[email protected]_patch_hash=nxc3eojzwynarpj453xzxqr2f4/node_modules/ofetch/dist/shared/ofetch.37386b05.mjs:263:14
❯ Module.$fetch2 node_modules/.pnpm/[email protected]_patch_hash=nxc3eojzwynarpj453xzxqr2f4/node_modules/ofetch/dist/shared/ofetch.37386b05.mjs:268:15
❯ test/basic.test.ts:911:23
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { request: 'http://127.0.0.1:45791/', options: { method: undefined, retry: +0 }, response: { _data: { url: '/', statusCode: 500, statusMessage: '', message: '$props is not defined', stack: '' }, constructor: 'Function<Response>', type: 'basic', url: 'http://127.0.0.1:45791/', redirected: false, status: 500, ok: false, statusText: 'Internal Server Error', headers: { constructor: 'Function<Headers>', append: 'Function<append>', delete: 'Function<delete>', get: 'Function<get>', has: 'Function<has>', set: 'Function<set>', getSetCookie: 'Function<getSetCookie>', keys: 'Function<keys>', values: 'Function<values>', entries: 'Function<entries>', forEach: 'Function<forEach>' }, body: { constructor: 'Function<ReadableStream>', locked: true, cancel: 'Function<cancel>', getReader: 'Function<getReader>', pipeThrough: 'Function<pipeThrough>', pipeTo: 'Function<pipeTo>', tee: 'Function<tee>', values: 'Function<values>' }, bodyUsed: true, clone: 'Function<clone>', blob: 'Function<blob>', arrayBuffer: 'Function<arrayBuffer>', text: 'Function<text>', json: 'Function<json>', formData: 'Function<formData>' }, data: { url: '/', statusCode: 500, statusMessage: '', message: '$props is not defined', stack: '' }, status: 500, statusCode: 500, statusText: 'Internal Server Error', statusMessage: 'Internal Server Error' }
|
test/basic.test.ts > errors > should not recursively throw an error when there is an error rendering the error page:
workspace/nuxt/nuxt/test/basic.test.ts#L1087
FetchError: [GET] "http://127.0.0.1:45791/": 500 Internal Server Error
❯ $fetchRaw2 node_modules/.pnpm/[email protected]_patch_hash=nxc3eojzwynarpj453xzxqr2f4/node_modules/ofetch/dist/shared/ofetch.37386b05.mjs:263:14
❯ Module.$fetch2 node_modules/.pnpm/[email protected]_patch_hash=nxc3eojzwynarpj453xzxqr2f4/node_modules/ofetch/dist/shared/ofetch.37386b05.mjs:268:15
❯ test/basic.test.ts:1087:17
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { request: 'http://127.0.0.1:45791/', options: { headers: { 'x-test-recurse-error': 'true', accept: 'text/html' }, method: undefined, retry: +0 }, response: { _data: '<!DOCTYPE html><html data-capo=""><head><meta charset="utf-8">\n<meta name="viewport" content="width=1024, initial-scale=1">\n<style>:root{--global:"global";--asset:url(/_nuxt/css-only-asset.CHDU4H3o.svg);--public-asset:url(/css-only-public-asset.svg)}</style>\n<style>:root{--plugin:"plugin"}</style>\n<link rel="stylesheet" href="/_nuxt/entry.Dq-uEdvV.css">\n<link rel="modulepreload" as="script" crossorigin href="/_nuxt/sMeQtQb5.js">\n<link rel="modulepreload" as="script" crossorigin href="/_nuxt/C_PyPWyn.js">\n<link rel="modulepreload" as="script" crossorigin href="/_nuxt/C7lQJb1U.js">\n<link rel="modulepreload" as="script" crossorigin href="/_nuxt/CMTw1N22.js">\n<link rel="modulepreload" as="script" crossorigin href="/_nuxt/CK1aVueD.js">\n<link rel="modulepreload" as="script" crossorigin href="/_nuxt/DvKr6PRu.js">\n<link rel="modulepreload" as="script" crossorigin href="/_nuxt/B8xFkYCm.js">\n<link rel="modulepreload" as="script" crossorigin href="/_nuxt/CW-szQSg.js">\n<link rel="modulepreload" as="script" crossorigin href="/_nuxt/V1rh14AO.js">\n<link rel="modulepreload" as="script" crossorigin href="/_nuxt/ta1OqYUd.js">\n<link rel="modulepreload" as="script" crossorigin href="/_nuxt/sAuLu3kn.js">\n<link rel="modulepreload" as="script" crossorigin href="/_nuxt/eOWKTACs.js">\n<link rel="modulepreload" as="script" crossorigin href="/_nuxt/Co3jCMEc.js">\n<link rel="modulepreload" as="script" crossorigin href="/_nuxt/1q2RYBE8.js">\n<link rel="modulepreload" as="script" crossorigin href="/_nuxt/BDHMqGCu.js">\n<link rel="modulepreload" as="script" crossorigin href="/_nuxt/CXaN6VpQ.js">\n<link rel="modulepreload" as="script" crossorigin href="/_nuxt/BUyr2GWa.js">\n<link rel="modulepreload" as="script" crossorigin href="/_nuxt/5QPRbixb.js">\n<link rel="modulepreload" as="script" crossorigin href="/_nuxt/DlAUqK2U.js">\n<link rel="modulepreload" as="script" crossorigin href="/_nuxt/C5Ke9TLe.js">\n<link rel="modulepreload" as="script" crossorigin href="/_nuxt/DNqqL9M4.js">\n<link rel="prefetch" as="script" crossorigin href="/_nuxt/BglXdRqA.js">\n<link rel="prefetch" as="script" crossorigin href="/_nuxt/DLgeJtTQ.js">\n<link rel="prefetch" as="script" crossorigin href="/_nuxt/DYuV_KgK.js">\n<link rel="prefetch" as="script" crossorigin href="/_nuxt/CQhZUwvw.js">\n<link rel="prefetch" as="script" crossorigin href="/_nuxt/CHiPvZfD.js">\n<link rel="prefetch" as="script" crossorigin href="/_nuxt/f9xyTReQ.js">\n<meta name="description" content="Nuxt Fixture">\n<title>- Fixture</title>\n<script type="module" src="/_nuxt/sMeQtQb5.js" crossorigin></script></head><body><div id="__nuxt"></div><span id="nuxt-teleport"></span><script type="application/json" id="__NUXT_DATA__" data-ssr="true">[["ShallowReactive",1],{"data":2,"state":7,"once":9,"_errors":10,"serverRendered":12,"path":13,"error":14,"blinkable":18,"prerenderedAt":20},["ShallowReactive",3],{"hey":4},{"foo":5,"baz":6},"bar","qux",["Reactive",8],{},["Set"],["ShallowReactive",11],{"hey":-1},true,"/",{"url":13,"statusCode":15,"statusMessage":16,"message":17,"stack":16},500,"","$props is not defined",["BlinkingText",19],"_",1720588032867]</script>\n<script>window.__NUXT__={};window.__NUXT__.config={public:{testConfig:123,needsFallback:""},app:{baseURL:"/",buildId:"test",buildAssetsDir:"/_nuxt/",cdnURL:""}}</script></body></html>', constructor: 'Function<Response>', type: 'basic', url: 'http://127.0.0.1:45791/', redirected: false, status: 500, ok: false, statusText: 'Internal Server Error', h
|
test/basic.test.ts > middlewares > should redirect to index with global middleware:
workspace/nuxt/nuxt/test/basic.test.ts#L1182
FetchError: [GET] "http://127.0.0.1:45791/redirect/": 500 Internal Server Error
❯ $fetchRaw2 node_modules/.pnpm/[email protected]_patch_hash=nxc3eojzwynarpj453xzxqr2f4/node_modules/ofetch/dist/shared/ofetch.37386b05.mjs:263:14
❯ Module.$fetch2 node_modules/.pnpm/[email protected]_patch_hash=nxc3eojzwynarpj453xzxqr2f4/node_modules/ofetch/dist/shared/ofetch.37386b05.mjs:268:15
❯ test/basic.test.ts:1182:18
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { request: 'http://127.0.0.1:45791/redirect/', options: { method: undefined, retry: +0 }, response: { _data: { url: '/', statusCode: 500, statusMessage: '', message: '$props is not defined', stack: '' }, constructor: 'Function<Response>', type: 'basic', url: 'http://127.0.0.1:45791/', redirected: true, status: 500, ok: false, statusText: 'Internal Server Error', headers: { constructor: 'Function<Headers>', append: 'Function<append>', delete: 'Function<delete>', get: 'Function<get>', has: 'Function<has>', set: 'Function<set>', getSetCookie: 'Function<getSetCookie>', keys: 'Function<keys>', values: 'Function<values>', entries: 'Function<entries>', forEach: 'Function<forEach>' }, body: { constructor: 'Function<ReadableStream>', locked: true, cancel: 'Function<cancel>', getReader: 'Function<getReader>', pipeThrough: 'Function<pipeThrough>', pipeTo: 'Function<pipeTo>', tee: 'Function<tee>', values: 'Function<values>' }, bodyUsed: true, clone: 'Function<clone>', blob: 'Function<blob>', arrayBuffer: 'Function<arrayBuffer>', text: 'Function<text>', json: 'Function<json>', formData: 'Function<formData>' }, data: { url: '/', statusCode: 500, statusMessage: '', message: '$props is not defined', stack: '' }, status: 500, statusCode: 500, statusText: 'Internal Server Error', statusMessage: 'Internal Server Error' }
|
test/basic.test.ts > extends support > app > extends foo/app/router.options & bar/app/router.options:
workspace/nuxt/nuxt/test/basic.test.ts#L1420
FetchError: [GET] "http://127.0.0.1:45791/": 500 Internal Server Error
❯ $fetchRaw2 node_modules/.pnpm/[email protected]_patch_hash=nxc3eojzwynarpj453xzxqr2f4/node_modules/ofetch/dist/shared/ofetch.37386b05.mjs:263:14
❯ Module.$fetch2 node_modules/.pnpm/[email protected]_patch_hash=nxc3eojzwynarpj453xzxqr2f4/node_modules/ofetch/dist/shared/ofetch.37386b05.mjs:268:15
❯ test/basic.test.ts:1420:28
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { request: 'http://127.0.0.1:45791/', options: { method: undefined, retry: +0 }, response: { _data: { url: '/', statusCode: 500, statusMessage: '', message: '$props is not defined', stack: '' }, constructor: 'Function<Response>', type: 'basic', url: 'http://127.0.0.1:45791/', redirected: false, status: 500, ok: false, statusText: 'Internal Server Error', headers: { constructor: 'Function<Headers>', append: 'Function<append>', delete: 'Function<delete>', get: 'Function<get>', has: 'Function<has>', set: 'Function<set>', getSetCookie: 'Function<getSetCookie>', keys: 'Function<keys>', values: 'Function<values>', entries: 'Function<entries>', forEach: 'Function<forEach>' }, body: { constructor: 'Function<ReadableStream>', locked: true, cancel: 'Function<cancel>', getReader: 'Function<getReader>', pipeThrough: 'Function<pipeThrough>', pipeTo: 'Function<pipeTo>', tee: 'Function<tee>', values: 'Function<values>' }, bodyUsed: true, clone: 'Function<clone>', blob: 'Function<blob>', arrayBuffer: 'Function<arrayBuffer>', text: 'Function<text>', json: 'Function<json>', formData: 'Function<formData>' }, data: { url: '/', statusCode: 500, statusMessage: '', message: '$props is not defined', stack: '' }, status: 500, statusCode: 500, statusText: 'Internal Server Error', statusMessage: 'Internal Server Error' }
|