Update dependency tealdeer-rs/tealdeer to v1.9.0 #28

Open
renovate-bot wants to merge 1 commit from renovate/tealdeer-rs-tealdeer-1.x into main
Collaborator

This PR contains the following updates:

Package Update Change
tealdeer-rs/tealdeer minor 1.8.1 → 1.9.0

Release Notes

tealdeer-rs/tealdeer (tealdeer-rs/tealdeer)

v1.9.0

Compare Source

This release of tealdeer adds support for placeholder escaping and placeholder
variants, and contains various improvements for configuring tealdeer.

Escaped placeholders are a special form of placeholders which are needed to
render pages like docker compose correctly. Placeholder variants are a new
feature of tldr pages that allows to specify both the short and long form of
program flags in a tldr page. Tealdeer now parses these placeholders correctly
and allows users to choose which variant should be displayed.

On MacOS, tealdeer now uses XDG directories by default. For backwards
compatibility, if tealdeer configuration files or a page cache is already
present at the previously used locations, they will still be used going forward.
A side effect of this is that the directories used on Windows have changed.
However, the new paths are more canonical, so there is no automatic migration
for Windows users. Please use tldr --show-paths to move your configuration
files to the new location.

In addition to relative paths, the config file now supports tilde expansion for
file paths. Furthermore, users can now override any settings from the config
file using the --override-config command line flag.

For details, please refer to the [user documentation]. Note that the user
documentation has been moved from GitHub pages to our own domain. The new site
allows you to select for which version of tealdeer you want to view the
documentation.

Changes:
  • [added] Support for placeholder escaping ([#​414])
  • [added] Suggest trying different TLS backend when update fails ([#​465])
  • [added] Add builtin tldr tealdeer page ([#​472])
  • [added] Add display.indent config option ([#​471])
  • [added] Support tilde (~) expansion on config paths ([#​476])
  • [added] Add updates.warn_cache_age config option ([#​492])
  • [added] Add --override-config flag ([#​458])
  • [added] Support for placeholder variants ([#​512])
  • [added] Add version support to published docs ([#​358])
  • [changed] Support XDG directory spec on macOS by switching app_dirs2 to etcetera ([#​467])
  • [changed] Silence the missing-cache message under --quiet ([#​500])
  • [changed] Allow --no-auto-update without a command ([#​501])
  • [changed] Bump edition to 2024 ([#​510])
  • [changed] Error on unknown config keys ([#​516])
  • [chore] Add native Windows ARM64 release and tests in CI ([#​502], [#​503])
  • [removed] Remove cleanup code for old pages directory ([#​514])
Contributors to this version:

Thanks!


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [tealdeer-rs/tealdeer](https://github.com/tealdeer-rs/tealdeer) | minor | `1.8.1` → `1.9.0` | --- ### Release Notes <details> <summary>tealdeer-rs/tealdeer (tealdeer-rs/tealdeer)</summary> ### [`v1.9.0`](https://github.com/tealdeer-rs/tealdeer/blob/HEAD/CHANGELOG.md#v190-v190-2026-08-24) [Compare Source](https://github.com/tealdeer-rs/tealdeer/compare/v1.8.1...v1.9.0) This release of tealdeer adds support for placeholder escaping and placeholder variants, and contains various improvements for configuring tealdeer. Escaped placeholders are a special form of placeholders which are needed to render pages like `docker compose` correctly. Placeholder variants are a new feature of tldr pages that allows to specify both the short and long form of program flags in a tldr page. Tealdeer now parses these placeholders correctly and allows users to choose which variant should be displayed. On MacOS, tealdeer now uses XDG directories by default. For backwards compatibility, if tealdeer configuration files or a page cache is already present at the previously used locations, they will still be used going forward. A side effect of this is that the directories used on Windows have changed. However, the new paths are more canonical, so there is no automatic migration for Windows users. Please use `tldr --show-paths` to move your configuration files to the new location. In addition to relative paths, the config file now supports tilde expansion for file paths. Furthermore, users can now override any settings from the config file using the `--override-config` command line flag. For details, please refer to the \[user documentation]. Note that the user documentation has been moved from GitHub pages to our own domain. The new site allows you to select for which version of tealdeer you want to view the documentation. ##### Changes: - \[added] Support for placeholder escaping (\[[#&#8203;414](https://github.com/tealdeer-rs/tealdeer/issues/414)]) - \[added] Suggest trying different TLS backend when update fails (\[[#&#8203;465](https://github.com/tealdeer-rs/tealdeer/issues/465)]) - \[added] Add builtin `tldr tealdeer` page (\[[#&#8203;472](https://github.com/tealdeer-rs/tealdeer/issues/472)]) - \[added] Add `display.indent` config option (\[[#&#8203;471](https://github.com/tealdeer-rs/tealdeer/issues/471)]) - \[added] Support tilde (\~) expansion on config paths (\[[#&#8203;476](https://github.com/tealdeer-rs/tealdeer/issues/476)]) - \[added] Add `updates.warn_cache_age` config option (\[[#&#8203;492](https://github.com/tealdeer-rs/tealdeer/issues/492)]) - \[added] Add `--override-config` flag (\[[#&#8203;458](https://github.com/tealdeer-rs/tealdeer/issues/458)]) - \[added] Support for placeholder variants (\[[#&#8203;512](https://github.com/tealdeer-rs/tealdeer/issues/512)]) - \[added] Add version support to published docs (\[[#&#8203;358](https://github.com/tealdeer-rs/tealdeer/issues/358)]) - \[changed] Support XDG directory spec on macOS by switching app\_dirs2 to etcetera (\[[#&#8203;467](https://github.com/tealdeer-rs/tealdeer/issues/467)]) - \[changed] Silence the missing-cache message under --quiet (\[[#&#8203;500](https://github.com/tealdeer-rs/tealdeer/issues/500)]) - \[changed] Allow --no-auto-update without a command (\[[#&#8203;501](https://github.com/tealdeer-rs/tealdeer/issues/501)]) - \[changed] Bump edition to 2024 (\[[#&#8203;510](https://github.com/tealdeer-rs/tealdeer/issues/510)]) - \[changed] Error on unknown config keys (\[[#&#8203;516](https://github.com/tealdeer-rs/tealdeer/issues/516)]) - \[chore] Add native Windows ARM64 release and tests in CI (\[[#&#8203;502](https://github.com/tealdeer-rs/tealdeer/issues/502)], \[[#&#8203;503](https://github.com/tealdeer-rs/tealdeer/issues/503)]) - \[removed] Remove cleanup code for old pages directory (\[[#&#8203;514](https://github.com/tealdeer-rs/tealdeer/issues/514)]) ##### Contributors to this version: - \[Ellis Clayton]\[[@&#8203;ellsclytn](https://github.com/ellsclytn)] - \[[@&#8203;Giftzwerg02](https://github.com/Giftzwerg02)]\[[@Giftzwerg02](https://github.com/Giftzwerg02)] - \[Guilherme Albuquerque]\[[@&#8203;gui-alb](https://github.com/gui-alb)] - \[Marshall Porter]\[[@&#8203;meop](https://github.com/meop)] - \[Niklas Mohrin]\[[@&#8203;niklasmohrin](https://github.com/niklasmohrin)] - \[Nikolaos Karaolidis]\[[@&#8203;karaolidis](https://github.com/karaolidis)] - \[Pavel T.]\[[@&#8203;ptcodes](https://github.com/ptcodes)] - \[[@&#8203;VXNCXNX](https://github.com/VXNCXNX)]\[[@VXNCXNX](https://github.com/VXNCXNX)] - \[[@&#8203;xtqqczze](https://github.com/xtqqczze)]\[[@xtqqczze](https://github.com/xtqqczze)] Thanks! </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate CLI](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0NC4yOS4zIiwidXBkYXRlZEluVmVyIjoiNDQuODIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/tealdeer-rs-tealdeer-1.x:renovate/tealdeer-rs-tealdeer-1.x
git switch renovate/tealdeer-rs-tealdeer-1.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/tealdeer-rs-tealdeer-1.x
git switch renovate/tealdeer-rs-tealdeer-1.x
git rebase main
git switch main
git merge --ff-only renovate/tealdeer-rs-tealdeer-1.x
git switch renovate/tealdeer-rs-tealdeer-1.x
git rebase main
git switch main
git merge --no-ff renovate/tealdeer-rs-tealdeer-1.x
git switch main
git merge --squash renovate/tealdeer-rs-tealdeer-1.x
git switch main
git merge --ff-only renovate/tealdeer-rs-tealdeer-1.x
git switch main
git merge renovate/tealdeer-rs-tealdeer-1.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
unixorn/packages-flamion!28
No description provided.