Skip to content

chore(deps): bump remark-gfm from 3.0.1 to 4.0.1 #1013

chore(deps): bump remark-gfm from 3.0.1 to 4.0.1

chore(deps): bump remark-gfm from 3.0.1 to 4.0.1 #1013

Triggered via pull request February 12, 2025 01:15
Status Failure
Total duration 23s
Artifacts

pr-checks.yml

on: pull_request
Check build is committed
15s
Check build is committed
Eslint
14s
Eslint
Unit tests
7s
Unit tests
Build the playground
13s
Build the playground
Report readability
0s
Report readability
Fit to window
Zoom out
Zoom in

Annotations

15 errors
src/readability.test.ts > markdown preprocessing > should convert tables to text and save cells with more than 4 words: src/readability.ts#L390
TypeError: Cannot set properties of undefined (setting 'inTable') ❯ Object.enterTable node_modules/mdast-util-gfm-table/lib/index.js:78:21 ❯ compile node_modules/remark-parse/node_modules/mdast-util-from-markdown/dev/lib/index.js:363:40 ❯ fromMarkdown node_modules/remark-parse/node_modules/mdast-util-from-markdown/dev/lib/index.js:193:31 ❯ parser node_modules/remark-parse/lib/index.js:18:12 ❯ Function.parse node_modules/unified/lib/index.js:273:12 ❯ executor node_modules/unified/lib/index.js:393:31 ❯ Function.process node_modules/unified/lib/index.js:383:5 ❯ Function.processSync node_modules/unified/lib/index.js:441:15 ❯ Module.preprocessMarkdown src/readability.ts:390:14 ❯ src/readability.test.ts:169:26
src/readability.test.ts > markdown preprocessing > should convert tables without compressing surrounding text: src/readability.ts#L390
TypeError: Cannot set properties of undefined (setting 'inTable') ❯ Object.enterTable node_modules/mdast-util-gfm-table/lib/index.js:78:21 ❯ compile node_modules/remark-parse/node_modules/mdast-util-from-markdown/dev/lib/index.js:363:40 ❯ fromMarkdown node_modules/remark-parse/node_modules/mdast-util-from-markdown/dev/lib/index.js:193:31 ❯ parser node_modules/remark-parse/lib/index.js:18:12 ❯ Function.parse node_modules/unified/lib/index.js:273:12 ❯ executor node_modules/unified/lib/index.js:393:31 ❯ Function.process node_modules/unified/lib/index.js:383:5 ❯ Function.processSync node_modules/unified/lib/index.js:441:15 ❯ Module.preprocessMarkdown src/readability.ts:390:14 ❯ src/readability.test.ts:188:26
src/readability.test.ts > markdown preprocessing > should remove URLs in backticks: src/readability.ts#L390
TypeError: Cannot read properties of undefined (reading 'inTable') ❯ Object.exitCodeText node_modules/mdast-util-gfm-table/lib/index.js:123:17 ❯ compile node_modules/remark-parse/node_modules/mdast-util-from-markdown/dev/lib/index.js:363:40 ❯ fromMarkdown node_modules/remark-parse/node_modules/mdast-util-from-markdown/dev/lib/index.js:193:31 ❯ parser node_modules/remark-parse/lib/index.js:18:12 ❯ Function.parse node_modules/unified/lib/index.js:273:12 ❯ executor node_modules/unified/lib/index.js:393:31 ❯ Function.process node_modules/unified/lib/index.js:383:5 ❯ Function.processSync node_modules/unified/lib/index.js:441:15 ❯ Module.preprocessMarkdown src/readability.ts:390:14 ❯ src/readability.test.ts:213:26
Unit tests
Process completed with exit code 1.
Build the playground: src/readability.ts#L3
Module '"remark-gfm"' has no exported member 'Root'. Did you mean to use 'import Root from "remark-gfm"' instead?
Build the playground: src/readability.ts#L133
Parameter 'childNode' implicitly has an 'any' type.
Build the playground: src/readability.ts#L133
Parameter 'index' implicitly has an 'any' type.
Build the playground: src/readability.ts#L376
Argument of type 'Plugin' is not assignable to parameter of type 'Preset | PluggableList'.
Build the playground: src/readability.ts#L377
Argument of type 'Plugin' is not assignable to parameter of type 'Preset | PluggableList'.
Check build is committed
Process completed with exit code 1.