renovate[bot]
8640df3b59
chore(deps): update simek/yarn-lock-changes action (v0.14.0 → v0.14.1)
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-07 21:28:16 +00:00
6d72003446
fix(lint): fix all sonarcloud detected issues ( #279 )
...
* fix(ci): replace broad permissions with specific scopes in workflows
Replace read-all/write-all with minimum required permission scopes
across all GitHub Actions workflows to follow the principle of least
privilege (SonarCloud rule githubactions:S8234).
* fix(shell): use [[ instead of [ for conditional tests
Replace single brackets with double brackets in bash conditional
expressions across 14 files (28 changes). All scripts use bash
shebangs so [[ is safe everywhere (SonarCloud rule shelldre:S7688).
* fix(shell): add explicit return statements to functions
Add return 0 as the last statement in ~46 shell functions across
17 files that previously relied on implicit return codes
(SonarCloud rule shelldre:S7682).
* fix(shell): assign positional parameters to local variables
Replace direct $1/$2/$3 usage with named local variables in _log(),
msg(), msg_err(), msg_done(), msg_run(), msg_ok(), and array_diff()
(SonarCloud rule shelldre:S7679).
* fix(python): replace dict() constructor with literal
Use {} instead of dict() for empty dictionary initialization
(SonarCloud rule python:S7498).
* fix(shell): fix husky shebang and tolerate npm outdated exit code
* docs(shell): add function docstring comments
* fix(shell): fix heredoc indentation in x-sonarcloud
* feat(python): add ruff linter and formatter configuration
* fix(ci): align megalinter config with biome, ruff, and shfmt settings
* fix(ci): disable black and yaml-prettier in megalinter config
* chore(ci): update ruff-pre-commit to v0.15.0 and fix hook name
* fix(scripts): check for .git dir before skipping clone in install-fonts
* fix(shell): address code review issues in scripts and shared.sh
- Guard wezterm show-keys failure in create-wezterm-keymaps.sh
- Stop masking git failures with return 0 in install-cheat-purebashbible.sh
- Add missing shared.sh source in install-xcode-cli-tools.sh
- Replace exit 1 with return 1 in sourced shared.sh
* fix(scripts): address code review and security findings
- Guard wezterm show-keys failure in create-wezterm-keymaps.sh
- Stop masking git failures with return 0 in install-cheat-purebashbible.sh
- Add missing shared.sh source in install-xcode-cli-tools.sh
- Replace exit 1 with return 1 in sourced shared.sh
- Remove shell=True subprocess calls in x-git-largest-files.py
* style(shell): apply shfmt formatting and add args to pre-commit hook
* fix(python): suppress bandit false positives in x-git-largest-files
* fix(python): add nosemgrep suppression for check_output call
* feat(format): add prettier for YAML formatting
Install prettier, add .prettierrc.json config (200-char width, 2-space
indent, LF endings), .prettierignore, yarn scripts (lint:prettier,
fix:prettier, format:yaml), and pre-commit hook scoped to YAML files.
* style(yaml): apply prettier formatting
* fix(scripts): address remaining code review findings
- Python: use list comprehension to filter empty strings instead of
slicing off the last element
- create-wezterm-keymaps: write to temp file and mv for atomic updates
- install-xcode-cli-tools: fix shellcheck source directive path
* fix(python): sort imports alphabetically in x-git-largest-files
* fix(lint): disable PYTHON_ISORT in MegaLinter, ruff handles it
* chore(git): add __pycache__ to gitignore
* fix(python): rename ambiguous variable l to line (E741)
* style: remove trailing whitespace and blank lines
* style(fzf): apply shfmt formatting
* style(shell): apply shfmt formatting
* docs(plans): add design documents
* style(docs): add language specifier to fenced code block
* feat(lint): add markdown-table-formatter to dev tooling
Add markdown-table-formatter as a dev dependency with yarn scripts
(lint:md-table, fix:md-table) and a local pre-commit hook to
automatically format markdown tables on commit.
2026-02-07 19:01:02 +02:00
renovate[bot]
4510e62070
chore(deps): update ivuorinen/actions action (v2026.01.21 → v2026.02.03) ( #278 )
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-05 17:56:56 +00:00
renovate[bot]
d46631b017
chore(deps): update simek/yarn-lock-changes action (v0.12.2 → v0.14.0) ( #277 )
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-02-01 17:56:25 +00:00
renovate[bot]
8efdde88a3
chore(deps): update actions/checkout action (v6.0.1 → v6.0.2) ( #275 )
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-24 11:55:26 +02:00
renovate[bot]
575a80ffff
chore(deps): update actions/setup-python action (v6.1.0 → v6.2.0) ( #276 )
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-24 06:05:12 +00:00
renovate[bot]
e86c137529
chore(deps): update ivuorinen/actions action (v2026.01.13 → v2026.01.21) ( #274 )
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-23 04:55:30 +00:00
renovate[bot]
cb35b5eb62
chore(deps): update peter-evans/create-pull-request action (v8.0.0 → v8.1.0) ( #273 )
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-23 01:50:58 +00:00
renovate[bot]
4b8a53f687
chore(deps): update ivuorinen/actions action (v2026.01.09 → v2026.01.13) ( #269 )
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-15 05:05:36 +00:00
renovate[bot]
db4b663e64
chore(deps): update ivuorinen/actions action (v2026.01.01 → v2026.01.09) ( #268 )
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2026-01-11 00:31:58 +00:00
renovate[bot]
a2a99445ff
chore(deps)!: update ivuorinen/actions (v2025.12.16 → v2026.01.01) ( #267 )
2026-01-02 09:44:27 +02:00
renovate[bot]
5630200d95
chore(deps): update ivuorinen/actions action (v2025.12.07 → v2025.12.16) ( #264 )
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-17 16:21:29 +02:00
961efec364
feat: switch to biome, apply formatting, shellcheck ( #227 )
...
* feat: switch to biome, apply formatting, shellcheck
* chore: apply cr comments
* chore: few config tweaks, shellcheck hook now py-based
* chore: lint fixes and pr comments
* chore(lint): megalinter, and other fixes
Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net >
2025-12-17 16:03:29 +02:00
renovate[bot]
8bef11095e
chore(deps)!: update peter-evans/create-pull-request (v7.0.11 → v8.0.0) ( #258 )
2025-12-10 01:23:11 +02:00
7d427d29bb
chore: update workflows, go and yarn ( #253 )
2025-12-08 20:40:21 +02:00
renovate[bot]
fd71a1ad32
chore(deps): update peter-evans/create-pull-request action (v7.0.9 → v7.0.11) ( #256 )
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-12-08 05:48:14 +00:00
099e6672c8
chore: upgrade actions
2025-12-02 23:54:02 +01:00
renovate[bot]
a949f0d4cf
chore(deps): update actions/setup-python action (v6.0.0 → v6.1.0) ( #250 )
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-27 05:54:45 +00:00
renovate[bot]
8b1e4462b3
chore(deps): update ivuorinen/actions action (v2025.11.02 → v2025.11.23) ( #249 )
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-27 05:54:39 +00:00
renovate[bot]
8c2b3fb475
chore(deps): update peter-evans/create-pull-request action (v7.0.8 → v7.0.9) ( #246 )
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-24 18:39:10 +00:00
3fa1efe88d
chore(ci): remove .github/dependabot.yml
...
Signed-off-by: Ismo Vuorinen <ismo@ivuorinen.net >
2025-11-24 14:21:30 +02:00
9cc81c4cbf
chore(deps): update github actions
2025-11-22 09:40:16 +02:00
renovate[bot]
743ebb0e9f
chore(deps): update softprops/action-gh-release action (v2.4.1 → v2.4.2) ( #235 )
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-10 12:47:02 +00:00
renovate[bot]
49b7fa43ad
chore(deps)!: update ivuorinen/actions (25.10.31 → v2025.11.02) ( #223 )
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-02 22:15:16 +02:00
renovate[bot]
fd044776b9
chore(deps): update ivuorinen/actions action (25.10.20 → 25.10.31) ( #224 )
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-02 09:25:01 +02:00
5472634f08
chore: switch to ubuntu-latest
2025-11-02 09:23:44 +02:00
renovate[bot]
0bd72c6d51
chore(deps): update ivuorinen/actions action (25.10.18 → 25.10.20) ( #221 )
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-22 09:29:01 +03:00
renovate[bot]
69684c23b9
chore(deps): update simek/yarn-lock-changes action (v0.12.1 → v0.12.2) ( #220 )
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-22 09:27:14 +03:00
renovate[bot]
00fd6fc5dc
chore(deps): update ivuorinen/actions action (25.10.16 → 25.10.18) ( #219 )
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-20 12:58:03 +03:00
renovate[bot]
95e21a124b
chore(deps): update ivuorinen/actions action (25.10.12 → 25.10.16) ( #217 )
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-18 03:49:13 +00:00
renovate[bot]
5178bec1a0
chore(deps): update softprops/action-gh-release action (v2.4.0 → v2.4.1) ( #216 )
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-14 20:05:10 +00:00
renovate[bot]
1b94674e6b
chore(deps): update ivuorinen/actions action (25.10.7 → 25.10.12) ( #215 )
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-14 20:04:13 +00:00
renovate[bot]
7c835df7dc
chore(deps): update softprops/action-gh-release action (v2.3.4 → v2.4.0) ( #210 )
2025-10-10 19:27:42 +03:00
renovate[bot]
729efdd406
chore(deps): update ivuorinen/actions action (25.10.1 → 25.10.7) ( #208 )
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-09 11:08:06 +00:00
renovate[bot]
508b44fd48
chore(deps): update softprops/action-gh-release action (v2.3.3 → v2.3.4) ( #205 )
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-05 04:52:21 +00:00
renovate[bot]
2fdcd839a4
chore(deps): update ivuorinen/actions action (25.9.21 → 25.10.1) ( #204 )
2025-10-03 09:39:23 +03:00
dependabot[bot]
dd89164b8b
chore(deps): bump ivuorinen/actions from 25.9.19 to 25.9.21 ( #197 )
2025-09-22 15:23:01 +03:00
renovate[bot]
4ab8182d90
chore(deps): update ivuorinen/actions action (25.9.17 → 25.9.19) ( #195 )
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-21 00:47:16 +00:00
renovate[bot]
b281efc576
chore(deps): update ivuorinen/actions action (25.9.8 → 25.9.17) ( #194 )
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-19 12:35:07 +00:00
renovate[bot]
a424347974
chore(deps): update ivuorinen/actions action (25.8.31 → 25.9.8) ( #190 )
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-10 05:03:24 +00:00
dependabot[bot]
574cafed0e
chore(deps): bump softprops/action-gh-release from 2.3.2 to 2.3.3 ( #189 )
2025-09-08 15:13:41 +03:00
renovate[bot]
4183bc0a24
chore(deps)!: update actions/setup-python (v5.6.0 → v6.0.0) ( #185 )
2025-09-05 00:54:58 +03:00
dependabot[bot]
f6252c871e
chore(deps): bump ivuorinen/actions from 25.8.25 to 25.8.31 ( #183 )
2025-09-03 08:48:47 +03:00
renovate[bot]
fecbb3568c
chore(deps): update ivuorinen/actions action (25.8.21 → 25.8.25) ( #180 )
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-28 02:00:55 +00:00
renovate[bot]
17a0dfd6e1
chore(github-action): update amannn/action-semantic-pull-request (v6.1.0 → v6.1.1) ( #176 )
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-24 10:09:47 +00:00
renovate[bot]
e3e0f99eaf
fix(github-action): update ivuorinen/actions (25.8.18 → 25.8.21) ( #175 )
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-23 02:00:51 +00:00
renovate[bot]
fe0d7408cf
feat(github-action): update amannn/action-semantic-pull-request (v6.0.1 → v6.1.0) ( #173 )
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-21 06:09:06 +00:00
renovate[bot]
0223e08da8
fix(github-action): update ivuorinen/actions (25.8.11 → 25.8.18) ( #171 )
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-20 01:53:15 +00:00
5f59851c7a
chore(tooling): use yarn for linting scripts ( #149 )
...
* chore(tooling): use yarn for linting scripts
* chore: fixes and tweaks
* chore(ci): more permissions
* chore: clean up, lint fixes
* chore: clean up, lint fixes
* chore: clean up, lint fixes
* chore(lint): fix yamllint errors and warnings
* chore(lint): lint fixes
* chore(lint): lint fixes
2025-08-15 09:06:22 +03:00
renovate[bot]
9c68e8b05c
feat(github-action)!: Update actions/checkout (v4.3.0 → v5.0.0) ( #164 )
...
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-14 10:48:05 +03:00