Skip to content

chore(deps): bump react-markdown from 9.0.1 to 10.0.0 #789

chore(deps): bump react-markdown from 9.0.1 to 10.0.0

chore(deps): bump react-markdown from 9.0.1 to 10.0.0 #789

Triggered via pull request March 3, 2025 08:51
Status Failure
Total duration 1m 13s
Artifacts

on-pr.yml

on: pull_request
Security Checks  /  Trivy
49s
Security Checks / Trivy
Security Checks  /  NPM Audit
5s
Security Checks / NPM Audit
Static Checks  /  ESLint Check
24s
Static Checks / ESLint Check
Static Checks  /  TS Types Check
14s
Static Checks / TS Types Check
Static Checks  /  Build App Check
21s
Static Checks / Build App Check
Unit Tests  /  Vitest
1m 5s
Unit Tests / Vitest
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 5 warnings
Static Checks / TS Types Check: src/components/Markdown.tsx#L151
Type '{ children: string; className: string; components: { code: ({ children, className, node, }: ClassAttributes<HTMLElement> & HTMLAttributes<HTMLElement> & { ...; }) => Element; a({ children, ...props }: ClassAttributes<...> & ... 1 more ... & ExtraProps): Element; pre: ({ children }: ClassAttributes<...> & ... 1 more ...' is not assignable to type 'IntrinsicAttributes & Readonly<Options>'.
Static Checks / TS Types Check
Process completed with exit code 2.
Static Checks / Build App Check: src/components/Markdown.tsx#L151
Type '{ children: string; className: string; components: { code: ({ children, className, node, }: ClassAttributes<HTMLElement> & HTMLAttributes<HTMLElement> & { ...; }) => Element; a({ children, ...props }: ClassAttributes<...> & ... 1 more ... & ExtraProps): Element; pre: ({ children }: ClassAttributes<...> & ... 1 more ...' is not assignable to type 'IntrinsicAttributes & Readonly<Options>'.
Static Checks / Build App Check
Process completed with exit code 2.
src/routes/__tests__/route-chat.test.tsx > renders breadcrumbs: src/routes/__tests__/route-chat.test.tsx#L48
TestingLibraryElementError: Unable to find role="list" and name "Breadcrumbs" Ignored nodes: comments, script, style <body> <div /> </body> Ignored nodes: comments, script, style <html> <head /> <body> <div /> </body> </html>... ❯ Proxy.waitFor node_modules/@testing-library/dom/dist/wait-for.js:163:27 ❯ src/routes/__tests__/route-chat.test.tsx:48:9
src/routes/__tests__/route-chat.test.tsx > renders title: src/routes/__tests__/route-chat.test.tsx#L74
TestingLibraryElementError: Unable to find role="heading" Ignored nodes: comments, script, style <body> <div /> <div /> </body> Ignored nodes: comments, script, style <html> <head /> <body> <div /> <div /> </body> </html>... ❯ Proxy.waitFor node_modules/@testing-library/dom/dist/wait-for.js:163:27 ❯ src/routes/__tests__/route-chat.test.tsx:74:9
src/routes/__tests__/route-chat.test.tsx > renders conversation summary correctly: src/routes/__tests__/route-chat.test.tsx#L105
TestingLibraryElementError: Unable to find a label with the text of: Conversation summary Ignored nodes: comments, script, style <body> <div /> <div /> <div /> </body> Ignored nodes: comments, script, style <html> <head /> <body> <div /> <div /> <div /> </body> </html>... ❯ Proxy.waitFor node_modules/@testing-library/dom/dist/wait-for.js:163:27 ❯ src/routes/__tests__/route-chat.test.tsx:105:9
src/routes/__tests__/route-chat.test.tsx > renders chat correctly: src/routes/__tests__/route-chat.test.tsx#L149
TestingLibraryElementError: Unable to find a label with the text of: Conversation transcript Ignored nodes: comments, script, style <body> <div /> <div /> <div /> <div /> </body> Ignored nodes: comments, script, style <html> <head /> <body> <div /> <div /> <div /> <div /> </body> </html>... ❯ Proxy.waitFor node_modules/@testing-library/dom/dist/wait-for.js:163:27 ❯ src/routes/__tests__/route-chat.test.tsx:149:9
src/routes/__tests__/route-chat.test.tsx > renders tabs: src/routes/__tests__/route-chat.test.tsx#L174
TestingLibraryElementError: Unable to find role="tab" and name `/overview/i` Ignored nodes: comments, script, style <body> <div /> <div /> <div /> <div /> <div /> </body> Ignored nodes: comments, script, style <html> <head /> <body> <div /> <div /> <div /> <div /> <div /> </body> </html>... ❯ Proxy.waitFor node_modules/@testing-library/dom/dist/wait-for.js:163:27 ❯ src/routes/__tests__/route-chat.test.tsx:174:9
src/routes/__tests__/route-chat.test.tsx > can navigate using tabs: src/routes/__tests__/route-chat.test.tsx#L200
TestingLibraryElementError: Unable to find role="tab" and name `/overview/i` Ignored nodes: comments, script, style <body> <div /> <div /> <div /> <div /> <div /> <div /> </body> Ignored nodes: comments, script, style <html> <head /> <body> <div /> <div /> <div /> <div /> <div /> <div /> </body> </html>... ❯ Proxy.waitFor node_modules/@testing-library/dom/dist/wait-for.js:163:27 ❯ src/routes/__tests__/route-chat.test.tsx:200:9
Unit Tests / Vitest
Process completed with exit code 1.
Static Checks / ESLint Check: src/components/ui/chat/chat-bubble.tsx#L200
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Static Checks / ESLint Check: src/components/ui/chat/chat-bubble.tsx#L201
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
Static Checks / ESLint Check: src/context/confirm-context.tsx#L37
Fast refresh only works when a file only exports components. Move your React context(s) to a separate file
Static Checks / ESLint Check: src/lib/test-utils.tsx#L66
This rule can't verify that `export *` only exports components
Static Checks / ESLint Check: src/lib/test-utils.tsx#L68
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components