Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

fix(deps): update dependency i18next to v21.10.0 #238

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 1, 2021

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
i18next (source) 21.2.0 -> 21.10.0 age adoption passing confidence

Release Notes

i18next/i18next (i18next)

v21.10.0

Compare Source

  • Add formatter cache 1843

v21.9.2

Compare Source

  • optimize single quotes replacement for $t() nesting 1836

v21.9.1

Compare Source

  • defaultNS can now also be set to false

v21.9.0

Compare Source

  • Add Customizable Retry Logic 1810
  • types: extend compatibilityJSON with v4

v21.8.16

Compare Source

  • types: fix getDataByLanguage type 1810

v21.8.15

Compare Source

  • fix: make sure retry logic ends for failed backend reads

v21.8.14

Compare Source

  • allow overriding keyPrefix option t function returned from getFixedT (does not work for normal t function)

v21.8.13

Compare Source

  • types: new optional unescape option for react-i18next

v21.8.12

Compare Source

  • fix: respect pluralSeparator for special _zero handling

v21.8.11

Compare Source

  • fix: types should always come first in exports 1796

v21.8.10

Compare Source

  • types: fix loaded event result

v21.8.9

Compare Source

  • fix: deepFind for null values 1790

v21.8.8

Compare Source

  • fix: loadNamespaces() doesn't keep resolving order when the second request completes before the first one 1785

v21.8.7

Compare Source

  • fix: allow formatters having '' for string options eg. this is an {{val, array(join: ' | ’)}}

v21.8.6

Compare Source

  • fix: regression introduced in v21.6.11, respect appendNamespaceToMissingKey for parseMissingKeyHandler 1507

v21.8.5

Compare Source

  • fix: interpolation with $ in values resets nextIndex to wrong position with skipOnVariables 1782

v21.8.4

Compare Source

  • types: keyPrefix in react options

v21.8.3

Compare Source

  • prevent chrome warnings because of window.navigator.userAgent usage 1778

v21.8.2

Compare Source

  • types: add saveMissingPlurals option 1774

v21.8.1

Compare Source

  • types: fix getDataByLanguage type 1810

v21.8.0

Compare Source

  • add maxParallelReads option, default 10 1771
  • reduce CPU usage loading large numbers of items 1768

v21.7.1

Compare Source

  • types: missing returnDetails option in init options 1765

v21.7.0

Compare Source

  • introduce returnDetails option 1764

v21.6.16

Compare Source

  • fix: defaultVariables were not accessible inside plugin parse function 1751

v21.6.15

Compare Source

  • fix hasLoadedNamespace when providing inmemory resources and a backend but partialBundledLanguages is not set

v21.6.14

Compare Source

  • fix formatter for false inline options

v21.6.13

Compare Source

  • make sure resolvedLanguage is set if lazy loading resources

v21.6.12

Compare Source

  • fix ordinal-suffixes for saveMissingWithPlurals 1734

v21.6.11

Compare Source

  • make sure key and additionally optional defaultValue are passed to parseMissingKeyHandler function 1445

v21.6.10

Compare Source

  • fix: types for hasLoadedNamespace 1724

v21.6.9

Compare Source

  • fix: respect skipOnVariables option passed in t function also for $t() usage

v21.6.8

Compare Source

  • fix: respect skipOnVariables option passed in t function

v21.6.7

Compare Source

  • fix: consistently lowercase new formatter names internally

v21.6.6

Compare Source

  • fix: deepFind fallback when accessing missing flat dotted key 1719

v21.6.5

Compare Source

  • fix: passed format parameter value truncation in options argument for custom formatter 1715

v21.6.4

Compare Source

  • fix: skipOnVariables (and all other interpolation options should respect defaults) 1711

v21.6.3

Compare Source

  • types: wait option does not exist anymore for react-i18next

v21.6.2

Compare Source

  • remove console.log statement

v21.6.1

Compare Source

  • fix: defaultVariables were not accessible inside plugin parse function 1751

v21.6.0

Compare Source

  • add _zero suffix lookup if count === 0 1705

v21.5.6

Compare Source

  • fix: correct defaults for plural forms (if supplied) 1703

v21.5.5

Compare Source

  • fix: prevent TypeError when using returnObjects: true with non string values 1702

v21.5.4

Compare Source

  • include version info in generated package.json of esm dist

v21.5.3

Compare Source

  • do not use options.interpolation reference

v21.5.2

Compare Source

  • missing named exports for TypeScript usage 1692

v21.5.1

Compare Source

  • add package.json to exports subpath

v21.5.0

Compare Source

  • named exports for esm usage 1681

v21.4.2

Compare Source

  • trim multiple formatters, fixes 1689

v21.4.1

Compare Source

  • rtl fix for -arab language codes

v21.4.0

Compare Source

  • bind all i18next functions to this, this way you can for example just use t() instead of i18n.t() 1682

v21.3.3

Compare Source

  • apply default interpolation formatter when interpolation options don't specify one 1680

v21.3.2

Compare Source

  • formatter typescript declarations 1679

v21.3.1

Compare Source

  • get rid of internal isDummy check to prevent react-native issue 1675

v21.3.0

Compare Source

  • adds support for formats provided by Intl API (number, currency, datetime, relativedate, list)

v21.2.6

Compare Source

  • optimize do skip natural language detection also if user provided nsSeparator option is passed via direct options

v21.2.5

Compare Source

  • do skip natural language detection also if user provided nsSeparator option is passed 1665

v21.2.4

Compare Source

  • optimize Intl api check

v21.2.3

Compare Source

  • fix Intl.PluralRules fallback

v21.2.2

Compare Source

  • log error if Intl.PluralRules API is not available

v21.2.1

Compare Source

  • do skip natural language detection, if user provided keySeparator option is passed 1670

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, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title fix(deps): update dependency i18next to v21.2.1 fix(deps): update dependency i18next to v21.2.2 Oct 1, 2021
@renovate renovate bot changed the title fix(deps): update dependency i18next to v21.2.2 fix(deps): update dependency i18next to v21.2.3 Oct 1, 2021
@renovate renovate bot changed the title fix(deps): update dependency i18next to v21.2.3 fix(deps): update dependency i18next to v21.2.4 Oct 2, 2021
@renovate renovate bot changed the title fix(deps): update dependency i18next to v21.2.4 fix(deps): update dependency i18next to v21.2.6 Oct 10, 2021
@renovate renovate bot changed the title fix(deps): update dependency i18next to v21.2.6 fix(deps): update dependency i18next to v21.3.0 Oct 12, 2021
@renovate renovate bot changed the title fix(deps): update dependency i18next to v21.3.0 fix(deps): update dependency i18next to v21.3.1 Oct 13, 2021
@renovate renovate bot changed the title fix(deps): update dependency i18next to v21.3.1 fix(deps): update dependency i18next to v21.3.2 Oct 16, 2021
@renovate renovate bot changed the title fix(deps): update dependency i18next to v21.3.2 fix(deps): update dependency i18next to v21.3.3 Oct 21, 2021
@renovate renovate bot changed the title fix(deps): update dependency i18next to v21.3.3 fix(deps): update dependency i18next to v21.4.0 Nov 2, 2021
@renovate renovate bot changed the title fix(deps): update dependency i18next to v21.4.0 fix(deps): update dependency i18next to v21.4.1 Nov 8, 2021
@renovate renovate bot force-pushed the renovate/i18next-21.x branch 2 times, most recently from cb45dac to b1a0836 Compare November 9, 2021 21:20
@renovate renovate bot changed the title fix(deps): update dependency i18next to v21.4.1 fix(deps): update dependency i18next to v21.4.2 Nov 9, 2021
@renovate renovate bot changed the title fix(deps): update dependency i18next to v21.4.2 fix(deps): update dependency i18next to v21.5.0 Nov 15, 2021
@renovate renovate bot changed the title fix(deps): update dependency i18next to v21.5.0 fix(deps): update dependency i18next to v21.5.1 Nov 16, 2021
@renovate renovate bot changed the title fix(deps): update dependency i18next to v21.5.1 fix(deps): update dependency i18next to v21.5.2 Nov 16, 2021
@renovate renovate bot force-pushed the renovate/i18next-21.x branch 2 times, most recently from 0e6bd93 to b6c420c Compare November 23, 2021 10:14
@renovate renovate bot changed the title fix(deps): update dependency i18next to v21.5.2 fix(deps): update dependency i18next to v21.5.3 Nov 23, 2021
@renovate renovate bot changed the title fix(deps): update dependency i18next to v21.5.3 fix(deps): update dependency i18next to v21.5.4 Nov 29, 2021
@renovate renovate bot changed the title fix(deps): update dependency i18next to v21.5.4 fix(deps): update dependency i18next to v21.6.13 Mar 7, 2022
@renovate renovate bot changed the title fix(deps): update dependency i18next to v21.6.13 fix(deps): update dependency i18next to v21.6.14 Mar 26, 2022
@renovate renovate bot changed the title fix(deps): update dependency i18next to v21.6.14 fix(deps): update dependency i18next to v21.6.16 Apr 25, 2022
@renovate renovate bot changed the title fix(deps): update dependency i18next to v21.6.16 fix(deps): update dependency i18next to v21.8.2 May 15, 2022
@renovate renovate bot changed the title fix(deps): update dependency i18next to v21.8.2 fix(deps): update dependency i18next to v21.8.10 Jun 18, 2022
@renovate renovate bot changed the title fix(deps): update dependency i18next to v21.8.10 fix(deps): update dependency i18next to v21.9.2 Sep 25, 2022
@renovate renovate bot changed the title fix(deps): update dependency i18next to v21.9.2 fix(deps): update dependency i18next to v21.10.0 Nov 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants