challenges
challenges copied to clipboard
Bump i18next from 23.11.5 to 25.5.2
Bumps i18next from 23.11.5 to 25.5.2.
Release notes
Sourced from i18next's releases.
v25.5.2
- fix last change => for cjs there is just 1 default export, no named exports, fixes 2348
v25.5.1
- export keyFromSelector from index.cjs 2347
v25.5.0
- export keyFromSelector function for testing purposes 2346
v25.4.2
- fix: enableSelector: true doesn't work with custom keySeparator 2341
v25.4.1
- fix: KeyPrefix not working with new selector api 2340
v25.4.0
- add new selector API to improve TypeScript IDE performance 2322
- To enable it, set
enableSelector: truein your configuration options- With
enableSelector: "optimize", i18next can now handle translation dictionaries of any size, without affecting IDE performance or build times- To assist with the migration, we've published the following packages:
v25.3.6
- improve fix: Ordinals and non-ordinals don't work together 2337
v25.3.5
- fix: Ordinals and non-ordinals don't work together 2337
v25.3.4
- remove unnecessary debug logs
v25.3.3
- fix: Brackets breaking nesting interpolation 2336
v25.3.2
- fix
dir()for non-Intl language codes 2330v25.3.1
- warn if legacy
interpolation.formatfunction is still usedv25.3.0
- feat: support formatting function with plural and interpolation 2325
- fix
dir()for Latn language codes 2324v25.2.1
- streamline
fallbackLngoption of t call with the init options 2312v25.2.0
- introduce
cacheInBuiltFormatsoption to address 2227
... (truncated)
Changelog
Sourced from i18next's changelog.
25.5.2
- fix last change => for cjs there is just 1 default export, no named exports, fixes 2348
25.5.1
- export keyFromSelector from index.cjs 2347
25.5.0
- export keyFromSelector function for testing purposes 2346
25.4.2
- fix: enableSelector: true doesn't work with custom keySeparator 2341
25.4.1
- fix: KeyPrefix not working with new selector api 2340
25.4.0
- add new selector API to improve TypeScript IDE performance 2322
- To enable it, set
enableSelector: truein your configuration options- With
enableSelector: "optimize", i18next can now handle translation dictionaries of any size, without affecting IDE performance or build times- To assist with the migration, we've published the following packages:
25.3.6
- improve fix: Ordinals and non-ordinals don't work together 2337
25.3.5
- fix: Ordinals and non-ordinals don't work together 2337
25.3.4
- remove unnecessary debug logs
25.3.3
- fix: Brackets breaking nesting interpolation 2336
25.3.2
- fix
dir()for non-Intl language codes 233025.3.1
... (truncated)
Commits
a618e9825.5.257da108for cjs there is just 1 default export, no named exports, fixes #234883353ba25.5.1cbd3ba2release912a8ecexportskeyFromSelectorfor CommonJS (#2347)9b668f825.5.00a39171releaseab084ceexportskeyFromSelectorfunction for testing purposes (#2346)a7852d725.4.25bf51e9fix #2341- 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 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)