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 v17.3.1 #61

Merged
merged 1 commit into from
Oct 25, 2022

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 19, 2022

Mend Renovate

This PR contains the following updates:

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

Release Notes

i18next/i18next

v17.3.1

Compare Source

  • typescript: Add missing cleanCode option to TypeScript def 1344

v17.3.0

Compare Source

  • pass used language & namespace to postprocessor 1341

v17.2.0

Compare Source

  • Support using ImmutableJS Records as the data model in interpolation 1339

v17.1.0

Compare Source

DX improvements:

  • warning if accessing t before i18next was initialized or namespace loaded
  • warning and cancelling save if saveMissing key before i18next was initialized or namespace loaded

Both are a clear sign you render your app / call t to early not waiting for the callbacks or Promise.resolve on i18next.init, i18next.loadNamespace or i18next.changeLanguage.

v17.0.18

Compare Source

  • Improve performance of EventEmitter.off 1333

v17.0.17

Compare Source

  • fixes: missing nested key fails if no nested value found and defaultValue contains interpolation -> results in endless loop 1332

v17.0.16

Compare Source

  • typescript: fix incorrect callback type for backend module read callback 1322
  • typescript: add getDataByLanguage into index.d.ts 1326

v17.0.15

Compare Source

  • Fixed default value as string in IE 1325

v17.0.14

Compare Source

  • typescript: Allow TFunction to receive 1-3 parameters 1317

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 Mend Renovate. View repository job log here.

@auto-add-label auto-add-label bot added the bug Something isn't working label Oct 19, 2022
@Keith-CY
Copy link
Member

This update could affects the function of translation

@Keith-CY
Copy link
Member

We'd better hold it unmerged until nervosnetwork#2505 is merged so tests won't be mixed

@Keith-CY Keith-CY merged commit adc752c into develop Oct 25, 2022
@Keith-CY Keith-CY deleted the renovate/i18next-17.x branch October 25, 2022 03:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants