chore(deps): update all devdependencies #554
test.yml
on: push
Install and cache
26s
Vitest tests
25s
Jest tests
16s
Playwright tests
1m 27s
Lint
25s
Prettier
27s
Check types
16s
Annotations
11 errors and 7 warnings
Jest tests
Process completed with exit code 1.
|
Check types:
src/utilities.ts#L74
Type '(data: { __typename?: string | undefined; }) => string | undefined' is not assignable to type '(data: { __typename?: string | undefined; }) => string'.
|
Check types
Process completed with exit code 2.
|
src/__tests__/handlers.test.tsx > integration tests > single execution result response > intercepts and resolves with a single payload:
src/__tests__/handlers.test.tsx#L35
TestingLibraryElementError: Unable to find role="heading" and name `/loading/i`
Ignored nodes: comments, script, style
<body>
<div />
</body>
Ignored nodes: comments, script, style
<html>
<head />
<body>
<div />
</body>
</html>
❯ Proxy.waitForWrapper node_modules/.pnpm/@testing-library[email protected]/node_modules/@testing-library/dom/dist/wait-for.js:163:27
❯ src/__tests__/handlers.test.tsx:35:13
|
src/__tests__/handlers.test.tsx > integration tests > multipart response > uses the initial mock schema set in the handler by default:
src/__tests__/handlers.test.tsx#L64
TestingLibraryElementError: Unable to find role="heading" and name `/loading/i`
Ignored nodes: comments, script, style
<body>
<div />
</body>
Ignored nodes: comments, script, style
<html>
<head />
<body>
<div />
</body>
</html>
❯ Proxy.waitForWrapper node_modules/.pnpm/@testing-library[email protected]/node_modules/@testing-library/dom/dist/wait-for.js:163:27
❯ src/__tests__/handlers.test.tsx:64:13
|
src/__tests__/handlers.test.tsx > integration tests > multipart response > can set a new schema via replaceSchema:
src/__tests__/handlers.test.tsx#L116
TestingLibraryElementError: Unable to find role="heading" and name `/loading/i`
Ignored nodes: comments, script, style
<body>
<div />
</body>
Ignored nodes: comments, script, style
<html>
<head />
<body>
<div />
</body>
</html>
❯ Proxy.waitForWrapper node_modules/.pnpm/@testing-library[email protected]/node_modules/@testing-library/dom/dist/wait-for.js:163:27
❯ src/__tests__/handlers.test.tsx:116:13
|
src/__tests__/handlers.test.tsx > integration tests > multipart response > can set a new delay via replaceDelay:
src/__tests__/handlers.test.tsx#L158
TestingLibraryElementError: Unable to find role="heading" and name `/loading/i`
Ignored nodes: comments, script, style
<body>
<div />
</body>
Ignored nodes: comments, script, style
<html>
<head />
<body>
<div />
</body>
</html>
❯ Proxy.waitForWrapper node_modules/.pnpm/@testing-library[email protected]/node_modules/@testing-library/dom/dist/wait-for.js:163:27
❯ src/__tests__/handlers.test.tsx:158:13
|
src/__tests__/handlers.test.tsx > integration tests > mutations > uses the initial mock schema:
src/__tests__/handlers.test.tsx#L217
TestingLibraryElementError: Unable to find role="heading" and name `/loading/i`
Ignored nodes: comments, script, style
<body>
<div />
</body>
Ignored nodes: comments, script, style
<html>
<head />
<body>
<div />
</body>
</html>
❯ Proxy.waitForWrapper node_modules/.pnpm/@testing-library[email protected]/node_modules/@testing-library/dom/dist/wait-for.js:163:27
❯ src/__tests__/handlers.test.tsx:217:13
|
src/__tests__/handlers.test.tsx > integration tests with github schema > renders a component fetching from the GitHub api:
src/__tests__/handlers.test.tsx#L318
TestingLibraryElementError: Unable to find an element with the text: https://github.com/foo-bar/issues/0. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible.
Ignored nodes: comments, script, style
<body>
<div />
</body>
Ignored nodes: comments, script, style
<html>
<head />
<body>
<div />
</body>
</html>
❯ Proxy.waitForWrapper node_modules/.pnpm/@testing-library[email protected]/node_modules/@testing-library/dom/dist/wait-for.js:163:27
❯ src/__tests__/handlers.test.tsx:318:11
|
Vitest tests
Process completed with exit code 1.
|
Playwright tests
Process completed with exit code 1.
|
Jest tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Check types
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Vitest tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Install and cache
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Prettier
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Playwright tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|