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 react-i18next to v11.18.6 #160

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 12, 2020

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-i18next 11.5.0 -> 11.18.6 age adoption passing confidence

Release Notes

i18next/react-i18next (react-i18next)

v11.18.6

Compare Source

  • types: nsMode 1554

v11.18.5

Compare Source

  • support unescaping forward slash 1548

v11.18.4

Compare Source

  • fix: reset t when keyPrefix is updated 1544

v11.18.3

Compare Source

  • types: bindI18n option for UseTranslationOptions

v11.18.2

Compare Source

  • more html entities to unescape by default 1538

v11.18.1

Compare Source

  • types: allow iterable with objects as children 1531

v11.18.0

Compare Source

  • ability to add custom unescape function 1529

v11.17.4

Compare Source

  • fix: UMD build 1527

v11.17.3

Compare Source

  • style: explicit React imports 1525

v11.17.2

Compare Source

  • reset t if ns changes in useTranslation 1518

v11.17.1

Compare Source

  • Stricter typescript type for Trans components prop 1516

v11.17.0

Compare Source

  • Add support for keyPrefix in withTranslation 1512

v11.16.11

Compare Source

  • types: fix Translation component types regression 1511

v11.16.10

Compare Source

  • types: translation component types 1509

v11.16.9

Compare Source

  • types: fix missing generic type for HTMLAttributes 1499

v11.16.8

Compare Source

  • types: fix Trans component to support react 18 types, by introducing allowObjectInHTMLChildren TS option 1492

v11.16.7

Compare Source

  • types: Added objects explicitly to Trans children 1486

v11.16.6

Compare Source

  • fix: warn just once 'i18n.languages were undefined or empty' and return true, like before

v11.16.5

Compare Source

  • types: ReactNode should be prefixed with React 1481

v11.16.4

Compare Source

  • fix type 'TFunctionResult' is not assignable to type 'ReactNode' on React 18 1480

v11.16.3

Compare Source

  • types: children fix for React v18 1478
  • fix: apply same fix for local hasLoadedNamespace function

v11.16.2

Compare Source

  • update macro to wrap defaults in brackets when necessary 1472

v11.16.1

Compare Source

  • types: fix Translation component types regression 1511

v11.16.0

Compare Source

  • fix: transSupportBasicHtmlNodes for keepArray check 1470
  • feat: add context prop to Trans component 1464

v11.15.7

Compare Source

  • types: add nsSeparator to CustomTypeOptions 1471

v11.15.6

Compare Source

  • fix error for typescript 4.6 1453

v11.15.5

Compare Source

  • types: fix never return type when using plurals 1453

v11.15.4

Compare Source

  • types: add values field to Plural component in macros 1446

v11.15.3

Compare Source

  • types: fix for issue introduced with type extension for react-native 1436

v11.15.2

Compare Source

  • types: TypeScript interface for the Trans component does now accept react-native props 1418

v11.15.1

Compare Source

  • add missing types for shouldUnescape and useTranslation 1429

v11.15.0

Compare Source

  • option to unescape html in Trans 1426

v11.14.3

Compare Source

  • types: remove undefined from conditional type 1410

v11.14.2

Compare Source

  • Add type-safe support to deep keyPrefix 1403

v11.14.1

Compare Source

  • Rollback 1402: Remove generics from Trans component to suppress warning issue 1400

v11.14.0

Compare Source

  • Remove generics from Trans component to suppress warning issue 1400
  • Add type support to plurals 1399

v11.13.0

Compare Source

  • feat(types): add type-safe support to keyPrefix option 1390
  • feat(types): allow key separator augmentation 1367

v11.12.0

Compare Source

  • feature: add key prefix support to useTranslation hook 1371

v11.11.4

Compare Source

  • typescript: add returnNull and returnEptyString options to TypeOptions interface 1341

v11.11.3

Compare Source

  • Trans: parse first, then interpolate 1345

v11.11.2

Compare Source

  • feat(typings): support readonly namespaces in TFuncKey 1340

v11.11.1

Compare Source

  • feat(types): allow readonly namespaces in useTranslation 1339

v11.11.0

Compare Source

  • introduce CustomTypeOptions type definition and deprecate the Resources type definition 1328

v11.10.0

Compare Source

  • add transWrapTextNodes option 1324 to prevent a well-known Google Translate issue with React apps 1323, thanks to feross

v11.9.0

Compare Source

v11.8.15

Compare Source

  • ignore null children in Trans component 1307

v11.8.14

Compare Source

  • update html-parse-stringify to fix uppercase elements in Trans component 1304

v11.8.13

Compare Source

v11.8.12

Compare Source

  • refactor: remove unneeded object 1286

v11.8.11

Compare Source

  • typescript: Bug fixes 1284

v11.8.10

Compare Source

  • typescript: Move type definition files 1276

v11.8.9

Compare Source

  • Fix allow to replace i18n in provider with useTranslation hook 1273

v11.8.8

Compare Source

  • typescript: Allow TFuncKey to be used without specifying the namespace, in the same way TFunction and useTranslation work 1262

v11.8.7

Compare Source

  • warning for old wait usage

v11.8.6

Compare Source

  • typescript: Updated TS definitions (adding useSuspense option in TranslationProps) 1247

v11.8.5

Compare Source

  • typescript: fix: Inference for specific keys ts 4.1 1230

v11.8.4

Compare Source

  • typescript: Add workaround to suppress infinite instantiation warning 1227
  • typescript: withTranslation() typing fix for defaultProps 1226
  • typescript: Accept const components prop for Trans 1224

v11.8.3

Compare Source

  • Fix: Return type inference for t function (typescript 4.1) 1221

v11.8.2

Compare Source

  • fix: type definitions for typescript 4.1 1220

v11.8.1

Compare Source

  • ignore null children in Trans component 1307

v11.8.0

Compare Source

  • typescript: Make the translation function fully type-safe 1193
  • trans should work with misleading overloaded empty elements in components 1206

v11.7.4

Compare Source

  • fixes passing interpolations options via Trans components tOptions prop 1204

v11.7.3

Compare Source

  • Avoid redundant re-rendering in I18nextProvider 1174

v11.7.2

Compare Source

  • Avoid setState while react is rendering 1165

v11.7.1

Compare Source

  • typescript: fix: typescript definition of context object 1160

v11.7.0

Compare Source

  • Trans interpolating self-closing tags in components prop(object) 1140

v11.6.0

Compare Source

  • Trans allow components props to be an object containing named interpolation elements

v11.5.1

Compare Source

  • providing filename when running babel.parse in icu.macro 1133

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 was generated by Mend Renovate. View the repository job log.

@vercel
Copy link

vercel bot commented Jun 12, 2020

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/limyifan1/hawkercentral/dkfhHmC9XYJ1GT8yfND75LUwmRnn
✅ Preview: https://hawkercentral-git-renovate-react-i18next-11x-limyifan1.vercel.app

@renovate renovate bot force-pushed the renovate/react-i18next-11.x branch from 7f594b7 to e63296a Compare June 16, 2020 09:58
@renovate renovate bot changed the title fix(deps): update dependency react-i18next to v11.5.1 fix(deps): update dependency react-i18next to v11.6.0 Jun 16, 2020
@renovate renovate bot force-pushed the renovate/react-i18next-11.x branch from e63296a to afe97d6 Compare June 19, 2020 06:00
@renovate renovate bot changed the title fix(deps): update dependency react-i18next to v11.6.0 fix(deps): update dependency react-i18next to v11.7.0 Jun 19, 2020
@renovate renovate bot force-pushed the renovate/react-i18next-11.x branch from afe97d6 to 174dbc7 Compare August 21, 2020 07:50
@renovate renovate bot changed the title fix(deps): update dependency react-i18next to v11.7.0 fix(deps): update dependency react-i18next to v11.7.1 Aug 21, 2020
@renovate renovate bot force-pushed the renovate/react-i18next-11.x branch from 174dbc7 to d4bc6e6 Compare August 27, 2020 06:34
@renovate renovate bot changed the title fix(deps): update dependency react-i18next to v11.7.1 fix(deps): update dependency react-i18next to v11.7.2 Aug 27, 2020
@renovate renovate bot changed the title fix(deps): update dependency react-i18next to v11.7.2 fix(deps): update dependency react-i18next to v11.7.3 Oct 26, 2020
@renovate renovate bot force-pushed the renovate/react-i18next-11.x branch from d4bc6e6 to 143e92d Compare October 26, 2020 07:07
@renovate renovate bot force-pushed the renovate/react-i18next-11.x branch from 143e92d to 6200928 Compare December 8, 2020 09:01
@renovate renovate bot changed the title fix(deps): update dependency react-i18next to v11.7.3 fix(deps): update dependency react-i18next to v11.8.0 Dec 8, 2020
@renovate renovate bot force-pushed the renovate/react-i18next-11.x branch from 6200928 to d43e6cd Compare January 7, 2021 16:04
@renovate renovate bot changed the title fix(deps): update dependency react-i18next to v11.8.0 fix(deps): update dependency react-i18next to v11.8.5 Jan 7, 2021
@renovate renovate bot force-pushed the renovate/react-i18next-11.x branch from d43e6cd to 14f9ae7 Compare February 9, 2021 15:54
@renovate renovate bot changed the title fix(deps): update dependency react-i18next to v11.8.5 fix(deps): update dependency react-i18next to v11.8.6 Feb 9, 2021
@renovate renovate bot force-pushed the renovate/react-i18next-11.x branch from 14f9ae7 to 3ad446d Compare February 16, 2021 20:27
@renovate renovate bot changed the title fix(deps): update dependency react-i18next to v11.8.6 fix(deps): update dependency react-i18next to v11.8.7 Feb 16, 2021
@renovate renovate bot force-pushed the renovate/react-i18next-11.x branch from 3ad446d to 91b47f0 Compare February 24, 2021 10:10
@renovate renovate bot changed the title fix(deps): update dependency react-i18next to v11.11.1 fix(deps): update dependency react-i18next to v11.11.2 Jul 14, 2021
@renovate renovate bot force-pushed the renovate/react-i18next-11.x branch from 62630fa to 7fec186 Compare July 16, 2021 07:40
@renovate renovate bot changed the title fix(deps): update dependency react-i18next to v11.11.2 fix(deps): update dependency react-i18next to v11.11.3 Jul 16, 2021
@renovate renovate bot force-pushed the renovate/react-i18next-11.x branch from 7fec186 to 3e2bc3e Compare October 20, 2021 07:02
@renovate renovate bot changed the title fix(deps): update dependency react-i18next to v11.11.3 fix(deps): update dependency react-i18next to v11.12.0 Oct 20, 2021
@renovate renovate bot force-pushed the renovate/react-i18next-11.x branch from 3e2bc3e to 4f1d3c7 Compare March 7, 2022 10:07
@renovate renovate bot changed the title fix(deps): update dependency react-i18next to v11.12.0 fix(deps): update dependency react-i18next to v11.15.5 Mar 7, 2022
@renovate renovate bot changed the title fix(deps): update dependency react-i18next to v11.15.5 fix(deps): update dependency react-i18next to v11.16.2 Mar 26, 2022
@renovate renovate bot force-pushed the renovate/react-i18next-11.x branch from 4f1d3c7 to b99ec31 Compare March 26, 2022 15:15
@renovate renovate bot force-pushed the renovate/react-i18next-11.x branch from b99ec31 to fa6c26d Compare April 24, 2022 19:18
@renovate renovate bot changed the title fix(deps): update dependency react-i18next to v11.16.2 fix(deps): update dependency react-i18next to v11.16.7 Apr 24, 2022
@renovate renovate bot force-pushed the renovate/react-i18next-11.x branch from fa6c26d to cfa8196 Compare May 16, 2022 00:14
@renovate renovate bot changed the title fix(deps): update dependency react-i18next to v11.16.7 fix(deps): update dependency react-i18next to v11.16.9 May 16, 2022
@vercel
Copy link

vercel bot commented May 16, 2022

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

Name Status Preview Comments Updated (UTC)
hawkercentral ✅ Ready (Inspect) Visit Preview 💬 Add feedback Feb 20, 2024 6:11pm

@renovate renovate bot force-pushed the renovate/react-i18next-11.x branch from cfa8196 to 3396234 Compare June 18, 2022 17:52
@renovate renovate bot changed the title fix(deps): update dependency react-i18next to v11.16.9 fix(deps): update dependency react-i18next to v11.17.2 Jun 18, 2022
@renovate renovate bot force-pushed the renovate/react-i18next-11.x branch from 3396234 to 8d90cab Compare September 25, 2022 11:09
@renovate renovate bot changed the title fix(deps): update dependency react-i18next to v11.17.2 fix(deps): update dependency react-i18next to v11.18.6 Sep 25, 2022
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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