Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 21, 2025

Bumps allsorts from 0.15.1 to 0.16.1.

Release notes

Sourced from allsorts's releases.

Version 0.16.0

Added

  • Support for mark filtering sets.
  • Support for shaping text that uses Myanmar script, such as Burmese.
  • Support kerning via kern table.
  • Support for shaping with the morx table.
  • Support parsing COLRv0, COLRv1, and CPAL tables.
  • Support traversing the paint operators of the COLR table.
  • Apply variations when visiting the outlines of glyf based fonts.
  • Introduce subsetting profiles for more influence over subsetting.
  • Provide access to bounding box of glyphs.

Changed

  • Parse head table up front in Font. Public head_table field replaces head_table method.
  • Introduce MissingTable variant to ParseError. This is used in place of MissingValue in the default implementation of read_table_data in FontTableProvider.
  • Update to use Unicode 16 tables.
  • Update brotli-decompressor to use Rust implementation.
  • Apply GPOS lookups in global order.
  • Increase MSRV to 1.83.0.
  • Replace use of Rc in layout cache with Arc.

Fixed

  • Respect flip flag in sbix lookup.
  • Skip over whole input sequence with applying GPOS chained context positioning.
  • Always honour variation selector when glyph mapping.
  • Fix handling of glyph index 0 in CMAP format 4.
  • Apply a maximum limit to GPOS substitutions.
  • Relax CMAP format 4 length check to support fonts in the wild.

Full Changelog: yeslogic/allsorts@v0.15.0...v0.16.0

Changelog

Sourced from allsorts's changelog.

[0.16.1] - 2025-11-21

Fixed

  • Fix docs generation on docs.rs

[0.16.0] - 2025-11-20

Added

  • Support for mark filtering sets.
  • Support for shaping text that uses Myanmar script, such as Burmese.
  • Support kerning via kern table.
  • Support for shaping with the morx table.
  • Support parsing COLRv0, COLRv1, and CPAL tables.
  • Support traversing the paint operators of the COLR table.
  • Apply variations when visiting the outlines of glyf based fonts.
  • Introduce subsetting profiles for more influence over subsetting.
  • Provide access to bounding box of glyphs.

Changed

  • Parse head table up front in Font. Public head_table field replaces head_table method.
  • Introduce MissingTable variant to ParseError. This is used in place of MissingValue in the default implementation of read_table_data in FontTableProvider.
  • Update to use Unicode 16 tables.
  • Update brotli-decompressor to use Rust implementation.
  • Apply GPOS lookups in global order.
  • Increase MSRV to 1.83.0.
  • Replace use of Rc in layout cache with Arc.

Fixed

  • Respect flip flag in sbix lookup.
  • Skip over whole input sequence with applying GPOS chained context positioning.
  • Always honour variation selector when glyph mapping.
  • Fix handling of glyph index 0 in CMAP format 4.
  • Apply a maximum limit to GPOS substitutions.
  • Relax CMAP format 4 length check to support fonts in the wild.

[0.15.0] - 2024-06-06

Added

  • Support for instancing variable fonts and reading variable font related tables such as fvar, gvar, avar.
  • Support for CFF2: Reading, instancing, subsetting to CFF, and extracting

... (truncated)

Commits
  • e69b42e Remove continue-on-error from Allsorts CI
  • ae51d04 Improve Allsort CI
  • 0bcbf8b Allsorts 0.16.1
  • 7871838 Fix docs generation on docs.rs
  • d5cc8d9 Allsorts 0.16.0
  • 4c951b4 Minor fixes from clippy and Claude.
  • 5a13654 Document inputs to gsub_apply_lookup
  • 07b5235 Change GSUB limit to be based on input size
  • 15156d7 Add glyph substituion limit in GSUB for all multiplesubst substitutions
  • 2f82fbd RawGlyph field clarification
  • 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Nov 21, 2025
@pamburus pamburus force-pushed the dependabot/cargo/allsorts-0.16.1 branch from ee10e39 to 8b8e01c Compare November 25, 2025 23:16
@codecov
Copy link

codecov bot commented Nov 25, 2025

Codecov Report

❌ Patch coverage is 33.33333% with 6 lines in your changes missing coverage. Please review.
✅ Project coverage is 76.50%. Comparing base (6512002) to head (fb4eb5f).

Files with missing lines Patch % Lines
src/font.rs 33.33% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #405      +/-   ##
==========================================
- Coverage   76.58%   76.50%   -0.09%     
==========================================
  Files          29       29              
  Lines        4011     4013       +2     
==========================================
- Hits         3072     3070       -2     
- Misses        939      943       +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@pamburus pamburus force-pushed the dependabot/cargo/allsorts-0.16.1 branch from 8b8e01c to d2560b1 Compare November 25, 2025 23:24
Bumps [allsorts](https://github.com/yeslogic/allsorts) from 0.15.1 to 0.16.1.
- [Release notes](https://github.com/yeslogic/allsorts/releases)
- [Changelog](https://github.com/yeslogic/allsorts/blob/master/CHANGELOG.md)
- [Commits](yeslogic/allsorts@v0.15.1...v0.16.1)

---
updated-dependencies:
- dependency-name: allsorts
  dependency-version: 0.16.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@pamburus pamburus force-pushed the dependabot/cargo/allsorts-0.16.1 branch from d2560b1 to fb4eb5f Compare December 27, 2025 23:54
@premitor premitor bot enabled auto-merge (squash) December 27, 2025 23:54
@premitor
Copy link

premitor bot commented Dec 27, 2025

🤖 Auto-merge enabled. This PR will merge automatically once all required checks pass.

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 rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants