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 v19.9.2 #224

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 19, 2020

Mend Renovate

This PR contains the following updates:

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

Release Notes

i18next/i18next

v19.9.2

Compare Source

  • try to fix another edge case issue 1570 introduces by fixing 1552

v19.9.1

Compare Source

  • Fallback on singular defaultValue 1563

v19.9.0

Compare Source

  • Improve updateMissing default plural behavior 1558
  • typescript: type definitions improvements for backend 1560

v19.8.9

Compare Source

  • warn if i18next gets initialized multiple times

v19.8.8

Compare Source

  • fix for cases when calling changeLanguage before finished to initialize 1552

v19.8.7

Compare Source

  • use "Object.prototype.hasOwnProperty" instead of "object.hasOwnProperty", fixes 1542

v19.8.6

Compare Source

  • regression fix because of last prototype pollution fix in v19.8.5

v19.8.5

Compare Source

  • fix potential prototype pollution when backend plugin resolves a malicious language value
  • use fallbackLng as default lng

v19.8.4

Compare Source

  • update format function signature for TS 1520)

v19.8.3

Compare Source

  • fix prototype pollution with constructor

v19.8.2

Compare Source

  • allow nesting recursively with context (could theoretically generate infinite loop, prevented in 1480)

v19.8.1

Compare Source

  • try to fix another edge case issue 1570 introduces by fixing 1552

v19.8.0

Compare Source

  • allow fallbackLng as function 1508

v19.7.0

Compare Source

  • resource manipulation functions are now chainable

v19.6.3

Compare Source

  • plural rules for ht and iw

v19.6.2

Compare Source

  • fix interpolation with option skipOnVariables when there are multiple placeholders 1490

v19.6.1

Compare Source

  • extend interpolation option skipOnVariables 1488
  • typescript: Change bindStore to bindI18nStore in ReactOptions type and update default values 1489

v19.6.0

Compare Source

  • fix prototype pollution
  • introduce new interpolation option skipOnVariables 1483

v19.5.6

Compare Source

  • fix local usage of nsSeparator option

v19.5.5

Compare Source

  • fix: recursion when passing nesting to interpolated 1480

v19.5.4

Compare Source

  • typescript fix: getDataByLanguage typings & test 1472
  • typescript fix: type declarion of exposed EventEmitter#off methods 1460

v19.5.3

Compare Source

  • fix Macedonian plural formula 1476

v19.5.2

Compare Source

  • fix nesting interpolation with prepended namespace, fixes #​1474 1475

v19.5.1

Compare Source

  • getBestMatchFromCodes: use fallbackLng if nothing found, fixes #​1470 1471

v19.5.0

Compare Source

  • language detectors can return an array of languages and let i18next figure out best match

  • rename option whitelist to supportedLngs

  • rename option nonExpicitWhitelist to nonExplicitSupportedLngs

  • rename function languageUtils.isWhitelisted to languageUtils.isSupportedCode

This changes are made with temporal backwards compatiblity and will warn your for deprecated usage of old terms to give users and plugin providers some time to adapt their code base.

The temporal backwards compatiblity will be removed in a follow up major release.

Learn more about why this change was made here.

v19.4.5

Compare Source

  • Add store events to typings 1451

v19.4.4

Compare Source

  • typescript: Allow passing retry boolean to ReadCallback 1439

v19.4.3

Compare Source

  • fix regression introduced in "support formatting in nesting" 1419

v19.4.2

Compare Source

v19.4.1

Compare Source

  • add getLanguagePartFromCode as in language fallback resolution 1424

v19.4.0

Compare Source

  • support formatting in nesting 1419

v19.3.4

Compare Source

  • fix cloning of service.utils binding to clone 1415

v19.3.3

Compare Source

  • backendConnector extend initial retry from 250 to 350

v19.3.2

Compare Source

  • fix the nested string options parsing introduced in v19.2.0 which broke having multiple options

v19.3.1

Compare Source

  • typescript: add options.interpolation.nestingOptionsSeparator

v19.3.0

Compare Source

  • Double fix for 1395 issue 1399
  • adds options.interpolation.nestingOptionsSeparator: ',' to specify that separator

v19.2.0

Compare Source

  • Add ability to use commas in nested keys 1398

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 Update dependency i18next to v19.2.0 Update dependency i18next to v19.3.0 Feb 20, 2020
@renovate renovate bot force-pushed the renovate/i18next-19.x branch 2 times, most recently from 2ea6932 to f1b88a7 Compare February 20, 2020 11:11
@renovate renovate bot changed the title Update dependency i18next to v19.3.0 Update dependency i18next to v19.3.1 Feb 20, 2020
@renovate renovate bot changed the title Update dependency i18next to v19.3.1 Update dependency i18next to v19.3.2 Feb 24, 2020
@renovate renovate bot changed the title Update dependency i18next to v19.3.2 Update dependency i18next to v19.3.3 Mar 16, 2020
@renovate renovate bot changed the title Update dependency i18next to v19.3.3 Update dependency i18next to v19.3.4 Mar 27, 2020
@renovate renovate bot changed the title Update dependency i18next to v19.3.4 Update dependency i18next to v19.4.0 Apr 8, 2020
@renovate renovate bot changed the title Update dependency i18next to v19.4.0 Update dependency i18next to v19.4.1 Apr 10, 2020
@renovate renovate bot changed the title Update dependency i18next to v19.4.1 Update dependency i18next to v19.4.2 Apr 15, 2020
@renovate renovate bot changed the title Update dependency i18next to v19.4.2 Update dependency i18next to v19.4.4 Apr 27, 2020
@renovate renovate bot changed the title Update dependency i18next to v19.4.4 Update dependency i18next to v19.5.1 Jun 30, 2020
@renovate renovate bot changed the title Update dependency i18next to v19.5.1 Update dependency i18next to v19.5.4 Jul 4, 2020
@renovate renovate bot changed the title Update dependency i18next to v19.5.4 Update dependency i18next to v19.7.0 Aug 27, 2020
@renovate renovate bot changed the title Update dependency i18next to v19.7.0 fix(deps): update dependency i18next to v19.8.3 Oct 28, 2020
@renovate renovate bot changed the title fix(deps): update dependency i18next to v19.8.3 fix(deps): update dependency i18next to v19.8.4 Nov 26, 2020
@renovate renovate bot changed the title fix(deps): update dependency i18next to v19.8.4 fix(deps): update dependency i18next to v19.8.5 Jan 31, 2021
@renovate renovate bot changed the title fix(deps): update dependency i18next to v19.8.5 fix(deps): update dependency i18next to v19.8.7 Feb 6, 2021
@renovate renovate bot changed the title fix(deps): update dependency i18next to v19.8.7 fix(deps): update dependency i18next to v19.9.2 Apr 26, 2021
@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

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.

None yet

1 participant