Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump next-i18next from 12.1.0 to 15.2.0 #111

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 24, 2024

Bumps next-i18next from 12.1.0 to 15.2.0.

Release notes

Sourced from next-i18next's releases.

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

v13.3.0

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

v13.2.2

  • pageProps may be undefined on strange setups #2109"

v13.2.1

  • types: fix serverSideTranslations args #2104"

v13.2.0

  • types: Update serverSideTranslation args type #2097"

v13.1.6

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

v13.1.5

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

v13.1.4

v13.1.3

... (truncated)

Changelog

Sourced from next-i18next's changelog.

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

13.3.0

... (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 dependabot bot added the dependencies Pull requests that update a dependency file label Jan 24, 2024
Bumps [next-i18next](https://github.com/i18next/next-i18next) from 12.1.0 to 15.2.0.
- [Release notes](https://github.com/i18next/next-i18next/releases)
- [Changelog](https://github.com/i18next/next-i18next/blob/master/CHANGELOG.md)
- [Commits](i18next/next-i18next@v12.1.0...v15.2.0)

---
updated-dependencies:
- dependency-name: next-i18next
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/next-i18next-15.2.0 branch from f8d0faf to ddc1175 Compare January 24, 2024 18:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants