Skip to content
This repository was archived by the owner on Jul 26, 2023. It is now read-only.

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 15, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
next-i18next ^13.0.3 -> ^14.0.0 age adoption passing confidence

Release Notes

i18next/next-i18next

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

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 has been generated by Mend Renovate. View repository job log here.

@vercel
Copy link

vercel bot commented Jun 15, 2023

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

Name Status Preview Comments Updated (UTC)
onedrive-vercel-index ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 15, 2023 9:33am
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

1 participant