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 ex_cldr_plugs from 1.0.0 to 1.1.0 #169

Merged
merged 1 commit into from
Jul 18, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 18, 2022

Bumps ex_cldr_plugs from 1.0.0 to 1.1.0.

Release notes

Sourced from ex_cldr_plugs's releases.

Cldr Plugs version 1.1.0

Enhancements

  • Adds :assigns as an optional source of the locale in Cldr.Plug.SetLocale. The library ex_cldr_routes introduces localised routing. These localised routes will set the conn.assigns[:cldr_locale] and therefore may be used as an indicator of the users locale preference if no other locale source (like the session, path or params) can be identified. Since the routes locale is tied to the route, not necessarily the users preference, this should be considered a lower priority locale source. The default :from parameter is updated to reflect this and is now set to [:session, :accept_language, :query, :path, :assigns].
Changelog

Sourced from ex_cldr_plugs's changelog.

Cldr Plugs v1.1.0

This is the changelog for Cldr Plugs v1.1.0 released on July 17th, 2022. For older changelogs please consult the release tag on GitHub

Enhancements

  • Adds :assigns as an optional source of the locale in Cldr.Plug.SetLocale. The library ex_cldr_routes introduces localised routing. These localised routes will set the conn.assigns[:cldr_locale] and therefore may be used as an indicator of the users locale preference if no other locale source (like the session, path or params) can be identified. Since the routes locale is tied to the route, not necessarily the users preference, this should be considered a lower priority locale source. The default :from parameter is updated to reflect this and is now set to [:session, :accept_language, :query, :path, :assigns].
Commits
  • 8a699ba Fix doc error
  • b40d7fa Add :assigns as a locale source in Cldr.Plug.SetLocale
  • 511a2ac Replace tabs with 2 spaces in readme
  • c3bda6d Add documentation for deprecated session_key
  • f4d5c86 Change all references to be ex_cldr_plugs (plural)
  • See full diff in compare view

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 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 elixir Pull requests that update Elixir code labels Jul 18, 2022
@dependabot dependabot bot force-pushed the dependabot/hex/ex_cldr_plugs-1.1.0 branch from 6de00f5 to 710d8c5 Compare July 18, 2022 09:47
@dependabot dependabot bot force-pushed the dependabot/hex/ex_cldr_plugs-1.1.0 branch from 710d8c5 to c0f6b1e Compare July 18, 2022 09:51
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 18, 2022

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Bumps [ex_cldr_plugs](https://github.com/elixir-cldr/cldr_plugs) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/elixir-cldr/cldr_plugs/releases)
- [Changelog](https://github.com/elixir-cldr/cldr_plugs/blob/main/CHANGELOG.md)
- [Commits](elixir-cldr/cldr_plugs@v1.0.0...v1.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/hex/ex_cldr_plugs-1.1.0 branch from c0f6b1e to 2edbff6 Compare July 18, 2022 10:07
@github-actions github-actions bot merged commit e11d302 into main Jul 18, 2022
@github-actions github-actions bot deleted the dependabot/hex/ex_cldr_plugs-1.1.0 branch July 18, 2022 10:11
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 elixir Pull requests that update Elixir code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants