Skip to content

build(deps): bump the npm-root group with 22 updates #46

build(deps): bump the npm-root group with 22 updates

build(deps): bump the npm-root group with 22 updates #46

Triggered via pull request March 16, 2026 01:19
Status Failure
Total duration 2m 33s
Artifacts

pull-request.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 6 warnings
check: libraries/md-compiler/src/components/Md.ts#L6
Missing return type on function
check: libraries/md-compiler/src/compiler/types.ts#L8
Expected "@/errors" to come before "@/globals"
check: libraries/md-compiler/src/compiler/transformer.ts#L12
Missing return type on function
check: libraries/md-compiler/src/compiler/mdx-to-md.test.ts#L10
All imports in the declaration are only used as types. Use `import type`
check: libraries/md-compiler/src/compiler/jsx-expression-eval.ts#L20
Missing return type on function
check: libraries/md-compiler/src/compiler/jsx-converter.ts#L107
Closing curly brace does not appear on the same line as the subsequent block
check: libraries/md-compiler/src/compiler/jsx-converter.ts#L19
Missing return type on function
check: libraries/md-compiler/src/compiler/expression-eval.ts#L126
Unnecessary parentheses around expression
check: libraries/md-compiler/src/compiler/expression-eval.ts#L125
Unnecessary parentheses around expression
check: libraries/md-compiler/src/compiler/expression-eval.ts#L117
Expected { after 'if' condition
check
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
check: libraries/md-compiler/src/errors/index.ts#L211
If-else chain with simple statements should be single-line format
check: libraries/md-compiler/src/errors/index.ts#L119
Function call can be written on a single line
check: libraries/md-compiler/src/compiler/expression-eval.ts#L40
If-else chain with simple statements should be single-line format
check: libraries/md-compiler/src/compiler/export-parser.ts#L94
Missing @param "options.sourceText"
check: libraries/md-compiler/src/compiler/export-parser.ts#L94
Missing @param "options.filePath"