textproc/rumdl: update to 0.0.224
## [0.0.224] - 2026-01-22
### Added
- **GitHub Action: `fail-on-error` and `output-file` inputs** ([#324](https://github.com/rvben/rumdl/issues/324), [#325](https://github.com/rvben/rumdl/issues/325))
- `fail-on-error`: Control whether the workflow fails on violations (default: `true`)
- `output-file`: Write lint results to a file for use in subsequent steps
- **LSP: `source.fixAll.rumdl` code action for fix-on-save**
- Enables VS Code's "Fix All on Save" feature for rumdl
- Configure with `editor.codeActionsOnSave: { "source.fixAll.rumdl": "explicit" }`
## [0.0.223] - 2026-01-21
### Added
- **MD060: `column-align` option for table cell text alignment** ([#317](https://github.com/rvben/rumdl/issues/317))
[24 lines not shown]
devel/mise: update to 2026.1.6
This release brings two significant quality-of-life improvements: enhanced error diagnostics for configuration files and a new environment caching system. When you make a typo in your mise.toml, you'll now get beautifully formatted error messages with precise line and column information thanks to miette diagnostics. The new environment caching feature can dramatically speed up shell activation for projects with complex environment setups.
Highlights
TOML Parsing Diagnostics - Configuration errors now display with clear, contextual error messages showing exactly where the problem is in your file. No more guessing which line has the syntax error! #7764 by @jdx
Environment Caching - A new caching system for environment resolution that supports module-level cacheability. This can significantly speed up mise activate for projects with many tools or complex configurations. #7761 by @jdx
Bug Fixes
Auto-created venvs now properly handle freshness checks during the prepare phase, preventing unnecessary rebuilds #7770 by @jdx
Task tools are now included in environment resolution cache checks, ensuring cache invalidation works correctly when task-specific tools change #7786 by @jdx
Tool stubs now include dependency toolset paths, fixing issues where tools couldn't find their dependencies #7777 by @thejcannon
Fixed rust lockfile inconsistency #7780 by @vadimpiven
Registry Updates
Added miller - a powerful CSV/JSON/etc data processing tool #7782 by @kit494way
[11 lines not shown]
devel/hexpatch: update to 1.12.5
What's Changed
Update deps
Add feature to use system keystone by @Xeonacid in #153
Improved German translation by @naibaf-1 in #154
yazi: update to 26.1.22.
v26.1.22
Added
Tree view for the preset archive previewer (#3525)
Support compressed tarballs (.tar.gz, .tar.bz2, etc.) in the preset archive previewer (#3518)
Check and refresh the file list when the terminal gains focus (#3561)
Experimental module-level async support (#3594)
Disable ANSI escape sequences in ya pkg when stdout is not a TTY (#3566)
New Path.os() API creates an OS-native Path (#3541)
Fixed
Smart-case in interactive cd broken due to a typo (#3540)
Fix shell formatting for non-spread opener rules (#3532)
sort extension excludes directories since only files have extensions (#3582)
Account for URL covariance in Url:join() (#3514)
evas: tweak PLIST.cserve on NetBSD
shm_open(3) was added over ten years ago, so we can reasonably expect
this is present in any supported NetBSD release. (On the other hand,
pkgtools/mksandbox does not create a /var/shm, so untweaked pbulk
environments can choke on this. Might as well drop the cruft here.)