Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 6, 2025

This PR contains the following updates:

Package Change Age Confidence
next-i18next 12.1.0 -> 15.4.2 age confidence

Release Notes

i18next/next-i18next (next-i18next)

v15.4.2

Compare Source

v15.4.1

Compare Source

v15.4.0

Compare Source

  • support i18next v24

v15.3.1

Compare Source

  • update some i18next dependencies to address #​2288

v15.3.0

Compare Source

  • Only overwrite ns config if it provided #​2270

v15.2.0

Compare Source

  • add possibility to pass resources directly via config and set localePath to null

v15.1.2

Compare Source

  • fix: Install error with react-i18next v14 #​2248

v15.1.1

Compare Source

  • optimize/fix last change for turbo

v15.1.0

Compare Source

v15.0.0

Compare Source

  • refactor: reuse existing i18next instance #​2226
    -> If you use client side pages (not lazy loading translations), like described here, make sure you set the partialBundledLanguages option to true, like here.

v14.0.3

Compare Source

  • fix: correct namespacesRequired type in serverSideTranslations #​2203

v14.0.2

Compare Source

  • try to fix namespacesRequired in serverSideTranslations is not type-safe anymore #​2201

v14.0.1

Compare Source

  • try to fix namespacesRequired in serverSideTranslations is not type-safe anymore #​2201

v14.0.0

Compare Source

  • requires i18next >= v23.0.1
  • requires react-i18next >= v13.0.0
Breaking changes

i18next 23.0.0 dropped support for older browsers.
From nextjs 13, you can use the transpilePackages
to avoid issues.

/** @​type {import('next').NextConfig} */
const nextConfig = {
  transpilePackages: ['i18next'],
}
module.exports = nextConfig

v13.3.0

Compare Source

  • using a custom backend on server side should also lazy load the passed namespaces

v13.2.2

Compare Source

  • pageProps may be undefined on strange setups #​2109"

v13.2.1

Compare Source

  • types: fix serverSideTranslations args #​2104"

v13.2.0

Compare Source

  • types: Update serverSideTranslation args type #​2097"

v13.1.6

Compare Source

  • fix: allow user provided affixes to be used without providing localeStructure #​2100"

v13.1.5

Compare Source

  • #​2089, more stable impelementation of "feat(server-side): custom default config path #​2084"

v13.1.4

Compare Source

v13.1.3

Compare Source

  • another code snippet for #​2084 to try to fix for dynamic pages

v13.1.2

Compare Source

  • different code snippet for #​2084 to try to fix for dynamic pages

v13.1.1

Compare Source

  • log config path if no config found

v13.1.0

Compare Source

  • feat(server-side): custom default config path #​2084

v13.0.3

Compare Source

  • Error if custom localeStructure provided, but no ns option defined.

v13.0.2

Compare Source

Fix
  • Types: DefaultNamespace import, see #​2061.

v13.0.1

Compare Source

Fix
  • Fix missing i18n.localeDetection in UserConfig, see #​2057.
  • Update examples to latest i18next in #​2058

Caution

If you're experiencing typecheck errors regarding keys: ensure i18next is at least ^22.4.3 in your
package.json (then run install), see #​2058.

v13.0.0

Compare Source

The v13.0.0 release is a major version to improve stability and general experience.
It comes with 2 easy changes related to installation. Existing code shouldn't be impacted.
Details can be found in the UPGRADING.md document.

Breaking changes

Configuration

📅 Schedule: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) in timezone UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Updated (UTC)
template-marketing-webapp-nextjs Error Error Nov 18, 2025 11:43pm

@renovate renovate bot enabled auto-merge (squash) August 6, 2025 02:46
renovate-approve[bot]
renovate-approve bot previously approved these changes Aug 6, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Aug 9, 2025
@renovate renovate bot force-pushed the renovate/main-next-i18next-15.x branch from 7045b26 to a1a5423 Compare September 27, 2025 10:16
@renovate renovate bot force-pushed the renovate/main-next-i18next-15.x branch from a1a5423 to 7c11460 Compare September 30, 2025 16:08
@renovate renovate bot force-pushed the renovate/main-next-i18next-15.x branch from 7c11460 to e27c638 Compare October 1, 2025 22:26
@renovate renovate bot force-pushed the renovate/main-next-i18next-15.x branch from e27c638 to 7ca71d1 Compare October 2, 2025 02:40
@renovate renovate bot force-pushed the renovate/main-next-i18next-15.x branch from 7ca71d1 to d8b9c2b Compare October 2, 2025 06:45
@renovate renovate bot force-pushed the renovate/main-next-i18next-15.x branch from d8b9c2b to 1e66f74 Compare October 3, 2025 02:53
@renovate renovate bot force-pushed the renovate/main-next-i18next-15.x branch from 1e66f74 to 8d477bb Compare October 3, 2025 06:34
@renovate renovate bot force-pushed the renovate/main-next-i18next-15.x branch from 8d477bb to 9bda4a9 Compare October 4, 2025 02:24
@renovate renovate bot force-pushed the renovate/main-next-i18next-15.x branch from 9bda4a9 to 7744c54 Compare October 4, 2025 06:13
@renovate renovate bot force-pushed the renovate/main-next-i18next-15.x branch from 7744c54 to ff16aac Compare October 4, 2025 10:10
@renovate renovate bot force-pushed the renovate/main-next-i18next-15.x branch from ff16aac to 2996e94 Compare October 4, 2025 14:26
renovate-approve[bot]
renovate-approve bot previously approved these changes Oct 4, 2025
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.

1 participant