elixir-cldr / cldr

Elixir implementation of CLDR/ICU
Other
451 stars 34 forks source link

Bump gettext from 0.15.0 to 0.16.0 #75

Closed dependabot-preview[bot] closed 6 years ago

dependabot-preview[bot] commented 6 years ago

Bumps gettext from 0.15.0 to 0.16.0.

Changelog *Sourced from [gettext's changelog](https://github.com/elixir-lang/gettext/blob/master/CHANGELOG.md).* > ## v0.16.0 > > * Fix bugs related to expanding arguments to Gettext macros > * Fix a bug where you couldn't have filenames with colons in them in reference comments > * Add `handle_missing_translation/4` and `handle_missing_plural_translation/6` callbacks to Gettext backends > * Fix a bug in `mix gettext.extract`, which was ignoring the `--merge` option
Commits - [`a9b1cb0`](https://github.com/elixir-lang/gettext/commit/a9b1cb0af4faf988951939ca2082781d52571da4) Release v0.16.0 - [`2db49ff`](https://github.com/elixir-lang/gettext/commit/2db49ff491ce94fa08792a26c608d2e014d39dbc) Split up tests for "mix gettext.merge" - [`ff14a77`](https://github.com/elixir-lang/gettext/commit/ff14a772a1e003151f2908244e48751c8c117caf) Fix a bug in "mix gettext.extract --merge" - [`f1a845b`](https://github.com/elixir-lang/gettext/commit/f1a845b611b896ac431e4dce241604c18a26ce8b) Add handle_missing_(plural_)translation/4,6 callbacks to Gettext backends ([#187](https://github-redirect.dependabot.com/elixir-lang/gettext/issues/187)) - [`0359d6e`](https://github.com/elixir-lang/gettext/commit/0359d6e402979294048144fe5107b103a8418d6d) Support filenames with colons in reference comments ([#186](https://github-redirect.dependabot.com/elixir-lang/gettext/issues/186)) - [`e3e1fa6`](https://github.com/elixir-lang/gettext/commit/e3e1fa640aa9f2412a3acc533f5efccac89543d0) Fix bindings type ([#185](https://github-redirect.dependabot.com/elixir-lang/gettext/issues/185)) - [`faa6307`](https://github.com/elixir-lang/gettext/commit/faa63075856ee0950dadc3aeac4ef0deaa2768f4) Use async stream to bind memory usage - [`5942a3a`](https://github.com/elixir-lang/gettext/commit/5942a3a7614578df701f90c4dda4f93e4d95dce3) Make comments consistent - [`399220f`](https://github.com/elixir-lang/gettext/commit/399220f54a29232d49514d8644ab07a247e31e56) Revert to expanding <<>> AST in Gettext macros - [`f7c9645`](https://github.com/elixir-lang/gettext/commit/f7c964538e098e6365ab551fb8c6ce33b93d3117) Fix a missing version in the CHANGELOG ([#175](https://github-redirect.dependabot.com/elixir-lang/gettext/issues/175)) - See full diff in [compare view](https://github.com/elixir-lang/gettext/compare/v0.15.0...v0.16.0)


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 merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major 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 use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 6 years ago

Looks like gettext is up-to-date now, so this is no longer needed.