Skip to content

build(deps): bump click-extra from 7.9.0 to 7.10.0#657

Merged
ReenigneArcher merged 1 commit intomasterfrom
dependabot/pip/docs/pip-d37e8df304
Apr 3, 2026
Merged

build(deps): bump click-extra from 7.9.0 to 7.10.0#657
ReenigneArcher merged 1 commit intomasterfrom
dependabot/pip/docs/pip-d37e8df304

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 3, 2026

Bumps click-extra in /docs from 7.9.0 to 7.10.0.

Updates click-extra from 7.9.0 to 7.10.0

Release notes

Sourced from click-extra's releases.

v7.10.0

[!NOTE] 7.10.0 is available on 🐍 PyPI and 🐙 GitHub.

  • Highlight parent group names in subcommand help text, so ancestor command names are colored even when interleaved with options.
  • Add range_label, required, and argument theme slots to HelpExtraTheme. Argument metavars are now styled separately from option metavars.
  • Add cross_ref_highlight flag to HelpExtraTheme. Set to False to disable free-text highlighting of options, choices, arguments, metavars, and CLI names in descriptions and docstrings. Structural elements (bracket fields, deprecated messages, subcommand lists) are always styled.
  • Add type-aware flattening, field metadata, and nested dataclass support to config_schema. flatten_config_keys() and normalize_config_keys() accept an opaque_keys parameter to preserve data-keyed dicts. Fields support click_extra.config_path and click_extra.normalize_keys metadata. Nested dataclass fields are recursively instantiated with the same normalize/flatten/opaque logic.
  • Fix help text highlighting of hyphenated option names (e.g. --table-format split at the first hyphen), argument names (e.g. keys) colliding with option keywords, and substring matches in compound keywords (e.g. outline inside rounded-outline).
  • Fix enum coloring: use normalize_choice() to produce the exact strings shown in the metavar instead of raw enum member names.

Full changelog: v7.9.0...v7.10.0

Changelog

Sourced from click-extra's changelog.

7.10.0 (2026-04-02)

  • Highlight parent group names in subcommand help text, so ancestor command names are colored even when interleaved with options.
  • Add range_label, required, and argument theme slots to HelpExtraTheme. Argument metavars are now styled separately from option metavars.
  • Add cross_ref_highlight flag to HelpExtraTheme. Set to False to disable free-text highlighting of options, choices, arguments, metavars, and CLI names in descriptions and docstrings. Structural elements (bracket fields, deprecated messages, subcommand lists) are always styled.
  • Add type-aware flattening, field metadata, and nested dataclass support to config_schema. flatten_config_keys() and normalize_config_keys() accept an opaque_keys parameter to preserve data-keyed dicts. Fields support click_extra.config_path and click_extra.normalize_keys metadata. Nested dataclass fields are recursively instantiated with the same normalize/flatten/opaque logic.
  • Fix help text highlighting of hyphenated option names (e.g. --table-format split at the first hyphen), argument names (e.g. keys) colliding with option keywords, and substring matches in compound keywords (e.g. outline inside rounded-outline).
  • Fix enum coloring: use normalize_choice() to produce the exact strings shown in the metavar instead of raw enum member names.
Commits
  • 4f6539d [changelog] Release v7.10.0
  • 4a9ee71 Allow closing ] on its own line in config default regex
  • d664833 Handle re.error in regex line-by-line fallback
  • 44cd823 Fix cross-platform config default path regex in test fixtures
  • ef3e54f Fix tests
  • ff919c7 Streamline implementation
  • b32b303 Tweak CLI name
  • 65b860e Lint
  • 32f026c Refactor and speed up colorize utils
  • 57eed24 Document options
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps [click-extra](https://github.com/kdeldycke/click-extra) in `/docs` from 7.9.0 to 7.10.0.


Updates `click-extra` from 7.9.0 to 7.10.0
- [Release notes](https://github.com/kdeldycke/click-extra/releases)
- [Changelog](https://github.com/kdeldycke/click-extra/blob/main/changelog.md)
- [Commits](kdeldycke/click-extra@v7.9.0...v7.10.0)

---
updated-dependencies:
- dependency-name: click-extra
  dependency-version: 7.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Apr 3, 2026
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Apr 3, 2026

@ReenigneArcher ReenigneArcher changed the title build(deps): bump click-extra in /docs build(deps): bump click-extra from 7.9.0 to 7.10.0 Apr 3, 2026
@ReenigneArcher ReenigneArcher merged commit 7c3a0f5 into master Apr 3, 2026
17 checks passed
@ReenigneArcher ReenigneArcher deleted the dependabot/pip/docs/pip-d37e8df304 branch April 3, 2026 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant