Skip to content

chore(package): update pnpm version and configurations #2137

chore(package): update pnpm version and configurations

chore(package): update pnpm version and configurations #2137

Triggered via pull request January 24, 2025 14:09
Status Success
Total duration 38s
Artifacts

reviewdog.yml

on: pull_request
actionlint
8s
actionlint
runner / hadolint
9s
runner / hadolint
runner / shellcheck
9s
runner / shellcheck
runner / shfmt
5s
runner / shfmt
runner / markdownlint
17s
runner / markdownlint
runner / tsc
29s
runner / tsc
runner / Biome
8s
runner / Biome
runner / misspell
25s
runner / misspell
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 31 warnings
runner / Biome: ./apps/web/react-router.config.ts:3:8#L1
[Biome] reported by reviewdog 🐶 ``` Raw Output: ./apps/web/react-router.config.ts:3:8 �]8;;https://biomejs.dev/linter/rules/no-default-export�\lint/style/noDefaultExport�]8;;�\ ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ```
runner / Biome: #L1
[Biome] reported by reviewdog 🐶 Raw Output: ⚠ Avoid default exports.
runner / Biome: #L1
[Biome] reported by reviewdog 🐶 Raw Output:
runner / Biome: #L1
[Biome] reported by reviewdog 🐶 Raw Output: 1 │ import type { Config } from '@react-router/dev/config'
runner / Biome: #L1
[Biome] reported by reviewdog 🐶 Raw Output: 2 │
runner / Biome: #L1
[Biome] reported by reviewdog 🐶 Raw Output: > 3 │ export default {
runner / Biome: #L1
[Biome] reported by reviewdog 🐶 Raw Output: │ ^^^^^^^
runner / Biome: #L1
[Biome] reported by reviewdog 🐶 Raw Output: 4 │ appDirectory: 'src',
runner / Biome: #L1
[Biome] reported by reviewdog 🐶 Raw Output: 5 │ serverModuleFormat: 'esm',
runner / Biome
reviewdog: Too many results (annotations) in diff. You may miss some annotations due to GitHub limitation for annotation created by logging command. Please check GitHub Actions log console to see all results. Limitation: - 10 warning annotations and 10 error annotations per step - 50 annotations per job (sum of annotations from all the steps) - 50 annotations per run (separate from the job annotations, these annotations aren't created by users) Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
runner / shellcheck: scripts/format#L34
[shellcheck] reported by reviewdog 🐶 Check exit code directly with e.g. 'if mycmd;', not indirectly with $?. [SC2181](https://github.com/koalaman/shellcheck/wiki/SC2181) Raw Output: ./scripts/format:34:7:style:Check exit code directly with e.g. 'if mycmd;', not indirectly with $?. [SC2181](https://github.com/koalaman/shellcheck/wiki/SC2181)
runner / shellcheck: scripts/typecheck#L7
[shellcheck] reported by reviewdog 🐶 Check exit code directly with e.g. 'if mycmd;', not indirectly with $?. [SC2181](https://github.com/koalaman/shellcheck/wiki/SC2181) Raw Output: ./scripts/typecheck:7:7:style:Check exit code directly with e.g. 'if mycmd;', not indirectly with $?. [SC2181](https://github.com/koalaman/shellcheck/wiki/SC2181)
runner / shellcheck: scripts/clean#L26
[shellcheck] reported by reviewdog 🐶 Check exit code directly with e.g. 'if mycmd;', not indirectly with $?. [SC2181](https://github.com/koalaman/shellcheck/wiki/SC2181) Raw Output: ./scripts/clean:26:7:style:Check exit code directly with e.g. 'if mycmd;', not indirectly with $?. [SC2181](https://github.com/koalaman/shellcheck/wiki/SC2181)
runner / markdownlint
reviewdog: Too many results (annotations) in diff. You may miss some annotations due to GitHub limitation for annotation created by logging command. Please check GitHub Actions log console to see all results. Limitation: - 10 warning annotations and 10 error annotations per step - 50 annotations per job (sum of annotations from all the steps) - 50 annotations per run (separate from the job annotations, these annotations aren't created by users) Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
runner / shfmt
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.
runner / shfmt: scripts/clean#L9
[shfmt] reported by reviewdog 🐶 Raw Output: scripts/clean:9:-"tsconfig" ".tsbuildinfo" ".turbo" "node_modules" ".pnpm") scripts/clean:9:+ "tsconfig" ".tsbuildinfo" ".turbo" "node_modules" ".pnpm")
runner / shfmt: scripts/clean#L11
[shfmt] reported by reviewdog 🐶 Raw Output: scripts/clean:11:-for item in "${directories_and_files_to_remove[@]}" scripts/clean:12:-do scripts/clean:13:- if [ -d "$item" ] scripts/clean:14:- then scripts/clean:11:+for item in "${directories_and_files_to_remove[@]}"; do scripts/clean:12:+ if [ -d "$item" ]; then
runner / shfmt: scripts/clean#L17
[shfmt] reported by reviewdog 🐶 Raw Output: scripts/clean:17:- elif [ -f "$item" ] scripts/clean:18:- then scripts/clean:15:+ elif [ -f "$item" ]; then
runner / shfmt: scripts/clean#L26
[shfmt] reported by reviewdog 🐶 Raw Output: scripts/clean:26:-if [[ $? -eq 0 ]]; scripts/clean:27:-then echo "✅ Cleanup successful." scripts/clean:28:- else echo "❌ Cleanup failed." scripts/clean:23:+if [[ $? -eq 0 ]]; then scripts/clean:24:+ echo "✅ Cleanup successful." scripts/clean:25:+else scripts/clean:26:+ echo "❌ Cleanup failed."
runner / shfmt: scripts/format#L3
[shfmt] reported by reviewdog 🐶 Raw Output: scripts/format:3:- scripts/format:4:-
runner / shfmt: scripts/format#L21
[shfmt] reported by reviewdog 🐶 Raw Output: scripts/format:21:-
runner / shfmt: scripts/format#L31
[shfmt] reported by reviewdog 🐶 Raw Output: scripts/format:31:- "$path/**/*.{ts,tsx,js,jsx,json,cjs,mjs}" \ scripts/format:32:- scripts/format:28:+ "$path/**/*.{ts,tsx,js,jsx,json,cjs,mjs}"
runner / shfmt: scripts/format#L34
[shfmt] reported by reviewdog 🐶 Raw Output: scripts/format:34:-if [[ $? -eq 0 ]]; scripts/format:35:-then echo "✅ Formatting successful." scripts/format:36:- else echo "❌ Formatting failed." scripts/format:30:+if [[ $? -eq 0 ]]; then scripts/format:31:+ echo "✅ Formatting successful." scripts/format:32:+else scripts/format:33:+ echo "❌ Formatting failed."
runner / shfmt: scripts/typecheck#L7
[shfmt] reported by reviewdog 🐶 Raw Output: scripts/typecheck:7:-if [[ $? -eq 0 ]]; scripts/typecheck:8:-then echo "✅ Type Checking successful." scripts/typecheck:9:- else echo "❌ Type Checking failed." scripts/typecheck:7:+if [[ $? -eq 0 ]]; then scripts/typecheck:8:+ echo "✅ Type Checking successful." scripts/typecheck:9:+else scripts/typecheck:10:+ echo "❌ Type Checking failed."
runner / shfmt
Unexpected input(s) 'check_all_files_with_shebangs', 'exclude', 'path', 'pattern', 'reporter', valid inputs are ['github_token', 'workdir', 'level', 'filter_mode', 'fail_on_error', 'reviewdog_flags', 'shfmt_flags']
runner / Biome
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
runner / Biome
Unexpected input(s) 'biome-version', valid inputs are ['token', 'version', 'working-dir']
actionlint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
actionlint
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.
runner / hadolint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
runner / shellcheck
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.
runner / markdownlint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
runner / markdownlint
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.
runner / markdownlint: apps/web/docker-image-stages.md#L1
[markdownlint] reported by reviewdog 🐶 MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Context: "```mermaid"] Raw Output: apps/web/docker-image-stages.md:1 MD041/first-line-heading/first-line-h1 First line in a file should be a top-level heading [Context: "```mermaid"]
runner / markdownlint: apps/web/docker-image-stages.md#L3
[markdownlint] reported by reviewdog 🐶 MD010/no-hard-tabs Hard tabs [Column: 1] Raw Output: apps/web/docker-image-stages.md:3:1 MD010/no-hard-tabs Hard tabs [Column: 1]
runner / markdownlint: apps/web/docker-image-stages.md#L4
[markdownlint] reported by reviewdog 🐶 MD010/no-hard-tabs Hard tabs [Column: 1] Raw Output: apps/web/docker-image-stages.md:4:1 MD010/no-hard-tabs Hard tabs [Column: 1]
runner / markdownlint: apps/web/docker-image-stages.md#L5
[markdownlint] reported by reviewdog 🐶 MD010/no-hard-tabs Hard tabs [Column: 1] Raw Output: apps/web/docker-image-stages.md:5:1 MD010/no-hard-tabs Hard tabs [Column: 1]
runner / markdownlint: apps/web/docker-image-stages.md#L6
[markdownlint] reported by reviewdog 🐶 MD010/no-hard-tabs Hard tabs [Column: 1] Raw Output: apps/web/docker-image-stages.md:6:1 MD010/no-hard-tabs Hard tabs [Column: 1]
runner / markdownlint: apps/web/docker-image-stages.md#L7
[markdownlint] reported by reviewdog 🐶 MD010/no-hard-tabs Hard tabs [Column: 1] Raw Output: apps/web/docker-image-stages.md:7:1 MD010/no-hard-tabs Hard tabs [Column: 1]
runner / markdownlint: apps/web/docker-image-stages.md#L8
[markdownlint] reported by reviewdog 🐶 MD010/no-hard-tabs Hard tabs [Column: 1] Raw Output: apps/web/docker-image-stages.md:8:1 MD010/no-hard-tabs Hard tabs [Column: 1]
runner / markdownlint: apps/web/docker-image-stages.md#L9
[markdownlint] reported by reviewdog 🐶 MD010/no-hard-tabs Hard tabs [Column: 1] Raw Output: apps/web/docker-image-stages.md:9:1 MD010/no-hard-tabs Hard tabs [Column: 1]
runner / markdownlint: apps/web/docker-image-stages.md#L10
[markdownlint] reported by reviewdog 🐶 MD010/no-hard-tabs Hard tabs [Column: 1] Raw Output: apps/web/docker-image-stages.md:10:1 MD010/no-hard-tabs Hard tabs [Column: 1]
runner / misspell
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
runner / misspell
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.
runner / tsc
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636