Bump i18next from 23.7.11 to 23.11.4
Bumps i18next from 23.7.11 to 23.11.4.
Release notes
Sourced from i18next's releases.
v23.11.4
- perf(interpolator): use object deconstruction 2181
v23.11.3
- fix: Unsupported language is automatically added to preload option 2178
v23.11.2
- allow defaultValue in nested translation 2174
v23.11.1
- types: remove const from ParseKeys Context type parameter and disable
skipLibCheck2169v23.11.0
- Fix typing performance regression 2166
v23.10.1
- optimize getBestMatchFromCodes for i18next/i18next-browser-languageDetector#281
v23.10.0
- Add 'isInitializing' property so we're able to detect init() was already called 2141
v23.9.0
v23.8.3
- prevent resource mutation when using
addResourceBundle2081v23.8.2
- optimize
addResourcesto address 2130v23.8.1
- types: support stricter typechecking for returnEmptyString and returnNull 2129
v23.8.0
- improve performance by reducing array slices and RegExp recreation 2128
v23.7.20
- optimize: consistent _zero special handling also for defaultValue_zero 2124
- intl plural rule for dev is now en (consistent with v3 compatibility)
v23.7.19
- fix: consistent _zero special handling also for defaultValue_zero 2124
v23.7.18
- types: support readonly defaultNS 2123
v23.7.17
... (truncated)
Changelog
Sourced from i18next's changelog.
23.11.4
- perf(interpolator): use object deconstruction 2181
23.11.3
- fix: Unsupported language is automatically added to preload option 2178
23.11.2
- allow defaultValue in nested translation 2174
23.11.1
- types: remove const from ParseKeys Context type parameter and disable
skipLibCheck216923.11.0
- Fix typing performance regression 2166
23.10.1
- optimize getBestMatchFromCodes for i18next/i18next-browser-languageDetector#281
23.10.0
- Add 'isInitializing' property so we're able to detect init() was already called 2141
23.9.0
23.8.3
- prevent resource mutation when using
addResourceBundle208123.8.2
- optimize
addResourcesto address 213023.8.1
- types: support stricter typechecking for returnEmptyString and returnNull 2129
23.8.0
- improve performance by reducing array slices and RegExp recreation 2128
23.7.20
... (truncated)
Commits
9ce915023.11.484f6194released4bc164perf(interpolator): use object deconstruction and optional chaining (#2181)99d6d6923.11.3462525abuildc1e2f91fix: Unsupported language is automatically added to preload option #2178c9e2bf523.11.2ba49a6fallow defaultValue in nested translation #2174677755ctest(types): add context + enum scenario (#2173)2a2a68223.11.1- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
⚠️ No Changeset found
Latest commit: 3c11543e19254d0f70a17c4673b20bef8e35979e
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Superseded by #512.