Skip to content

chore(deps): update pnpm to v9.12.1 #1360

chore(deps): update pnpm to v9.12.1

chore(deps): update pnpm to v9.12.1 #1360

Triggered via pull request September 20, 2024 09:32
Status Success
Total duration 46s
Artifacts

reviewdog.yml

on: pull_request
actionlint
5s
actionlint
runner / hadolint
7s
runner / hadolint
runner / shellcheck
4s
runner / shellcheck
runner / shfmt
6s
runner / shfmt
runner / markdownlint
17s
runner / markdownlint
runner / tsc
33s
runner / tsc
runner / Biome
5s
runner / Biome
runner / misspell
13s
runner / misspell
Fit to window
Zoom out
Zoom in

Annotations

17 errors and 34 warnings
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/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/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)
actionlint: .github/workflows/push-checks-workflow.yml#L23
[actionlint] reported by reviewdog 🐶 shellcheck reported issue in this script: SC2086:info:1:48: Double quote to prevent globbing and word splitting [shellcheck] Raw Output: .github/workflows/push-checks-workflow.yml:23:9: shellcheck reported issue in this script: SC2086:info:1:48: Double quote to prevent globbing and word splitting [shellcheck]
runner / Biome: %5D8%3B%3Bfile:/home/runner/work/suddenlygiovanni.dev/suddenlygiovanni.dev/biome.json\/home/runner/work/suddenlygiovanni.dev/suddenlygiovanni.dev/biome.json%5D8%3B%3B\:32:5#L1
[Biome] reported by reviewdog 🐶 ``` Raw Output: �]8;;file:///home/runner/work/suddenlygiovanni.dev/suddenlygiovanni.dev/biome.json�\/home/runner/work/suddenlygiovanni.dev/suddenlygiovanni.dev/biome.json�]8;;�\:32:5 deserialize ━━━━━━━━━━━━ ```
runner / Biome: #L1
[Biome] reported by reviewdog 🐶 Raw Output: ✖ Found an unknown key `noUndeclaredDependencies`.
runner / Biome: #L1
[Biome] reported by reviewdog 🐶 Raw Output:
runner / Biome: #L1
[Biome] reported by reviewdog 🐶 Raw Output: 30 │ "nursery": {
runner / Biome: #L1
[Biome] reported by reviewdog 🐶 Raw Output: 31 │ "all": true,
runner / Biome: #L1
[Biome] reported by reviewdog 🐶 Raw Output: > 32 │ "noUndeclaredDependencies": "off",
runner / Biome: #L1
[Biome] reported by reviewdog 🐶 Raw Output: │ ^^^^^^^^^^^^^^^^^^^^^^^^^^
runner / Biome: #L1
[Biome] reported by reviewdog 🐶 Raw Output: 33 │ "noReactSpecificProps": "off",
runner / Biome: #L1
[Biome] reported by reviewdog 🐶 Raw Output: 34 │ "useImportRestrictions": "off",
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 / shfmt
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
Process completed with exit code 1.
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 / Biome
Unexpected input(s) 'biome-version', valid inputs are ['token', 'version', 'working-dir']
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/lint#L5
[shfmt] reported by reviewdog 🐶 Raw Output: scripts/lint:5:- echo "Usage: $0 [path] [-- ...additional_eslint_args]" scripts/lint:6:- echo scripts/lint:7:- echo "Lint the specified directory or current one if no path is provided." scripts/lint:8:- echo scripts/lint:9:- echo "Options:" scripts/lint:10:- echo " --help Display this help message and exit." scripts/lint:11:- echo scripts/lint:12:- echo "Additional eslint arguments:" scripts/lint:13:- echo " --fix Automatically fix problems" scripts/lint:14:- echo " --debug Output debugging information" scripts/lint:15:- echo " --quiet Report errors only" scripts/lint:16:- echo " --ignore-path <file> Specify path of ignore file" scripts/lint:17:- echo " --report-unused-disable-directives" scripts/lint:18:- echo " Adds warning when disabled directive comments are not suppressing a linting error" scripts/lint:19:- echo " --max-warnings <number> Number of warnings to trigger nonzero exit code" scripts/lint:20:- echo scripts/lint:21:- echo "To see the full list of available eslint options, refer to:" scripts/lint:22:- echo " https://eslint.org/docs/user-guide/command-line-interface" scripts/lint:5:+ echo "Usage: $0 [path] [-- ...additional_eslint_args]" scripts/lint:6:+ echo scripts/lint:7:+ echo "Lint the specified directory or current one if no path is provided." scripts/lint:8:+ echo scripts/lint:9:+ echo "Options:" scripts/lint:10:+ echo " --help Display this help message and exit." scripts/lint:11:+ echo scripts/lint:12:+ echo "Additional eslint arguments:" scripts/lint:13:+ echo " --fix Automatically fix problems" scripts/lint:14:+ echo " --debug Output debugging information" scripts/lint:15:+ echo " --quiet Report errors only" scripts/lint:16:+ echo " --ignore-path <file> Specify path of ignore file" scripts/lint:17:+ echo " --report-unused-disable-directives" scripts/lint:18:+ echo " Adds warning when disabled directive comments are not suppressing a linting error" scripts/lint:19:+ echo " --max-warnings <number> Number of warnings to trigger nonzero exit code" scripts/lint:20:+ echo scripts/lint:21:+ echo "To see the full list of available eslint options, refer to:" scripts/lint:22:+ echo " https://eslint.org/docs/user-guide/command-line-interface"
runner / shfmt: scripts/lint#L27
[shfmt] reported by reviewdog 🐶 Raw Output: scripts/lint:27:- path="." scripts/lint:27:+ path="."
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 / hadolint: apps/web/Dockerfile#L8
[hadolint] reported by reviewdog 🐶 Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>` Raw Output: message:"Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`" location:{path:"apps/web/Dockerfile" range:{start:{line:8 column:1}}} severity:WARNING source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"DL3018" url:"https://github.com/hadolint/hadolint/wiki/DL3018"}
runner / hadolint: apps/web/Dockerfile#L10
[hadolint] reported by reviewdog 🐶 Multiple consecutive `RUN` instructions. Consider consolidation. Raw Output: message:"Multiple consecutive `RUN` instructions. Consider consolidation." location:{path:"apps/web/Dockerfile" range:{start:{line:10 column:1}}} severity:INFO source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"DL3059" url:"https://github.com/hadolint/hadolint/wiki/DL3059"}
runner / hadolint: apps/web/Dockerfile#L26
[hadolint] reported by reviewdog 🐶 Quote this to prevent word splitting. Raw Output: message:"Quote this to prevent word splitting." location:{path:"apps/web/Dockerfile" range:{start:{line:26 column:1}}} severity:WARNING source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"SC2046" url:"https://github.com/koalaman/shellcheck/wiki/SC2046"}
runner / hadolint: apps/web/Dockerfile#L44
[hadolint] reported by reviewdog 🐶 Multiple consecutive `RUN` instructions. Consider consolidation. Raw Output: message:"Multiple consecutive `RUN` instructions. Consider consolidation." location:{path:"apps/web/Dockerfile" range:{start:{line:44 column:1}}} severity:INFO source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"DL3059" url:"https://github.com/hadolint/hadolint/wiki/DL3059"}
runner / hadolint: apps/web/Dockerfile#L63
[hadolint] reported by reviewdog 🐶 Use 'cd ... || exit' or 'cd ... || return' in case cd fails. Raw Output: message:"Use 'cd ... || exit' or 'cd ... || return' in case cd fails." location:{path:"apps/web/Dockerfile" range:{start:{line:63 column:1}}} severity:WARNING source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"SC2164" url:"https://github.com/koalaman/shellcheck/wiki/SC2164"}
runner / hadolint: apps/web/Dockerfile#L63
[hadolint] reported by reviewdog 🐶 Use WORKDIR to switch to a directory Raw Output: message:"Use WORKDIR to switch to a directory" location:{path:"apps/web/Dockerfile" range:{start:{line:63 column:1}}} severity:WARNING source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"DL3003" url:"https://github.com/hadolint/hadolint/wiki/DL3003"}
runner / hadolint: apps/web/Dockerfile#L71
[hadolint] reported by reviewdog 🐶 Multiple consecutive `RUN` instructions. Consider consolidation. Raw Output: message:"Multiple consecutive `RUN` instructions. Consider consolidation." location:{path:"apps/web/Dockerfile" range:{start:{line:71 column:1}}} severity:INFO source:{name:"hadolint" url:"https://github.com/hadolint/hadolint"} code:{value:"DL3059" url:"https://github.com/hadolint/hadolint/wiki/DL3059"}
runner / misspell: .npmrc#L113
[misspell] reported by reviewdog 🐶 "behaviour" is a misspelling of "behavior" Raw Output: ./.npmrc:113:34: "behaviour" is a misspelling of "behavior"
runner / misspell: pnpm-lock.yaml#L397
[misspell] reported by reviewdog 🐶 "optimise" is a misspelling of "optimize" Raw Output: ./pnpm-lock.yaml:397:17: "optimise" is a misspelling of "optimize"
runner / misspell: pnpm-lock.yaml#L5901
[misspell] reported by reviewdog 🐶 "optimise" is a misspelling of "optimize" Raw Output: ./pnpm-lock.yaml:5901:21: "optimise" is a misspelling of "optimize"
runner / misspell: pnpm-lock.yaml#L5935
[misspell] reported by reviewdog 🐶 "optimise" is a misspelling of "optimize" Raw Output: ./pnpm-lock.yaml:5935:17: "optimise" is a misspelling of "optimize"
runner / misspell: pnpm-lock.yaml#L5946
[misspell] reported by reviewdog 🐶 "optimise" is a misspelling of "optimize" Raw Output: ./pnpm-lock.yaml:5946:21: "optimise" is a misspelling of "optimize"
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 / markdownlint: apps/web/docker-image-stages.md#L11
[markdownlint] reported by reviewdog 🐶 MD010/no-hard-tabs Hard tabs [Column: 1] Raw Output: apps/web/docker-image-stages.md:11:1 MD010/no-hard-tabs Hard tabs [Column: 1]