Update react-i18next 14.1.0 → 15.0.1 (major) #3223
Merged
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.
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ react-i18next (14.1.0 → 15.0.1) · Repo · Changelog
Release Notes
15.0.1 (from changelog)
15.0.0 (from changelog)
14.1.3 (from changelog)
14.1.2 (from changelog)
14.1.1 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 29 commits:
15.0.1
revert arrow function in class property to address #46e8ea5ff69325b73087811a2ce6a2b1faffa971
15.0.0
release
use modern hasLoadedNamespace code (now requires at least i18next > v19.4.5 (introduced in june 2020))
use optional chaining, nullish coalescing and nullish coalescing assignment (#1774)
test(types): fix broken tests (#1773)
Build updates (#1769)
update also i18next dep
update also i18next dep
some dependency updates (#1768)
14.1.3
release
create a isObject helper function (#1766)
optimize_nodesToString (#1765)
Simplifies hasValidReactChildren (#1764)
create a isString helper to avoid code duplication (#1763)
use arrow functions where possible (#1762)
use the commented out async code (#1761)
example: update dependencies in ts simple example
Update README.md
remove only in tests
14.1.2
bring back internal interpolationOverride handling for Trans component (if there are childrens), fixes #1754
update deps of react-component-lib example
update deps in example
14.1.1
do not modify passed tOptions context property to address #1745
Update CHANGELOG.md (#1741)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands