unsaged icon indicating copy to clipboard operation
unsaged copied to clipboard

Bump next-i18next from 13.3.0 to 15.3.0

Open dependabot[bot] opened this issue 2 months ago • 1 comments

Bumps next-i18next from 13.3.0 to 15.3.0.

Release notes

Sourced from next-i18next's releases.

v15.3.0

  • Only overwrite ns config if it provided #2270

v15.2.0

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

v15.1.2

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

v15.1.1

  • optimize/fix last change for turbo

v15.1.0

  • try to fix for turbo #2222

v15.0.0

  • 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

  • fix: correct namespacesRequired type in serverSideTranslations #2203

v14.0.2

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

v14.0.1

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

v14.0.0

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

Sourced from next-i18next's changelog.

15.3.0

  • Only overwrite ns config if it provided #2270

15.2.0

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

15.1.2

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

15.1.1

  • optimize/fix last change for turbo

15.1.0

  • try to fix for turbo #2222

15.0.0

  • 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.

14.0.3

  • fix: correct namespacesRequired type in serverSideTranslations #2203

14.0.2

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

14.0.0

  • 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
</tr></table> 

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Apr 22 '24 05:04 dependabot[bot]