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 leptos-fluent from 0.0.21 to 0.1.8 #33

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 2, 2024

Bumps leptos-fluent from 0.0.21 to 0.1.8.

Release notes

Sourced from leptos-fluent's releases.

v0.1.8

See CHANGELOG.

v0.1.7

See CHANGELOG.

v0.1.6

See CHANGELOG.

v0.1.5

See CHANGELOG.

v0.1.4

See CHANGELOG.

v0.1.3

See CHANGELOG.

v0.1.2

See CHANGELOG.

v0.1.1

See CHANGELOG.

v0.1.0

See CHANGELOG.

v0.0.37

See CHANGELOG.

v0.0.36

See CHANGELOG.

v0.0.35

See CHANGELOG.

v0.0.34

See CHANGELOG.

v0.0.33

See CHANGELOG.

v0.0.32

See CHANGELOG.

v0.0.31

See CHANGELOG.

v0.0.30

See CHANGELOG.

... (truncated)

Changelog

Sourced from leptos-fluent's changelog.

2024-07-01 - [0.1.8]

New features

  • Add tracing feature to enable building with tracing support.

Enhancements

  • Stop depending on wasm-bindgen from leptos-fluent crate.
  • Better error messages parsing parameters with leptos_fluent! macro.

2024-06-29 - [0.1.7]

New features

  • Add next parameters to leptos_fluent! macro:
    • initial_language_from_server_function to set the initial language from a server function.
    • set_language_to_server_function set language updates to a server function.
    • initial_language_from_localstorage_to_server_function to set the initial language from local storage to a server function.
    • initial_language_from_cookie_to_server_function to set the initial language from a cookie to a server function.
    • initial_language_from_navigator_to_server_function to set the initial language from the browser language to a server function.
    • initial_language_from_url_param_to_server_function to set the initial language from URL parameter to a server function.
    • initial_language_from_server_function_to_cookie to set the initial language from a server function to a cookie.
    • initial_language_from_server_function_to_localstorage to set the initial language from a server function to local storage.

Enhancements

  • Accept #[cfg(debug_assertions)] and #[cfg(not(debug_assertions))] conditional checks for the next leptos_fluent! macro parameters:
    • check_translations
    • languages
    • core_locales

2024-06-27 - [0.1.6]

New features

  • Add provide_meta_context parameter to leptos_fluent! to provide meta information about the macro caller arguments. Use, for example, leptos_fluent::i18n().meta().unwrap().cookie_name to get the value

... (truncated)

Commits
  • 24da8c8 Add tracing feature (#188)
  • 2920301 Fix error in README
  • 2c7335a Stop depending on wasm-bindgen from leptos-fluent crate (#187)
  • dce4938 Don't panic if no language name found (#186)
  • fbfb537 Refactor macro params code (#185)
  • c0d2230 Add initial_language_from_server_function_to_localstorage to `leptos_fluent...
  • 5739296 Add initial_language_from_server_function_to_cookie to leptos_fluent! (#183)
  • d208b06 Build examples with nightly toolchain on CI (#182)
  • 54a2eca Add initial_language_from_url_param_to_server_function to leptos_fluent! ...
  • c484858 Add initial_language_from_navigator_to_server_function to leptos_fluent! ...
  • Additional commits viewable 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 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)

Bumps [leptos-fluent](https://github.com/mondeja/leptos-fluent) from 0.0.21 to 0.1.8.
- [Release notes](https://github.com/mondeja/leptos-fluent/releases)
- [Changelog](https://github.com/mondeja/leptos-fluent/blob/master/CHANGELOG.md)
- [Commits](mondeja/leptos-fluent@v0.0.21...v0.1.8)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 2, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants