zsh-autosuggestions: update to 0.7.1.
## v0.7.1
- Clear POSTDISPLAY instead of unsetting (#634)
- Always reset async file descriptor after consuming it (#630)
- Always use builtin `exec` (#628)
- Add `history-beginning-search-*-end` widgets to clear widget list (#619)
- Switch CI from Circle CI to GitHub Actions
(www/R-bslib) Updated 0.9.0 to 0.11.0
# bslib 0.11.0
--------------
## New features
* Added a new `toolbar()` component for creating Bootstrap toolbars
that can contain buttons, text, and other elements. (#1247)
* Added `toolbar_input_button()` for easily creating buttons to
include in a `toolbar()`. (#1248)
* Added `toolbar_input_select()`, a select input designed for use
within a `toolbar()`. (#1249)
* Added `update_toolbar_input_select()` for updating the choices,
icon, label, and selected value of a `toolbar_input_select()` from
the server. (#1266)
* Added `update_toolbar_input_button()` for updating the label,
icon, and disabled state of a `toolbar_input_button()` from the
server. (#1266)
[95 lines not shown]
security/ruby-oauth: update to 1.1.6
1.1.6 (2026-06-07)
* TAG: v1.1.6
* COVERAGE: 89.05% -- 838/941 lines in 33 files
* BRANCH COVERAGE: 60.46% -- 159/263 branches in 33 files
* 40.38% documented
Changed
* Retemplated project workflows, appraisals, and development tooling with
the current kettle-jem template.
* Documented current OAuth::Consumer configuration options, including token
request redirect safety settings, and corrected the OAuth 1.0a usage
example.
* Raised the runtime dependency floor for auth-sanitizer to >= 0.2.1.
* Raised the runtime dependency floor for snaky_hash to >= 2.0.5.
[6 lines not shown]
devel/ruby-version_gem: update to 1.1.11
1.1.11 (2026-06-06)
* TAG: v1.1.11
* COVERAGE: 100.00% -- 58/58 lines in 2 files
* BRANCH COVERAGE: 0.00% -- 0/0 branches in 2 files
* 85.19% documented
Added
* Added the generated appraisal2 binstub.
Changed
* Refreshed generated CI workflows, README support badges, gemspec
development dependency floors, and template metadata from the current
kettle-jem template.
* Updated generated Appraisal2 integration to use the appraisal2-rubocop
[2 lines not shown]
databases/ruby-sqlite3: update to 2.9.5
2.9.5 (2026-06-07)
Dependencies
* Vendored sqlite is updated to v3.53.2 (from v3.53.1). #709 @flavorjones
Security / Stability
* Fix use-after-free issue with custom functions, when the same function
name is used with multiple arities. See GHSA-28hh-pr2h-2w89 for more
information. #710 @flavorjones
* Fix use-after-free issue with aggregate functions, if a statement is used
after a soft database close. See GHSA-j7fr-3v8c-3qc3 for more
information. #711 @flavorjones
www/squid7: update to 7.6
Changes in squid-7.6 (2026-06-08)
- HTTP/1.1: Transfer-Encoding:identity is prohibited
- Harden peerDigestSwapInMask against invalid cache digest reply
- Fix parsing of legacy url_rewrite_program responses
- Fix handling of truncated legacy errorpage %codes
- Do not treat tiny virgin response buffer space specially
- Honor reply_header_max_size for received FTP control responses
- Improve parsing of certain FTP directory listing formats
- Support Nettle 4.0 md5_digest API
- Reject excessively large FTP control replies
- .. and some cleanups
www/chromium: update to 149.0.7827.53
* 149.0.7827.53
This update includes 429 security fixes. Below, we highlight fixes
that were contributed by external researchers.
Please see the Chrome Security Page for more information.
* Fix build with wayland support: add missing include
(devel/R-usethis) Updated 3.1.0 to 3.2.1
# usethis 3.2.1
* `create_quarto_project()` exits early if the Quarto CLI does not appear to be
installed and related tests are skipped (#2162).
# usethis 3.2.0
## Formatting
* `use_air()` is a new function to configure a project to use
[Air](https://posit-dev.github.io/air/), an extremely fast R code formatter.
* `use_tidy_style()` is deprecated, in favor of using Air for any new, explicit
formatting efforts (#2110).
## Project-hood
[42 lines not shown]
(devel/R-pak) Updated 0.8.0.1 to 0.9.5
# pak 0.9.5
* Vector valued library path now works correctly in `lockfile_create()`
(#864, #868).
* pak now handles better PPM binaries on private PPM instances (#863).
# pak 0.9.4
* pak now works again with custom HTTPS certificates (#647, @tl-hbk).
# pak 0.9.3
* Setting `use_bioconductor = FALSE` (i.e. the `PKG_USE_BIOCONDUCTOR`
env var, or the `pkg.use_bioconductor` option) now truly prevents
any network contact with Bioconductor.
[50 lines not shown]
textproc/treemd: update to 0.5.12
[0.5.12] - 2026-06-06
Added
Toggle mouse capture for text selection - New M shortcut and :toggle mouse capture palette command release the mouse so the terminal's native click-drag selection works for copying arbitrary text; toggle back to restore scroll-wheel navigation. The README also documents the Shift+drag bypass supported by most terminals
Toggle heading markers in outline - New outline_heading_markers config option, # keyboard shortcut, and :toggle heading markers palette command to show/hide #/##/### level prefixes in the outline sidebar (default: true) (#57) — thanks to @alisaifee
Fixed
Table copy keys did nothing useful - In interactive table mode y/Y/r had been silently rebound to generic copy/raw-source actions during the action-dispatch refactor, so cell, row, and copy-as-markdown copy were inoperative. Restored via dedicated CopyTableCell/CopyTableRow/CopyTableMarkdown actions wired to the existing handlers, with a regression test
Inline backticks render as plain text - Inline code in table cells/headers, headings, and blockquotes now renders as styled inline code via format_inline_markdown() instead of literal backticks (#51, #53). Resolves the known issue carried in 0.5.11; requires turbovault-parser 1.5.0
Navigation to duplicate headings - Selecting an outline entry whose text appears multiple times always jumped to the first occurrence. HeadingNode/OutlineItem now carry a position index, and all content-extraction, selection-restore, and rendering paths resolve by index. extract_section(text) is preserved for the CLI --section flag, delegating to a new extract_section_at_index() (#56) — thanks to @alisaifee
snake_case corruption in subscript rendering - Terms like i_am_a_snake were mangled because _x was always treated as a LaTeX subscript. Subscript conversion now applies to _{x} unconditionally and to bare _x only when not mid-identifier (#58) — thanks to @alisaifee
Mermaid image sizing and scrolling - Mermaid diagrams now expand to fit terminal width and scroll correctly (#53)
Changed
Trimmed image format dependencies - ratatui-image 10 → 11 (dropped image-defaults) and image now opts into only the needed decoders (png, jpeg, gif, webp, bmp, ico, tiff), substantially shrinking the dependency tree
[3 lines not shown]
devel/gitpane: update to 0.7.13
[0.7.13] - 2026-06-07
Fixed
Adding a git submodule or linked worktree with the A key no longer removes it from the list almost immediately. A submodule stores its .git as a pointer file (gitdir: <path>) instead of a directory, so repository discovery did not recognize it as a real repo and pruned the pinned entry on the next filesystem rescan. Discovery now resolves the gitdir: pointer (absolute, or relative to the working tree) and looks for HEAD at the referenced git directory, so pinned submodules and worktrees persist.
textproc/doxx: update to 0.1.4
[0.1.4] - 2026-05-26
Added
SourceCode paragraph style renders as a distinct code block in all export formats and the TUI (#76)
Text inside wps:txbx shape text boxes is now extracted and rendered with box-drawing borders instead of being silently dropped (#76)
Fixed
Numbered list items sharing the same abstract numbering definition now count sequentially instead of both restarting at 1 (#76)
Bullet-format list levels (numFmt="bullet") no longer render as lettered sequences (#76)
w:br line break elements inside a run are now preserved, fixing multi-line code blocks concatenated into a single line (#76)
[0.1.3] - 2026-05-24
Added
Configurable keymap presets (default, vim, less) with per-user TOML overrides in ~/.config/doxx/config.toml (#26)
Search result highlighting: current match in yellow, other matches in gray
[15 lines not shown]