From 74624841728ed28334ef24560f8ad765dff46074 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 00:28:23 +0000 Subject: [PATCH] chore(deps): bump i18next from 23.16.4 to 24.2.0 Bumps [i18next](https://github.com/i18next/i18next) from 23.16.4 to 24.2.0. - [Release notes](https://github.com/i18next/i18next/releases) - [Changelog](https://github.com/i18next/i18next/blob/master/CHANGELOG.md) - [Commits](https://github.com/i18next/i18next/compare/v23.16.4...v24.2.0) --- updated-dependencies: - dependency-name: i18next dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 23 +++++++++++++++-------- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 809fa140..99b4725e 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "dependencies": { "@biomejs/biome": "^1.8.3", "chroma-js": "^3.1.1", - "i18next": "^23.16.4", + "i18next": "^24.2.0", "i18next-browser-languagedetector": "^8.0.0", "prismjs": "^1.29.0", "react-beautiful-dnd": "^13.1.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 51852ad7..a95f0b63 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -15,8 +15,8 @@ importers: specifier: ^3.1.1 version: 3.1.1 i18next: - specifier: ^23.16.4 - version: 23.16.4 + specifier: ^24.2.0 + version: 24.2.0(typescript@5.7.2) i18next-browser-languagedetector: specifier: ^8.0.0 version: 8.0.0 @@ -31,7 +31,7 @@ importers: version: 1.11.0(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react-i18next: specifier: ^15.1.0 - version: 15.1.0(i18next@23.16.4)(react-dom@18.2.0(react@18.2.0))(react@18.2.0) + version: 15.1.0(i18next@24.2.0(typescript@5.7.2))(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react-simple-code-editor: specifier: ^0.14.1 version: 0.14.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0) @@ -523,8 +523,13 @@ packages: i18next-browser-languagedetector@8.0.0: resolution: {integrity: sha512-zhXdJXTTCoG39QsrOCiOabnWj2jecouOqbchu3EfhtSHxIB5Uugnm9JaizenOy39h7ne3+fLikIjeW88+rgszw==} - i18next@23.16.4: - resolution: {integrity: sha512-9NIYBVy9cs4wIqzurf7nLXPyf3R78xYbxExVqHLK9od3038rjpyOEzW+XB130kZ1N4PZ9inTtJ471CRJ4Ituyg==} + i18next@24.2.0: + resolution: {integrity: sha512-ArJJTS1lV6lgKH7yEf4EpgNZ7+THl7bsGxxougPYiXRTJ/Fe1j08/TBpV9QsXCIYVfdE/HWG/xLezJ5DOlfBOA==} + peerDependencies: + typescript: ^5 + peerDependenciesMeta: + typescript: + optional: true iconv-lite@0.6.3: resolution: {integrity: sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==} @@ -1451,9 +1456,11 @@ snapshots: dependencies: '@babel/runtime': 7.24.1 - i18next@23.16.4: + i18next@24.2.0(typescript@5.7.2): dependencies: '@babel/runtime': 7.25.0 + optionalDependencies: + typescript: 5.7.2 iconv-lite@0.6.3: dependencies: @@ -1712,11 +1719,11 @@ snapshots: react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - react-i18next@15.1.0(i18next@23.16.4)(react-dom@18.2.0(react@18.2.0))(react@18.2.0): + react-i18next@15.1.0(i18next@24.2.0(typescript@5.7.2))(react-dom@18.2.0(react@18.2.0))(react@18.2.0): dependencies: '@babel/runtime': 7.25.0 html-parse-stringify: 3.0.1 - i18next: 23.16.4 + i18next: 24.2.0(typescript@5.7.2) react: 18.2.0 optionalDependencies: react-dom: 18.2.0(react@18.2.0)