Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 3, 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.

@renovate renovate bot enabled auto-merge (squash) August 3, 2025 00:17
renovate-approve[bot]
renovate-approve bot previously approved these changes Aug 3, 2025
@vercel
Copy link

vercel bot commented Aug 3, 2025

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

Project Deployment Preview Updated (UTC)
template-ecommerce-webapp-nextjs Error Error Nov 26, 2025 10:13am

renovate-approve[bot]
renovate-approve bot previously approved these changes Aug 19, 2025
renovate-approve[bot]
renovate-approve bot previously approved these changes Sep 11, 2025
@renovate renovate bot force-pushed the renovate/main-next-i18next-15.x branch from c382164 to 9959df6 Compare October 7, 2025 03:03
@renovate renovate bot force-pushed the renovate/main-next-i18next-15.x branch from 9959df6 to 255ad5d Compare October 7, 2025 07:39
@renovate renovate bot force-pushed the renovate/main-next-i18next-15.x branch from 255ad5d to 6df8820 Compare October 9, 2025 02:13
@renovate renovate bot force-pushed the renovate/main-next-i18next-15.x branch from 6df8820 to 72ddc90 Compare October 15, 2025 06:50
@renovate renovate bot force-pushed the renovate/main-next-i18next-15.x branch from 72ddc90 to 37e63ec Compare October 16, 2025 02:46
@renovate renovate bot force-pushed the renovate/main-next-i18next-15.x branch from 37e63ec to 82df623 Compare October 16, 2025 06:38
@renovate renovate bot force-pushed the renovate/main-next-i18next-15.x branch from 82df623 to cf9fb2d Compare October 17, 2025 03:45
@renovate renovate bot force-pushed the renovate/main-next-i18next-15.x branch from cf9fb2d to fd3e2e5 Compare October 17, 2025 06:47
@renovate renovate bot force-pushed the renovate/main-next-i18next-15.x branch from fd3e2e5 to 6669910 Compare October 18, 2025 06:10
@renovate renovate bot force-pushed the renovate/main-next-i18next-15.x branch from 6669910 to 36a9e4c Compare November 15, 2025 13:01
@renovate renovate bot force-pushed the renovate/main-next-i18next-15.x branch from 36a9e4c to 35b3211 Compare November 26, 2025 10:12
auto-merge was automatically disabled November 26, 2025 14:20

Pull request was closed

@ContentfulCormac ContentfulCormac deleted the renovate/main-next-i18next-15.x branch November 26, 2025 14:20
@renovate
Copy link
Contributor Author

renovate bot commented Nov 26, 2025

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 15.x releases. But if you manually upgrade to 15.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

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.

2 participants