py-blessed: updated to 1.27.0
1.27
* bugfix missing tests, bin, and docs folder in 1.26 release, :ghpull:`341`.
1.26
* introduced: :meth:`Terminal.detect_ambiguous_width`, :ghpull:`339`.
* introduced: :meth:`Terminal.no_line_wrap`, context manager for attributes
``disable_line_wrap`` and ``enable_line_wrap`` :ghpull:`337`.
* introduced: New methods :meth:`Terminal.color_hex` and :meth:`Terminal.on_color_hex` and bugfix
parsing of uncommon responses in :meth:`Terminal.get_fgcolor` and bgcolor, :ghpull:`335`.
* improved: performance of :meth:`Terminal.wrap`, :ghpull:`331` by :ghuser:`grayjk`.
* improved: :meth:`Terminal.wrap` gets break_on_hyphen support, matching
behavior of :func:`textwrap.wrap` by :ghuser:`ps06756` in :ghpull:`330`.
* bugfix: for missing leading sequences in :meth:`Terminal.center`, :meth:`Terminal.wrap()`, add
support for emojis containing Zero Width Joiner (`\u200D`) or Variation Selector-16 (`\uFE0F`),
:ghpull:`338`
py-soupsieve: updated to 2.8.3
2.8.3
- **FIX**: Fix inefficient attribute pattern.
2.8.2
- **FIX**: Ensure custom selectors or namespace dictionaries reject non-string keys (@mundanevision20).
- **FIX**: Fix handling of `:in-range` and `:out-of-range` with end of year weeks (@mundanevision20).
- **FIX**: Fix a potential infinite loop in the pretty printing debug function (@mundanevision20).
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)