Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump icu_segmenter from 1.3.0 to 1.3.2 #3359

Merged
merged 1 commit into from
Oct 5, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 5, 2023

Bumps icu_segmenter from 1.3.0 to 1.3.2.

Changelog

Sourced from icu_segmenter's changelog.

icu4x 1.3.2 (Oct 4, 2023)

1.3.2 was released to clean up the range dependency on zerovec deliberately introduced in 1.3.0. It includes all previous 1.3.x changes

icu4x 1.3.1

A subset of crates received a 1.3.1 patch release, to incorporate documentation fixes (#4103). These crates were: icu_calendar, icu_casemap, icu_datetime, icu_locid_transform, icu_provider.

icu4x 1.3 (Sep 25, 2023)

  • General
    • All updated crates:
    • Components now have the option to use compiled_data, an efficient default set of data baked in to the component. This is now recommended over using a data provider unless you have specific needs driving it.
  • Data model and providers
    • icu_provider:
      • Make DataPayload constructible from &'static M::Yokeable (#3467)
      • Add ExportableDataPayload::eq_dyn (#3639)
      • Better docs (#3740, #3742)
      • Moving fallback options into icu_provider (#3651)
      • Add DataPayload::dynamic_cast_mut (#3952)
      • (experimental) Add AuxiliaryKey to DataLocale (#3872)
    • icu_datagen:
      • Completely revamped API (#3705, #3861, #3951, #4008, #4041, #3669)
        • The old API is still available behind the legacy_api default Cargo feature
      • Updated baked data output to be usable by compiled_data (#3449, #3493, #3549, #3500, #3847)
      • Add recommended locale set and expand regions in datagen (#3586)
      • Make datagen faster by caching more things (#3625)
      • Consume CLDR-JSON resources keyed with default script (#3772, #3786)
      • (cli) Warn for --locales all (#3691)
    • icu_provider_adapters:
      • Deprecated LocaleFallbacker, use through icu::locid_transform (#TODO)
    • icu_provider_blob:
      • Returning ExtraneousLocale in BlobDataProvider (#3562)
      • Fix empty keys in BlobDataProvider (#3551)
    • icu_provider_fs:
      • Correct error types for icu_provider_fs (#3682)
  • Components:
    • Cross component:
      • All component crates now have a default compiled_data feature that provides default constructors that do not require using data providers, instead using data compiled into the library
    • icu_calendar
      • Support for new non-Gregorian calendars: Persian (Solar Hijri), ROC, Hebrew, Chinese, Korean (Dangi), and Islamic (civil, observational, tabular, and Umm al-Qura). Lunar calendars are not yet fully optimized.
      • Add Ord and PartialOrd to icu_calendar types (#3468)
      • Add cyclic year to FormattableYear (#3581)
    • icu_casemap
      • Newly stabilized crate
    • icu_collator
      • No additional changes
    • icu_collections

... (truncated)

Commits

Dependabot compatibility score

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 5, 2023
@codecov
Copy link

codecov bot commented Oct 5, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (3ff5282) 49.53% compared to head (ebed959) 49.53%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3359   +/-   ##
=======================================
  Coverage   49.53%   49.53%           
=======================================
  Files         446      446           
  Lines       43722    43722           
=======================================
  Hits        21658    21658           
  Misses      22064    22064           

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

@HalidOdat HalidOdat enabled auto-merge October 5, 2023 08:55
@HalidOdat HalidOdat added this pull request to the merge queue Oct 5, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to a conflict with the base branch Oct 5, 2023
@dependabot dependabot bot force-pushed the dependabot/cargo/icu_segmenter-1.3.2 branch from 10a546b to 23ed4b3 Compare October 5, 2023 09:26
Bumps [icu_segmenter](https://github.com/unicode-org/icu4x) from 1.3.0 to 1.3.2.
- [Release notes](https://github.com/unicode-org/icu4x/releases)
- [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md)
- [Commits](https://github.com/unicode-org/icu4x/compare/[email protected]@1.3.2)

---
updated-dependencies:
- dependency-name: icu_segmenter
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/icu_segmenter-1.3.2 branch from 23ed4b3 to ebed959 Compare October 5, 2023 10:02
@Razican Razican added this pull request to the merge queue Oct 5, 2023
Merged via the queue into main with commit 483fe02 Oct 5, 2023
14 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/icu_segmenter-1.3.2 branch October 5, 2023 12:19
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.

3 participants