Update dependency i18n to '< 1.14.9'#55
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
'< 1.1'→'< 1.14.9'Release Notes
ruby-i18n/i18n (i18n)
v1.14.8Compare Source
Full Changelog: ruby-i18n/i18n@v1.14.7...v1.14.8
What's Changed
cgirequire for Ruby 3.5 compatibility by @Earlopain in #713pathnameby @voxik in #708--enable-frozen-string-literalby @byroot in #726New Contributors
Full Changelog: ruby-i18n/i18n@v1.14.7...v1.14.8
v1.14.7Compare Source
What's Changed
Hash#inspectcompatibility. by @voxik in #709Full Changelog: ruby-i18n/i18n@v1.14.6...v1.14.7
v1.14.6Compare Source
What's Changed
Ruby < 3.2 support will be dropped April 2025. Upgrade now to continue using i18n after that date.
load_pathis not a string by @stevegeek in #701New Contributors
Full Changelog: ruby-i18n/i18n@v1.14.5...v1.14.6
v1.14.5Compare Source
What's Changed
New Contributors
Full Changelog: ruby-i18n/i18n@v1.14.4...v1.14.5
v1.14.4Compare Source
What's Changed
Note: the
raccdependency will be coming back in Version 2.Full Changelog: ruby-i18n/i18n@v1.14.3...v1.14.4
v1.14.3Compare Source
What's Changed
Fallbacks#inspectandFallbacks#empty?by @fatkodima in #683Upkeep
mochagem by @fatkodima in #677New Contributors
Full Changelog: ruby-i18n/i18n@v1.14.1...v1.14.3
v1.14.1Compare Source
Included in this release
Maintenance stuff
Thanks to @amatsuda for these PRs!
New Contributors
Full Changelog: ruby-i18n/i18n@v1.14.0...v1.14.1
v1.14.0Compare Source
What's Changed
New Contributors
Full Changelog: ruby-i18n/i18n@v1.13.0...v1.14.0
v1.13.0Compare Source
What's Changed
Dateobjects by @movermeyer in #640Backend::Baseby @movermeyer in #637I18n.tby @fatkodima in #651New Contributors
Full Changelog: ruby-i18n/i18n@v1.12.0...v1.13.0
v1.12.0Compare Source
What's Changed
I18n::Backend::Pluralization" by @radar in #633 -- this was causing breaking changes unintentionally.Full Changelog: ruby-i18n/i18n@v1.11.0...v1.12.0
v1.11.0Compare Source
What's Changed
I18n::Backend::Pluralizationby @movermeyer in #630New Contributors
Full Changelog: ruby-i18n/i18n@v1.10.0...v1.11.0
v1.10.0Compare Source
What's Changed
New Features
Bug fixes
I18n.normalize_keysimprovement by @codealchemy in #616Other changes
New Contributors
Full Changelog: ruby-i18n/i18n@v1.9.1...v1.10.0
v1.9.1Compare Source
What's Changed
Full Changelog: ruby-i18n/i18n@v1.9.0...v1.9.1
v1.8.11Compare Source
What's Changed
New Contributors
Full Changelog: ruby-i18n/i18n@v1.8.10...v1.8.11
v1.8.10: 1.8.10Compare Source
v1.8.9: 1.8.9Compare Source
Hash#exceptmethod -- #557This release also contains several build related updates -- rather than listing them out here, you can see the compare view between 1.8.8 and 1.8.9.
v1.8.8: 1.8.8Compare Source
OpenSSL::Digestinstead of usualDigestlibraries: #549v1.8.7: 1.8.7Compare Source
v1.8.6: 1.8.6Compare Source
Thread.currentfor multi-threading compatibility: #542I18n.tcalls -- fixes an incompatibility with Ruby 3.0: #545This gem's GitHub workflow files have been updated to ensure compatibility between new Rails versions (6.1) and the new Ruby release (3.0). See the "Actions" tab on GitHub for the full range of supported Rails and Ruby versions.
v1.8.5Compare Source
v1.8.4Compare Source
I18n.fallbackswas an array - #534INTERPOLATION_PATTERN- #531v1.8.3Compare Source
Compare view: ruby-i18n/i18n@v1.8.2...v1.8.3
Features / Improvements
on_fallbackhook to allow users to be notified when a fallback happens - #520Bug Fixes
v1.8.2Compare Source
deep_merge!&deep_mergemethods appear again in theHashrefinement.1b5e345, and is available in this release.v1.8.1Compare Source
deep_mergemethod.v1.8.0Compare Source
deep_mergewhen chaining fallback backends - #499.v1.7.1Compare Source
I18n is now tested with GitHub Actions, instead of Travis CI.
Fixed issue introduced in v1.7.0 (
04a814b) wherecountoption was not preserved - #503#501 adds a comment that explains that you will need to double-splat keyword arguments given to
I18n.tto avoid warnings in Ruby 2.7.v1.7.0Compare Source
I18n::Backend::Chain#translationsnow merges translations from all backends - #470v1.6.0Compare Source
Major updates
I18n.locale = false. See #471 for more information.Bugfixes / other improvements
Other changes
v1.5.3Compare Source
Fix issue where
localizewould return strange messages if the translation was missing - #464v1.5.2Compare Source
required_ruby_versionwas not set correctly in thegemspec- #462v1.5.1Compare Source
(Note that there is no v1.5.0 release. was prepping this release and found some more changes to make. So v1.5.1 is the first release for the v1.5.x series)
RUBY_VERSION <= 1.9v1.4.0Compare Source
fb0c8beand #455). See #447.v1.3.0Compare Source
Please note that as of this release, only 5.x and greater versions of Rails are supported (it might help to think of it as
~> 5.0, sorta.)v1.2.0Compare Source
CacheFilebackend module - #423JSONbackend module - #429oclocale - #440v1.1.1Compare Source
v1.1.0Compare Source
BREAKING CHANGE: Fallbacks
Please check your Rails app for this line:
This setting is now incorrect as of this version of I18n. It should instead be:
If not, fallbacks will be broken in your app by I18n 1.1.x.
Ensure that you are using
config.i18n.fallbacks = [I18n.default_locale]if you intend on fallbacks behaving correctly in I18n.Other fixes
assert_nothing_raised#417KeyValuebackend with subtrees disabled - #419yamlfile extension - #421Configuration
📅 Schedule: (in timezone Europe/Brussels)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.