Update dependency i18next to v22 - autoclosed #20

Closed
professeur-chen wants to merge 1 commit from renovate/i18next-22.x into trunk
Collaborator

This PR contains the following updates:

Package Type Update Change
i18next (source) dependencies major ^21.10.0 -> ^22.0.0

Release Notes

i18next/i18next

v22.5.1

Compare Source

  • ResourceStore addResource: offer possibility to pass keySeparator via options 1968

v22.5.0

Compare Source

  • extend hasLoadedNamespace function options to pass optional lng to optimize server side usage of react-i18next

v22.4.15

Compare Source

  • fix: function t() passed options alteration 1947

v22.4.14

Compare Source

  • fix: pass lng to format function used in nesting 1938

v22.4.13

Compare Source

  • fix: deepFind as fallback for interpolation 1930

v22.4.12

Compare Source

  • fix: getBestMatchFromCodes when dev is a supported lng 1927

v22.4.11

Compare Source

  • types: fix postProcessor key argument type, fixes 1919

v22.4.10

Compare Source

  • format options are optional, fixes 1913

v22.4.9

Compare Source

  • fix: getFixedT with keyPrefix and fallback keys usage 1604

v22.4.8

Compare Source

  • fix: nested interpolation with data model "replace"

v22.4.7

Compare Source

  • fix: interpolation with data model "replace"

v22.4.6

Compare Source

  • types: missing dir function export for typescript

v22.4.5

Compare Source

  • types: allow als general options as second argument for t function

v22.4.4

Compare Source

  • types: fix some strange t function overloads fixes 1882

v22.4.3

Compare Source

  • types: t function overloads fix (open issue is still calling t with optional options argument)

v22.4.2

Compare Source

  • types: t function overloads for call with ns option in combination with objects

v22.4.1

Compare Source

  • fix: function t() passed options alteration 1947

v22.4.0

Compare Source

  • types: more overloads for t function

v22.3.0

Compare Source

  • offer possibility to define a language detector's detect function as promise

v22.2.0

Compare Source

  • types: extend the init method with a generic parameter for backend options 1878, 105, 34

v22.1.5

Compare Source

  • types: ability to pass ns as option instead of prefix i.e. i18next.t('bar', { ns: 'alternate' });

v22.1.4

Compare Source

  • dir function executible also without initialization

v22.1.3

Compare Source

  • named export for dir function

v22.1.2

Compare Source

  • revert: guess if languageDetector is async if no info provided

v22.1.1

Compare Source

  • guess if languageDetector is async if no info provided

v22.1.0

Compare Source

  • extend backend connector to accept also backends with promise / async-await signature

v22.0.8

Compare Source

  • fix options for continuous nesting 1876

v22.0.7

Compare Source

  • Expose some types 1871

v22.0.6

Compare Source

  • fix CallbackError type

v22.0.5

Compare Source

  • Change DefaultTFuncReturn to return null if returnNull typeOption is true 1865

v22.0.4

Compare Source

  • Add type for Formatter.addCached 1862

v22.0.3

Compare Source

  • Make getFixedT type-safe 1860
  • types: Omit object from t function 1858

v22.0.2

Compare Source

  • [TypeScript] Add default value for TDefaultResult 1853

v22.0.1

Compare Source

  • Fix normalize type options 1850

v22.0.0

Compare Source

  • Make the translation function fully type-safe 1775

BREAKING:
Since this is a major rewrite for TypeScript usage we decided to create a major version.
For JavaScript users v22.0.0 is equivalent to 21.10.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | dependencies | major | [`^21.10.0` -> `^22.0.0`](https://renovatebot.com/diffs/npm/i18next/21.10.0/22.5.1) | --- ### Release Notes <details> <summary>i18next/i18next</summary> ### [`v22.5.1`](https://github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#&#8203;2251) [Compare Source](https://github.com/i18next/i18next/compare/v22.5.0...v22.5.1) - ResourceStore addResource: offer possibility to pass keySeparator via options [1968](https://github.com/i18next/i18next/issues/1968) ### [`v22.5.0`](https://github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#&#8203;2250) [Compare Source](https://github.com/i18next/i18next/compare/v22.4.15...v22.5.0) - extend hasLoadedNamespace function options to pass optional lng to optimize server side usage of react-i18next ### [`v22.4.15`](https://github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#&#8203;22415) [Compare Source](https://github.com/i18next/i18next/compare/v22.4.14...v22.4.15) - fix: function t() passed options alteration [1947](https://github.com/i18next/i18next/issues/1947) ### [`v22.4.14`](https://github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#&#8203;22414) [Compare Source](https://github.com/i18next/i18next/compare/v22.4.13...v22.4.14) - fix: pass lng to format function used in nesting [1938](https://github.com/i18next/i18next/issues/1938) ### [`v22.4.13`](https://github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#&#8203;22413) [Compare Source](https://github.com/i18next/i18next/compare/v22.4.12...v22.4.13) - fix: deepFind as fallback for interpolation [1930](https://github.com/i18next/i18next/issues/1930) ### [`v22.4.12`](https://github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#&#8203;22412) [Compare Source](https://github.com/i18next/i18next/compare/v22.4.11...v22.4.12) - fix: getBestMatchFromCodes when dev is a supported lng [1927](https://github.com/i18next/i18next/issues/1927) ### [`v22.4.11`](https://github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#&#8203;22411) [Compare Source](https://github.com/i18next/i18next/compare/v22.4.10...v22.4.11) - types: fix postProcessor key argument type, fixes [1919](https://github.com/i18next/i18next/issues/1919) ### [`v22.4.10`](https://github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#&#8203;22410) [Compare Source](https://github.com/i18next/i18next/compare/v22.4.9...v22.4.10) - format options are optional, fixes [1913](https://github.com/i18next/i18next/issues/1913) ### [`v22.4.9`](https://github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#&#8203;2249) [Compare Source](https://github.com/i18next/i18next/compare/v22.4.8...v22.4.9) - fix: getFixedT with keyPrefix and fallback keys usage [1604](https://github.com/i18next/react-i18next/issues/1604) ### [`v22.4.8`](https://github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#&#8203;2248) [Compare Source](https://github.com/i18next/i18next/compare/v22.4.7...v22.4.8) - fix: nested interpolation with data model "replace" ### [`v22.4.7`](https://github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#&#8203;2247) [Compare Source](https://github.com/i18next/i18next/compare/v22.4.6...v22.4.7) - fix: interpolation with data model "replace" ### [`v22.4.6`](https://github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#&#8203;2246) [Compare Source](https://github.com/i18next/i18next/compare/v22.4.5...v22.4.6) - types: missing dir function export for typescript ### [`v22.4.5`](https://github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#&#8203;2245) [Compare Source](https://github.com/i18next/i18next/compare/v22.4.4...v22.4.5) - types: allow als general options as second argument for t function ### [`v22.4.4`](https://github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#&#8203;2244) [Compare Source](https://github.com/i18next/i18next/compare/v22.4.3...v22.4.4) - types: fix some strange t function overloads fixes [1882](https://github.com/i18next/i18next/issues/1882) ### [`v22.4.3`](https://github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#&#8203;2243) [Compare Source](https://github.com/i18next/i18next/compare/v22.4.2...v22.4.3) - types: t function overloads fix (open issue is still calling t with optional options argument) ### [`v22.4.2`](https://github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#&#8203;2242) [Compare Source](https://github.com/i18next/i18next/compare/v22.4.1...v22.4.2) - types: t function overloads for call with ns option in combination with objects ### [`v22.4.1`](https://github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#&#8203;22415) [Compare Source](https://github.com/i18next/i18next/compare/v22.4.0...v22.4.1) - fix: function t() passed options alteration [1947](https://github.com/i18next/i18next/issues/1947) ### [`v22.4.0`](https://github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#&#8203;2240) [Compare Source](https://github.com/i18next/i18next/compare/v22.3.0...v22.4.0) - types: more overloads for t function ### [`v22.3.0`](https://github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#&#8203;2230) [Compare Source](https://github.com/i18next/i18next/compare/v22.2.0...v22.3.0) - offer possibility to define a language detector's detect function as promise ### [`v22.2.0`](https://github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#&#8203;2220) [Compare Source](https://github.com/i18next/i18next/compare/v22.1.5...v22.2.0) - types: extend the init method with a generic parameter for backend options [1878](https://github.com/i18next/i18next/pull/1878), [105](https://github.com/i18next/i18next-http-backend/pull/105), [34](https://github.com/i18next/i18next-fs-backend/pull/34) ### [`v22.1.5`](https://github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#&#8203;2215) [Compare Source](https://github.com/i18next/i18next/compare/v22.1.4...v22.1.5) - types: ability to pass ns as option instead of prefix i.e. `i18next.t('bar', { ns: 'alternate' });` ### [`v22.1.4`](https://github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#&#8203;2214) [Compare Source](https://github.com/i18next/i18next/compare/v22.1.3...v22.1.4) - dir function executible also without initialization ### [`v22.1.3`](https://github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#&#8203;2213) [Compare Source](https://github.com/i18next/i18next/compare/v22.1.2...v22.1.3) - named export for dir function ### [`v22.1.2`](https://github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#&#8203;2212) [Compare Source](https://github.com/i18next/i18next/compare/v22.1.1...v22.1.2) - revert: guess if languageDetector is async if no info provided ### [`v22.1.1`](https://github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#&#8203;2211) [Compare Source](https://github.com/i18next/i18next/compare/v22.1.0...v22.1.1) - guess if languageDetector is async if no info provided ### [`v22.1.0`](https://github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#&#8203;2210) [Compare Source](https://github.com/i18next/i18next/compare/v22.0.8...v22.1.0) - extend backend connector to accept also backends with promise / async-await signature ### [`v22.0.8`](https://github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#&#8203;2208) [Compare Source](https://github.com/i18next/i18next/compare/v22.0.7...v22.0.8) - fix options for continuous nesting [1876](https://github.com/i18next/i18next/issues/1876) ### [`v22.0.7`](https://github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#&#8203;2207) [Compare Source](https://github.com/i18next/i18next/compare/v22.0.6...v22.0.7) - Expose some types [1871](https://github.com/i18next/i18next/pull/1871) ### [`v22.0.6`](https://github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#&#8203;2206) [Compare Source](https://github.com/i18next/i18next/compare/v22.0.5...v22.0.6) - fix CallbackError type ### [`v22.0.5`](https://github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#&#8203;2205) [Compare Source](https://github.com/i18next/i18next/compare/v22.0.4...v22.0.5) - Change DefaultTFuncReturn to return null if returnNull typeOption is true [1865](https://github.com/i18next/i18next/pull/1865) ### [`v22.0.4`](https://github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#&#8203;2204) [Compare Source](https://github.com/i18next/i18next/compare/v22.0.3...v22.0.4) - Add type for Formatter.addCached [1862](https://github.com/i18next/i18next/pull/1862) ### [`v22.0.3`](https://github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#&#8203;2203) [Compare Source](https://github.com/i18next/i18next/compare/v22.0.2...v22.0.3) - Make getFixedT type-safe [1860](https://github.com/i18next/i18next/pull/1860) - types: Omit object from t function [1858](https://github.com/i18next/i18next/pull/1858) ### [`v22.0.2`](https://github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#&#8203;2202) [Compare Source](https://github.com/i18next/i18next/compare/v22.0.1...v22.0.2) - \[TypeScript] Add default value for TDefaultResult [1853](https://github.com/i18next/i18next/pull/1853) ### [`v22.0.1`](https://github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#&#8203;2201) [Compare Source](https://github.com/i18next/i18next/compare/v22.0.0...v22.0.1) - Fix normalize type options [1850](https://github.com/i18next/i18next/pull/1850) ### [`v22.0.0`](https://github.com/i18next/i18next/blob/HEAD/CHANGELOG.md#&#8203;2200) [Compare Source](https://github.com/i18next/i18next/compare/v21.10.0...v22.0.0) - Make the translation function fully type-safe [1775](https://github.com/i18next/i18next/pull/1775) BREAKING: Since this is a major rewrite for [TypeScript usage](https://www.i18next.com/overview/typescript) we decided to create a major version. For JavaScript users v22.0.0 is equivalent to 21.10.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMTcuMCIsInVwZGF0ZWRJblZlciI6IjMyLjIxNy4wIn0=-->
professeur-chen changed title from Update dependency i18next to v22 to Update dependency i18next to v22 - autoclosed 2023-06-15 11:10:22 +02:00
professeur-chen closed this pull request 2023-06-15 11:10:22 +02:00

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
l4p1n-bot/website!20
No description provided.