Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 7, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
i18next (source) 21.5.4 -> 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

Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 was generated by Mend Renovate. View the repository job log.

@vercel
Copy link

vercel bot commented Dec 7, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/webeleon/next-js-starter-project/DM6Wx2kxFa7pC9JWTchwNJNFWKhd
✅ Preview: https://next-js-starter-project-git-renovate-i18next-21x-webeleon.vercel.app

@renovate renovate bot force-pushed the renovate/i18next-21.x branch from cd77eab to c4ee84c Compare December 7, 2021 17:52
@renovate renovate bot changed the title fix(deps): update dependency i18next to v21.5.5 fix(deps): update dependency i18next to v21.5.6 Dec 7, 2021
@renovate renovate bot force-pushed the renovate/i18next-21.x branch from c4ee84c to fb65e48 Compare December 8, 2021 11:37
@renovate renovate bot changed the title fix(deps): update dependency i18next to v21.5.6 fix(deps): update dependency i18next to v21.6.0 Dec 8, 2021
@renovate renovate bot force-pushed the renovate/i18next-21.x branch from fb65e48 to 22a2ab7 Compare December 16, 2021 15:51
@renovate renovate bot changed the title fix(deps): update dependency i18next to v21.6.0 fix(deps): update dependency i18next to v21.6.2 Dec 16, 2021
@renovate renovate bot force-pushed the renovate/i18next-21.x branch from 22a2ab7 to d98346f Compare December 18, 2021 22:10
@renovate renovate bot changed the title fix(deps): update dependency i18next to v21.6.2 fix(deps): update dependency i18next to v21.6.3 Dec 18, 2021
@renovate renovate bot force-pushed the renovate/i18next-21.x branch from d98346f to dab3207 Compare December 28, 2021 09:15
@renovate renovate bot changed the title fix(deps): update dependency i18next to v21.6.3 fix(deps): update dependency i18next to v21.6.4 Dec 28, 2021
@renovate renovate bot force-pushed the renovate/i18next-21.x branch from dab3207 to 940dcea Compare January 4, 2022 14:46
@renovate renovate bot changed the title fix(deps): update dependency i18next to v21.6.4 fix(deps): update dependency i18next to v21.6.5 Jan 4, 2022
@renovate renovate bot force-pushed the renovate/i18next-21.x branch from 940dcea to a0d4423 Compare January 11, 2022 17:36
@renovate renovate bot changed the title fix(deps): update dependency i18next to v21.6.5 fix(deps): update dependency i18next to v21.6.6 Jan 11, 2022
@renovate renovate bot force-pushed the renovate/i18next-21.x branch from a0d4423 to 03700ad Compare January 21, 2022 18:37
@renovate renovate bot changed the title fix(deps): update dependency i18next to v21.6.6 fix(deps): update dependency i18next to v21.6.7 Jan 21, 2022
@renovate renovate bot force-pushed the renovate/i18next-21.x branch from 03700ad to 30f55db Compare January 25, 2022 16:33
@renovate renovate bot changed the title fix(deps): update dependency i18next to v21.6.7 fix(deps): update dependency i18next to v21.6.8 Jan 25, 2022
@renovate renovate bot force-pushed the renovate/i18next-21.x branch from 30f55db to f13c0b2 Compare January 25, 2022 18:30
@renovate renovate bot changed the title fix(deps): update dependency i18next to v21.6.8 fix(deps): update dependency i18next to v21.6.9 Jan 25, 2022
@renovate renovate bot force-pushed the renovate/i18next-21.x branch from f13c0b2 to 671fb52 Compare January 26, 2022 11:56
@renovate renovate bot changed the title fix(deps): update dependency i18next to v21.6.9 fix(deps): update dependency i18next to v21.6.10 Jan 26, 2022
@renovate renovate bot force-pushed the renovate/i18next-21.x branch from 671fb52 to 512243e Compare March 7, 2022 16:24
@renovate renovate bot changed the title fix(deps): update dependency i18next to v21.6.10 fix(deps): update dependency i18next to v21.6.13 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/i18next-21.x branch from 512243e to 74bad33 Compare March 26, 2022 13:45
@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 force-pushed the renovate/i18next-21.x branch from 74bad33 to 3ef4bd9 Compare April 25, 2022 00:59
@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
@vercel
Copy link

vercel bot commented Apr 25, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
next-js-starter-project ✅ Ready (Inspect) Visit Preview Nov 20, 2022 at 1:04PM (UTC)

@renovate renovate bot force-pushed the renovate/i18next-21.x branch from 3ef4bd9 to 744ea5f Compare May 16, 2022 01:50
@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 16, 2022
@renovate renovate bot force-pushed the renovate/i18next-21.x branch from 744ea5f to 3faf4c1 Compare June 18, 2022 15:01
@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 force-pushed the renovate/i18next-21.x branch from 3faf4c1 to 260a52f Compare September 25, 2022 16:58
@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 force-pushed the renovate/i18next-21.x branch from 260a52f to ebca653 Compare November 20, 2022 13:02
@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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants