graphql-api
graphql-api copied to clipboard
Bump i18n from 0.7.0 to 1.10.0
Bumps i18n from 0.7.0 to 1.10.0.
Release notes
Sourced from i18n's releases.
v1.10.0
What's Changed
New Features
- LazyLoadable Backend by
@paarthmadan
in ruby-i18n/i18n#612- Add a version badge to README by
@mishina2228
in ruby-i18n/i18n#621Bug fixes
- Remove warning: assigned but unused variable by
@mishina2228
in ruby-i18n/i18n#611- Minor
I18n.normalize_keys
improvement by@codealchemy
in ruby-i18n/i18n#616- Allow overriding of entry resolving entry resolving separate from defaults by
@movermeyer
in ruby-i18n/i18n#622Other changes
- Remove pry from Gemfile as it is not used by
@dvzrv
in ruby-i18n/i18n#608New Contributors
@dvzrv
made their first contribution in ruby-i18n/i18n#608@mishina2228
made their first contribution in ruby-i18n/i18n#611Full Changelog: https://github.com/ruby-i18n/i18n/compare/v1.9.1...v1.10.0
v1.9.1
What's Changed
- Revert "Fix missing requires of i18n/core_ext/hash" by
@radar
in ruby-i18n/i18n#602- CI: Lint the GitHub Actions YAML by
@olleolleolle
in ruby-i18n/i18n#604Full Changelog: https://github.com/ruby-i18n/i18n/compare/v1.9.0...v1.9.1
v1.9.0
Minor version bump: The number of changes in this release are more than I would feel comfortable including in a point release. Therefore, I have bumped the minor version number here. --
@radar
What's Changed
- No longer rely on refinements for Hash utility methods. by
@casperisfine
in ruby-i18n/i18n#573- Fix typo: function is missing closing parenthesis by
@patrickgramatowski
in ruby-i18n/i18n#585- CI: ruby/setup-ruby with cache by
@olleolleolle
in ruby-i18n/i18n#582- Test on Ruby 3.1 & Rails 7.0x by
@radar
in ruby-i18n/i18n#597- Fix lookups of
0
keys by@movermeyer
in ruby-i18n/i18n#594- Only deep_symbolize_keys when needed by
@paarthmadan
in ruby-i18n/i18n#588- Symbolize names and freeze values when loading from JSON by
@paarthmadan
in ruby-i18n/i18n#587- Clean up unneeded test aliases by
@paarthmadan
in ruby-i18n/i18n#589- Resolve
Symbol
s using the original fallback locale by@movermeyer
in ruby-i18n/i18n#591- Conditionally assert load_json returns symbolized data by
@paarthmadan
in ruby-i18n/i18n#601- Symbolize keys and freeze values when loading from YAML by
@paarthmadan
in ruby-i18n/i18n#583- fix ReDoS by
@ooooooo-q
in ruby-i18n/i18n#600- Exclude MissingTranslation options that are not used by the instance by
@sundling
in ruby-i18n/i18n#581
... (truncated)
Commits
b805537
Bump to 1.10.0789d12e
Merge pull request #622 from movermeyer/movermeyer/resolve_defaults_with_curr...19f190d
Allow overriding of entry resolving entry resolving separate from defaults0a9e47a
Merge pull request #621 from mishina2228/add-badge0820914
Add a version badgefb7095a
Merge pull request #612 from Shopify/pm/lazy-loadable-backend422959a
Introduce LazyLoadable backend00fc810
Merge pull request #616 from codealchemy/normalize-keys/splatf3c1936
Tweak array construction innormalize_keys
eb9dbf4
Yield loaded translations to block in #load_translations- Additional commits viewable in compare view
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 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
You can disable automated security fix PRs for this repo from the Security Alerts page.