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

Update i18n dependencies #134

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jul 31, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
i18next (source) 23.2.11 -> 23.16.8 age adoption passing confidence
react-i18next 13.0.2 -> 13.5.0 age adoption passing confidence

Release Notes

i18next/i18next (i18next)

v23.16.8

Compare Source

  • fix(plural): Create cache entry for PluralRules created as part of the fallback flow 2256

v23.16.7

Compare Source

  • if plural rule is not found, try to search with language only code 2252

v23.16.6

Compare Source

  • fix: Small typo in the type definitions 2250

v23.16.5

Compare Source

  • fix extractFromKey for use cases like this

v23.16.4

Compare Source

  • revert formatter change 2247 because of caching not working anymore

v23.16.3

Compare Source

  • fix utils imports for Deno

v23.16.2

Compare Source

  • perf(size): Adds a isString utility 2248

v23.16.1

Compare Source

  • perf: Optimize size of Formatter 2247

v23.16.0

Compare Source

  • use Intl.getCanonicalLocales function if available to format language code, like suggested in 2244

v23.15.2

Compare Source

  • fix(types): make context related keys detection stricter 2243 fixes 2242

v23.15.1

Compare Source

  • types(TFunction): make return not inferrable and use defaultValue as return when provided 2234

v23.15.0

Compare Source

  • support unescaped variables in TypeScript 2233

v23.14.0

Compare Source

  • If backend errors with retry flag, set internal state to 0, so reloadingResources should work 147

v23.13.0

Compare Source

  • Cache output of getRule to optimize performance 2226

v23.12.7

Compare Source

  • revert last optimization to address 2227

v23.12.6

Compare Source

  • remove console.log statement 2227

v23.12.5

Compare Source

  • try to optimize last fix for 2227

v23.12.4

Compare Source

  • try to address 2227 without the removal of cached formatter for in-built formatters

v23.12.3

Compare Source

  • fix: Using a comma in a formatter parameter 2225

v23.12.2

Compare Source

  • fix: Nested translation resolution between languages uses the fallback language for nested translations 2216 by preserving issue fix "lng is undefined when formatter used in $t( )" 1938

v23.12.1

Compare Source

  • Use explicit imports for utils 2212

v23.12.0

Compare Source

  • feat: Add posibility to override keyPrefix for certain translation. 2211

v23.11.5

Compare Source

  • perf: use Array.isArray() 2193
  • perf: trim keys once 2194

v23.11.4

Compare Source

  • perf(interpolator): use object deconstruction 2181

v23.11.3

Compare Source

  • fix: Unsupported language is automatically added to preload option 2178

v23.11.2

Compare Source

  • allow defaultValue in nested translation 2174

v23.11.1

Compare Source

  • types: remove const from ParseKeys Context type parameter and disable skipLibCheck 2169

v23.11.0

Compare Source

  • Fix typing performance regression 2166

v23.10.1

Compare Source

v23.10.0

Compare Source

  • Add 'isInitializing' property so we're able to detect init() was already called 2141

v23.9.0

Compare Source

  • types: support nested keys in InterpolationMap 2140 fixes 2014

v23.8.3

Compare Source

  • prevent resource mutation when using addResourceBundle 2081

v23.8.2

Compare Source

  • optimize addResources to address 2130

v23.8.1

Compare Source

  • types: support stricter typechecking for returnEmptyString and returnNull 2129

v23.8.0

Compare Source

  • improve performance by reducing array slices and RegExp recreation 2128

v23.7.20

Compare Source

  • optimize: consistent _zero special handling also for defaultValue_zero 2124
  • intl plural rule for dev is now en (consistent with v3 compatibility)

v23.7.19

Compare Source

  • fix: consistent _zero special handling also for defaultValue_zero 2124

v23.7.18

Compare Source

  • types: support readonly defaultNS 2123

v23.7.17

Compare Source

  • types: fix support for defaultNS as array (fixes 2118) 2121
  • types: fix typo in CustomInstanceExtensions 2122

v23.7.16

Compare Source

  • fix: Use Typescript 5 types with Typescript 5+ 2108
    • Hint: If you're using TypeScript 4 and you navigate to the type definitions in your code editor, it might be you will see the TypeScript 5 types, but the TS compiler should use the correct types.

v23.7.15

Compare Source

  • types: simplifies types for array access and fixes 2103

v23.7.14

Compare Source

  • types: fix types for array access

v23.7.13

Compare Source

  • types: optimise ParseTReturn 2095

v23.7.12

Compare Source

  • types: fix for older ts version (context validation only for TS 5)

v23.7.11

Compare Source

  • types: fix for older ts versions 2090

v23.7.10

Compare Source

  • types: initializedStoreOnce and initializedLanguageOnce 2089

v23.7.9

Compare Source

  • types: fix FormatFunction should allow any value inside options parameter

v23.7.8

Compare Source

  • prevent cosmetic SyntaxError because of non catched error variable

v23.7.7

Compare Source

  • optimize TypeScript V4 export

v23.7.6

Compare Source

  • types: CustomInstanceExtenstions

v23.7.5

Compare Source

  • fix types export for TypeScript v4 in combination with react-i18next

v23.7.4

Compare Source

  • fix for TypeScript v4 in combination with react-i18next

v23.7.3

Compare Source

  • fix: consider importing '*.js'

v23.7.2

Compare Source

  • types: optimize mts

v23.7.1

Compare Source

  • fix some mjs typings

v23.7.0

Compare Source

  • fix: separate cjs and mjs typings 2010
  • fix: consider importing './typescript/t.js' 2048

v23.6.0

Compare Source

  • add interpolation data to response if returnDetails is true 2053

v23.5.1

Compare Source

  • types: use unknown to better infer types on nested t functions also for older typescript version 2032

v23.5.0

Compare Source

  • types: use unknown to better infer types on nested t functions 2018

v23.4.9

Compare Source

  • fix: preload languages also on cimode, if configured also as fallbackLng

v23.4.8

Compare Source

  • fix: preload languages also on cimode, if configured

v23.4.7

Compare Source

  • preload languages also on cimode, if configured

v23.4.6

Compare Source

  • pass correct language for custom i18nFormat

v23.4.5

Compare Source

  • types: named export for FlatNamespace

v23.4.4

Compare Source

  • types: add customisation of contextSeparator also on v4 t types 2019

v23.4.3

Compare Source

  • types: add customisation of contextSeparator 2017

v23.4.2

Compare Source

  • types: export some types for next-i18next

v23.4.1

Compare Source

  • types: fix typescript imports

v23.4.0

Compare Source

  • types: Support const modifier for options and key 2007
  • types: Support context 2006

v23.3.0

Compare Source

  • types: Fix performance issue that affects flat object with multiple (thousands) keys 2004
i18next/react-i18next (react-i18next)

v13.5.0

Compare Source

  • self-closing components in translation strings should not attempt to replace the component's children 1695

v13.4.1

Compare Source

  • types: use CustomInstanceExtenstions to extend reportNamespaces

v13.4.0

Compare Source

  • fix: separate cjs and mjs typings

v13.3.2

Compare Source

  • types: fix consider importing '*.js'

v13.3.1

Compare Source

  • optimize defaultVariables feature introduced in last release

v13.3.0

Compare Source

  • Respect defaultVariables in the interpolation options 1685

v13.2.2

Compare Source

  • Fix missing TransWithoutContext type 1672

v13.2.1

Compare Source

  • types: Allow iterable ReactI18NextChildren as children 1669

v13.2.0

Compare Source

  • Don't use defaults prop as default key 1664

v13.1.2

Compare Source

  • postpone usage of newer ES syntax

v13.1.1

Compare Source

  • Render all children regardless of type when using i18nIsDynamicList prop 1661

v13.1.0

Compare Source

  • Fix non-list dynamic content in Trans component 1660

v13.0.3

Compare Source

  • fix unescape is not consistently called for all values 1657

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@buberdds buberdds force-pushed the renovate/i18n-dependencies branch from 8e0502c to 5afd6c1 Compare July 31, 2023 07:08
@renovate renovate bot changed the title Update dependency i18next to v23.4.1 Update i18n dependencies Jul 31, 2023
@renovate renovate bot force-pushed the renovate/i18n-dependencies branch from 5afd6c1 to d7ef0b8 Compare July 31, 2023 16:09
@buberdds buberdds force-pushed the renovate/i18n-dependencies branch from d7ef0b8 to e3b7d73 Compare July 31, 2023 16:09
@renovate renovate bot force-pushed the renovate/i18n-dependencies branch from e3b7d73 to 121ef0c Compare August 6, 2023 22:19
@buberdds buberdds force-pushed the renovate/i18n-dependencies branch from 121ef0c to dc0a2c4 Compare August 6, 2023 22:19
@renovate renovate bot force-pushed the renovate/i18n-dependencies branch from dc0a2c4 to cc0d9b2 Compare August 8, 2023 17:05
@buberdds buberdds force-pushed the renovate/i18n-dependencies branch from cc0d9b2 to 0b3a04e Compare August 8, 2023 17:05
@renovate renovate bot force-pushed the renovate/i18n-dependencies branch from 0b3a04e to 6c9233f Compare August 9, 2023 11:16
@buberdds buberdds force-pushed the renovate/i18n-dependencies branch from 6c9233f to 43b39c3 Compare August 9, 2023 11:16
@renovate renovate bot force-pushed the renovate/i18n-dependencies branch from 43b39c3 to 78fa480 Compare August 10, 2023 17:15
@buberdds buberdds force-pushed the renovate/i18n-dependencies branch from 78fa480 to 26caa4f Compare August 10, 2023 17:16
@renovate renovate bot force-pushed the renovate/i18n-dependencies branch from 26caa4f to 4782a6a Compare August 10, 2023 22:27
@buberdds buberdds force-pushed the renovate/i18n-dependencies branch from 4782a6a to 69278bf Compare August 10, 2023 22:28
@renovate renovate bot force-pushed the renovate/i18n-dependencies branch from 69278bf to 6361752 Compare August 11, 2023 15:50
@buberdds buberdds force-pushed the renovate/i18n-dependencies branch from 6361752 to be0a330 Compare August 11, 2023 15:51
@renovate renovate bot force-pushed the renovate/i18n-dependencies branch 3 times, most recently from 171a621 to 8291b16 Compare August 29, 2023 16:12
@renovate renovate bot force-pushed the renovate/i18n-dependencies branch 5 times, most recently from 37b3bb3 to 47a5879 Compare September 8, 2023 11:34
@renovate renovate bot force-pushed the renovate/i18n-dependencies branch 3 times, most recently from 805f43e to 8f83de5 Compare October 19, 2023 19:14
@renovate renovate bot force-pushed the renovate/i18n-dependencies branch 3 times, most recently from 6b6a37e to 1288ccf Compare November 11, 2023 10:07
@renovate renovate bot force-pushed the renovate/i18n-dependencies branch from 4d9939e to 565f6a6 Compare January 31, 2024 15:57
@renovate renovate bot force-pushed the renovate/i18n-dependencies branch 3 times, most recently from 611c093 to a160012 Compare February 22, 2024 16:46
@renovate renovate bot force-pushed the renovate/i18n-dependencies branch from a160012 to a578127 Compare March 8, 2024 07:24
@renovate renovate bot force-pushed the renovate/i18n-dependencies branch 3 times, most recently from 7852054 to 31d3be7 Compare April 14, 2024 14:07
@renovate renovate bot force-pushed the renovate/i18n-dependencies branch from 31d3be7 to 3e60223 Compare April 29, 2024 08:09
@renovate renovate bot force-pushed the renovate/i18n-dependencies branch from 3e60223 to 6248cd9 Compare May 10, 2024 09:20
@renovate renovate bot force-pushed the renovate/i18n-dependencies branch from 6248cd9 to df18b15 Compare May 20, 2024 23:29
@renovate renovate bot force-pushed the renovate/i18n-dependencies branch 2 times, most recently from d222651 to 5ace313 Compare July 19, 2024 10:48
@renovate renovate bot force-pushed the renovate/i18n-dependencies branch 5 times, most recently from 5a64877 to bfce2ff Compare August 19, 2024 10:20
@renovate renovate bot force-pushed the renovate/i18n-dependencies branch from bfce2ff to 331ebf3 Compare September 9, 2024 15:27
@renovate renovate bot force-pushed the renovate/i18n-dependencies branch from 331ebf3 to 34ef7c3 Compare October 5, 2024 08:03
@renovate renovate bot force-pushed the renovate/i18n-dependencies branch 3 times, most recently from d4986a0 to e04a389 Compare October 20, 2024 13:39
@renovate renovate bot force-pushed the renovate/i18n-dependencies branch 2 times, most recently from 34f9c72 to c7a708e Compare October 25, 2024 15:18
@renovate renovate bot force-pushed the renovate/i18n-dependencies branch from c7a708e to 90d9492 Compare November 8, 2024 07:53
@renovate renovate bot force-pushed the renovate/i18n-dependencies branch 2 times, most recently from a06b2cb to 2c999db Compare November 20, 2024 13:51
@renovate renovate bot force-pushed the renovate/i18n-dependencies branch from 2c999db to 07a2f1e Compare November 20, 2024 17:16
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