Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 30, 2026

Updates the requirements on cosmic-text to permit the latest version.

Release notes

Sourced from cosmic-text's releases.

0.17.0

Links

Fixed

  • Fix variable font weight for SwashCache::get_outline_commands()
  • Allow fallback to fonts with mismatched stretch or style
  • Shape as fake italic if no matching italic font exists
  • Prevent line break opportunities from splitting ligatures

Changed

  • Update all dependencies to latest versions

Removed

  • Attrs::matches was removed as it is not compatible with new fallback logic
Changelog

Sourced from cosmic-text's changelog.

[0.17.0] - 2026-01-29

Fixed

  • Fix variable font weight for SwashCache::get_outline_commands()
  • Allow fallback to fonts with mismatched stretch or style
  • Shape as fake italic if no matching italic font exists
  • Prevent line break opportunities from splitting ligatures

Changed

  • Update all dependencies to latest versions

Removed

  • Attrs::matches was removed as it is not compatible with new fallback logic

[0.16.0] - 2025-12-29

Added

  • Add Renderer trait for more flexible rendering of buffers and editors
  • Make hinting configurable with Hinting enum

Fixed

  • Fix bench compilation
  • Round x_advance to nearest monospace width when requested
  • Do not use ASCII fast path when a word has incompatible spans

Changed

  • Update harfrust to 0.4.1
  • Update skrifa to 0.39.0

[0.15.0] - 2025-10-30

Added

  • Add DISABLE_HINTING cache flag
  • Variable font support
  • Add pixel font flag
  • Add ASCII fast path optimization to ShapeWord::build
  • Optimize BidiParagraphs with ASCII fast path
  • Add explicit lifetimes to borrowed return types
  • Implement pixel-based scrolling for the Editor
  • Add alignment paramater to set_text

Fixed

... (truncated)

Commits
  • bdd6657 0.17.0
  • d907e41 fix: resolve no_std build issues in ligature handling
  • 723841f fix: improved dynamic ligature probing to handle contextual alternates
  • c6ce5e6 fix: use dynamic font probing to preserve ligatures across break opportunities
  • 5d1db49 chore: extend fix to != and ++ ligatures, match existing test style
  • d391a3a chore: add unit test and improve comment
  • 8c8c41b fix: prevent line break splitting |> ligature sequence
  • ee702e5 Reorder fields in FontMatchKey to fix fallback logic; Add comments
  • 2729d2d Refactor override_fake_italic()
  • a288f1d Shape as fake italic if no matching italic font exists
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [cosmic-text](https://github.com/pop-os/cosmic-text) to permit the latest version.
- [Release notes](https://github.com/pop-os/cosmic-text/releases)
- [Changelog](https://github.com/pop-os/cosmic-text/blob/main/CHANGELOG.md)
- [Commits](pop-os/cosmic-text@0.16.0...0.17.0)

---
updated-dependencies:
- dependency-name: cosmic-text
  dependency-version: 0.17.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the C-Dependencies A change to the crates that Bevy depends on label Jan 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C-Dependencies A change to the crates that Bevy depends on

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant