Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jul 28, 2025

This PR contains the following updates:

Package Change Age Confidence
i18next (source) 25.2.1 -> 25.6.0 age confidence
i18next-browser-languagedetector 8.0.5 -> 8.2.0 age confidence
react-i18next 15.5.3 -> 15.7.4 age confidence

Release Notes

i18next/i18next (i18next)

v25.6.0

Compare Source

  • feat: exists() method now respects returnObjects option - returns false when accessing an object key with returnObjects: false, enabling detection of object vs string keys 2359

    Note: This is a potential behavior change. If you were previously calling exists() with returnObjects: false on object keys, those calls will now return false instead of true. This enables developers to detect whether a key points to an object or string value.

v25.5.3

Compare Source

  • export esm type declaration for keyFromSelector 2356

v25.5.2

Compare Source

  • fix last change => for cjs there is just 1 default export, no named exports, fixes 2348

v25.5.1

Compare Source

  • export keyFromSelector from index.cjs 2347

v25.5.0

Compare Source

  • export keyFromSelector function for testing purposes 2346

v25.4.2

Compare Source

  • fix: enableSelector: true doesn't work with custom keySeparator 2341

v25.4.1

Compare Source

  • fix: KeyPrefix not working with new selector api 2340

v25.4.0

Compare Source

  • add new selector API to improve TypeScript IDE performance 2322
    • To enable it, set enableSelector: true in your configuration options
    • With enableSelector: "optimize", i18next can now handle translation dictionaries of any size, without affecting IDE performance or build times
    • To assist with the migration, we've published the following packages:

v25.3.6

Compare Source

  • improve fix: Ordinals and non-ordinals don't work together 2337

v25.3.5

Compare Source

  • fix: Ordinals and non-ordinals don't work together 2337

v25.3.4

Compare Source

  • remove unnecessary debug logs

v25.3.3

Compare Source

  • fix: Brackets breaking nesting interpolation 2336

v25.3.2

Compare Source

  • fix dir() for non-Intl language codes 2330

v25.3.1

Compare Source

  • warn if legacy interpolation.format function is still used

v25.3.0

Compare Source

  • feat: support formatting function with plural and interpolation 2325
  • fix dir() for Latn language codes 2324
i18next/i18next-browser-languageDetector (i18next-browser-languagedetector)

v8.2.0

Compare Source

  • feat: add support for hash detector 304

v8.1.0

Compare Source

  • feat: add support for Partitioned cookies 303
i18next/react-i18next (react-i18next)

v15.7.4

Compare Source

  • downgrade i18next dep to address 1865

v15.7.3

Compare Source

  • exports TransSelectorProps 1862 to address 1861

v15.7.2

Compare Source

  • update i18next dependency

v15.7.1

Compare Source

  • Fix: _EnableSelector type (for compatibility, enableSelector does not exist in TypeOptions) 1858

v15.7.0

Compare Source

  • add new selector API to improve TypeScript IDE performance 1852
    • read more about it here

v15.6.1

Compare Source

avoid exception when passing bindI18n: false 1856

v15.6.0

Compare Source

fix: passing components as object should still allow for indexed matching of children 1854


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 05:59 AM, only on Monday ( * 0-5 * * 1 ) in timezone Europe/Berlin, Automerge - Monday through Friday ( * * * * 1-5 ) in timezone Europe/Berlin.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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.

@renovate renovate bot requested a review from a team as a code owner July 28, 2025 02:42
@changeset-bot
Copy link

changeset-bot bot commented Jul 28, 2025

⚠️ No Changeset found

Latest commit: 2f1db61

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@renovate renovate bot force-pushed the renovate/i18next-dependencies branch 3 times, most recently from 09b7922 to 17a5626 Compare August 4, 2025 08:27
@renovate renovate bot force-pushed the renovate/i18next-dependencies branch 5 times, most recently from f3fe0fc to 9ff0a73 Compare August 11, 2025 16:55
@renovate renovate bot force-pushed the renovate/i18next-dependencies branch 4 times, most recently from 459991f to 80bba36 Compare August 19, 2025 09:14
@renovate renovate bot force-pushed the renovate/i18next-dependencies branch 4 times, most recently from 96d3482 to 41160ea Compare August 31, 2025 09:20
@renovate renovate bot force-pushed the renovate/i18next-dependencies branch 5 times, most recently from ec8a16b to a7a9fb5 Compare September 9, 2025 10:37
@renovate renovate bot force-pushed the renovate/i18next-dependencies branch 4 times, most recently from f1d0111 to f1f67ae Compare September 18, 2025 09:38
@renovate renovate bot force-pushed the renovate/i18next-dependencies branch 3 times, most recently from 62afeb0 to e792da4 Compare September 23, 2025 10:39
@renovate renovate bot force-pushed the renovate/i18next-dependencies branch 2 times, most recently from 22f4420 to 81c2e44 Compare September 30, 2025 19:44
@renovate renovate bot force-pushed the renovate/i18next-dependencies branch 2 times, most recently from 63cc8c6 to a053d24 Compare October 10, 2025 06:06
@renovate renovate bot force-pushed the renovate/i18next-dependencies branch 4 times, most recently from f038eaf to ce3b4b6 Compare October 21, 2025 06:40
@renovate renovate bot force-pushed the renovate/i18next-dependencies branch 2 times, most recently from deaacd2 to 3d6c450 Compare October 28, 2025 19:48
@renovate renovate bot force-pushed the renovate/i18next-dependencies branch 6 times, most recently from d0a5c54 to 91eeacd Compare November 12, 2025 14:27
@renovate renovate bot force-pushed the renovate/i18next-dependencies branch from 91eeacd to 2f1db61 Compare November 12, 2025 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant